|
| 1 | +## 11.3.0 - February 2024 |
| 2 | +#### Az.Accounts 2.15.1 |
| 3 | +* Upgraded the reference of Azure PowerShell Common to 1.3.90-preview. |
| 4 | +* Upgraded Azure.Identity to 1.10.3 [#23018]. |
| 5 | + - Renamed token cache from 'msal.cache' to 'msal.cache.cae' or 'masl.cache.nocae'. |
| 6 | +* Enabled Continue Access Evaluation (CAE) for all Service Principals login methods. |
| 7 | +* Supported signing in with Microsoft Account (MSA) via Web Account Manager (WAM). Enable it by 'Set-AzConfig -EnableLoginByWam True'. |
| 8 | +* Adjusted output format to be more user-friendly for 'Get-AzContext/Tenant/Subscription' and 'Invoke-AzRestMethod'. |
| 9 | +* Fixed the multiple 'x-ms-unique-id' values issue. |
| 10 | + |
| 11 | +#### Az.Aks 6.0.1 |
| 12 | +* Fixed the resolve path issue in 'Install-AzAksCliTool'. |
| 13 | + |
| 14 | +#### Az.DataFactory 1.18.1 |
| 15 | +* Added metadata Into StoreWriteSettings For Bug Fix |
| 16 | +* Supported ADF Warehouse, Mysql V2 and Salesforce V2 in ADF |
| 17 | + |
| 18 | +#### Az.ElasticSan 1.0.0 |
| 19 | +* General availability for module Az.ElasticSan |
| 20 | + |
| 21 | +#### Az.KeyVault 5.2.0 |
| 22 | +* Supported authentication via User Managed Identity by adding parameter 'UseUserManagedIdentity' and making 'SasToken' optional. |
| 23 | + |
| 24 | +#### Az.Migrate 2.3.0 |
| 25 | +* Added support for 'Data.Replication' |
| 26 | + |
| 27 | +#### Az.Monitor 5.0.1 |
| 28 | +* Remove outdated breaking change warning [#24033] |
| 29 | + |
| 30 | +#### Az.Network 7.4.0 |
| 31 | +* Fixed a few minor issues |
| 32 | +* Updated 'New-AzApplicationGateway' to include 'EnableRequestBuffering' and 'EnableResponseBuffering' parameters |
| 33 | +* Changed the Default Rule Set from CRS3.0 to DRS2.1 in 'NewAzureApplicationGatewayFirewallPolicy' |
| 34 | +* Added optional property 'Profile' to 'New-AzFirewallPolicyIntrusionDetection' |
| 35 | +* Added new cmdlet to update Connection child resource of Network Virtual Appliance. - 'Update-AzNetworkVirtualApplianceConnection' |
| 36 | +* Added support of 'InternetIngressIp' Property in New-AzNetworkVirtualAppliance |
| 37 | +* Added the new cmdlet for supporting 'InternetIngressIp' Property with Network Virtual Appliances -'New-AzVirtualApplianceInternetIngressIpsProperty' |
| 38 | +* Added a new AuxiliaryMode value 'AuxiliaryMode.Floating' |
| 39 | +* Added support for AzureFirewallPacketCapture |
| 40 | + |
| 41 | +#### Az.Nginx 1.0.0 |
| 42 | +* General availability of 'Az.Nginx' module |
| 43 | + |
| 44 | +#### Az.RecoveryServices 6.7.1 |
| 45 | +* Added CRR support for taiwannorth, taiwannorthwest region. |
| 46 | +* Added breaking change notification for cmdlets whose output type is 'ASRVaultSettings'. |
| 47 | +* Added warning for Standard to Enhanced policy migration for AzureVMs. |
| 48 | +* Updated Unregister-AzRecoveryServicesBackupContainer cmdlet to ouptput Job object if PassThru not given. |
| 49 | +* Fixed issue with Get-AzRecoveryServicesVaultSettingsFile cmdlet to return private endpoint state for backup. |
| 50 | + |
| 51 | +#### Az.Resources 6.15.0 |
| 52 | +* Supported '-SkipClientSideScopeValidation' in RoleAssignment and RoleDefinition related commands. [#22473] |
| 53 | +* Updated Bicep build logic to use --stdout flag instead of creating a temporary file on disk. |
| 54 | +* Fixed exception when '-ApiVersion' is specified for 'Get-AzResource', affected by some resource types. |
| 55 | + |
| 56 | +#### Az.Sql 4.14.0 |
| 57 | +* Added 'DatabaseFormat' and 'PricingModel' parameters to 'New-AzSqlInstance', 'Set-AzSqlInstance' |
| 58 | +* Added breaking change message for 'New-AzSqlDatabaseFailoverGroup' and 'Set-AzSqlDatabaseFailoverGroup' |
| 59 | + - The default value of 'FailoverPolicy' parameter will be changed from 'Automatic' to 'Manual' |
| 60 | +* Added a new cmdlet for Azure SQL Managed Instance refresh external governance status |
| 61 | + - 'Invoke-AzSqlInstanceExternalGovernanceStatusRefresh' |
| 62 | +* Updated 'Get-AzSqlInstance' to support returning the 'ExternalGovernanceStatus' property |
| 63 | + |
| 64 | +#### Az.SqlVirtualMachine 2.2.0 |
| 65 | +* Fixed a bug of parameter 'VirtualMachineResourceId' of cmdlet 'New-AzSqlVM'. |
| 66 | + |
| 67 | +#### Az.StackHCI 2.3.0 |
| 68 | +* Fixed issue for WAC. |
| 69 | +* Restricted registration for 23H2 devices exclusively to cloud deployment. |
| 70 | + |
| 71 | +#### Az.StackHCIVM 1.0.0 |
| 72 | +* General availability for module Az.StackHCIVM |
| 73 | + |
| 74 | +#### Az.Storage 6.1.1 |
| 75 | +* Removed some code branches referencing Microsoft.Azure.Storage.Blob |
| 76 | + - 'Get-AzStorageBlob' |
| 77 | +* Updated the prompt message when deleting a share snapshot and the output format when listing |
| 78 | + - 'Remove-AzStorageShare' |
| 79 | + - 'Remove-AzRmStorageSahre' |
| 80 | + - 'Get-AzRmStorageShare' |
| 81 | + |
| 82 | +#### Az.Websites 3.2.0 |
| 83 | +* Fixed Ambiguous Positional Argument for 'New-AzWebAppSlot' |
| 84 | + |
1 | 85 | ## 11.2.0 - January 2024 |
2 | 86 | #### Az.Accounts 2.15.0 |
3 | 87 | * Fixed the authentication issue when using 'FederatedToken' in Sovereign Clouds. [#23742] |
|
0 commit comments