Skip to content

Commit 7e7ffd6

Browse files
author
Lei Jin
committed
Release-2023-05-23
1 parent b5c4c82 commit 7e7ffd6

File tree

187 files changed

+99200
-62400
lines changed

Some content is hidden

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

187 files changed

+99200
-62400
lines changed

ChangeLog.md

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,198 @@
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+
1196
## 9.7.1 - May 2023
2197
#### Az.Websites 2.15.1
3198
* 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: 5/16/2023
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)