|
| 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 | + |
1 | 144 | ## 11.4.0 - March 2024
|
2 | 145 | #### Az.Accounts 2.16.0
|
3 | 146 | * 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 | 207 | - 'New-AzStorageQueue'
|
65 | 208 | - 'Get-AzStorageQueue'
|
66 | 209 | - '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 |
68 | 211 | - 'Set-AzStorageFileContent'
|
69 | 212 | * Added warning messages for an upcoming breaking change when upgrading a Storage account to StorageV2
|
70 | 213 | - 'Set-AzStorageAccount'
|
|
106 | 249 | * Fixed a few minor issues
|
107 | 250 | * Updated 'New-AzApplicationGateway' to include 'EnableRequestBuffering' and 'EnableResponseBuffering' parameters
|
108 | 251 | * 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' |
110 | 253 | * Added new cmdlet to update Connection child resource of Network Virtual Appliance. - 'Update-AzNetworkVirtualApplianceConnection'
|
111 | 254 | * Added support of 'InternetIngressIp' Property in New-AzNetworkVirtualAppliance
|
112 | 255 | * Added the new cmdlet for supporting 'InternetIngressIp' Property with Network Virtual Appliances -'New-AzVirtualApplianceInternetIngressIpsProperty'
|
|
149 | 292 | #### Az.Storage 6.1.1
|
150 | 293 | * Removed some code branches referencing Microsoft.Azure.Storage.Blob
|
151 | 294 | - '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 |
153 | 296 | - 'Remove-AzStorageShare'
|
154 | 297 | - 'Remove-AzRmStorageShare'
|
155 | 298 | - 'Get-AzRmStorageShare'
|
|
163 | 306 | * Added upcoming breaking change warning for deprecation of config parameter 'DisableErrorRecordsPersistence'.
|
164 | 307 |
|
165 | 308 | #### Az.ApplicationInsights 2.2.3
|
166 |
| -* Enabled common parameter in get-azapplicationinsights |
| 309 | +* Enabled common parameter in get-azapplicationinsights |
167 | 310 |
|
168 | 311 | #### Az.Automation 1.10.0
|
169 | 312 | * Updated Module operation cmdlets to support Powershell 7.2
|
170 | 313 |
|
171 | 314 | #### Az.Compute 7.1.1
|
172 | 315 | * Fixed 'New-AzVmss' to correctly work when using '-EdgeZone' by creating the Load Balancer in the correct edge zone.
|
173 | 316 | * 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. |
175 | 318 |
|
176 | 319 | #### Az.ContainerRegistry 4.1.3
|
177 | 320 | * Fixed bug in 'Get-AzContainerRegistryManifest' returns only 100 results [#22922]
|
|
197 | 340 |
|
198 | 341 | #### Az.KeyVault 5.1.0
|
199 | 342 | * 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'. |
202 | 345 | - Parameter 'Value' is expected to be removed in Az.KeyVault 6.0.0
|
203 | 346 | - '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'. |
205 | 348 | - Property 'Result' is expected to be removed in Az.KeyVault 6.0.0
|
206 | 349 | - Property 'RawResult' is the alternative of parameter 'Result' in byte array format
|
207 | 350 |
|
|
231 | 374 | #### Az.Storage 6.1.0
|
232 | 375 | * 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
|
233 | 376 | - 'New-AzStorageAccount'
|
234 |
| -* Supprted filter when listing file shares with management plane cmdlet |
| 377 | +* Supprted filter when listing file shares with management plane cmdlet |
235 | 378 | - 'Get-AzRmStorageShare'
|
236 | 379 |
|
237 | 380 | #### Az.StorageMover 1.3.0
|
|
303 | 446 | * Added new parameters 'MaintenanceConfigurationId', 'DnsZone' to 'AzSqlInstancePool' cmdlets
|
304 | 447 |
|
305 | 448 | #### 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 |
307 | 450 |
|
308 | 451 | ## 11.0.0 - November 2023
|
309 | 452 | #### Az.Accounts 2.13.2
|
|
335 | 478 | * Added new parameter '-VirtualMachineScaleSetId' to 'Update-AzVm' cmdlet.
|
336 | 479 | * Fixed 'New-AzVmss' and 'New-Azvm' to use 'SharedGalleryImageId' parameter.
|
337 | 480 | * 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. |
339 | 482 |
|
340 | 483 | #### Az.ContainerInstance 4.0.0
|
341 | 484 | * [Breaking Change] Fixed the typo that output property starting with PreviousState was misspelled as PreviouState. [#22268]
|
|
405 | 548 |
|
406 | 549 | #### Az.KeyVault 5.0.0
|
407 | 550 | * 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' |
409 | 552 | * [Breaking Change] Changed parameter 'SoftDeleteRetentionInDays' in 'New-AzKeyVaultManagedHsm' to mandatory.
|
410 | 553 | * Upgraded Azure.Core to 1.35.0.
|
411 | 554 |
|
|
492 | 635 | * - The following parameters are now optional: 'CredentialName', 'OutputCredentialName', 'RefreshCredentialName'
|
493 | 636 |
|
494 | 637 | #### 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. |
497 | 640 | * Removed creation of custom IMDS Reg Key during Arc Enablement.
|
498 | 641 | * Improved logging experience.
|
499 | 642 |
|
|
556 | 699 |
|
557 | 700 | ## 10.4.0 - September 2023
|
558 | 701 | #### 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 |
561 | 704 |
|
562 | 705 | #### Az.Cdn 3.1.1
|
563 | 706 | * Customized output property for 'Get-AzCdnEdgeNode' command
|
|
614 | 757 | * General availability for module Az.ArcResourceBridge
|
615 | 758 |
|
616 | 759 | #### 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. |
618 | 761 | * For 'Get-AzVmRunCommand', a bug is fixed to work when returning a list of RunCommands [#22403]
|
619 | 762 | * Updated Azure.Core to 1.34.0.
|
620 | 763 | * Added new cmdlets 'Get-AzHostSize' and 'Update-AzHost'.
|
|
706 | 849 |
|
707 | 850 | #### Az.Storage 5.10.0
|
708 | 851 | * Updated Azure.Core to 1.34.0.
|
709 |
| -* Added support for encryption context |
| 852 | +* Added support for encryption context |
710 | 853 | - '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 |
712 | 855 | - 'New-AzStorageAccount'
|
713 | 856 | * Updated help file of 'New-AzStorageQueueSASToken'
|
714 | 857 |
|
|
722 | 865 | ## 10.2.0 - August 2023
|
723 | 866 | #### Az.Accounts 2.12.5
|
724 | 867 | * 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 |
726 | 869 | * Reworded default preview message and added estimated GA date for 'CmdletPreviewAttribute'
|
727 | 870 | * Updated Azure.Core to 1.33.0
|
728 | 871 |
|
|
0 commit comments