Skip to content

Commit 676e576

Browse files
authored
Merge pull request #21902 from msJinLei/main
Merge Release-2023-05-23 to Main
2 parents 36192dc + 47e48d8 commit 676e576

File tree

7,337 files changed

+829718
-308184
lines changed

Some content is hidden

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

7,337 files changed

+829718
-308184
lines changed

ChangeLog.md

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

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 - May 2023"
40+
$productName = "Microsoft Azure PowerShell - June 2023"
4141

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

src/Accounts/Accounts/Az.Accounts.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '2.12.2'
15+
ModuleVersion = '2.12.3'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -147,9 +147,7 @@ PrivateData = @{
147147
# IconUri = ''
148148

149149
# ReleaseNotes of this module
150-
ReleaseNotes = '* Fixed ''AzureSynapseAnalyticsEndpointResourceId'' of ''USGovernment'' environment.
151-
* Updated Azure.Core to 1.31.0.
152-
* Updated the reference of Azure PowerShell Common to 1.3.75-preview.'
150+
ReleaseNotes = '* Updated System.Security.Permissions to 4.7.0.'
153151

154152
# Prerelease string of this module
155153
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 2.12.3
2224
* Updated System.Security.Permissions to 4.7.0.
2325

2426
## Version 2.12.2

src/Accounts/Accounts/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("2.12.2")]
47-
[assembly: AssemblyFileVersion("2.12.2")]
46+
[assembly: AssemblyVersion("2.12.3")]
47+
[assembly: AssemblyFileVersion("2.12.3")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

0 commit comments

Comments
 (0)