diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index eb4ff3826f05..da4ee66b1a3c 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -20,7 +20,7 @@ ## Upcoming Release * Updated the `System.Memory` dependency to v4.6.3 to support the Storage SDK update. -* Added `AzureAppConfigurationEndpointSuffix` and `AzureAppConfigurationEndpointResourceId` parameters to `Add-AzEnvironment` and `Set-AzEnvironment` +* Added `AzureAppConfigurationEndpointSuffix` and `AzureAppConfigurationEndpointResourceId` to `Add-AzEnvironment` and `Set-AzEnvironment` - Users can now configure Azure App Configuration endpoints when adding or updating custom environments ## Version 5.3.4 diff --git a/src/AppConfiguration/AppConfiguration/ChangeLog.md b/src/AppConfiguration/AppConfiguration/ChangeLog.md index 245e86ae3158..61682c415b34 100644 --- a/src/AppConfiguration/AppConfiguration/ChangeLog.md +++ b/src/AppConfiguration/AppConfiguration/ChangeLog.md @@ -20,16 +20,16 @@ ## Upcoming Release * Upgraded API version from 2022-05-01 to 2024-06-01 * Added support for App Configuration store replicas - - Added `New-AzAppConfigurationReplica` cmdlet - - Added `Get-AzAppConfigurationReplica` cmdlet - - Added `Remove-AzAppConfigurationReplica` cmdlet + - Added `New-AzAppConfigurationReplica` + - Added `Get-AzAppConfigurationReplica` + - Added `Remove-AzAppConfigurationReplica` * Added `DataPlaneProxyAuthenticationMode`, `DataPlaneProxyPrivateLinkDelegation`, and `DefaultKeyValueRevisionRetentionPeriodInSecond` parameters to `New-AzAppConfigurationStore` and `Update-AzAppConfigurationStore` * Removed `SoftDeleteRetentionInDay` parameter from `Update-AzAppConfigurationStore` as it is a create-only property * Added data plane snapshot cmdlets for Azure App Configuration - - Added `New-AzAppConfigurationSnapshot` cmdlet to create snapshots - - Added `Get-AzAppConfigurationSnapshot` cmdlet to retrieve snapshots - - Added `Update-AzAppConfigurationSnapshot` cmdlet to archive or recover snapshots - - Added `Test-AzAppConfigurationSnapshot` cmdlet to check if a snapshot exists + - Added `New-AzAppConfigurationSnapshot` + - Added `Get-AzAppConfigurationSnapshot` + - Added `Update-AzAppConfigurationSnapshot` + - Added `Test-AzAppConfigurationSnapshot` * Added `Snapshot` parameter to `Get-AzAppConfigurationKeyValue` to support retrieving key-values by snapshot name * Added `Get-AzAppConfigurationOperationDetail` cmdlet to retrieve data plane operation details diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index 4b344129af0a..4f3a15467239 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -20,13 +20,13 @@ --> ## Upcoming Release -* Added `-Feature` parameter to `Update-AzGalleryImageDefinition` cmdlet to allow updating existing gallery image features (such as DiskControllerTypes, SecurityType, IsAcceleratedNetwork, and IsHibernate). Each feature supports a `StartsAtVersion` property to specify the minimum gallery image version that supports the updated feature. -* Added `-AllowUpdateImage` parameter to `Update-AzGalleryImageDefinition` cmdlet. Must be set to true when using the `-Feature` parameter to update gallery image features. +* Added `-Feature` parameter to `Update-AzGalleryImageDefinition` to allow updating existing gallery image features (such as DiskControllerTypes, SecurityType, IsAcceleratedNetwork, and IsHibernate). Each feature supports a `StartsAtVersion` property to specify the minimum gallery image version that supports the updated feature. +* Added `-AllowUpdateImage` parameter to `Update-AzGalleryImageDefinition`. Must be set to true when using the `-Feature` parameter to update gallery image features. * Added managed identity support for Azure Compute Galleries - - `New-AzGallery`: Added `-EnableSystemAssignedIdentity` and `-UserAssignedIdentity` parameters to assign managed identities at creation time - - `Update-AzGallery`: Added `-EnableSystemAssignedIdentity` and `-UserAssignedIdentity` parameters to add managed identities to an existing gallery. `-UserAssignedIdentity` appends to existing identities - - `Update-AzGallery`: Added `-DisableSystemAssignedIdentity` parameter to remove system-assigned managed identity - - `Update-AzGallery`: Added `-RemoveUserAssignedIdentity` parameter accepting a list of identity resource IDs to remove specific user-assigned identities, or 'All' to remove all user-assigned identities + - `New-AzGallery`: Added `-EnableSystemAssignedIdentity` and `-UserAssignedIdentity` to assign managed identities at creation time + - `Update-AzGallery`: Added `-EnableSystemAssignedIdentity` and `-UserAssignedIdentity` to add managed identities to an existing gallery. `-UserAssignedIdentity` appends to existing identities + - `Update-AzGallery`: Added `-DisableSystemAssignedIdentity` to remove system-assigned managed identity + - `Update-AzGallery`: Added `-RemoveUserAssignedIdentity` accepting a list of identity resource IDs to remove specific user-assigned identities, or 'All' to remove all user-assigned identities - `Get-AzGallery`: Now returns managed identity details in the `Identity` property * Compute ComputeRP related cmdlets will now use 2025-11-01 version of the ComputeRP API. diff --git a/src/DesktopVirtualization/DesktopVirtualization/ChangeLog.md b/src/DesktopVirtualization/DesktopVirtualization/ChangeLog.md index 6c74741d9a07..fff561d29669 100644 --- a/src/DesktopVirtualization/DesktopVirtualization/ChangeLog.md +++ b/src/DesktopVirtualization/DesktopVirtualization/ChangeLog.md @@ -19,8 +19,8 @@ --> ## Upcoming Release * Added preannouncement for breaking changes in Az.DesktopVirtualization 6.0.0 - - The parameter 'Tag' will be removed from the Update cmdlet of Application. - - The parameter 'Tag' will be removed from the Update cmdlet of Desktop. + - Parameter 'Tag' will be removed from the Update cmdlet of Application. + - Parameter 'Tag' will be removed from the Update cmdlet of Desktop. ## Version 5.4.1 * Upgraded nuget package to signed package. diff --git a/src/NetAppFiles/NetAppFiles/ChangeLog.md b/src/NetAppFiles/NetAppFiles/ChangeLog.md index 2129b9cb0cbd..89554355b777 100644 --- a/src/NetAppFiles/NetAppFiles/ChangeLog.md +++ b/src/NetAppFiles/NetAppFiles/ChangeLog.md @@ -20,18 +20,18 @@ ## Upcoming Release * Updated to API version 2026-01-01 * Added new cmdlets for the Buckets resource (alias `Anf*` for Azure NetApp Files): - - `Get-AzNetAppFilesBucket` - list or get a bucket on a volume - - `New-AzNetAppFilesBucket` - create a bucket on a volume - - `Update-AzNetAppFilesBucket` - update bucket properties - - `Remove-AzNetAppFilesBucket` - delete a bucket + - `Get-AzNetAppFilesBucket` + - `New-AzNetAppFilesBucket` + - `Update-AzNetAppFilesBucket` + - `Remove-AzNetAppFilesBucket` - `New-AzNetAppFilesBucketCredential` - generate Access/Secret key pair (returns the credentials) - `Set-AzNetAppFilesBucketAkvCredential` - generate Access/Secret key pair and store it in Azure Key Vault (AKV) - `Update-AzNetAppFilesBucketCertificate` - refresh the bucket server certificate from Azure Key Vault (AKV) * Added new cmdlets for the Caches resource (alias `Anf*` for Azure NetApp Files): - - `Get-AzNetAppFilesCache` - list caches in a capacity pool or get a single cache - - `New-AzNetAppFilesCache` - create a cache in a capacity pool - - `Update-AzNetAppFilesCache` - update cache properties - - `Remove-AzNetAppFilesCache` - delete a cache + - `Get-AzNetAppFilesCache` + - `New-AzNetAppFilesCache` + - `Update-AzNetAppFilesCache` + - `Remove-AzNetAppFilesCache` - `Get-AzNetAppFilesCachePeeringPassphrase` - retrieve the cluster/vserver peering commands and passphrases for a cache - `Set-AzNetAppFilesCachePool` - move a cache to a different capacity pool - `Reset-AzNetAppFilesCacheSmbPassword` - reset the cache's Server Message Block (SMB) password diff --git a/src/Resources/Resources/ChangeLog.md b/src/Resources/Resources/ChangeLog.md index d1d456fd36fa..df2ae967069d 100644 --- a/src/Resources/Resources/ChangeLog.md +++ b/src/Resources/Resources/ChangeLog.md @@ -20,9 +20,9 @@ ## Upcoming Release * Improved error messages for role assignment and role definition operations to include the underlying service error code and message instead of just the HTTP status code. [#19605] [#19374] -* Added `-PrincipalId` and `-PrincipalType` parameters to `New-AzDenyAssignment` to support per-principal deny assignments targeting a specific User or ServicePrincipal, in addition to the existing Everyone mode. -* Added `New-AzDenyAssignment` cmdlet for creating user-assigned deny assignments using the `2024-07-01-preview` API. Deny assignments allow denying specific write, delete, and action operations to all principals at a given scope while excluding specified principals. -* Added `Remove-AzDenyAssignment` cmdlet for removing user-assigned deny assignments by ID, name and scope, or pipeline input. +* Added `-PrincipalId` and `-PrincipalType` to `New-AzDenyAssignment` to support per-principal deny assignments targeting a specific User or ServicePrincipal, in addition to the existing Everyone mode. +* Added `New-AzDenyAssignment` for creating user-assigned deny assignments using the `2024-07-01-preview` API. Deny assignments allow denying specific write, delete, and action operations to all principals at a given scope while excluding specified principals. +* Added `Remove-AzDenyAssignment` for removing user-assigned deny assignments by ID, name and scope, or pipeline input. * Regenerated Authorization Management SDK from `2024-07-01-preview` swagger specification to include deny assignment create and delete operations. * Fixed `New-AzDeployment` not reporting nested ARM (Azure Resource Manager) error details (e.g. `KeyVaultParameterReferenceSecretRetrieveFailed`) when a `MultipleErrorsOccurred` validation failure is returned. Previously, the inner errors were silently dropped and only the generic top-level error was shown. [#28308]