Skip to content

Commit 907f7b0

Browse files
authored
release-2020-07-14 (#12380)
* release-2020-07-14 * Correct MachineLearning modules
1 parent a96c31d commit 907f7b0

File tree

186 files changed

+36616
-10030
lines changed

Some content is hidden

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

186 files changed

+36616
-10030
lines changed

ChangeLog.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,117 @@
1+
## 4.4.0 - July 2020
2+
#### Az.Accounts
3+
* Added new cmdlet 'Invoke-AzRestMethod'
4+
* Fixed an issue that may cause authentication errors in multi-process scenarios such as running multiple Azure PowerShell cmdlets using 'Start-Job' [#9448]
5+
6+
#### Az.Aks
7+
* Fixed bug 'Get-AzAks' doesn't get all clusters [#12296]
8+
9+
#### Az.AnalysisServices
10+
* Removed project reference to Authentication
11+
12+
#### Az.Automation
13+
* Fixed the issue that string with escape chars cannot be converted into json object.
14+
15+
#### Az.Compute
16+
* Added warning when using 'New-AzVmss' without 'latest' image version
17+
18+
#### Az.DataFactory
19+
* Added global parameters to Data Factory.
20+
21+
#### Az.EventGrid
22+
* Updated to use the 2020-06-01 API version.
23+
* Added new features:
24+
- Input mapping
25+
- Event Delivery Schema
26+
- Private Link
27+
- Cloud Event V10 Schema
28+
- Service Bus Topic As Destination
29+
- Azure Function As Destination
30+
- WebHook Batching
31+
- Secure webhook (AAD support)
32+
- IpFiltering
33+
* Updated cmdlets:
34+
- 'New-AzEventGridSubscription'/'Update-AzEventGridSubscription':
35+
- Add new optional parameters to support webhook batching.
36+
- Add new optional parameters to support secured webhook using AAD.
37+
- Add new enum for EndpointType parameter to support azure function and service bus topic as new destinations.
38+
- Add new optional parameter for delivery schema.
39+
- 'New-AzEventGridTopic'/'Update-AzEventGridTopic' and 'New-AzEventGridDomain'/'Update-AzEventGridDomain':
40+
- Add new optional parameters to support IpFiltering.
41+
- 'New-AzEventGridTopic'/'New-AzEventGridDomain':
42+
- Add new optional parameters to support Input mapping.
43+
44+
#### Az.FrontDoor
45+
* Updated module to use API 2020-05-01
46+
* Added Private link support for Storage, Keyvault and Web App Service resources
47+
48+
#### Az.HDInsight
49+
* Supported creating cluster with ADLSGen1/2 storage in national clouds.
50+
51+
#### Az.Monitor
52+
* Fixed bug for 'Get-AzDiagnosticSetting' when metrics or logs are null [#12272]
53+
54+
#### Az.Network
55+
* Fixed parameters swap in VWan HubVnet connection
56+
* Added new cmdlets for Azure Network Virtual Appliance Sites
57+
- 'Get-AzVirtualApplianceSite'
58+
- 'New-AzVirtualApplianceSite'
59+
- 'Remove-AzVirtualApplianceSite'
60+
- 'Update-AzVirtualApplianceSite'
61+
- 'New-AzOffice365PolicyProperty'
62+
* Added new cmdlets for Azure Network Virtual Appliance
63+
- 'Get-AzNetworkVirtualAppliance'
64+
- 'New-AzNetworkVirtualAppliance'
65+
- 'Remove-AzNetworkVirtualAppliance'
66+
- 'Update-AzNetworkVirtualAppliance'
67+
- 'Get-AzNetworkVirtualApplianceSku'
68+
- 'New-AzVirtualApplianceSkuProperty'
69+
* Onboarded Application Gateway to Private Link Common Cmdlets
70+
* Onboarded StorageSync to Private Link Common Cmdlets
71+
* Onboarded SignalR to Private Link Common Cmdlets
72+
73+
#### Az.RecoveryServices
74+
* Removed project reference to Authentication
75+
* Azure Backup tuned cmdlets help text to be more accurate.
76+
* Azure Backup added support for fetching MAB agent jobs using 'Get-AzRecoveryServicesBackupJob' cmdlet.
77+
78+
#### Az.Resources
79+
* Updated 'Save-AzResourceGroupDeploymentTemplate' to use the SDK.
80+
* Added 'Unregister-AzResourceProvider' cmdlet.
81+
82+
#### Az.Sql
83+
* Added support for Service principal and guest users in Set-AzSqlInstanceActiveDirectoryAdministrator cmdlet'
84+
* Fixed a bug in Data Classification cmdlets.'
85+
* Added support for Azure SQL Managed Instance failover: 'Invoke-AzSqlInstanceFailover'
86+
87+
#### Az.Storage
88+
* Fixed the issue that UserAgent is not added for some data plane cmdlets.
89+
* Supported create/update Storage account with MinimumTlsVersion and AllowBlobPublicAccess
90+
- 'New-AzStorageAccount'
91+
- 'Set-AzStorageAccount'
92+
* Support enable/disable versioning on Blob Service of a Storage account
93+
- 'Update-AzStorageBlobServiceProperty'
94+
* Support list blobs with blob versions
95+
- 'Get-AzStorageBlob'
96+
* Support get/remove single blob snapshot or blob version
97+
- 'Get-AzStorageBlob'
98+
- 'Remove-AzStorageBlob'
99+
* Support pipeline from blob object generated from Azure.Storage.Blobs V12
100+
- 'Get-AzStorageBlobContent'
101+
- 'New-AzStorageBlobSASToken'
102+
- 'Remove-AzStorageBlob'
103+
- 'Set-AzStorageBlobContent'
104+
- 'Start-AzStorageBlobCopy'
105+
106+
#### Az.StorageSync
107+
* Added a new version StorageSync SDK targeting ApiVersion 2020-03-01
108+
* Added Update Storage Sync Service cmdlet
109+
- 'Set-AzStorageSyncService'
110+
* Added IncomingTrafficPolicy and PrivateEndpointConnections to StorageSyncService cmdlets.
111+
112+
#### Az.Websites
113+
* Added support to perform operations for Slots not in the same resource group as the App Service Plan
114+
1115
## 4.3.0 - June 2020
2116
#### Az.Accounts
3117
* Supported discovering environment setting by default and adding environment via 'Add-AzEnvironment'

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 - June 2020"
40+
$productName = "Microsoft Azure PowerShell - July 2020"
4141

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

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 6/17/2020
6+
# Generated on: 7/9/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.9.0'
15+
ModuleVersion = '1.9.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -105,7 +105,7 @@ CmdletsToExport = 'Disable-AzDataCollection', 'Disable-AzContextAutosave',
105105
'Disconnect-AzAccount', 'Get-AzContextAutosaveSetting',
106106
'Set-AzDefault', 'Get-AzDefault', 'Clear-AzDefault',
107107
'Register-AzModule', 'Enable-AzureRmAlias', 'Disable-AzureRmAlias',
108-
'Uninstall-AzureRm', 'Get-AzProfile', 'Select-AzProfile',
108+
'Uninstall-AzureRm', 'Get-AzProfile', 'Select-AzProfile',
109109
'Invoke-AzRestMethod'
110110

111111
# Variables to export from this module
@@ -143,10 +143,8 @@ PrivateData = @{
143143
# IconUri = ''
144144

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

151149
# Prerelease string of this module
152150
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Added new cmdlet `Invoke-AzRestMethod`
2221

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

2526
## Version 1.9.0

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("1.9.0")]
47-
[assembly: AssemblyFileVersion("1.9.0")]
46+
[assembly: AssemblyVersion("1.9.1")]
47+
[assembly: AssemblyFileVersion("1.9.1")]
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,5 +43,5 @@
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("1.9.0")]
47-
[assembly: AssemblyFileVersion("1.9.0")]
46+
[assembly: AssemblyVersion("1.9.1")]
47+
[assembly: AssemblyFileVersion("1.9.1")]

src/Advisor/Advisor/Az.Advisor.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.dll'

src/Aks/Aks/Az.Aks.psd1

Lines changed: 4 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: 6/17/2020
6+
# Generated on: 7/9/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.1.2'
15+
ModuleVersion = '1.1.3'
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 = '1.9.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.1'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll',
@@ -113,7 +113,7 @@ PrivateData = @{
113113
# IconUri = ''
114114

115115
# ReleaseNotes of this module
116-
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'
116+
ReleaseNotes = '* Fixed bug ''Get-AzAks'' doesn''t get all clusters [#12296]'
117117

118118
# Prerelease string of this module
119119
# 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 1.1.3
2123
* Fixed bug `Get-AzAks` doesn't get all clusters [#12296]
2224

2325
## Version 1.1.2

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("1.1.2")]
27-
[assembly: AssemblyFileVersion("1.1.2")]
26+
[assembly: AssemblyVersion("1.1.3")]
27+
[assembly: AssemblyFileVersion("1.1.3")]

0 commit comments

Comments
 (0)