Skip to content

Commit bca9bb6

Browse files
committed
3.6.0 RC1
1 parent 9813b78 commit bca9bb6

File tree

112 files changed

+15415
-3361
lines changed

Some content is hidden

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

112 files changed

+15415
-3361
lines changed

ChangeLog.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
## 3.6.0 - March 2020
2+
#### Az.Accounts
3+
* Open Azure PowerShell survey page in 'Send-Feedback' [#11020]
4+
* Display Azure PowerShell survey URL in 'Resolve-Error' [#11021]
5+
* Added Az version in UserAgent
6+
7+
#### Az.ApiManagement
8+
* Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint [#11007]
9+
* 'Export-AzApiManagementApi' Added support for downloading Api Definition in Json format [#9987]
10+
* 'Import-AzApiManagementApi' Added support for importing OpenApi 3.0 definition from Json document
11+
* 'New-AzApiManagementIdentityProvider' and 'Set-AzApiManagementIdentityProvider' Added support for configuring 'Signin Tenant' for AAD B2C Provider [#9784]
12+
13+
#### Az.DataLakeStore
14+
* Added reference to System.Buffers explicitly in csproj and psd1.
15+
16+
#### Az.IotHub
17+
* Added support to manage devices in an Iot Hub. New Cmdlets are:
18+
- 'Add-AzIotHubDevice'
19+
- 'Get-AzIotHubDevice'
20+
- 'Remove-AzIotHubDevice'
21+
- 'Set-AzIotHubDevice'
22+
* Added support to manage modules on a target Iot device in an Iot Hub. New Cmdlets are:
23+
- 'Add-AzIotHubModule'
24+
- 'Get-AzIotHubModule'
25+
- 'Remove-AzIotHubModule'
26+
- 'Set-AzIotHubModule'
27+
* Added cmdlet to get the connection string of a target IoT device in an Iot Hub.
28+
* Added cmdlet to get the connection string of a module on a target IoT device in an Iot Hub.
29+
* Added support to get/set parent device of an IoT device. New Cmdlets are:
30+
- 'Get-AzIotHubDeviceParent'
31+
- 'Set-AzIotHubDeviceParent'
32+
* Added support to manage device parent-child relationship.
33+
34+
#### Az.Resources
35+
* Fixed for null reference bug in 'Get-AzRoleAssignment'
36+
* Marked switch '-Force' and '-PassThru' optional in 'Remove-AzADGroup' [#10849]
37+
* Fixed issue that 'MailNickname' doesn't return in 'Remove-AzADGroup' [#11167]
38+
* Fixed issue that 'Remove-AzADGroup' pipe operation doesn't work [#11171]
39+
* Fixed for null reference bug in GetAzureRoleAssignmentCommand
40+
* Added breaking change attributes for upcoming changes to policy cmdlets
41+
* Updated 'Get-AzResourceGroup' to perform resource group tag filtering on server-side
42+
* Extended Tag cmdlets to accept -ResourceId
43+
- Get-AzTag -ResourceId
44+
- New-AzTag -ResourceId
45+
- Remove-AzTag -ResourceId
46+
* Added new Tag cmdlet
47+
- Update-AzTag -ResourceId
48+
* Brought ScopedDeployment from SDK 3.3.0
49+
50+
#### Az.Sql
51+
* Added PublicNetworkAccess to New-AzSqlServer and Set-AzSqlServer
52+
53+
#### Az.Storage
54+
* Supported AllowProtectedAppendWrite in ImmutabilityPolicy
55+
- 'Set-AzRmStorageContainerImmutabilityPolicy'
56+
* Added breaking change warning message for AzureStorageTable type change in a future release
57+
- 'New-AzStorageTable'
58+
- 'Get-AzStorageTable'
59+
60+
#### Az.Websites
61+
* Added Tag parameter for 'New-AzAppServicePlan' and 'Set-AzAppServicePlan'
62+
* Stop cmdlt execution if an exception is thrown when adding a custom domain to a website
63+
* Added support to perform operations for App Services not in the same resource group as the App Service Plan
64+
* Applied access restriction to WebApp/Function in different resource groups
65+
* Fixed issue to set custom hostnames for WebAppSlots
66+
167
## 3.5.0 - February 2020
268
### Highlights since the last major release
369
* Updated client side telemetry.

src/Accounts/Accounts/Az.Accounts.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '1.7.2'
15+
ModuleVersion = '1.7.3'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -142,7 +142,9 @@ PrivateData = @{
142142
# IconUri = ''
143143

144144
# ReleaseNotes of this module
145-
ReleaseNotes = '* Added SubscriptionId, TenantId, and execution time into data of client side telemetry'
145+
ReleaseNotes = '* Open Azure PowerShell survey page in ''Send-Feedback'' [#11020]
146+
* Display Azure PowerShell survey URL in ''Resolve-Error'' [#11021]
147+
* Added Az version in UserAgent'
146148

147149
# Prerelease string of this module
148150
# Prerelease = ''

src/Accounts/Accounts/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.7.3
2123
* Open Azure PowerShell survey page in `Send-Feedback` [#11020]
2224
* Display Azure PowerShell survey URL in `Resolve-Error` [#11021]
2325
* Added Az version in UserAgent

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

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.7.2'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll'

src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.AlertsManagement.dll'

src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.7.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll'

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

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

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

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

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',
@@ -188,12 +188,10 @@ PrivateData = @{
188188
# IconUri = ''
189189

190190
# ReleaseNotes of this module
191-
ReleaseNotes = '* **Get-AzApiManagementApiSchema** Fixed getting Open-Api Schema associated with an API
192-
https://github.com/Azure/azure-powershell/issues/10626
193-
* **New-AzApiManagementProduct*** and **Set-AzApiManagementProduct**
194-
- Fix documentation for https://github.com/Azure/azure-powershell/issues/10472
195-
* **Set-AzApiManagementApi**
196-
Added example to show how to update the ServiceUrl using the cmdlet'
191+
ReleaseNotes = '* Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint [#11007]
192+
* ''Export-AzApiManagementApi'' Added support for downloading Api Definition in Json format [#9987]
193+
* ''Import-AzApiManagementApi'' Added support for importing OpenApi 3.0 definition from Json document
194+
* ''New-AzApiManagementIdentityProvider'' and ''Set-AzApiManagementIdentityProvider'' Added support for configuring ''Signin Tenant'' for AAD B2C Provider [#9784]'
197195

198196
# Prerelease string of this module
199197
# Prerelease = ''

src/ApiManagement/ApiManagement/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.4.0
2123
* Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint [#11007]
2224
* `Export-AzApiManagementApi` Added support for downloading Api Definition in Json format [#9987]
2325
* `Import-AzApiManagementApi` Added support for importing OpenApi 3.0 definition from Json document

0 commit comments

Comments
 (0)