Skip to content

Commit 67f63fb

Browse files
committed
Bumped version to Az 11.5.0
1 parent a3e46ba commit 67f63fb

File tree

198 files changed

+116947
-30923
lines changed

Some content is hidden

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

198 files changed

+116947
-30923
lines changed

ChangeLog.md

Lines changed: 163 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,146 @@
1+
## 11.5.0 - April 2024
2+
#### General
3+
* Removed Az.DevSpaces from AzPreview, see more details at [Dev Spaces was retired on 15 May 2021](https://azure.microsoft.com/updates/azure-dev-spaces-is-retiring-on-31-october-2023/)
4+
5+
#### Az.Accounts 2.17.0
6+
* Enabled globally disabling instance discovery before token acquisition [#22535].
7+
* Implemented secrets detection feature for autorest modules.
8+
* Added 'AsSecureString' to 'Get-AzAccessToken' to convert the returned token to SecureString [#24190].
9+
* Upgraded Azure.Core to 1.37.0.
10+
11+
#### Az.Aks 6.0.2
12+
* Fixed the 'Non-static method requires a target' error when updating the image version of the node pool. [#24337]
13+
14+
#### Az.ApplicationInsights 2.2.4
15+
* Fixed the issue that Update-AzApplicationInsights would incorrectly remove existing tags.
16+
17+
#### Az.Attestation 2.0.1
18+
* Fixed vulnerability https://github.com/advisories/GHSA-8g9c-28fc-mcx2
19+
20+
#### Az.Compute 7.2.0
21+
* Added parameters '-scriptUriManagedIdentity', '-outputBlobManagedIdentity', '-errorBlobMangedIdentity', and '-TreatFailureAsDeploymentFailure' to cmdlets 'Set-AzVmRunCommand' and 'Set-AzVmssRunCommand'.
22+
* Added new parameter '-EnableAutomaticOSUpgrade' to 'New-AzVmss' cmdlet.
23+
* Renamed parameter '-AutoOSUpgrade' to '-EnableAutomaticOSUpgrade' in 'New-AzVmssConfig' cmdlet for consistency. Using '-AutoOSUpgrade' as parameter name will continue to work as it is added as an alias.
24+
* Upgraded Azure.Core to 1.37.0.
25+
* Az.Compute is updated to use the 2023-07-03 GalleryRP, 2024-03-01 ComputeRP and 2023-10-02 DiskRP API.
26+
* Added new parameter '-TierOption' to 'New-AzSnapshotConfig'.
27+
* Added breaking change warnings for the May 2024 release. The warnings are for:
28+
'New-AzGalleryImageVersion' defaulting to turn on TrustedLaunchSupported and HyperVGeneration to V2.
29+
'New-AzVM' and 'New-AzVmss' will default to the image 'Windows Server 2022 Azure Edition' instead of 'Windows 2016 Datacenter' by default.
30+
'Get-AzVmss' will no longer allow empty values to 'ResourceGroupName' and 'VMScaleSetName' to avoid a bug where it will just return nothing.
31+
* Added a new parameter '-SharingProfile' to 'New-AzCapacityReservationGroup' and 'Update-AzCapacityReservationGroup'.
32+
* Added the new parameter 'SourceImageVMId' to the 'New-AzGalleryImageVersion' cmdlet. Also added some error messages for this new parameter and the existing parameter 'SourceImageId'.
33+
34+
#### Az.ContainerRegistry 4.2.0
35+
* Upgraded Azure.Core to 1.37.0.
36+
* Fixed vulnerability https://github.com/advisories/GHSA-8g9c-28fc-mcx2
37+
* Added exposeToken parameter for Connect-AzContainerRegistry to get token
38+
39+
#### Az.CosmosDB 1.14.2
40+
* Upgraded Azure.Core to 1.37.0.
41+
42+
#### Az.DataFactory 1.18.3
43+
* Added ServiceNowV2, PostgreSqlV2, GoogleBigQuery in ADF
44+
* Fixed headers property schema deserialize issue
45+
* Fixed vulnerability https://github.com/advisories/GHSA-98g6-xh36-x2p7
46+
47+
#### Az.DataProtection 2.3.0
48+
* Onboarded new workloads AzureDatabaseForPGFlexServer, AzureDatabaseForMySQL for data protection.
49+
50+
#### Az.ElasticSan 1.0.1
51+
* Introduced secrets detection feature to safeguard sensitive data.
52+
53+
#### Az.EventGrid 1.6.1
54+
* Added breaking change messages due to structure update:
55+
- The cmdlet 'Set-AzEventGridTopic' will be removed.
56+
- In the 'Remove-AzEventGridSubscription' parameters will be deprecated.
57+
- In the 'Get-AzEventGrid*' the parameter 'ODataQuery', 'NextLink', 'ResourceId' will be removed.
58+
- In the 'New/Update-AzEventGrid*' parameters will be deprecated.
59+
60+
#### Az.EventHub 4.2.1
61+
* Added Breaking Change Warning for parameter datatype change.
62+
63+
#### Az.KeyVault 5.2.2
64+
* Introduced secrets detection feature to safeguard sensitive data.
65+
* Formatted the output of Azure Key Vault certificate in removed state. [#24333]
66+
* [Upcoming Breaking Change] Added breaking change warning message for parameter 'EnableRbacAuthorization' of 'New-AzKeyVault' and 'Update-AzKeyVault'.
67+
- RBAC will be enabled by default during the process of key vault creation. To disable RBAC authorization, please use parameter 'DisableRbacAuthorization'.
68+
- Parameter 'EnableRbacAuthorization' is expected to be removed in Az.KeyVault 6.0.0 and Az 12.0.0.
69+
- Parameter 'EnableRbacAuthorization' is expected to be replaced by 'DisableRbacAuthorization'.
70+
* Upgraded Azure.Core to 1.37.0.
71+
72+
#### Az.Monitor 5.1.1
73+
* Added breaking change warning messages for Metric Management Plane
74+
* Get-AzMetric
75+
* Get-AzMetricDefinition
76+
* New-AzMetricFilter
77+
78+
#### Az.Network 7.4.1
79+
* Fixed a bug caused by the introduction of the new property 'GlobalConfiguration' in 'PSApplicationGateway'
80+
81+
#### Az.PolicyInsights 1.6.5
82+
* Upgraded Azure.Core to 1.37.0.
83+
84+
#### Az.RecoveryServices 6.8.0
85+
* Added option to set snapshot consistency type in policy cmdlets for creating or updating enhanced AzureVM policies.
86+
* Fixed an issue while setting soft delete vault property.
87+
88+
#### Az.Resources 6.16.1
89+
* Added null check to the permissions object in the ToPSRoleDefinition method.
90+
* Added dynamic parameters to stack New/Set cmdlets.
91+
* Used correct JSON serializer settings for all templates-related deserialization.
92+
93+
#### Az.Security 1.6.1
94+
* Introduced secrets detection feature to safeguard sensitive data.
95+
96+
#### Az.ServiceBus 3.1.0
97+
* Added Breaking Change Warning for parameter datatype change.
98+
99+
#### Az.StackHCIVM 1.0.2
100+
* Updated API to 2024-01-01 version.
101+
* Introduced secrets detection feature to safeguard sensitive data.
102+
103+
#### Az.Storage 6.1.3
104+
* Introduced secrets detection feature to safeguard sensitive data.
105+
* Upgraded Azure.Core to 1.37.0.
106+
* Fixed upload file with OAuth authentication issue [#24289]
107+
- 'Set-AzStorageFileContent'
108+
109+
#### Az.Support 1.0.1
110+
* Added breaking change warning messages for cmdlet deprecation
111+
- New-AzSupportContactProfileObject
112+
* Added breaking change warning messages for cmdlet rename
113+
- Get-AzSupportTicketCommunication
114+
- New-AzSupportTicketCommunication
115+
* Added breaking change warning messages for parameter name and/or structure changes
116+
- Get-AzSupportService
117+
- Get-AzSupportProblemClassification
118+
- Get-AzSupportTicketCommunication
119+
- Get-AzSupportTicket
120+
- New-AzSupportTicket
121+
- Update-AzSupportTicket
122+
* Added breaking change warning messages for output property name and/or structure changes
123+
- Get-AzSupportService
124+
- Get-AzSupportTicket
125+
- New-AzSupportTicket
126+
- Update-AzSupportTicket
127+
* Added breaking change warning messages for new required parameters
128+
- New-AzSupportTicket
129+
* Added breaking change warning messages for removed parameters
130+
- Get-AzSupportTicket
131+
- Get-AzSupportTicketCommunication
132+
- New-AzSupportTicket
133+
* Added breaking change warning message for removal of pipe parameter set for list/new
134+
- New-AzSupportTicketCommunication
135+
- Get-AzSupportProblemClassification
136+
- Get-AzSupportTicketCommunication
137+
* Added breaking change warning message for Get-AzSupportTicket retrieving tickets from the past week if no other parameters are specified
138+
- Get-AzSupportTicket
139+
140+
#### Az.Synapse 3.0.6
141+
* Upgraded Azure.Core to 1.37.0.
142+
* Fixed vulnerability https://github.com/advisories/GHSA-98g6-xh36-x2p7
143+
1144
## 11.4.0 - March 2024
2145
#### Az.Accounts 2.16.0
3146
* Added a preview feature to detect secrets and sensitive information from the output of Azure PowerShell cmdlets to prevent leakage. Enable it by 'Set-AzConfig -DisplaySecretsWarning True'. Learn more at https://go.microsoft.com/fwlink/?linkid=2258844
@@ -64,7 +207,7 @@
64207
- 'New-AzStorageQueue'
65208
- 'Get-AzStorageQueue'
66209
- 'New-AzStorageQueueSASToken'
67-
* Added warning messages for an upcoming breaking change when uploading a file using SAS token without read permission
210+
* Added warning messages for an upcoming breaking change when uploading a file using SAS token without read permission
68211
- 'Set-AzStorageFileContent'
69212
* Added warning messages for an upcoming breaking change when upgrading a Storage account to StorageV2
70213
- 'Set-AzStorageAccount'
@@ -106,7 +249,7 @@
106249
* Fixed a few minor issues
107250
* Updated 'New-AzApplicationGateway' to include 'EnableRequestBuffering' and 'EnableResponseBuffering' parameters
108251
* Changed the Default Rule Set from CRS3.0 to DRS2.1 in 'NewAzureApplicationGatewayFirewallPolicy'
109-
* Added optional property 'Profile' to 'New-AzFirewallPolicyIntrusionDetection'
252+
* Added optional property 'Profile' to 'New-AzFirewallPolicyIntrusionDetection'
110253
* Added new cmdlet to update Connection child resource of Network Virtual Appliance. - 'Update-AzNetworkVirtualApplianceConnection'
111254
* Added support of 'InternetIngressIp' Property in New-AzNetworkVirtualAppliance
112255
* Added the new cmdlet for supporting 'InternetIngressIp' Property with Network Virtual Appliances -'New-AzVirtualApplianceInternetIngressIpsProperty'
@@ -149,7 +292,7 @@
149292
#### Az.Storage 6.1.1
150293
* Removed some code branches referencing Microsoft.Azure.Storage.Blob
151294
- 'Get-AzStorageBlob'
152-
* Updated the prompt message when deleting a share snapshot and the output format when listing
295+
* Updated the prompt message when deleting a share snapshot and the output format when listing
153296
- 'Remove-AzStorageShare'
154297
- 'Remove-AzRmStorageShare'
155298
- 'Get-AzRmStorageShare'
@@ -163,15 +306,15 @@
163306
* Added upcoming breaking change warning for deprecation of config parameter 'DisableErrorRecordsPersistence'.
164307

165308
#### Az.ApplicationInsights 2.2.3
166-
* Enabled common parameter in get-azapplicationinsights
309+
* Enabled common parameter in get-azapplicationinsights
167310

168311
#### Az.Automation 1.10.0
169312
* Updated Module operation cmdlets to support Powershell 7.2
170313

171314
#### Az.Compute 7.1.1
172315
* Fixed 'New-AzVmss' to correctly work when using '-EdgeZone' by creating the Load Balancer in the correct edge zone.
173316
* Removed references to image aliases in 'New-AzVM' and 'New-AzVmss' to images that were removed.
174-
* Az.Compute is updated to use the 2023-09-01 ComputeRP REST API calls.
317+
* Az.Compute is updated to use the 2023-09-01 ComputeRP REST API calls.
175318

176319
#### Az.ContainerRegistry 4.1.3
177320
* Fixed bug in 'Get-AzContainerRegistryManifest' returns only 100 results [#22922]
@@ -197,11 +340,11 @@
197340

198341
#### Az.KeyVault 5.1.0
199342
* Added parameter 'ByteArrayValue' in 'Invoke-AzKeyVaultKeyOperation' to support operating byte array without conversion to secure string.
200-
* Added Property 'RawResult' in the output type 'PSKeyOperationResult' of 'Invoke-AzKeyVaultKeyOperation'.
201-
* [Upcoming Breaking Change] Added breaking change warning message for parameter 'Value' in 'Invoke-AzKeyVaultKeyOperation'.
343+
* Added Property 'RawResult' in the output type 'PSKeyOperationResult' of 'Invoke-AzKeyVaultKeyOperation'.
344+
* [Upcoming Breaking Change] Added breaking change warning message for parameter 'Value' in 'Invoke-AzKeyVaultKeyOperation'.
202345
- Parameter 'Value' is expected to be removed in Az.KeyVault 6.0.0
203346
- 'ByteArrayValue' is the alternative of parameter 'Value' in byte array format
204-
* [Upcoming Breaking Change] Added breaking change warning message for the output type 'PSKeyOperationResult' of 'Invoke-AzKeyVaultKeyOperation'.
347+
* [Upcoming Breaking Change] Added breaking change warning message for the output type 'PSKeyOperationResult' of 'Invoke-AzKeyVaultKeyOperation'.
205348
- Property 'Result' is expected to be removed in Az.KeyVault 6.0.0
206349
- Property 'RawResult' is the alternative of parameter 'Result' in byte array format
207350

@@ -231,7 +374,7 @@
231374
#### Az.Storage 6.1.0
232375
* Defaults of AllowBlobPublicAccess and AllowCrossTenantReplication when creating a storage account were set to false by server changes. Please refer to https://techcommunity.microsoft.com/t5/azure-storage-blog/azure-storage-updating-some-default-security-settings-on-new/ba-p/3819554
233376
- 'New-AzStorageAccount'
234-
* Supprted filter when listing file shares with management plane cmdlet
377+
* Supprted filter when listing file shares with management plane cmdlet
235378
- 'Get-AzRmStorageShare'
236379

237380
#### Az.StorageMover 1.3.0
@@ -303,7 +446,7 @@
303446
* Added new parameters 'MaintenanceConfigurationId', 'DnsZone' to 'AzSqlInstancePool' cmdlets
304447

305448
#### Az.Storage 6.0.1
306-
* Updated error message when storage context is missing in a cmdlet input
449+
* Updated error message when storage context is missing in a cmdlet input
307450

308451
## 11.0.0 - November 2023
309452
#### Az.Accounts 2.13.2
@@ -335,7 +478,7 @@
335478
* Added new parameter '-VirtualMachineScaleSetId' to 'Update-AzVm' cmdlet.
336479
* Fixed 'New-AzVmss' and 'New-Azvm' to use 'SharedGalleryImageId' parameter.
337480
* Reduced File Permissions from 0644 to 0600 for SSH Private Key File in 'New-AzVm'.
338-
* Removed GuestAttestaion vm extension installation for Vmss and Vm creation cmdlets.
481+
* Removed GuestAttestaion vm extension installation for Vmss and Vm creation cmdlets.
339482

340483
#### Az.ContainerInstance 4.0.0
341484
* [Breaking Change] Fixed the typo that output property starting with PreviousState was misspelled as PreviouState. [#22268]
@@ -405,7 +548,7 @@
405548

406549
#### Az.KeyVault 5.0.0
407550
* Removed non-core types creation in PowerShell scripts to be compatible in constrained language mode.
408-
* Supported user assigned identity for Managed HSM in 'New/Update-AzKeyVaultManagedHsm'
551+
* Supported user assigned identity for Managed HSM in 'New/Update-AzKeyVaultManagedHsm'
409552
* [Breaking Change] Changed parameter 'SoftDeleteRetentionInDays' in 'New-AzKeyVaultManagedHsm' to mandatory.
410553
* Upgraded Azure.Core to 1.35.0.
411554

@@ -492,8 +635,8 @@
492635
* - The following parameters are now optional: 'CredentialName', 'OutputCredentialName', 'RefreshCredentialName'
493636

494637
#### Az.StackHCI 2.2.3
495-
* Added support for ARC Onboarding using Cluster Managed Identity.
496-
* Removed previous IMDS Reg Key during Registration/Repair-Registration.
638+
* Added support for ARC Onboarding using Cluster Managed Identity.
639+
* Removed previous IMDS Reg Key during Registration/Repair-Registration.
497640
* Removed creation of custom IMDS Reg Key during Arc Enablement.
498641
* Improved logging experience.
499642

@@ -556,8 +699,8 @@
556699

557700
## 10.4.0 - September 2023
558701
#### Az.Accounts 2.13.1
559-
* Added the module name in breaking change messages
560-
* Upgraded Microsoft.ApplicationInsights version from 2.13.1 to 2.18.0
702+
* Added the module name in breaking change messages
703+
* Upgraded Microsoft.ApplicationInsights version from 2.13.1 to 2.18.0
561704

562705
#### Az.Cdn 3.1.1
563706
* Customized output property for 'Get-AzCdnEdgeNode' command
@@ -614,7 +757,7 @@
614757
* General availability for module Az.ArcResourceBridge
615758

616759
#### Az.Compute 6.3.0
617-
* Added '-Hibernate' switch parameter to 'Stop-AzVmss' default parameter set.
760+
* Added '-Hibernate' switch parameter to 'Stop-AzVmss' default parameter set.
618761
* For 'Get-AzVmRunCommand', a bug is fixed to work when returning a list of RunCommands [#22403]
619762
* Updated Azure.Core to 1.34.0.
620763
* Added new cmdlets 'Get-AzHostSize' and 'Update-AzHost'.
@@ -706,9 +849,9 @@
706849

707850
#### Az.Storage 5.10.0
708851
* Updated Azure.Core to 1.34.0.
709-
* Added support for encryption context
852+
* Added support for encryption context
710853
- 'New-AzDataLakeGen2Item'
711-
* Updated warning messages for an upcoming breaking change when creating a storage account
854+
* Updated warning messages for an upcoming breaking change when creating a storage account
712855
- 'New-AzStorageAccount'
713856
* Updated help file of 'New-AzStorageQueueSASToken'
714857

@@ -722,7 +865,7 @@
722865
## 10.2.0 - August 2023
723866
#### Az.Accounts 2.12.5
724867
* Changed output stream from debug stream to warning stream for 'CmdletPreviewAttribute'
725-
* Decreased the prompted frequency of preview warning message to once per cmdlet in one session
868+
* Decreased the prompted frequency of preview warning message to once per cmdlet in one session
726869
* Reworded default preview message and added estimated GA date for 'CmdletPreviewAttribute'
727870
* Updated Azure.Core to 1.33.0
728871

documentation/SyntaxChangeLog/SyntaxChangeLog-Az11.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
## 11.5.0 - April 2024
2+
#### Az.Accounts 2.17.0
3+
* Modified cmdlet `Clear-AzConfig`
4+
- Added parameter `-DisableInstanceDiscovery`
5+
* Modified cmdlet `Get-AzAccessToken`
6+
- Added parameter `-AsSecureString`
7+
* Modified cmdlet `Get-AzConfig`
8+
- Added parameter `-DisableInstanceDiscovery`
9+
* Modified cmdlet `Update-AzConfig`
10+
- Added parameter `-DisableInstanceDiscovery`
11+
#### Az.Compute 7.2.0
12+
* Modified cmdlet `New-AzCapacityReservationGroup`
13+
- Added parameter `-SharingProfile`
14+
* Modified cmdlet `New-AzGalleryImageVersion`
15+
- Added parameter `-SourceImageVMId`
16+
* Modified cmdlet `New-AzSnapshotConfig`
17+
- Added parameter `-TierOption`
18+
* Modified cmdlet `New-AzVmss`
19+
- Added parameter `-EnableAutomaticOSUpgrade`
20+
* Modified cmdlet `New-AzVmssConfig`
21+
- Removed parameter `-AutoOSUpgrade`
22+
- Added parameter `-EnableAutomaticOSUpgrade`
23+
* Modified cmdlet `Update-AzCapacityReservationGroup`
24+
- Added parameter `-SharingProfile`
25+
* Modified cmdlet `Set-AzVMRunCommand`
26+
- Added parameters `-ErrorBlobManagedIdentityClientId`, `-ErrorBlobManagedIdentityObjectId`, `-OutputBlobManagedIdentityClientId`, `-OutputBlobManagedIdentityObjectId`, `-ScriptUriManagedIdentityClientId`, `-ScriptUriManagedIdentityObjectId`, `-TreatFailureAsDeploymentFailure`
27+
* Modified cmdlet `Set-AzVmssVMRunCommand`
28+
- Added parameters `-ErrorBlobManagedIdentityClientId`, `-ErrorBlobManagedIdentityObjectId`, `-OutputBlobManagedIdentityClientId`, `-OutputBlobManagedIdentityObjectId`, `-ScriptUriManagedIdentityClientId`, `-ScriptUriManagedIdentityObjectId`, `-TreatFailureAsDeploymentFailure`
29+
#### Az.ContainerRegistry 4.2.0
30+
* Modified cmdlet `Connect-AzContainerRegistry`
31+
- Added parameter `-ExposeToken`
32+
#### Az.DataProtection 2.3.0
33+
* Modified cmdlet `Search-AzDataProtectionBackupVaultInAzGraph`
34+
- Added parameter alias `SubscriptionId` to parameter `-Subscription`
35+
- Added parameter alias `ResourceGroupName` to parameter `-ResourceGroup`
36+
- Added parameter alias `VaultName` to parameter `-Vault`
37+
* Modified cmdlet `Set-AzDataProtectionMSIPermission`
38+
- Added parameters `-SubscriptionId`, `-DatasourceType`, `-StorageAccountARMId`
39+
- Added parameter alias `ResourceGroupName` to parameter `-VaultResourceGroup`
40+
#### Az.RecoveryServices 6.8.0
41+
* Modified cmdlet `New-AzRecoveryServicesBackupProtectionPolicy`
42+
- Added parameter `-SnapshotConsistencyType`
43+
* Modified cmdlet `Set-AzRecoveryServicesBackupProtectionPolicy`
44+
- Added parameter `-SnapshotConsistencyType`
45+
#### Az.ServiceBus 3.1.0
46+
* Modified cmdlet `New-AzServiceBusGeoDRConfiguration`
47+
- Added parameter `-PassThru`
48+
149
## 11.4.0 - March 2024
250
#### Az.Accounts 2.16.0
351
* Modified cmdlet `Clear-AzConfig`
@@ -73,3 +121,4 @@
73121

74122

75123

124+

0 commit comments

Comments
 (0)