Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 114 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,117 @@
## 4.4.0 - July 2020
#### Az.Accounts
* Added new cmdlet 'Invoke-AzRestMethod'
* Fixed an issue that may cause authentication errors in multi-process scenarios such as running multiple Azure PowerShell cmdlets using 'Start-Job' [#9448]

#### Az.Aks
* Fixed bug 'Get-AzAks' doesn't get all clusters [#12296]

#### Az.AnalysisServices
* Removed project reference to Authentication

#### Az.Automation
* Fixed the issue that string with escape chars cannot be converted into json object.

#### Az.Compute
* Added warning when using 'New-AzVmss' without 'latest' image version

#### Az.DataFactory
* Added global parameters to Data Factory.

#### Az.EventGrid
* Updated to use the 2020-06-01 API version.
* Added new features:
- Input mapping
- Event Delivery Schema
- Private Link
- Cloud Event V10 Schema
- Service Bus Topic As Destination
- Azure Function As Destination
- WebHook Batching
- Secure webhook (AAD support)
- IpFiltering
* Updated cmdlets:
- 'New-AzEventGridSubscription'/'Update-AzEventGridSubscription':
- Add new optional parameters to support webhook batching.
- Add new optional parameters to support secured webhook using AAD.
- Add new enum for EndpointType parameter to support azure function and service bus topic as new destinations.
- Add new optional parameter for delivery schema.
- 'New-AzEventGridTopic'/'Update-AzEventGridTopic' and 'New-AzEventGridDomain'/'Update-AzEventGridDomain':
- Add new optional parameters to support IpFiltering.
- 'New-AzEventGridTopic'/'New-AzEventGridDomain':
- Add new optional parameters to support Input mapping.

#### Az.FrontDoor
* Updated module to use API 2020-05-01
* Added Private link support for Storage, Keyvault and Web App Service resources

#### Az.HDInsight
* Supported creating cluster with ADLSGen1/2 storage in national clouds.

#### Az.Monitor
* Fixed bug for 'Get-AzDiagnosticSetting' when metrics or logs are null [#12272]

#### Az.Network
* Fixed parameters swap in VWan HubVnet connection
* Added new cmdlets for Azure Network Virtual Appliance Sites
- 'Get-AzVirtualApplianceSite'
- 'New-AzVirtualApplianceSite'
- 'Remove-AzVirtualApplianceSite'
- 'Update-AzVirtualApplianceSite'
- 'New-AzOffice365PolicyProperty'
* Added new cmdlets for Azure Network Virtual Appliance
- 'Get-AzNetworkVirtualAppliance'
- 'New-AzNetworkVirtualAppliance'
- 'Remove-AzNetworkVirtualAppliance'
- 'Update-AzNetworkVirtualAppliance'
- 'Get-AzNetworkVirtualApplianceSku'
- 'New-AzVirtualApplianceSkuProperty'
* Onboarded Application Gateway to Private Link Common Cmdlets
* Onboarded StorageSync to Private Link Common Cmdlets
* Onboarded SignalR to Private Link Common Cmdlets

#### Az.RecoveryServices
* Removed project reference to Authentication
* Azure Backup tuned cmdlets help text to be more accurate.
* Azure Backup added support for fetching MAB agent jobs using 'Get-AzRecoveryServicesBackupJob' cmdlet.

#### Az.Resources
* Updated 'Save-AzResourceGroupDeploymentTemplate' to use the SDK.
* Added 'Unregister-AzResourceProvider' cmdlet.

#### Az.Sql
* Added support for Service principal and guest users in Set-AzSqlInstanceActiveDirectoryAdministrator cmdlet'
* Fixed a bug in Data Classification cmdlets.'
* Added support for Azure SQL Managed Instance failover: 'Invoke-AzSqlInstanceFailover'

#### Az.Storage
* Fixed the issue that UserAgent is not added for some data plane cmdlets.
* Supported create/update Storage account with MinimumTlsVersion and AllowBlobPublicAccess
- 'New-AzStorageAccount'
- 'Set-AzStorageAccount'
* Support enable/disable versioning on Blob Service of a Storage account
- 'Update-AzStorageBlobServiceProperty'
* Support list blobs with blob versions
- 'Get-AzStorageBlob'
* Support get/remove single blob snapshot or blob version
- 'Get-AzStorageBlob'
- 'Remove-AzStorageBlob'
* Support pipeline from blob object generated from Azure.Storage.Blobs V12
- 'Get-AzStorageBlobContent'
- 'New-AzStorageBlobSASToken'
- 'Remove-AzStorageBlob'
- 'Set-AzStorageBlobContent'
- 'Start-AzStorageBlobCopy'

#### Az.StorageSync
* Added a new version StorageSync SDK targeting ApiVersion 2020-03-01
* Added Update Storage Sync Service cmdlet
- 'Set-AzStorageSyncService'
* Added IncomingTrafficPolicy and PrivateEndpointConnections to StorageSyncService cmdlets.

#### Az.Websites
* Added support to perform operations for Slots not in the same resource group as the App Service Plan

## 4.3.0 - June 2020
#### Az.Accounts
* Supported discovering environment setting by default and adding environment via 'Add-AzEnvironment'
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 - June 2020"
$productName = "Microsoft Azure PowerShell - July 2020"

# where to put temp files
$tmp = Join-Path $env:temp azure-cmdlets-tmp
Expand Down
12 changes: 5 additions & 7 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/17/2020
# Generated on: 7/9/2020
#

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

# Version number of this module.
ModuleVersion = '1.9.0'
ModuleVersion = '1.9.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -105,7 +105,7 @@ CmdletsToExport = 'Disable-AzDataCollection', 'Disable-AzContextAutosave',
'Disconnect-AzAccount', 'Get-AzContextAutosaveSetting',
'Set-AzDefault', 'Get-AzDefault', 'Clear-AzDefault',
'Register-AzModule', 'Enable-AzureRmAlias', 'Disable-AzureRmAlias',
'Uninstall-AzureRm', 'Get-AzProfile', 'Select-AzProfile',
'Uninstall-AzureRm', 'Get-AzProfile', 'Select-AzProfile',
'Invoke-AzRestMethod'

# Variables to export from this module
Expand Down Expand Up @@ -143,10 +143,8 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Supported discovering environment setting by default and adding environment via ''Add-AzEnvironment''
* Update preloaded assemblies [#12024], [#11976]
* Updated Azure.Core assembly
* Fixed an issue that may cause ''Connect-AzAccount'' to fail in multi-threaded execution [#11201]'
ReleaseNotes = '* Added new cmdlet ''Invoke-AzRestMethod''
* Fixed an issue that may cause authentication errors in multi-process scenarios such as running multiple Azure PowerShell cmdlets using ''Start-Job'' [#9448]'

# Prerelease string of this module
# Prerelease = ''
Expand Down
3 changes: 2 additions & 1 deletion src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
- Additional information about change #1
-->
## Upcoming Release
* Added new cmdlet `Invoke-AzRestMethod`

## Version 1.9.1
* Added new cmdlet `Invoke-AzRestMethod`
* Fixed an issue that may cause authentication errors in multi-process scenarios such as running multiple Azure PowerShell cmdlets using `Start-Job` [#9448]

## Version 1.9.0
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("1.9.0")]
[assembly: AssemblyFileVersion("1.9.0")]
[assembly: AssemblyVersion("1.9.1")]
[assembly: AssemblyFileVersion("1.9.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
#endif
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,5 +43,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("1.9.0")]
[assembly: AssemblyFileVersion("1.9.0")]
[assembly: AssemblyVersion("1.9.1")]
[assembly: AssemblyFileVersion("1.9.1")]
2 changes: 1 addition & 1 deletion src/Advisor/Advisor/Az.Advisor.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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 = '1.9.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.dll'
Expand Down
8 changes: 4 additions & 4 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/17/2020
# Generated on: 7/9/2020
#

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

# Version number of this module.
ModuleVersion = '1.1.2'
ModuleVersion = '1.1.3'

# 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 = '1.9.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.1'; })

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

# ReleaseNotes of this module
ReleaseNotes = '* Replaced usage of old [AccessProfile API](https://docs.microsoft.com/rest/api/aks/managedclusters/getaccessprofile) with calls to [ListClusterAdmin](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) and [ListClusterUser](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) APIs'
ReleaseNotes = '* Fixed bug ''Get-AzAks'' doesn''t get all clusters [#12296]'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Aks/Aks/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 1.1.3
* Fixed bug `Get-AzAks` doesn't get all clusters [#12296]

## Version 1.1.2
Expand Down
4 changes: 2 additions & 2 deletions src/Aks/Aks/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
[assembly: AssemblyVersion("1.1.2")]
[assembly: AssemblyFileVersion("1.1.2")]
[assembly: AssemblyVersion("1.1.3")]
[assembly: AssemblyFileVersion("1.1.3")]
Original file line number Diff line number Diff line change
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 = '1.9.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.AlertsManagement.dll'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:


[assembly: AssemblyVersion("1.1.3")]
[assembly: AssemblyFileVersion("1.1.3")]
[assembly: AssemblyVersion("1.1.4")]
[assembly: AssemblyFileVersion("1.1.4")]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 5/28/2020
# Generated on: 7/9/2020
#

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

# Version number of this module.
ModuleVersion = '1.1.3'
ModuleVersion = '1.1.4'

# 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 = '1.9.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll'
Expand Down Expand Up @@ -123,7 +123,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Updated assembly version of data plane cmdlets'
ReleaseNotes = '* Removed project reference to Authentication'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/AnalysisServices/AnalysisServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 1.1.4
* Removed project reference to Authentication

## Version 1.1.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,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.1.3")]
[assembly: AssemblyFileVersion("1.1.3")]
[assembly: AssemblyVersion("1.1.4")]
[assembly: AssemblyFileVersion("1.1.4")]
2 changes: 1 addition & 1 deletion src/ApiManagement/ApiManagement/Az.ApiManagement.psd1
Original file line number Diff line number Diff line change
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 = '1.9.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',
Expand Down
2 changes: 1 addition & 1 deletion src/AppConfiguration/Az.AppConfiguration.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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 = '1.9.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = './bin/Az.AppConfiguration.private.dll'
Expand Down
Original file line number Diff line number Diff line change
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 = '1.9.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.ApplicationInsights.dll'
Expand Down
12 changes: 8 additions & 4 deletions src/Attestation/Attestation/Az.Attestation.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 4/16/2020
# Generated on: 7/9/2020
#

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

# Version number of this module.
ModuleVersion = '0.1.7'
ModuleVersion = '0.1.8'

# 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 = '1.9.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll',
Expand Down Expand Up @@ -116,7 +116,11 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Added text based policy support to policy cmdlets'
ReleaseNotes = '* Added default provider support to ''Az.Attestation'' module
- Added ''Location'' and ''DefaultProvider'' to ''Get-AzAttestation''
- Added ''Location'' and ''DefaultProvider'' to policy signer management cmdlets
- Added ''Location'' and ''DefaultProvider'' to policy management cmdlets
* Updated claim name from ''aas-policyCertificate'' to ''maa-policyCertificate'' for policy signer cmdlets'

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