Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions src/AppConfiguration/AppConfiguration/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions src/DesktopVirtualization/DesktopVirtualization/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 8 additions & 8 deletions src/NetAppFiles/NetAppFiles/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/Resources/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down