Skip to content

Commit

Permalink
release-2022-08-02 (#19097)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyZhou authored Jul 29, 2022
1 parent 54ff51b commit 21e76e8
Show file tree
Hide file tree
Showing 83 changed files with 55,539 additions and 35,885 deletions.
146 changes: 146 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,149 @@
## 8.2.0 - August 2022
#### Az.Accounts
* Implemented 'SupportsShouldProcess' for 'Invoke-AzRestMethod'
* Supported giving suggestions if an Azure PowerShell command cannot be found, for example when there is a typo in command name.

#### Az.Aks
* Removed the warning messages for MSGraph migration [#18856]

#### Az.Compute
* Added parameters 'PackageFileName', 'ConfigFileName' for 'New-AzGalleryApplicationVersion'

#### Az.ConfidentialLedger
* General availability of 'Az.ConfidentialLedger'

#### Az.EventHub
* Added -MinimumTlsVersion to New-AzEventHubNamespace and Set-AzEventHubNamespace
* Added -SupportsScaling to New-AzEventHubCluster and Set-AzEventHubCluster to support self serve clusters
* Deprecation warning on a few parameters in cluster cmdlets that will be deprecated in the November major release

#### Az.KeyVault
* Removed the warning messages for MSGraph migration [#18856]

#### Az.Migrate
* Fixed a cross-subscription issue

#### Az.Network
* Updated cmdlets to add new property of 'ExplicitProxy' in Azure Firewall Policy.
- 'New-AzFirewallPolicyExplicitProxy'
- 'New-AzFirewallPolicy'
- 'Set-AzFirewallPolicy'
* Added new cmdlets to create packet captures for Network Watcher:
- 'New-AzNetworkWatcherPacketCaptureV2'
- 'New-AzPacketCaptureScopeConfig'
* Added support for CustomV2 ssl policies for Application Gateway.
- Added 'CustomV2' to the validation set of 'PolicyType'
- Added 'TLSv1_3' to the validation set of 'MinProtocolVersion'
- Removed validation for null or empty cipher suites list since there can be empty cipher suites list for min protocol version of tls1.3
* Network Watcher Feature Change: Added new paramenter i.e. AzureVMSS as source endpoint in ConnectionMonitor.
- 'New-AzNetworkWatcherConnectionMonitorEndpointObject'
* Added 'IdentifyTopFatFlow' parameter to 'AzureFirewall'
- 'New-AzFirewall'
* Enabled Azure Firewall forced tunneling by default (AzureFirewallManagementSubnet and ManagementPublicIpAddress are required) whenever basic sku firewall is created.
- 'New-AzFirewall'
* Fixed bug that causes an overflow due to incorrect SNAT private ranges IP validation.
* Added new cmdlets to create/manage L4(TCP/TLS) objects for ApplicationGateway:
- 'Get-AzApplicationGatewayListener'
- 'New-AzApplicationGatewayListener'
- 'Add-AzApplicationGatewayListener'
- 'Set-AzApplicationGatewayListener'
- 'Remove-AzApplicationGatewayListener'
- 'Get-AzApplicationGatewayBackendSetting'
- 'New-AzApplicationGatewayBackendSetting'
- 'Add-AzApplicationGatewayBackendSetting'
- 'Set-AzApplicationGatewayBackendSetting'
- 'Remove-AzApplicationGatewayBackendSetting'
- 'Get-AzApplicationGatewayRoutingRule'
- 'New-AzApplicationGatewayRoutingRule'
- 'Add-AzApplicationGatewayRoutingRule'
- 'Set-AzApplicationGatewayRoutingRule'
- 'Remove-AzApplicationGatewayRoutingRule'
* Updated cmdlet to add TCP/TLS Listener , BackendSetting , RoutingRule support for Application Gateway:
- 'New-AzApplicationGateway'
* Updated cmdlets to add TCP/TLS protocol support for Application gateway Health Probe configuration:
- 'Set-AzApplicationGatewayProbeConfig'
- 'Add-AzApplicationGatewayProbeConfig'
- 'New-AzApplicationGatewayProbeConfig'
* Updated cmdlets to add basic sku support on Azure Firewall and Azure Firewall Policy:
- 'New-AzFirewall'
- 'New-AzFirewallPolicy'
- 'Set-AzFirewallPolicy'
* Added new cmdlets to create/manage authorization objects for ExpressRoutePort:
- 'Add-AzExpressRoutePortAuthorization'
- 'Get-AzExpressRoutePortAuthorization'
- 'Remove-AzExpressRoutePortAuthorization'
* Added option parameter 'AuthorizationKey' to cmdlet 'New-AzExpressRouteCircuit' to allow creating ExpressRoute Circuit on a ExpressRoutePort with a different owner.
* Fixed bug that can't display CustomIpPrefix in PublicIpPrefix.
* Updated cmdlets to add new property of 'HubRoutingPreference' in VirtualHub and set property of 'PreferredRoutingGateway' deprecated .
- 'New-AzVirtualHub'
- 'Update-AzVirtualHub'
* Added optional parameter 'AuxiliaryMode' to cmdlet 'New-AzNetworkInterface' to enable this network interface as Sirius enabled. Allowed values are None(default) and MaxConnections.
* Multipool feature change: Updated cmdlets to add new optional property: 'ConfigurationPolicyGroups' object for associating policy groups.
- 'Update-AzVpnServerConfiguration'
- 'New-AzVpnServerConfiguration'
* Multipool feature change: Updated cmdlets to add new optional property: 'P2SConnectionConfiguration' object for specifying multiple Connection configurations.
- 'Update-AzP2sVpnGateway'
- 'New-AzP2sVpnGateway'
* Multipool feature change: Added new cmdlets to support CRUD of Configuration policy groups for VpnServerConfiguration.
- 'Get-AzVpnServerConfigurationPolicyGroup'
- 'New-AzVpnServerConfigurationPolicyGroup'
- 'Update-AzVpnServerConfigurationPolicyGroup'
- 'Remove-AzVpnServerConfigurationPolicyGroup'
* Added new cmdlets for RoutingIntent child resource of VirtualHub.
-'Add-AzRoutingPolicy'
-'Get-AzRoutingPolicy'
-'New-AzRoutingPolicy'
-'Remove-AzRoutingPolicy'
-'Set-AzRoutingPolicy'
-'Get-AzRoutingIntent'
-'New-AzRoutingIntent'
-'Remove-AzRoutingIntent'
-'Set-AzRoutingIntent'
* Updated cmdlets to add new option of 'HubRoutingPreference' in RouteServer.
- 'New-AzRouteServer'
- 'Update-AzRouteServer'
* Fixed bug that can't parse CustomIpPrefixParent parameter from swagger to powershell.
* Added 'Any' operator in New-AzApplicationGatewayFirewallCondition
* Made properties 'ApplicationSecurityGroups' and 'IpConfigurations' for 'PrivateEndpoint' updatable in the cmdlet 'Set-AzPrivateEndpoint'
* Onboarded Device Update for IoT Hub to Private Link Common Cmdlets

#### Az.RedisEnterpriseCache
* Upgraded API version to 2022-01-01

#### Az.Resources
* Removed the warning messages for MSGraph migration [#18856]
* [Breaking Change] Renamed cmdlet from '{}-AzADAppFederatedIdentityCredential' to '{}-AzADAppFederatedCredential'
* [Breaking Change] Renamed '-Id' to '-FederatedCredentialId' for
- 'Get-AzADAppFederatedCredential'
- 'Remove-AzADAppFederatedCredential'
- 'Update-AzADAppFederatedCredential'
* Upgraded API version from Beta to 1.0

#### Az.Sql
* Removed the warning messages for MSGraph migration [#18856]
* Moved SQL Server and SQL Instance from ActiveDirectoryClient to MicrosoftGraphClient
* Supported cross-subscription Failover Group creation using 'PartnerSubscriptionId' parameter in 'New-AzSqlDatabaseFailoverGroup' cmdlet

#### Az.Storage
* Added check for storage account sas token is secured with the storage account key.
- 'New-AzStorageAccountSASToken'
* Supported Management Policy rule filter BlobIndexMatch
- Added a new cmdlet 'New-AzStorageAccountManagementPolicyBlobIndexMatchObject'
- Added a new parameter 'BlobIndexMatch' in 'New-AzStorageAccountManagementPolicyFilter'

#### Az.Synapse
* Set 'ResourceGroupName' as optional for 'Set-AzSynapseSqlAuditSetting' cmdlet
* Added LastCommitId parameter to 'New-AzureSynapseGitRepositoryConfig'
* Fixed the issue that update spark pool version fail by 'Update-AzSynapseSparkPool'

#### Az.Websites
* Fixed 'Publish-AzWebapp' to handle relative paths properly [#18028]

### Thanks to our community contributors
* Harish Karthic (@hkarthik7), Updated parameter name from `-Type` to `-SkuName` (#18882)
* Oscar de Groot (@odegroot), Fix "save as pfx" example (#19003)
* @shiftychris, Update New-AzApplicationGatewayFirewallPolicyManagedRuleSet.md (#18972)

## 8.1.0 - July 2022
#### Az.Accounts
* Supported exporting and importing configurations by 'Export-AzConfig' and 'Import-AzConfig'.
Expand Down
2 changes: 1 addition & 1 deletion setup/generate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
$outputName ="Az-Cmdlets"

# generate the product name from the current month/year.
$productName = "Microsoft Azure PowerShell - July 2022"
$productName = "Microsoft Azure PowerShell - August 2022"

# where to put temp files
$tmp = Join-Path $env:temp azure-cmdlets-tmp
Expand Down
14 changes: 5 additions & 9 deletions src/Accounts/Accounts/Az.Accounts.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 6/30/2022
# Generated on: 7/27/2022
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '2.9.0'
ModuleVersion = '2.9.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -79,8 +79,7 @@ RequiredAssemblies = 'Microsoft.Azure.PowerShell.Authentication.Abstractions.dll
'Microsoft.WindowsAzure.Storage.DataMovement.dll',
'Microsoft.Azure.PowerShell.Clients.Aks.dll',
'Microsoft.Azure.PowerShell.Strategies.dll',
'Microsoft.Azure.PowerShell.Common.Share.dll',
'FuzzySharp.dll'
'Microsoft.Azure.PowerShell.Common.Share.dll', 'FuzzySharp.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand Down Expand Up @@ -147,11 +146,8 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Supported exporting and importing configurations by ''Export-AzConfig'' and ''Import-AzConfig''.
* Fixed an issue that Az.Accounts may fail to be imported in parallel PowerShell processes. [#18321]
* Fixed incorrect access token [#18105]
* Upgraded version of Microsoft.Identity.Client for .NET Framework. [#18495]
* Fixed an issue that Az.Accounts failed to be imported if multiple environment variables, which only differ by case, are set. [#18304]'
ReleaseNotes = '* Implemented ''SupportsShouldProcess'' for ''Invoke-AzRestMethod''
* Supported giving suggestions if an Azure PowerShell command cannot be found, for example when there is a typo in command name.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->

## Upcoming Release

## Version 2.9.1
* Implemented `SupportsShouldProcess` for `Invoke-AzRestMethod`
* Supported giving suggestions if an Azure PowerShell command cannot be found, for example when there is a typo in command name.

Expand Down
4 changes: 2 additions & 2 deletions src/Accounts/Accounts/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("2.9.0")]
[assembly: AssemblyFileVersion("2.9.0")]
[assembly: AssemblyVersion("2.9.1")]
[assembly: AssemblyFileVersion("2.9.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
#endif
Expand Down
52 changes: 52 additions & 0 deletions src/Accounts/Accounts/Utilities/CommandMappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,12 @@
"Remove-AzCustomProviderAssociation": {},
"Update-AzCustomProvider": {}
},
"Az.Dashboard": {
"Get-AzGrafana": {},
"New-AzGrafana": {},
"Remove-AzGrafana": {},
"Update-AzGrafana": {}
},
"Az.DataBox": {
"Get-AzDataBoxJob": {},
"Get-AzDataBoxJobCredential": {},
Expand Down Expand Up @@ -3508,10 +3514,12 @@
"Get-AzNetworkWatcher": {},
"Remove-AzNetworkWatcher": {},
"New-AzNetworkWatcherPacketCapture": {},
"New-AzNetworkWatcherPacketCaptureV2": {},
"Get-AzNetworkWatcherPacketCapture": {},
"Stop-AzNetworkWatcherPacketCapture": {},
"Remove-AzNetworkWatcherPacketCapture": {},
"New-AzPacketCaptureFilterConfig": {},
"New-AzPacketCaptureScopeConfig": {},
"Get-AzNetworkWatcherTopology": {},
"Get-AzNetworkWatcherSecurityGroupView": {},
"Test-AzNetworkWatcherIPFlow": {},
Expand Down Expand Up @@ -3735,6 +3743,15 @@
"Add-AzVirtualHubRouteTable": {},
"Get-AzVirtualHubRouteTable": {},
"Remove-AzVirtualHubRouteTable": {},
"New-AzRoutingPolicy": {},
"Get-AzRoutingPolicy": {},
"Add-AzRoutingPolicy": {},
"Remove-AzRoutingPolicy": {},
"Set-AzRoutingPolicy": {},
"New-AzRoutingIntent": {},
"Get-AzRoutingIntent": {},
"Set-AzRoutingIntent": {},
"Remove-AzRoutingIntent": {},
"New-AzVpnGateway": {},
"Reset-AzVpnGateway": {},
"Get-AzVpnGateway": {},
Expand Down Expand Up @@ -3885,6 +3902,7 @@
"New-AzFirewallPolicyThreatIntelWhitelist": {},
"New-AzFirewallPolicyDnsSetting": {},
"New-AzFirewallPolicySqlSetting": {},
"New-AzFirewallPolicyExplicitProxy": {},
"New-AzVirtualRouter": {},
"Remove-AzVirtualRouter": {},
"Get-AzVirtualRouter": {},
Expand Down Expand Up @@ -3952,6 +3970,21 @@
"Remove-AzVirtualHubBgpConnection": {},
"Update-AzVirtualHubBgpConnection": {},
"New-AzPrivateEndpointIpConfiguration": {},
"Get-AzApplicationGatewayListener": {},
"New-AzApplicationGatewayListener": {},
"Add-AzApplicationGatewayListener": {},
"Set-AzApplicationGatewayListener": {},
"Remove-AzApplicationGatewayListener": {},
"Get-AzApplicationGatewayBackendSetting": {},
"New-AzApplicationGatewayBackendSetting": {},
"Add-AzApplicationGatewayBackendSetting": {},
"Set-AzApplicationGatewayBackendSetting": {},
"Remove-AzApplicationGatewayBackendSetting": {},
"Get-AzApplicationGatewayRoutingRule": {},
"New-AzApplicationGatewayRoutingRule": {},
"Add-AzApplicationGatewayRoutingRule": {},
"Set-AzApplicationGatewayRoutingRule": {},
"Remove-AzApplicationGatewayRoutingRule": {},
"List-AzApplicationGatewayAvailableWafRuleSets": {},
"List-AzApplicationGatewayAvailableSslOptions": {},
"List-AzApplicationGatewaySslPredefinedPolicy": {},
Expand Down Expand Up @@ -4081,6 +4114,24 @@
"Get-AzOperationalInsightsWorkspaceManagementGroups": {},
"Get-AzOperationalInsightsWorkspaceSharedKeys": {}
},
"Az.Orbital": {
"Get-AzOrbitalAvailableGroundStation": {},
"Get-AzOrbitalAvailableSpacecraftContact": {},
"Get-AzOrbitalContactProfile": {},
"Get-AzOrbitalSpacecraft": {},
"Get-AzOrbitalSpacecraftContact": {},
"New-AzOrbitalContactProfile": {},
"New-AzOrbitalContactProfileLinkChannelObject": {},
"New-AzOrbitalContactProfileLinkObject": {},
"New-AzOrbitalSpacecraft": {},
"New-AzOrbitalSpacecraftContact": {},
"New-AzOrbitalSpacecraftLinkObject": {},
"Remove-AzOrbitalContactProfile": {},
"Remove-AzOrbitalSpacecraft": {},
"Remove-AzOrbitalSpacecraftContact": {},
"Update-AzOrbitalContactProfile": {},
"Update-AzOrbitalSpacecraft": {}
},
"Az.Peering": {
"Get-AzPeering": {},
"Get-AzPeerAsn": {},
Expand Down Expand Up @@ -4594,6 +4645,7 @@
"Get-AzRedisEnterpriseCacheKey": {},
"Get-AzRedisEnterpriseCacheOperationStatus": {},
"Import-AzRedisEnterpriseCache": {},
"Invoke-AzRedisEnterpriseCacheForceDatabaseUnlink": {},
"New-AzRedisEnterpriseCache": {},
"New-AzRedisEnterpriseCacheDatabase": {},
"New-AzRedisEnterpriseCacheKey": {},
Expand Down
4 changes: 2 additions & 2 deletions src/Accounts/Authentication/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.9.0")]
[assembly: AssemblyFileVersion("2.9.0")]
[assembly: AssemblyVersion("2.9.1")]
[assembly: AssemblyFileVersion("2.9.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Authentication.Test")]
#endif
4 changes: 2 additions & 2 deletions src/Accounts/Authenticators/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.9.0")]
[assembly: AssemblyFileVersion("2.9.0")]
[assembly: AssemblyVersion("2.9.1")]
[assembly: AssemblyFileVersion("2.9.1")]
4 changes: 2 additions & 2 deletions src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("5970aa1c-f499-4b40-aeee-426ab8876d7e")]
[assembly: AssemblyVersion("4.2.0")]
[assembly: AssemblyFileVersion("4.2.0")]
[assembly: AssemblyVersion("4.2.1")]
[assembly: AssemblyFileVersion("4.2.1")]
13 changes: 4 additions & 9 deletions src/Aks/Aks/Az.Aks.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 6/30/2022
# Generated on: 7/27/2022
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '4.2.0'
ModuleVersion = '4.2.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll',
Expand Down Expand Up @@ -118,12 +118,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Added parameter ''CommandContextAttachmentZip'' for ''Invoke-AzAksRunCommand''. [#17454]
* Added ManagedIdentity support for Aks[#15656].
* Added property ''PowerState'' for the output of ''Get-AzAksCluster''[#18271]
* Updated the logic of ''Set-AzAksCluster'' for parameter ''NodeImageOnly''.
* Added parameter ''NodeImageOnly'' for ''Update-AzAksNodePool''.
* Added parameter ''AvailabilityZone'' for ''New-AzAksCluster''. [#18658]'
ReleaseNotes = '* Removed the warning messages for MSGraph migration [#18856]'

# Prerelease string of this module
# Prerelease = ''
Expand Down
Loading

0 comments on commit 21e76e8

Please sign in to comment.