Skip to content

Commit f8779c8

Browse files
authored
Merge pull request #19977 from Azure/release-2022-11-01
Release-2022-11-01
2 parents 3c1572d + daf3f0d commit f8779c8

File tree

1,305 files changed

+68182
-129129
lines changed

Some content is hidden

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

1,305 files changed

+68182
-129129
lines changed

ChangeLog.md

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,146 @@
1+
## 9.1.0 - November 2022
2+
#### Az.Accounts
3+
* Updated 'Get-AzSubscription' to retrieve subscription by Id rather than listed all the subscriptions from server if subscription Id is provided. [#19115]
4+
5+
#### Az.CognitiveServices
6+
* Updated CognitiveServices PowerShell to use 2022-10-01 version.
7+
8+
#### Az.Compute
9+
* Fixed EdgeZone does not pass to VM for 'New-AzVM' 'SimpleParameterSet' [#18978]
10+
* Added 'ScriptFilePath' parameter set for 'Set-AzVMRunCommand' and 'Set-AzVmssVMRunCommand' to allow users to pass in the path of the file that has the run command script
11+
* Added '-AsJob' optional parameter to 'Remove-AzVMExtension' cmdlet.
12+
* Added '-EdgeZone' optional parameter for 'Get-AzComputeResourceSku' and 'New-AzSnapshotUpdateConfig' cmdlets.
13+
* Added Disk Delete Optional parameters 'OsDisk Deletion Option' and 'Delete Option' to the 'Set-AzVmssStorageProfile' (OS Disk) and 'Add-AzVmssDataDisk' (Data Disk)
14+
* Improved printed output for 'Get-AzComputeResourceSku'
15+
* Updated 'Get-AzHost' cmdlet logic to return Host for '-ResourceId' parameterset.
16+
* Added '-OSDiskSizeGB' optional parameter for 'Set-AzVmssStorageProfile'.
17+
* Improved cmdlet description for 'Set-AzVM' and added examples.
18+
* Updated property mapping for parameter 'Encryption' of 'New-AzGalleryImageVersion'
19+
* Updated list format to display all VmssVmRunCommand properties for 'Get-AzVmssVmRunCommand'
20+
* Updated 'Get-AzGallery', 'New-AzGallery', 'Update-AzGallery', 'Get-AzGalleryImageDefinition', 'Get-AzGalleryImageVersion', 'New-AzVm' and 'New-AzVmss' to support community galleries
21+
22+
#### Az.Databricks
23+
* Added 'RequiredNsgRule' parameter in the 'Update-AzDatabricksWorkspace'.
24+
25+
#### Az.DataFactory
26+
* Updated ADF .Net SDK version to 7.0.0
27+
28+
#### Az.DataProtection
29+
* Fixed list parameter set for 'Get-AzDataProtectionBackupVault'
30+
31+
#### Az.EventGrid
32+
* Updated to use the 2022-06-15 API version.
33+
* Added new features:
34+
- Partner topics
35+
- Partner topic event subscriptions
36+
- Partner namespaces
37+
- Partner namespace keys
38+
- Partner configurations
39+
- Partner registrations
40+
- Verified partners
41+
- Channels
42+
43+
#### Az.EventHub
44+
* Added readonly Status property in EventHub Namespace
45+
46+
#### Az.Functions
47+
* Added warning logs to detect Az context switching in Get-AzFunctionApp
48+
49+
#### Az.KeyVault
50+
* Bumped API version to 2022-07-01
51+
* Added 'Undo-AzKeyVaultManagedHsm' to recover deleted managed HSM
52+
53+
#### Az.ManagedServiceIdentity
54+
* Supported Create/Get/Update/Remove Federated Identity Credentials on a User Assigned Managed Identity
55+
* 'Get-AzFederatedIdentityCredentials'
56+
* 'New-AzFederatedIdentityCredentials'
57+
* 'Remove-AzFederatedIdentityCredentials'
58+
* 'Update-AzFederatedIdentityCredentials'
59+
* Supported List Associated Resources on a User Assigned Managed Identity
60+
* 'Get-AzUserAssignedIdentityAssociatedResource'
61+
62+
#### Az.Migrate
63+
* Added parameter 'CacheStorageAccountId' to 'Initialize-AzMigrateReplicationInfrastructure'
64+
* Added support for OS Disk Swap and Test Migrate Subnet Selection
65+
66+
#### Az.Network
67+
* Added possible value 'LocalGateway' for parameter 'GatewayType'
68+
- 'New-AzVirtualNetworkGateway'
69+
* Exposed 'ExtendedLocation' and 'VNetExtendedLocationResourceId' for 'VirtualNetworkGateway'
70+
- 'Get-AzVirtualNetworkGateway'
71+
* Added new cmdlet to get firewall learned ip prefixes
72+
* 'Get-AzFirewallLearnedIpPrefix'
73+
* Fixed a bug that does not update firewall policy application, network and nat rules' descriptions even though description is provided via description parameter
74+
* Updated 'New-AzIpConfigurationBgpPeeringAddressObject' to remove validate null or empty check for CustomAddress in Azure Virtual Network Gateway
75+
* Updated 'New-AzVirtualNetworkGateway' to add validate null or empty check for CustomAddress in Azure Virtual Network Gateway
76+
* Updated cmdlets to add new property of 'VirtualNetworkGatewayPolicyGroup' and 'VpnClientConnectionConfiguration' in Azure Virtual Network Gateway
77+
* 'New-AzVirtualNetworkGateway'
78+
* 'Set-AzVirtualNetworkGateway'
79+
* Added new cmdlets to create
80+
* 'New-AzVirtualNetworkGatewayPolicyGroup'
81+
* 'New-AzVirtualNetworkGatewayPolicyGroupMember'
82+
* 'New-AzVpnClientConnectionConfiguration'
83+
* Added message in breaking change attribute to notify that load balancer sku default behavior will be changed
84+
* 'New-AzLoadBalancer'
85+
* Added cmdlet preview to notify customers to use default value or leave null for load balancer probe threshold property
86+
* 'New-AzLoadBalancerProbeConfig'
87+
* 'Set-AzLoadBalancerProbeConfig'
88+
* 'Add-AzLoadBalancerProbeConfig'
89+
90+
#### Az.RecoveryServices
91+
* Added support for cross zonal restore for ZRS vaults for non-ZonePinned VM
92+
* Fixed bug with Update-AzRecoveryServicesAsrProtectionContainerMapping
93+
* Added new scenarios: EZ-to-AZ, EZ-to-AZ, EZ-to-EZ
94+
* Removed 'VmName' from non A2A scenarios of 'New-AzRecoveryServicesAsrReplicationProtectedItem' as it is not applicable
95+
96+
#### Az.Resources
97+
* Fixed parameter 'Count' for
98+
- Get-AzADApplication
99+
- Get-AzADServicePrincipal
100+
- Get-AzADUser
101+
* Polished preview warning message for:
102+
- Add-AzADGroupMember
103+
- Get-AzADGroupMember
104+
- Remove-AzADGroupMember
105+
* Fixed a 'NullReferenceException' when deploying a JSON template using Bicep extensibility
106+
* Added '-AsJob' to support running 'Register-AzResourceProvider' as a Job
107+
108+
#### Az.Sql
109+
* Added new cmdlets for CRUD operations on SQL server IPv6 Firewall rules
110+
'Get-AzSqlServerIpv6FirewallRule'
111+
'New-AzSqlServerIpv6FirewallRule'
112+
'Remove-AzSqlServerIpv6FirewallRule'
113+
'Set-AzSqlServerIpv6FirewallRule'
114+
* StorageContainerSasToken parameter in the 'Start-AzSqlInstanceDatabaseLogReplay' cmdlet is now optional
115+
116+
#### Az.StackHCI
117+
* Supported WDAC compliant APIs
118+
* Fixed module versions of dependent PS modules
119+
* Updated Remote Support cmdlets to check device type between HCIv2 and AzureEdge
120+
121+
#### Az.Storage
122+
* Supported generate DataLakeGen2 Sas token with Encryption scope
123+
- 'New-AzDataLakeGen2SasToken'
124+
* Supported blob type conversions in sync blob copy
125+
- 'Copy-AzStorageBlob'
126+
* Supported create/upgrade storage account with Keyvault from another tenant and access Keyvault with FederatedClientId
127+
* 'New-AzStorageAccount'
128+
* 'Set-AzStorageAccount'
129+
* Supported find blobs in a container with a blob tag filter sql expression
130+
* 'Get-AzStorageBlobByTag'
131+
* Migrated following Azure File dataplane cmdlets from 'Microsoft.Azure.Storage.File' to 'Azure.Storage.Files.Shares'
132+
* 'Get-AzStorageFileHandle'
133+
* 'Close-AzStorageFileHandle'
134+
135+
#### Az.Websites
136+
* Fixed 'Publish-AzWebApp' to use latest publish API when deploying war package [#19791]
137+
138+
### Thanks to our community contributors
139+
* @alekiv, Fix typo in Example 1 (#19727)
140+
* Johan Vanneuville (@JohanVanneuville), Update New-AzGalleryApplicationVersion.md (#19858)
141+
* Simon Bass (@nimsarr), Fix typos (#19912)
142+
* @wooch82, Update New-AzApplicationInsightsContinuousExport.md (#19802)
143+
1144
## 9.0.1 - October 2022
2145
#### Az.Accounts
3146
* Upgraded Azure.Core to 1.25.0 and Azure.Identity to 1.6.1

0 commit comments

Comments
 (0)