|
| 1 | +## 10.0.0 - June 2023 |
| 2 | +#### Az.Accounts 2.12.3 |
| 3 | +* Updated System.Security.Permissions to 4.7.0. |
| 4 | + |
| 5 | +#### Az.Aks 5.5.0 |
| 6 | +* Fixed the issue of 'Enable-AzAksAddon' when there are no addons. [#21665] |
| 7 | +* Added parameter '-EnableAHUB' for 'New-AzAksCluster' and 'Set-AzAksCluster' |
| 8 | +* Added parameter '-WindowsProfileAdminUserPassword' for 'Set-AzAksCluster' |
| 9 | + |
| 10 | +#### Az.Billing 2.0.2 |
| 11 | +* Fixed skip token for Consumption PriceSheet cmdlet |
| 12 | + |
| 13 | +#### Az.Compute 6.0.0 |
| 14 | +* Added new switch parameter 'OSImageScheduledEventEnabled' and string parameter 'OSImageScheduledEventNotBeforeTimeoutInMinutes' to the cmdlets 'New-AzVmssConfig' and 'Update-AzVmss'. |
| 15 | +* Fixed an issue that 'Add-AzVhd' throws 'FileNotFoundException' on Windows PowerShell. [#21321] |
| 16 | +* Removed the 'NextLink' parameter and parameter set from the 'Get-AzVM' cmdelt. |
| 17 | + |
| 18 | +#### Az.CosmosDB 1.11.0 |
| 19 | +* Added support for Continuous 7 Days backup mode. |
| 20 | +* Added new parameter 'EnablePartitionMerge' to 'Update-AzCosmosDBAccount' and 'New-AzCosmosDBAccount'. |
| 21 | + |
| 22 | +#### Az.Databricks 1.5.1 |
| 23 | +* Fixed an issue that 'Update-AzDatabricksWorkspace' doesn't work as expected while enabling encryption. [#21324] |
| 24 | + |
| 25 | +#### Az.DataProtection 2.0.0 |
| 26 | +* Added support for Blob Hardened recovery points (VaultStore). |
| 27 | +* Added Cross Subscription Restore for 'AzureDisk', 'AzureDatabaseForPostgreSQL' and 'AzureBlob'. |
| 28 | +* Added 'Get-AzDataProtectionOperationStatus' command for long running cmdlets async. |
| 29 | + |
| 30 | +#### Az.DesktopVirtualization 4.0.0 |
| 31 | +* Upgraded API version to 2022-09-09 |
| 32 | +* Added cmdlet: |
| 33 | + - 'Get-AzWvdScalingPlanPooledSchedule' |
| 34 | + - 'New-AzWvdScalingPlanPooledSchedule' |
| 35 | + - 'Remove-AzWvdScalingPlanPooledSchedule' |
| 36 | + - 'Update-AzWvdScalingPlanPooledSchedule' |
| 37 | +* Added parameters 'pageSize', 'isDescending' and 'initialSkip' to: |
| 38 | + - 'Get-AzWvdApplication' |
| 39 | + - 'Get-AzWvdApplicationGroup' |
| 40 | + - 'Get-AzWvdDesktop' |
| 41 | + - 'Get-AzWvdHostPool' |
| 42 | + - 'Get-AzWvdMsixPackage' |
| 43 | + - 'Get-AzWvdScalingPlan' |
| 44 | + - 'Get-AzWvdSessionHost' |
| 45 | + - 'Get-AzWvdStartMenuItem' |
| 46 | + - 'Get-AzWvdUserSession' |
| 47 | + - 'Get-AzWvdWorkspace' |
| 48 | +* Added parameters 'AgentUpdateMaintenanceWindow', 'AgentUpdateMaintenanceWindowTimeZone', 'AgentUpdateType', 'AgentUpdateUseSessionHostLocalTime' to: |
| 49 | + - 'New-AzWvdHostPool' |
| 50 | + - 'Update-AzWvdHostPool' |
| 51 | +* Added parameter 'FriendlyName' to: |
| 52 | + - 'New-AzWvdHostPool' |
| 53 | + - 'Update-AzWvdHostPool' |
| 54 | + - 'Update-AzWvdSessionHost' |
| 55 | + |
| 56 | +#### Az.EventHub 4.0.0 |
| 57 | +* Aliased 'New-AzEventHubNamespace', 'Remove-AzEventHubNamespace', 'Set-AzEventHubNamespace', 'Get-AzEventHubNamespace' with 'New-AzEventHubNamespaceV2', 'Remove-AzEventHubNamespaceV2', 'Set-AzEventHubNamespaceV2', 'Get-AzEventHubNamespaceV2' respectively |
| 58 | +* Replaced 'New-AzEventHubEncryptionConfig' by 'New-AzEventHubKeyVaultPropertiesObject' |
| 59 | + |
| 60 | +#### Az.HDInsight 6.0.0 |
| 61 | +* Breaking Change: |
| 62 | + - Removed the parameter '-RdpAccessExpiry' which has been marked as deprecated for a long time from cmdlet 'New-AzHDInsightCluster' |
| 63 | + - Removed the parameter '-RdpCredential' which has been marked as deprecated for a long time from cmdlet 'New-AzHDInsightCluster' |
| 64 | + |
| 65 | +#### Az.KeyVault 4.10.0 |
| 66 | +* Added breaking change announcement for parameter 'SoftDeleteRetentionInDays' in 'New-AzKeyVaultManagedHsm'. The parameter 'SoftDeleteRetentionInDays' is becoming mandatory |
| 67 | + - This change will take effect on version 6.0.0 |
| 68 | +* Changed the encoding way from a string into byte array in 'Invoke-AzKeyVaultKeyOperation' from ASCII to UTF8. UTF8 is backward-compatible with ASCII. [#21269] |
| 69 | +* Bug fix: Changed the decoding way from byte array into a string from system default encoding to UTF8 to match encoding way. [#21269] |
| 70 | +* Added parameter 'PolicyPath' and 'PolicyObject' in 'Import-AzKeyVaultCertificate' to support custom policy [#20780] |
| 71 | + |
| 72 | +#### Az.Migrate 2.2.0 |
| 73 | +* Added support for Windows Server OS upgrade while migrating the server to Azure using Azure Migrate |
| 74 | +* Added fix for keyvault SPN Id coming as null for some users |
| 75 | + |
| 76 | +#### Az.Monitor 4.5.0 |
| 77 | +* Added cmdlets for monitor workspace: |
| 78 | + - 'Get-AzMonitorWorkspace' |
| 79 | + - 'New-AzMonitorWorkspace' |
| 80 | + - 'Update-AzMonitorWorkspace' |
| 81 | + - 'Remove-AzMonitorWorkspace' |
| 82 | + |
| 83 | +#### Az.Network 6.0.0 |
| 84 | +* Added new cmdlets for RouteMap child resource of VirtualHub. |
| 85 | + -'Get-AzRouteMap' |
| 86 | + -'New-AzRouteMapRuleCriterion' |
| 87 | + -'New-AzRouteMapRuleActionParameter' |
| 88 | + -'New-AzRouteMapRuleAction' |
| 89 | + -'New-AzRouteMapRule' |
| 90 | + -'New-AzRouteMap' |
| 91 | + -'Set-AzRouteMap' |
| 92 | + -'Remove-AzRouteMap' |
| 93 | +* Updated cmdlets to add inbound/outbound route maps in routingConfiguration |
| 94 | + -'New-AzRoutingConfiguration' |
| 95 | +* Added the command 'New-AzFirewallPolicyApplicationRuleCustomHttpHeader' |
| 96 | +* Added the method 'AddCustomHttpHeaderToInsert' to 'PSAzureFirewallPolicyApplicationRule' |
| 97 | +* Added new cmdlets to support Rate Limiting Rule for Application Gateway WAF |
| 98 | + - 'New-AzApplicationGatewayFirewallCustomRuleGroupByUserSession', |
| 99 | + - 'New-AzApplicationGatewayFirewallCustomRuleGroupByVariable', |
| 100 | + - Also updated cmdlet to add the property of 'RateLimitDuration', 'RateLimitThreshold' and 'GroupByUserSession' |
| 101 | + - 'New-AzureApplicationGatewayFirewallCustomRule' |
| 102 | +* Added support of 'AdditionalNic' Property in 'New-AzNetworkVirtualAppliance' |
| 103 | +* Added the new cmdlet for supporting 'AdditionalNic' Property |
| 104 | + - 'New-AzVirtualApplianceAdditionalNicProperty' |
| 105 | +* Added new cmdlets to support Log Scrubbing Feature for Application Gateway WAF Firewall Policy |
| 106 | + - 'New-AzApplicationGatewayFirewallPolicyLogScrubbingConfiguration', |
| 107 | + - 'New-AzApplicationGatewayFirewallPolicyLogScrubbingRule', |
| 108 | + - Also updated cmdlet to add the property of 'LogScrubbing' |
| 109 | + - 'New-AzApplicationGatewayFirewallPolicySetting' |
| 110 | +* Onboarded 'Microsoft.HardwareSecurityModules/cloudHsmClusters' to private link cmdlets |
| 111 | +* Updated cmdlet to add the property of 'DisableRequestBodyEnforcement', 'RequestBodyInspectLimitInKB' and 'DisableFileUploadEnforcement' |
| 112 | + - 'New-AzApplicationGatewayFirewallPolicySetting' |
| 113 | +* Added optional property 'AuxiliarySku' to cmdlet 'New-AzNetworkInterface' to help choose performance on an 'AuxiliaryMode' enabled Network Interface. |
| 114 | +* Added a new value 'AcceleratedConnections' for existing property 'AuxiliaryMode' for 'New-AzNetworkInterface' |
| 115 | + |
| 116 | +#### Az.RedisEnterpriseCache 1.2.0 |
| 117 | +* Upgraded API version to 2023-03-01-preview |
| 118 | + |
| 119 | +#### Az.Relay 2.0.0 |
| 120 | +* Updated API version to 2021-11-01 |
| 121 | + |
| 122 | +#### Az.Resources 6.7.0 |
| 123 | +* Added parameter '-CountVariable' for list operations, 'odataCount' can now be assigned to this variable [#20982] |
| 124 | + - 'Get-AzADApplication' |
| 125 | + - 'Get-AzADServicePrincipal' |
| 126 | + - 'Get-AzADUser' |
| 127 | + - 'Get-AzADGroup' |
| 128 | +* Supported polymorphism for 'Get-AzADGroupMember', output of this cmdlet was now 'Application' 'ServicePrincipal', 'User' and 'Group' based on the 'odataType' [#19728] |
| 129 | +* Added '-Force' parameter on 'Publish-AzBicepModule' for supporting overwriting existing modules. |
| 130 | +* Fixed 'New-AzADApplication' when multiple redirect url types were provided. [#21108] |
| 131 | +* Fixed 'Update-AzADServicePrincipal' when empty array passed for 'IdentifierUri' [#21345] |
| 132 | +* Fixed an issue where location header was missing in the response from the service for 'New-AzManagedApplication'. |
| 133 | +* Fixed 'Get-AzResourceGroup' ignored the subscription ID in '-Id' [#21725] |
| 134 | + |
| 135 | +#### Az.ServiceBus 3.0.0 |
| 136 | +* Aliased 'New-AzServiceBusNamespace', 'Remove-AzServiceBusNamespace', 'Set-AzServiceBusNamespace', 'Get-AzServiceBusNamespace' with 'New-AzServiceBusNamespaceV2', 'Remove-AzServiceBusNamespaceV2', 'Set-AzServiceBusNamespaceV2', 'Get-AzServiceBusNamespaceV2' respectively. |
| 137 | +* Replaced 'New-AzServiceBusEncryptionConfig' by 'New-AzServiceBusKeyVaultPropertiesObject' |
| 138 | + |
| 139 | +#### Az.ServiceFabric 3.2.0 |
| 140 | +* Added new cmdlet 'Add-AzServiceFabricManagedClusterNetworkSecurityRule' to update network security rules in managed cluster resource |
| 141 | + |
| 142 | +#### Az.SignalR 2.0.0 |
| 143 | +* Breaking change: |
| 144 | + - Removed 'HostNamePrefix' property of output type 'PSSignalRResource' of following cmdlets: |
| 145 | + - 'Get-AzSignalR' |
| 146 | + - 'New-AzSignalR' |
| 147 | + - 'Update-AzSignalR' |
| 148 | + |
| 149 | +#### Az.Sql 4.7.0 |
| 150 | +* Added new cmdlets 'Get-AzSqlInstanceDatabaseLedgerDigestUpload', 'Disable-AzSqlInstanceDatabaseLedgerDigestUpload', and 'Enable-AzSqlInstanceDatabaseLedgerDigestUpload' |
| 151 | +* Added 'EnableLedger' parameter to 'New-AzSqlInstanceDatabase' |
| 152 | +* Added 'PreferredEnclaveType' parameter to 'NewAzureSqlElasticPool' and 'SetAzureSqlElasticPool' cmdlet |
| 153 | + |
| 154 | +#### Az.SqlVirtualMachine 2.0.0 |
| 155 | +* Converted Az.SqlVirtualMachine to autorest-based module. |
| 156 | + |
| 157 | +#### Az.StackHCI 2.0.0 |
| 158 | +* Made Region parameter mandatory in 'Register-AzStackHCI' cmdlet. |
| 159 | +* Removed EnableAzureArcServer parameter from 'Register-AzStackHCI' cmdlet. |
| 160 | +* Removed 'Test-AzStackHCIConnection' cmdlet. Customers can use 'Invoke-AzStackHciConnectivityValidation' from AzStackHCI.EnvironmentChecker module for enhanced connectivity verification tests. |
| 161 | +* Added support for Managed Service identity (MSI) in Azure China Cloud. |
| 162 | +* Added support for Mandatory extensions, for OS versions starting 23H2. |
| 163 | +* Added parameter validations for 'Register-AzStackHCI' cmdlet. |
| 164 | +* Improved Error logging in Registration and Unregistration. |
| 165 | + |
| 166 | +#### Az.Storage 5.7.0 |
| 167 | +* Fixed issue of getting a single blob with leading slashes |
| 168 | + - 'Get-AzStorageBlob' |
| 169 | +* Supported setting CORS rules in management plane cmdlets |
| 170 | + - 'Update-AzStorageBlobServiceProperty' |
| 171 | + - 'Update-AzStorageFileServiceProperty' |
| 172 | +* Fixed an issue of 'StorageAccountName' field in context object when the context is invalid |
| 173 | + - 'New-AzStorageContext' |
| 174 | +* Fixed an issue when a context does not have Crendentials field |
| 175 | +* Added '' to be a valid container name |
| 176 | + |
| 177 | +#### Az.Synapse 3.0.0 |
| 178 | +* Removed the unnecessary breaking change of parameter '-SparkConfigFilePath' for 'New-AzSynapseSparkPool' and 'Update-AzSynapseSparkPool' cmdlets |
| 179 | + |
| 180 | +#### Az.Websites 3.0.0 |
| 181 | +* Removed 'New-AzWebAppContainerPSSession' and 'Enter-AzWebAppContainerPSSession' cmdlets |
| 182 | + |
| 183 | +### Thanks to our community contributors |
| 184 | +* Gitanjali Verma (@gitanjali1993), Update Set-AzApplicationGatewayBackendAddressPool.md (#21458) |
| 185 | +* Jeremiah Mathers (@jeremiahmathers), Update Set-AzApplicationGatewayConnectionDraining.md (#21601) |
| 186 | +* Morris Janatzek (@morrisjdev), Added PackageAction `Set` for `Update-AzSynapseSparkPool` to support removing and adding packages in one action (#21579) |
| 187 | +* Adam Myatt (@myatt83) |
| 188 | + * Update Set-AzNetworkManagerSubscriptionConnection.md (#21621) |
| 189 | + * Update Get-AzApiManagementAuthorizationServerClientSecret.md (#21619) |
| 190 | +* Noah Koontz (@prototypicalpro) |
| 191 | + * Regenerate help for Az.Network (#21533) |
| 192 | + * feat: add autoscale support for virtual hub and update network formatting (#21518) |
| 193 | +* Simon Wåhlin (@SimonWahlin), Add -Force parameter on Publish-AzBicepModule (#21713) |
| 194 | +* Steve Matney (@stevematney), Fix typo in Update-AzWebAppTrafficRouting.md (#21667) |
| 195 | + |
1 | 196 | ## 9.7.1 - May 2023
|
2 | 197 | #### Az.Websites 2.15.1
|
3 | 198 | * Used AAD Auth instead of Basic Auth for PublishAzureWebApps
|
|
0 commit comments