Skip to content

Commit 321b596

Browse files
authored
Release 2023-05-23 (#21836)
1 parent f07f56b commit 321b596

File tree

212 files changed

+224368
-82539
lines changed

Some content is hidden

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

212 files changed

+224368
-82539
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.Functions 4.0.7
69+
* Removed support to create v3 function apps (Functions v3 reached EOL on December, 2022) [#20838]
70+
* Enabled using ARM API to get stacks information for function app creation [#14682][#20009]
71+
* Added support to create dotnet-isolated function apps [#16349]
72+
* Added support for custom handler function apps [#12542]
73+
74+
#### Az.HDInsight 6.0.0
75+
* Breaking Change:
76+
- Removed the parameter '-RdpAccessExpiry' which has been marked as deprecated for a long time from cmdlet 'New-AzHDInsightCluster'
77+
- Removed the parameter '-RdpCredential' which has been marked as deprecated for a long time from cmdlet 'New-AzHDInsightCluster'
78+
79+
#### Az.KeyVault 4.10.0
80+
* Added breaking change announcement for parameter 'SoftDeleteRetentionInDays' in 'New-AzKeyVaultManagedHsm'. The parameter 'SoftDeleteRetentionInDays' is becoming mandatory
81+
- This change will take effect on version 6.0.0
82+
* Changed the encoding way from a string into byte array in 'Invoke-AzKeyVaultKeyOperation' from ASCII to UTF8. UTF8 is backward-compatible with ASCII. [#21269]
83+
* Bug fix: Changed the decoding way from byte array into a string from system default encoding to UTF8 to match encoding way. [#21269]
84+
* Added parameter 'PolicyPath' and 'PolicyObject' in 'Import-AzKeyVaultCertificate' to support custom policy [#20780]
85+
86+
#### Az.MachineLearningServices 1.0.0
87+
* General availability for module Az.MachineLearningServices
88+
89+
#### Az.Migrate 2.2.0
90+
* Added support for Windows Server OS upgrade while migrating the server to Azure using Azure Migrate
91+
* Added fix for keyvault SPN Id coming as null for some users
92+
93+
#### Az.Monitor 4.5.0
94+
* Added cmdlets for monitor workspace:
95+
- 'Get-AzMonitorWorkspace'
96+
- 'New-AzMonitorWorkspace'
97+
- 'Update-AzMonitorWorkspace'
98+
- 'Remove-AzMonitorWorkspace'
99+
100+
#### Az.Network 6.0.0
101+
* Added new cmdlets for RouteMap child resource of VirtualHub.
102+
-'Get-AzRouteMap'
103+
-'New-AzRouteMapRuleCriterion'
104+
-'New-AzRouteMapRuleActionParameter'
105+
-'New-AzRouteMapRuleAction'
106+
-'New-AzRouteMapRule'
107+
-'New-AzRouteMap'
108+
-'Set-AzRouteMap'
109+
-'Remove-AzRouteMap'
110+
* Updated cmdlets to add inbound/outbound route maps in routingConfiguration
111+
-'New-AzRoutingConfiguration'
112+
* Added the command 'New-AzFirewallPolicyApplicationRuleCustomHttpHeader'
113+
* Added the method 'AddCustomHttpHeaderToInsert' to 'PSAzureFirewallPolicyApplicationRule'
114+
* Added new cmdlets to support Rate Limiting Rule for Application Gateway WAF
115+
- 'New-AzApplicationGatewayFirewallCustomRuleGroupByUserSession',
116+
- 'New-AzApplicationGatewayFirewallCustomRuleGroupByVariable',
117+
- Also updated cmdlet to add the property of 'RateLimitDuration', 'RateLimitThreshold' and 'GroupByUserSession'
118+
- 'New-AzureApplicationGatewayFirewallCustomRule'
119+
* Added support of 'AdditionalNic' Property in 'New-AzNetworkVirtualAppliance'
120+
* Added the new cmdlet for supporting 'AdditionalNic' Property
121+
- 'New-AzVirtualApplianceAdditionalNicProperty'
122+
* Added new cmdlets to support Log Scrubbing Feature for Application Gateway WAF Firewall Policy
123+
- 'New-AzApplicationGatewayFirewallPolicyLogScrubbingConfiguration',
124+
- 'New-AzApplicationGatewayFirewallPolicyLogScrubbingRule',
125+
- Also updated cmdlet to add the property of 'LogScrubbing'
126+
- 'New-AzApplicationGatewayFirewallPolicySetting'
127+
* Onboarded 'Microsoft.HardwareSecurityModules/cloudHsmClusters' to private link cmdlets
128+
* Updated cmdlet to add the property of 'DisableRequestBodyEnforcement', 'RequestBodyInspectLimitInKB' and 'DisableFileUploadEnforcement'
129+
- 'New-AzApplicationGatewayFirewallPolicySetting'
130+
* Added optional property 'AuxiliarySku' to cmdlet 'New-AzNetworkInterface' to help choose performance on an 'AuxiliaryMode' enabled Network Interface.
131+
* Added a new value 'AcceleratedConnections' for existing property 'AuxiliaryMode' for 'New-AzNetworkInterface'
132+
* Added new cmdlets to get virtual hub effective routes and in/outbound routes
133+
- 'Get-AzVHubEffectiveRoute'
134+
- 'Get-AzVHubInboundRoute'
135+
- 'Get-AzVHubOutboundRoute'
136+
137+
#### Az.RedisEnterpriseCache 1.2.0
138+
* Upgraded API version to 2023-03-01-preview
139+
140+
#### Az.Relay 2.0.0
141+
* Updated API version to 2021-11-01
142+
143+
#### Az.Resources 6.7.0
144+
* Added parameter '-CountVariable' for list operations, 'odataCount' can now be assigned to this variable [#20982]
145+
- 'Get-AzADApplication'
146+
- 'Get-AzADServicePrincipal'
147+
- 'Get-AzADUser'
148+
- 'Get-AzADGroup'
149+
* Supported polymorphism for 'Get-AzADGroupMember', output of this cmdlet was now 'Application' 'ServicePrincipal', 'User' and 'Group' based on the 'odataType' [#19728]
150+
* Added '-Force' parameter on 'Publish-AzBicepModule' for supporting overwriting existing modules.
151+
* Fixed 'New-AzADApplication' when multiple redirect url types were provided. [#21108]
152+
* Fixed 'Update-AzADServicePrincipal' when empty array passed for 'IdentifierUri' [#21345]
153+
* Fixed an issue where location header was missing in the response from the service for 'New-AzManagedApplication'.
154+
* Fixed 'Get-AzResourceGroup' ignored the subscription ID in '-Id' [#21725]
155+
156+
#### Az.ServiceBus 3.0.0
157+
* Aliased 'New-AzServiceBusNamespace', 'Remove-AzServiceBusNamespace', 'Set-AzServiceBusNamespace', 'Get-AzServiceBusNamespace' with 'New-AzServiceBusNamespaceV2', 'Remove-AzServiceBusNamespaceV2', 'Set-AzServiceBusNamespaceV2', 'Get-AzServiceBusNamespaceV2' respectively.
158+
* Replaced 'New-AzServiceBusEncryptionConfig' by 'New-AzServiceBusKeyVaultPropertiesObject'
159+
160+
#### Az.ServiceFabric 3.2.0
161+
* Added new cmdlet 'Add-AzServiceFabricManagedClusterNetworkSecurityRule' to update network security rules in managed cluster resource
162+
163+
#### Az.SignalR 2.0.0
164+
* Breaking change:
165+
- Removed 'HostNamePrefix' property of output type 'PSSignalRResource' of following cmdlets:
166+
- 'Get-AzSignalR'
167+
- 'New-AzSignalR'
168+
- 'Update-AzSignalR'
169+
170+
#### Az.Sql 4.7.0
171+
* Added new cmdlets 'Get-AzSqlInstanceDatabaseLedgerDigestUpload', 'Disable-AzSqlInstanceDatabaseLedgerDigestUpload', and 'Enable-AzSqlInstanceDatabaseLedgerDigestUpload'
172+
* Added 'EnableLedger' parameter to 'New-AzSqlInstanceDatabase'
173+
* Added 'PreferredEnclaveType' parameter to 'NewAzureSqlElasticPool' and 'SetAzureSqlElasticPool' cmdlet
174+
175+
#### Az.SqlVirtualMachine 2.0.0
176+
* Converted Az.SqlVirtualMachine to autorest-based module.
177+
178+
#### Az.StackHCI 2.0.0
179+
* Made Region parameter mandatory in 'Register-AzStackHCI' cmdlet.
180+
* Removed EnableAzureArcServer parameter from 'Register-AzStackHCI' cmdlet.
181+
* Removed 'Test-AzStackHCIConnection' cmdlet. Customers can use 'Invoke-AzStackHciConnectivityValidation' from AzStackHCI.EnvironmentChecker module for enhanced connectivity verification tests.
182+
* Added support for Managed Service identity (MSI) in Azure China Cloud.
183+
* Added support for Mandatory extensions, for OS versions starting 23H2.
184+
* Added parameter validations for 'Register-AzStackHCI' cmdlet.
185+
* Improved Error logging in Registration and Unregistration.
186+
187+
#### Az.Storage 5.7.0
188+
* Fixed issue of getting a single blob with leading slashes
189+
- 'Get-AzStorageBlob'
190+
* Supported setting CORS rules in management plane cmdlets
191+
- 'Update-AzStorageBlobServiceProperty'
192+
- 'Update-AzStorageFileServiceProperty'
193+
* Fixed an issue of 'StorageAccountName' field in context object when the context is invalid
194+
- 'New-AzStorageContext'
195+
* Fixed an issue when a context does not have Credentials field
196+
* Added '' to be a valid container name
197+
198+
#### Az.StorageSync 2.0.0
199+
* Deprecated 'RegisteredServer' alias for InputObject parameter for Set-AzStorageSyncServerEndpoint
200+
201+
#### Az.Synapse 3.0.0
202+
* Removed the unnecessary breaking change of parameter '-SparkConfigFilePath' for 'New-AzSynapseSparkPool' and 'Update-AzSynapseSparkPool' cmdlets
203+
204+
#### Az.Websites 3.0.0
205+
* Removed 'New-AzWebAppContainerPSSession' and 'Enter-AzWebAppContainerPSSession' cmdlets
206+
207+
### Thanks to our community contributors
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: 5/19/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)