Skip to content

Commit ba178e9

Browse files
dingmeng-xueVeryEarlywyunchi-ms
authored
release-2022-05-24 (#18250)
* release-2022-05-24 * Added breakingchange in changelog for Az.Resources (#18253) * Add back Az.Accounts breaking change issues Co-authored-by: Yabo Hu <[email protected]> Co-authored-by: Yunchi Wang <[email protected]>
1 parent 0c7e72d commit ba178e9

File tree

155 files changed

+175356
-73402
lines changed

Some content is hidden

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

155 files changed

+175356
-73402
lines changed

ChangeLog.md

Lines changed: 205 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,208 @@
1+
## 8.0.0 - May 2022
2+
#### Az.Accounts
3+
* Added a preview feature allowing user to control the following configurations by using 'Get-AzConfig', 'Update-AzConfig' and 'Clear-AzConfig':
4+
- 'DefaultSubscriptionForLogin': Subscription name or GUID. Sets the default context for Azure PowerShell when logging in without specifying a subscription.
5+
- 'DisplayBreakingChangeWarning': Controls if warning messages for breaking changes are displayed or suppressed.
6+
- 'EnableDataCollection': When enabled, Azure PowerShell cmdlets send telemetry data to Microsoft to improve the customer experience.
7+
* Upgraded System.Reflection.DispatchProxy on Windows PowerShell [#17856]
8+
* Upgraded Azure.Identity to 1.6.0 and Azure.Core to 1.24.0
9+
10+
#### Az.Aks
11+
* Removed these aliases:
12+
* 'Get-AzAks'
13+
* 'New-AzAks'
14+
* 'Set-AzAks'
15+
* 'Remove-AzAks'
16+
17+
#### Az.ApiManagement
18+
* [Breaking change] Replaced parameter 'Sample' by 'Examples' in 'New-AzApiManagementOperation' and 'Set-AzApiManagementOperation'
19+
* Updated APIM .Net SDK version to 8.0.0 / Api Version 2021-08-01
20+
21+
#### Az.ApplicationInsights
22+
* Upgraded API version for ApplicationInsights component to 2020-02-02
23+
* Supported Log Analytics workspace-based component by 'New-AzApplicationInsights' and 'Update-AzApplicationInsights'
24+
25+
#### Az.Cdn
26+
* Upgraded API version to 2021-06-01
27+
* Removed deprecated cmdlets
28+
- Disable-AzCdnCustomDomain
29+
- Enable-AzCdnCustomDomain
30+
- Get-AzCdnEdgeNodes
31+
- Get-AzCdnProfileSsoUrl
32+
- New-AzCdnDeliveryPolicy
33+
- Set-AzFrontDoorCdnSecret
34+
* Added new cmdlets
35+
- Clear-AzFrontDoorCdnEndpointContent
36+
- Get-AzFrontDoorCdnEndpointResourceUsage
37+
- Get-AzFrontDoorCdnOriginGroupResourceUsage
38+
- Get-AzFrontDoorCdnProfileResourceUsage
39+
- Get-AzFrontDoorCdnRuleSetResourceUsage
40+
- Test-AzFrontDoorCdnEndpointCustomDomain
41+
- Test-AzFrontDoorCdnEndpointNameAvailability
42+
- Test-AzFrontDoorCdnProfileHostNameAvailability
43+
- Update-AzFrontDoorCdnCustomDomainValidationToken
44+
- Update-AzFrontDoorCdnRule
45+
* Renamed Set cmdlets to Update cmdlets
46+
* Added 'Object' suffix to memory object creation cmdlets
47+
48+
#### Az.Compute
49+
* Edited 'New-AzVm' cmdlet internal logic to use the 'PlatformFaultDomain' value in the 'PSVirtualMachine' object passed to it in the new virtual machine.
50+
* Added a new cmdlet named 'Restart-AzHost' to restart dedicated hosts.
51+
* Added '-DataAccessAuthMode' parameter to the following cmdlets:
52+
- 'New-AzDiskConfig'
53+
- 'New-AzDiskUpdateConfig'
54+
- 'New-AzSnapshotConfig'
55+
- 'New-AzSnapshotUpdateConfig'
56+
* Added '-Architecture' parameter to the following cmdlets:
57+
- 'New-AzDiskConfig'
58+
- 'New-AzDiskUpdateConfig'
59+
- 'New-AzSnapshotConfig'
60+
- 'New-AzSnapshotUpdateConfig'
61+
- 'New-AzGalleryImageDefinition'
62+
* Added '-InstanceView' parameter to 'Get-AzRestorePoint'
63+
* Added parameter '-ScriptString' to 'Invoke-AzvmRunCommand' and 'Invoke-AzvmssRunCommand'
64+
* Added parameter '-ScaleInPolicyForceDeletion' to 'Update-Azvmss'
65+
66+
#### Az.ContainerRegistry
67+
* Updated parameter types from bool to bool? for 'Update-AzContainerRegistryRepository' [#17857]
68+
- 'ReadEnabled'
69+
- 'ListEnabled'
70+
- 'WriteEnabled'
71+
- 'DeleteEnabled'
72+
73+
#### Az.CosmosDB
74+
* Introduced support for creating containers with Client Encryption Policy. The current supported version of Client Encryption Policy is 1.
75+
76+
#### Az.DataFactory
77+
* Updated ADF .Net SDK version to 6.1.0
78+
* Fixed Set-AzDataFactoryV2 -InputObject not correct with PublicNetworkAccess Parameter
79+
80+
#### Az.EventHub
81+
* Made 'IPRule' and 'VirtualNetworkRule' optional in 'Set-AzEventHubNetworkRuleSet'.
82+
* Deprecated older MSI properties in 'Set-AzEventHubNamespace' and 'New-AzEventHubNamespace'
83+
84+
#### Az.Functions
85+
* Fixed an issue that New-AzFunctionApp cmdlet should write a warning message when setting default values for parameters that are not provided.
86+
87+
#### Az.HealthcareApis
88+
* Migrated module to generated codebase.
89+
* Added cmdlets:
90+
- New/Get/Update/Remove-AzHealthcareApisService
91+
- New/Get/Update/Remove-AzHealthcareApisWorkspace
92+
- New/Get/Update/Remove-AzHealthcareFhirService
93+
- New/Get/Update/Remove-AzHealthcareDicomService
94+
- New/Get/Update/Remove-AzHealthcareIoTConnector
95+
- New/Get/Remove-AzHealthcareIotConnectorFhirDestination
96+
- Get-AzHealthcareFhirDestination
97+
98+
#### Az.KeyVault
99+
* Added 'Rotate' into the list of permissions to keys [#17970]
100+
101+
#### Az.ManagedServiceIdentity
102+
* General availability of 'Az.ManagedServiceIdentity'
103+
104+
#### Az.Network
105+
* Supported 'Microsoft.Network/privateLinkServices' in 'Get-AzPrivateEndpointConnection' [#16984].
106+
* Provided friendly message if resource type is not supported for private endpoint connection features [#17091].
107+
* Added 'DisableIPsecProtection' to 'Virtual Network Gateway'.
108+
* Added new cmdlets to create/manage authorization objects for ExpressRoutePort:
109+
- 'Add-AzExpressRoutePortAuthorization'
110+
- 'Get-AzExpressRoutePortAuthorization'
111+
- 'Remove-AzExpressRoutePortAuthorization'
112+
* Added option parameter 'AuthorizationKey' to cmdlet 'New-AzExpressRouteCircuit' to allow creating ExpressRoute Circuit on a ExpressRoutePort with a different owner.
113+
* Fix bug that can't display CustomIpPrefix in PublicIpPrefix.
114+
* Updated cmdlets to add new property of 'HubRoutingPreference' in VirtualHub and set property of 'PreferredRoutingGateway' deprecated .
115+
- 'New-AzVirtualHub'
116+
- 'Update-AzVirtualHub'
117+
* Added optional parameter 'AuxiliaryMode' to cmdlet 'New-AzNetworkInterface' to enable this network interface as Sirius enabled. Allowed values are None(default) and MaxConnections.
118+
* Multipool feature change: Updated cmdlets to add new optional property: 'ConfigurationPolicyGroups' object for associating policy groups.
119+
- 'Update-AzVpnServerConfiguration'
120+
- 'New-AzVpnServerConfiguration'
121+
* Multipool feature change: Updated cmdlets to add new optional property: 'P2SConnectionConfiguration' object for specifying multiple Connection configurations.
122+
- 'Update-AzP2sVpnGateway'
123+
- 'New-AzP2sVpnGateway'
124+
* Multipool feature change: Added new cmdlets to support CRUD of Configuration policy groups for VpnServerConfiguration.
125+
- 'Get-AzVpnServerConfigurationPolicyGroup'
126+
- 'New-AzVpnServerConfigurationPolicyGroup'
127+
- 'Update-AzVpnServerConfigurationPolicyGroup'
128+
- 'Remove-AzVpnServerConfigurationPolicyGroup'
129+
130+
#### Az.RecoveryServices
131+
* Added support for Multi-user authorization using Resource Guard for recovery services vault.
132+
* Added support for cross subscription restore for recovery services vault, modified storage account to be fetched from target subscription.
133+
134+
#### Az.Resources
135+
* Added cmdlet for Application federated identity credential
136+
- 'Get-AzADAppFederatedIdentityCredential'
137+
- 'New-AzADAppFederatedIdentityCredential'
138+
- 'Remove-AzADAppFederatedIdentityCredential'
139+
- 'Update-AzADAppFederatedIdentityCredential'
140+
* Upgraded and revised 'Get-AzLocation' cmdlet:
141+
- Upgraded 'subscriptionClient' for 'Get-AzLocation'. Changed its apiVersion from 2016-01-01 to 2021-01-01.[#18002]
142+
- Added all attributes of location info for 'Get-AzLocation', including 'pairedRegion' and so on. [#18045][#17536]
143+
- Support ExtendedLocations by 'Get-AzLocation' [#18046]
144+
* Added the following cmdlets to remain in parity with 2021-04-01 API version:
145+
- 'New-AzHierarchySetting'
146+
- 'Get-AzHierarchySetting'
147+
- 'Update-AzHierarchySetting'
148+
- 'Remove-AzHierarchySetting'
149+
- 'Get-AzManagementGroupSubscription'
150+
- 'Get-AzSubscriptionUnderManagementGroup'
151+
- 'Start-AzTenantBackfill'
152+
- 'Get-AzTenantBackfillStatus'
153+
- 'Get-AzManagementGroupNameAvailability'
154+
- 'Get-AzEntity'
155+
* [Breaking Change] Renamed property `isSyncedFromOnPremis` to `isSyncedFromOnPremise` to align with API spec
156+
157+
#### Az.Security
158+
* Added new cmdlet: 'Get-AzSecuritySolution'
159+
* Added Alerts Suppression Rules to cmdlets:
160+
'Get-AlertsSuppressionRule'
161+
'Remove-AlertsSuppressionRule'
162+
'Set-AlertsSuppressionRule'
163+
'New-AzAlertsSuppressionRuleScope'
164+
165+
#### Az.ServiceBus
166+
* Fixed miscellaneous network rule set typos across module.
167+
* Add 'TrustedServiceAccessEnabled' to 'Set-AzServiceBusNetworkRuleSet'
168+
169+
#### Az.Sql
170+
* Added new cmdlet 'Get-AzSqlInstanceEndpointCertificate'
171+
* Added parameter 'HighAvailabilityReplicaCount' to 'New-AzSqlElasticPool' and 'Set-AzSqlElasticPool'
172+
173+
#### Az.Storage
174+
* Supported generate Sas token for DataLakeGen2
175+
- 'New-AzDataLakeGen2SasToken'
176+
* Showed OAuth token in debug log in debug build only
177+
- 'New-AzStorageContext'
178+
* Supported return more file properties when list Azure file
179+
- 'Get-AzStorageFile'
180+
181+
#### Az.Synapse
182+
* Added support for Synapse Link for Azure Sql Database
183+
- Added 'Get-AzSynapseLinkConnection' cmdlet
184+
- Added 'Get-AzSynapseLinkConnectionDetailedStatus' cmdlet
185+
- Added 'Set-AzSynapseLinkConnection' cmdlet
186+
- Added 'Remove-AzSynapseLinkConnection' cmdlet
187+
- Added 'Start-AzSynapseLinkConnection' cmdlet
188+
- Added 'Stop-AzSynapseLinkConnection' cmdlet
189+
- Added 'Set-AzSynapseLinkConnectionLinkTable' cmdlet
190+
- Added 'Get-AzSynapseLinkConnectionLinkTable' cmdlet
191+
- Added 'Get-AzSynapseLinkConnectionLinkTableStatus' cmdlet
192+
- Added 'Update-AzSynapseLinkConnectionLandingZoneCredential' cmdlet
193+
* Set 'UploadedTimestamp' when adding package to spark pool by 'Update-AzSynapseSparkPool'
194+
195+
#### Az.Websites
196+
* Updated 'Get-AzWebApp' and 'Get-AzWebAppSlot' to expose 'VirtualNetworkSubnetId' property [#18042]
197+
198+
### Thanks to our community contributors
199+
* @bb-froggy, Fixed dead link to the DCR Overview (#17998)
200+
* Darryl van der Peijl (@DarrylvanderPeijl), Changing on-premise to on-premises (#17974)
201+
* Hiroshi Yoshioka (@hyoshioka0128), Typo "Github Actions"→"GitHub Actions" (#18160)
202+
* @misbamustaqim, Adding DisableIPsecProtection check(bool) to Virtual Network Gateway (#18029)
203+
* Scott Tang (@scottwtang), Update documentation for Get-AzApiManagementSubscription cmdlet (#18027)
204+
* @SnehaSudhirG, Update Get-AzAutomationScheduledRunbook.md (#18059)
205+
1206
## 7.5.0 - April 2022
2207
#### Az.Accounts
3208
* Upgraded Microsoft.Rest.ClientRuntime to 2.3.24

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

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

src/Accounts/Accounts/Az.Accounts.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '2.7.6'
15+
ModuleVersion = '2.8.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -108,7 +108,8 @@ CmdletsToExport = 'Disable-AzDataCollection', 'Disable-AzContextAutosave',
108108
'Set-AzDefault', 'Get-AzDefault', 'Clear-AzDefault',
109109
'Register-AzModule', 'Enable-AzureRmAlias', 'Disable-AzureRmAlias',
110110
'Uninstall-AzureRm', 'Invoke-AzRestMethod', 'Get-AzAccessToken',
111-
'Open-AzSurveyLink', 'Get-AzConfig', 'Update-AzConfig', 'Clear-AzConfig'
111+
'Open-AzSurveyLink', 'Get-AzConfig', 'Update-AzConfig',
112+
'Clear-AzConfig'
112113

113114
# Variables to export from this module
114115
# VariablesToExport = @()
@@ -145,7 +146,12 @@ PrivateData = @{
145146
# IconUri = ''
146147

147148
# ReleaseNotes of this module
148-
ReleaseNotes = '* Upgraded Microsoft.Rest.ClientRuntime to 2.3.24'
149+
ReleaseNotes = '* Added a preview feature allowing user to control the following configurations by using ''Get-AzConfig'', ''Update-AzConfig'' and ''Clear-AzConfig'':
150+
- ''DefaultSubscriptionForLogin'': Subscription name or GUID. Sets the default context for Azure PowerShell when logging in without specifying a subscription.
151+
- ''DisplayBreakingChangeWarning'': Controls if warning messages for breaking changes are displayed or suppressed.
152+
- ''EnableDataCollection'': When enabled, Azure PowerShell cmdlets send telemetry data to Microsoft to improve the customer experience.
153+
* Upgraded System.Reflection.DispatchProxy on Windows PowerShell [#17856]
154+
* Upgraded Azure.Identity to 1.6.0 and Azure.Core to 1.24.0'
149155

150156
# Prerelease string of this module
151157
# 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.8.0
2224
* Added a preview feature allowing user to control the following configurations by using `Get-AzConfig`, `Update-AzConfig` and `Clear-AzConfig`:
2325
- `DefaultSubscriptionForLogin`: Subscription name or GUID. Sets the default context for Azure PowerShell when logging in without specifying a subscription.
2426
- `DisplayBreakingChangeWarning`: Controls if warning messages for breaking changes are displayed or suppressed.

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

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

src/Accounts/Authenticators/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
// You can specify all the values or you can default the Build and Revision Numbers
4949
// by using the '*' as shown below:
5050
// [assembly: AssemblyVersion("1.0.*")]
51-
[assembly: AssemblyVersion("2.7.6")]
52-
[assembly: AssemblyFileVersion("2.7.6")]
51+
[assembly: AssemblyVersion("2.8.0")]
52+
[assembly: AssemblyFileVersion("2.8.0")]

src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("5970aa1c-f499-4b40-aeee-426ab8876d7e")]
27-
[assembly: AssemblyVersion("3.1.3")]
28-
[assembly: AssemblyFileVersion("3.1.3")]
27+
[assembly: AssemblyVersion("4.1.0")]
28+
[assembly: AssemblyFileVersion("4.1.0")]

src/Aks/Aks/Az.Aks.psd1

Lines changed: 8 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/22/2022
6+
# Generated on: 5/19/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '3.1.3'
15+
ModuleVersion = '4.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.6'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.0'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll',
@@ -118,8 +118,11 @@ PrivateData = @{
118118
# IconUri = ''
119119

120120
# ReleaseNotes of this module
121-
ReleaseNotes = '* Updated the description of ''Force'' in ''Invoke-AzAksRunCommand'' [#17756]
122-
* Fixed the issue that ''identity'' cannot be piped into ''Set-AzAksCluster'' [#17376]'
121+
ReleaseNotes = '* Removed these aliases:
122+
* ''Get-AzAks''
123+
* ''New-AzAks''
124+
* ''Set-AzAks''
125+
* ''Remove-AzAks'''
123126

124127
# Prerelease string of this module
125128
# Prerelease = ''

src/Aks/Aks/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 4.1.0
2123
* Removed these aliases:
2224
* `Get-AzAks`
2325
* `New-AzAks`

src/Aks/Aks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
[assembly: ComVisible(false)]
2424
[assembly: CLSCompliant(false)]
2525
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
26-
[assembly: AssemblyVersion("3.1.3")]
27-
[assembly: AssemblyFileVersion("3.1.3")]
26+
[assembly: AssemblyVersion("4.1.0")]
27+
[assembly: AssemblyFileVersion("4.1.0")]

src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("2.3.2")]
46-
[assembly: AssemblyFileVersion("2.3.2")]
45+
[assembly: AssemblyVersion("3.0.0")]
46+
[assembly: AssemblyFileVersion("3.0.0")]

0 commit comments

Comments
 (0)