Skip to content

Commit

Permalink
release-2025-02-11 (#27079)
Browse files Browse the repository at this point in the history
* Build and Bump Version

* fix an matching error in ExpandModules.ps1
  • Loading branch information
YanaXu authored Feb 6, 2025
1 parent 9418cb7 commit 359bc0a
Show file tree
Hide file tree
Showing 83 changed files with 12,684 additions and 11,699 deletions.
47 changes: 46 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
## 13.2.0 - February 2025
#### Az.Accounts 4.0.2
* Fixed unsigned dll:
- 'System.Buffers.dll'
- 'System.Memory.dll'

#### Az.Automation 1.11.1
* Fixed Bug: Start-AzAutomationRunbook throws object reference error when the automation account is not available in the subscription

#### Az.Compute 9.1.0
* Added new parameter 'EncryptionIdentity' to cmdlet 'Set-AzVmssDiskEncryptionExtension'
* Added new parameter 'EncryptionIdentity' to cmdlet 'New-VmssConfig'
* Added new parameter 'EncryptionIdentity' to cmdlet 'Set-AzVMDiskEncryptionExtension'
* Added new parameter 'EncryptionIdentity' to cmdlet 'New-AzVMConfig'

#### Az.DataProtection 2.6.1
* Updated Help Doc of Get-AzAccessToken Usage in DataProtection

#### Az.EventHub 5.2.0
* Added parameter 'MinCompactionLagInMin', 'TimestampType' and 'UserMetadata' to cmdlets 'New-AzEventHub' and 'Set-AzEventHub'
* Supported 'DelectorCompact' policy in parameter 'Cleanup-policy' of cmdlet 'new-AzEventhub'

#### Az.Network 7.14.0
* Updated 'New-AzRouteServer', 'Get-AzRouteServer', and 'Update-AzRouteServer' to include VirtualRouterAutoScaleConfiguration.

#### Az.RecoveryServices 7.5.0
* Added support for updating SoftDeleteRetentionPeriodInDays in Set-AzRecoveryServicesVaultProperty cmdlet.
* Added new cmdlet Undo-AzRecoveryServicesBackupContainerDeletion for undeleting soft deleted backup container.
* Resolved bug in Restore-AzRecoveryServicesBackupItem cmdlet.
* Updated cmdlet Set-AzRecoveryServicesBackupProperty to use vault PATCH API while setting CRR, Redundancy settings.
* Updated cmdlets Get-AzRecoveryServicesBackupItem and Get-AzRecoveryServicesVaultProperty to expose more properties in the output.
* Updated the configure backup per policy protection limit for VMs from 100 to 1000.

#### Az.RedisEnterpriseCache 1.4.1
* Upgraded nuget package to signed package.

#### Az.Resources 7.8.1
* Updated to use bicep parameter --documentation-uri instead of the deprecated --documentationUri

#### Az.StorageSync 2.4.1
* Removed 'Microsoft.Azure.Management.Authorization' Version '2.13.0-preview' package reference

#### Az.Synapse 3.1.1
* Removed 'Microsoft.Azure.Management.Synapse' Version '2.6.0-preview' package reference

## 13.1.0 - January 2025
#### General
* Signed all Az packages published to PowerShell Gallery
Expand Down Expand Up @@ -10164,4 +10209,4 @@ General availability for Az.RecoveryServices module.
### Highlights since the last major release
* General availability of `Az` module
* For more information about the `Az` module, please visit the following: https://aka.ms/azps-announce
* Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
* Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
26 changes: 26 additions & 0 deletions documentation/SyntaxChangeLog/SyntaxChangeLog-Az13.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 13.2.0 - February 2025
#### Az.Compute 9.1.0
* Modified cmdlet `New-AzVMConfig`
- Added parameter `-EncryptionIdentity`
* Modified cmdlet `New-AzVmssConfig`
- Added parameter `-EncryptionIdentity`
* Modified cmdlet `Set-AzVMDiskEncryptionExtension`
- Added parameter `-EncryptionIdentity`
* Modified cmdlet `Set-AzVmssDiskEncryptionExtension`
- Added parameter `-EncryptionIdentity`
#### Az.EventHub 5.2.0
* Modified cmdlet `New-AzEventHub`
- Added parameters `-MinCompactionLagInMin`, `-TimestampType`, `-UserMetadata`
* Modified cmdlet `Set-AzEventHub`
- Added parameters `-UserMetadata`, `-MinCompactionLagInMin`, `-TimestampType`
#### Az.Network 7.14.0
* Modified cmdlet `New-AzRouteServer`
- Added parameter `-VirtualRouterAutoScaleConfiguration`
* Modified cmdlet `Update-AzRouteServer`
- Added parameter `-VirtualRouterAutoScaleConfiguration`
#### Az.RecoveryServices 7.5.0
* Modified cmdlet `Set-AzRecoveryServicesVaultProperty`
- Added parameter `-SoftDeleteRetentionPeriodInDays`
* Added cmdlet `Undo-AzRecoveryServicesBackupContainerDeletion`

## 13.1.0 - January 2025
#### Az.Databricks 1.10.0
* Modified cmdlet `New-AzDatabricksWorkspace`
Expand Down Expand Up @@ -384,3 +409,4 @@




80 changes: 80 additions & 0 deletions documentation/breaking-changes/upcoming-breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,86 @@
- The Token property of the output type will be changed from String to SecureString. Add the [-AsSecureString] switch to avoid the impact of this upcoming breaking change.
- This change is expected to take effect from Az.Accounts version: 5.0.0 and Az version: 14.0.0

## Az.Blueprint

### `Export-AzBlueprintWithArtifact`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

### `Get-AzBlueprint`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

### `Get-AzBlueprintArtifact`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

### `Get-AzBlueprintAssignment`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

### `Import-AzBlueprintWithArtifact`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

### `New-AzBlueprint`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

### `New-AzBlueprintArtifact`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

### `New-AzBlueprintAssignment`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

### `Publish-AzBlueprint`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

### `Remove-AzBlueprintAssignment`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

### `Set-AzBlueprint`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

### `Set-AzBlueprintArtifact`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

### `Set-AzBlueprintAssignment`

- Cmdlet breaking-change will happen to all parameter sets
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0

## Az.ContainerInstance

### `New-AzContainerGroup`
Expand Down
2 changes: 1 addition & 1 deletion setup/generate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
$outputName ="Az-Cmdlets"

# generate the product name from the current month/year.
$productName = "Microsoft Azure PowerShell - January 2025"
$productName = "Microsoft Azure PowerShell - February 2025"

# where to put temp files
$tmp = Join-Path $env:temp azure-cmdlets-tmp
Expand Down
1 change: 1 addition & 0 deletions src/Accounts/Accounts/Utilities/CommandMappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6216,6 +6216,7 @@
"Stop-AzRecoveryServicesAsrJob": {},
"Stop-AzRecoveryServicesBackupJob": {},
"Test-AzRecoveryServicesDSMove": {},
"Undo-AzRecoveryServicesBackupContainerDeletion": {},
"Undo-AzRecoveryServicesBackupItemDeletion": {},
"Unregister-AzRecoveryServicesBackupContainer": {},
"Unregister-AzRecoveryServicesBackupManagementServer": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("ca7999e0-ca2f-47fc-9c30-f982d9e3a6ed")]

[assembly: AssemblyVersion("1.11.0")]
[assembly: AssemblyFileVersion("1.11.0")]
[assembly: AssemblyVersion("1.11.1")]
[assembly: AssemblyFileVersion("1.11.1")]
8 changes: 4 additions & 4 deletions src/Automation/Automation/Az.Automation.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 1/9/2025
# Generated on: 2/5/2025
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.11.0'
ModuleVersion = '1.11.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.Automation.Management.Sdk.dll'
Expand Down Expand Up @@ -179,7 +179,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Upgraded nuget package to signed package.'
ReleaseNotes = '* Fixed Bug: Start-AzAutomationRunbook throws object reference error when the automation account is not available in the subscription '

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Automation/Automation/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 1.11.1
* Fixed Bug: Start-AzAutomationRunbook throws object reference error when the automation account is not available in the subscription

## Version 1.11.0
Expand Down
4 changes: 2 additions & 2 deletions src/Automation/Automation/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.11.0")]
[assembly: AssemblyFileVersion("1.11.0")]
[assembly: AssemblyVersion("1.11.1")]
[assembly: AssemblyFileVersion("1.11.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Automation.Test")]
#endif
Expand Down
8 changes: 4 additions & 4 deletions src/Blueprint/Blueprint/Az.Blueprint.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 1/9/2025
# Generated on: 2/5/2025
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.4.5'
ModuleVersion = '0.4.6'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.Blueprint.Management.Sdk.dll'
Expand Down Expand Up @@ -115,7 +115,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Upgraded nuget package to signed package.'
ReleaseNotes = '* Deprecation of Blueprint cmdlets.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Blueprint/Blueprint/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 0.4.6
* Deprecation of Blueprint cmdlets.

## Version 0.4.5
Expand Down
4 changes: 2 additions & 2 deletions src/Blueprint/Blueprint/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("0.4.5")]
[assembly: AssemblyFileVersion("0.4.5")]
[assembly: AssemblyVersion("0.4.6")]
[assembly: AssemblyFileVersion("0.4.6")]
#if SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.ResourceManager.Blueprint.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
#else
Expand Down
4 changes: 2 additions & 2 deletions src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("a9773e5d-ca15-4054-9787-f595739dac7e")]
[assembly: AssemblyVersion("9.0.1")]
[assembly: AssemblyFileVersion("9.0.1")]
[assembly: AssemblyVersion("9.1.0")]
[assembly: AssemblyFileVersion("9.1.0")]
4 changes: 2 additions & 2 deletions src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")]

[assembly: AssemblyVersion("9.0.1")]
[assembly: AssemblyFileVersion("9.0.1")]
[assembly: AssemblyVersion("9.1.0")]
[assembly: AssemblyFileVersion("9.1.0")]
4 changes: 2 additions & 2 deletions src/Compute/Compute.Management.Sdk/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("9d9ad6c2-c449-4f97-95d1-252f737c4e96")]

[assembly: AssemblyVersion("9.0.1")]
[assembly: AssemblyFileVersion("9.0.1")]
[assembly: AssemblyVersion("9.1.0")]
[assembly: AssemblyFileVersion("9.1.0")]
13 changes: 7 additions & 6 deletions src/Compute/Compute/Az.Compute.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 1/9/2025
# Generated on: 2/5/2025
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '9.0.1'
ModuleVersion = '9.1.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Compute.Autorest/bin/Az.Compute.private.dll',
Expand Down Expand Up @@ -236,9 +236,10 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Upgraded nuget package to signed package.
* Upgraded Azure.Core to 1.44.1.
* Compute gallery related cmdlets will now use 2024-03-03 GalleryRP API calls. '
ReleaseNotes = '* Added new parameter ''EncryptionIdentity'' to cmdlet ''Set-AzVmssDiskEncryptionExtension''
* Added new parameter ''EncryptionIdentity'' to cmdlet ''New-VmssConfig''
* Added new parameter ''EncryptionIdentity'' to cmdlet ''Set-AzVMDiskEncryptionExtension''
* Added new parameter ''EncryptionIdentity'' to cmdlet ''New-AzVMConfig'''

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
-->
## Upcoming Release

## Version 9.1.0
* Added new parameter `EncryptionIdentity` to cmdlet `Set-AzVmssDiskEncryptionExtension`
* Added new parameter `EncryptionIdentity` to cmdlet `New-VmssConfig`
* Added new parameter `EncryptionIdentity` to cmdlet `Set-AzVMDiskEncryptionExtension`
Expand Down
4 changes: 2 additions & 2 deletions src/Compute/Compute/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
[assembly: AssemblyVersion("9.0.1")]
[assembly: AssemblyFileVersion("9.0.1")]
[assembly: AssemblyVersion("9.1.0")]
[assembly: AssemblyFileVersion("9.1.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
#endif
Loading

0 comments on commit 359bc0a

Please sign in to comment.