Skip to content

Commit 7c705de

Browse files
committed
Build and Bump Version
1 parent 9418cb7 commit 7c705de

File tree

82 files changed

+12682
-11697
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+12682
-11697
lines changed

ChangeLog.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
## 13.2.0 - February 2025
2+
#### Az.Accounts 4.0.2
3+
* Fixed unsigned dll:
4+
- 'System.Buffers.dll'
5+
- 'System.Memory.dll'
6+
7+
#### Az.Automation 1.11.1
8+
* Fixed Bug: Start-AzAutomationRunbook throws object reference error when the automation account is not available in the subscription
9+
10+
#### Az.Compute 9.1.0
11+
* Added new parameter 'EncryptionIdentity' to cmdlet 'Set-AzVmssDiskEncryptionExtension'
12+
* Added new parameter 'EncryptionIdentity' to cmdlet 'New-VmssConfig'
13+
* Added new parameter 'EncryptionIdentity' to cmdlet 'Set-AzVMDiskEncryptionExtension'
14+
* Added new parameter 'EncryptionIdentity' to cmdlet 'New-AzVMConfig'
15+
16+
#### Az.DataProtection 2.6.1
17+
* Updated Help Doc of Get-AzAccessToken Usage in DataProtection
18+
19+
#### Az.EventHub 5.2.0
20+
* Added parameter 'MinCompactionLagInMin', 'TimestampType' and 'UserMetadata' to cmdlets 'New-AzEventHub' and 'Set-AzEventHub'
21+
* Supported 'DelectorCompact' policy in parameter 'Cleanup-policy' of cmdlet 'new-AzEventhub'
22+
23+
#### Az.Network 7.14.0
24+
* Updated 'New-AzRouteServer', 'Get-AzRouteServer', and 'Update-AzRouteServer' to include VirtualRouterAutoScaleConfiguration.
25+
26+
#### Az.RecoveryServices 7.5.0
27+
* Added support for updating SoftDeleteRetentionPeriodInDays in Set-AzRecoveryServicesVaultProperty cmdlet.
28+
* Added new cmdlet Undo-AzRecoveryServicesBackupContainerDeletion for undeleting soft deleted backup container.
29+
* Resolved bug in Restore-AzRecoveryServicesBackupItem cmdlet.
30+
* Updated cmdlet Set-AzRecoveryServicesBackupProperty to use vault PATCH API while setting CRR, Redundancy settings.
31+
* Updated cmdlets Get-AzRecoveryServicesBackupItem and Get-AzRecoveryServicesVaultProperty to expose more properties in the output.
32+
* Updated the configure backup per policy protection limit for VMs from 100 to 1000.
33+
34+
#### Az.RedisEnterpriseCache 1.4.1
35+
* Upgraded nuget package to signed package.
36+
37+
#### Az.Resources 7.8.1
38+
* Updated to use bicep parameter --documentation-uri instead of the deprecated --documentationUri
39+
40+
#### Az.StorageSync 2.4.1
41+
* Removed 'Microsoft.Azure.Management.Authorization' Version '2.13.0-preview' package reference
42+
43+
#### Az.Synapse 3.1.1
44+
* Removed 'Microsoft.Azure.Management.Synapse' Version '2.6.0-preview' package reference
45+
146
## 13.1.0 - January 2025
247
#### General
348
* Signed all Az packages published to PowerShell Gallery
@@ -10164,4 +10209,4 @@ General availability for Az.RecoveryServices module.
1016410209
### Highlights since the last major release
1016510210
* General availability of `Az` module
1016610211
* For more information about the `Az` module, please visit the following: https://aka.ms/azps-announce
10167-
* Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
10212+
* Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/

documentation/SyntaxChangeLog/SyntaxChangeLog-Az13.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 13.2.0 - February 2025
2+
#### Az.Compute 9.1.0
3+
* Modified cmdlet `New-AzVMConfig`
4+
- Added parameter `-EncryptionIdentity`
5+
* Modified cmdlet `New-AzVmssConfig`
6+
- Added parameter `-EncryptionIdentity`
7+
* Modified cmdlet `Set-AzVMDiskEncryptionExtension`
8+
- Added parameter `-EncryptionIdentity`
9+
* Modified cmdlet `Set-AzVmssDiskEncryptionExtension`
10+
- Added parameter `-EncryptionIdentity`
11+
#### Az.EventHub 5.2.0
12+
* Modified cmdlet `New-AzEventHub`
13+
- Added parameters `-MinCompactionLagInMin`, `-TimestampType`, `-UserMetadata`
14+
* Modified cmdlet `Set-AzEventHub`
15+
- Added parameters `-UserMetadata`, `-MinCompactionLagInMin`, `-TimestampType`
16+
#### Az.Network 7.14.0
17+
* Modified cmdlet `New-AzRouteServer`
18+
- Added parameter `-VirtualRouterAutoScaleConfiguration`
19+
* Modified cmdlet `Update-AzRouteServer`
20+
- Added parameter `-VirtualRouterAutoScaleConfiguration`
21+
#### Az.RecoveryServices 7.5.0
22+
* Modified cmdlet `Set-AzRecoveryServicesVaultProperty`
23+
- Added parameter `-SoftDeleteRetentionPeriodInDays`
24+
* Added cmdlet `Undo-AzRecoveryServicesBackupContainerDeletion`
25+
126
## 13.1.0 - January 2025
227
#### Az.Databricks 1.10.0
328
* Modified cmdlet `New-AzDatabricksWorkspace`
@@ -384,3 +409,4 @@
384409

385410

386411

412+

documentation/breaking-changes/upcoming-breaking-changes.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,86 @@
88
- 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.
99
- This change is expected to take effect from Az.Accounts version: 5.0.0 and Az version: 14.0.0
1010

11+
## Az.Blueprint
12+
13+
### `Export-AzBlueprintWithArtifact`
14+
15+
- Cmdlet breaking-change will happen to all parameter sets
16+
- 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.
17+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
18+
19+
### `Get-AzBlueprint`
20+
21+
- Cmdlet breaking-change will happen to all parameter sets
22+
- 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.
23+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
24+
25+
### `Get-AzBlueprintArtifact`
26+
27+
- Cmdlet breaking-change will happen to all parameter sets
28+
- 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.
29+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
30+
31+
### `Get-AzBlueprintAssignment`
32+
33+
- Cmdlet breaking-change will happen to all parameter sets
34+
- 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.
35+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
36+
37+
### `Import-AzBlueprintWithArtifact`
38+
39+
- Cmdlet breaking-change will happen to all parameter sets
40+
- 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.
41+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
42+
43+
### `New-AzBlueprint`
44+
45+
- Cmdlet breaking-change will happen to all parameter sets
46+
- 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.
47+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
48+
49+
### `New-AzBlueprintArtifact`
50+
51+
- Cmdlet breaking-change will happen to all parameter sets
52+
- 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.
53+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
54+
55+
### `New-AzBlueprintAssignment`
56+
57+
- Cmdlet breaking-change will happen to all parameter sets
58+
- 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.
59+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
60+
61+
### `Publish-AzBlueprint`
62+
63+
- Cmdlet breaking-change will happen to all parameter sets
64+
- 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.
65+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
66+
67+
### `Remove-AzBlueprintAssignment`
68+
69+
- Cmdlet breaking-change will happen to all parameter sets
70+
- 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.
71+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
72+
73+
### `Set-AzBlueprint`
74+
75+
- Cmdlet breaking-change will happen to all parameter sets
76+
- 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.
77+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
78+
79+
### `Set-AzBlueprintArtifact`
80+
81+
- Cmdlet breaking-change will happen to all parameter sets
82+
- 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.
83+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
84+
85+
### `Set-AzBlueprintAssignment`
86+
87+
- Cmdlet breaking-change will happen to all parameter sets
88+
- 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.
89+
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
90+
1191
## Az.ContainerInstance
1292

1393
### `New-AzContainerGroup`

setup/generate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
3737
$outputName ="Az-Cmdlets"
3838

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

4242
# where to put temp files
4343
$tmp = Join-Path $env:temp azure-cmdlets-tmp

src/Accounts/Accounts/Utilities/CommandMappings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6216,6 +6216,7 @@
62166216
"Stop-AzRecoveryServicesAsrJob": {},
62176217
"Stop-AzRecoveryServicesBackupJob": {},
62186218
"Test-AzRecoveryServicesDSMove": {},
6219+
"Undo-AzRecoveryServicesBackupContainerDeletion": {},
62196220
"Undo-AzRecoveryServicesBackupItemDeletion": {},
62206221
"Unregister-AzRecoveryServicesBackupContainer": {},
62216222
"Unregister-AzRecoveryServicesBackupManagementServer": {},

src/Automation/Automation.Management.Sdk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("ca7999e0-ca2f-47fc-9c30-f982d9e3a6ed")]
2828

29-
[assembly: AssemblyVersion("1.11.0")]
30-
[assembly: AssemblyFileVersion("1.11.0")]
29+
[assembly: AssemblyVersion("1.11.1")]
30+
[assembly: AssemblyFileVersion("1.11.1")]

src/Automation/Automation/Az.Automation.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/9/2025
6+
# Generated on: 2/5/2025
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.11.0'
15+
ModuleVersion = '1.11.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

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

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

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

184184
# Prerelease string of this module
185185
# Prerelease = ''

src/Automation/Automation/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 1.11.1
2123
* Fixed Bug: Start-AzAutomationRunbook throws object reference error when the automation account is not available in the subscription
2224

2325
## Version 1.11.0

src/Automation/Automation/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("1.11.0")]
47-
[assembly: AssemblyFileVersion("1.11.0")]
46+
[assembly: AssemblyVersion("1.11.1")]
47+
[assembly: AssemblyFileVersion("1.11.1")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Automation.Test")]
5050
#endif

src/Blueprint/Blueprint/Az.Blueprint.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/9/2025
6+
# Generated on: 2/5/2025
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.4.5'
15+
ModuleVersion = '0.4.6'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

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

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

117117
# ReleaseNotes of this module
118-
ReleaseNotes = '* Upgraded nuget package to signed package.'
118+
ReleaseNotes = '* Deprecation of Blueprint cmdlets.'
119119

120120
# Prerelease string of this module
121121
# Prerelease = ''

0 commit comments

Comments
 (0)