Skip to content

Commit 7ce42a1

Browse files
authored
Merge branch 'master' into iot-distributed-tracing
2 parents 28eb371 + df5c057 commit 7ce42a1

File tree

188 files changed

+33287
-6948
lines changed

Some content is hidden

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

188 files changed

+33287
-6948
lines changed

ChangeLog.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,86 @@
1+
## 3.6.1 - 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.Monitor
35+
* Fixed output value for 'Get-AzMetricDefinition' [#9714]
36+
37+
#### Az.Network
38+
* Updated Sql Management SDK.
39+
* Fixed a naming-difference issue in PrivateLinkServiceConnectionState class.
40+
- Mapping the field ActionsRequired to ActionRequired.
41+
* Added PublicNetworkAccess to 'New-AzSqlServer' and 'Set-AzSqlServer'
42+
43+
#### Az.Resources
44+
* Fixed for null reference bug in 'Get-AzRoleAssignment'
45+
* Marked switch '-Force' and '-PassThru' optional in 'Remove-AzADGroup' [#10849]
46+
* Fixed issue that 'MailNickname' doesn't return in 'Remove-AzADGroup' [#11167]
47+
* Fixed issue that 'Remove-AzADGroup' pipe operation doesn't work [#11171]
48+
* Fixed for null reference bug in GetAzureRoleAssignmentCommand
49+
* Added breaking change attributes for upcoming changes to policy cmdlets
50+
* Updated 'Get-AzResourceGroup' to perform resource group tag filtering on server-side
51+
* Extended Tag cmdlets to accept -ResourceId
52+
- Get-AzTag -ResourceId
53+
- New-AzTag -ResourceId
54+
- Remove-AzTag -ResourceId
55+
* Added new Tag cmdlet
56+
- Update-AzTag -ResourceId
57+
* Brought ScopedDeployment from SDK 3.3.0
58+
59+
#### Az.Sql
60+
* Added PublicNetworkAccess to 'New-AzSqlServer' and 'Set-AzSqlServer'
61+
* Added support for Long Term Retention backup configuration for Managed Databases
62+
- Get/Set LTR policy on a managed database
63+
- Get LTR backup(s) by managed database, managed instance, or by location
64+
- Remove an LTR backup
65+
- Restore an LTR backup to create a new managed database
66+
* Added MinimalTlsVersion to New-AzSqlServer and Set-AzSqlServer
67+
* Added MinimalTlsVersion to New-AzSqlInstance and Set-AzSqlInstance
68+
* Bumped SQL SDK version for Az.Network
69+
70+
#### Az.Storage
71+
* Supported AllowProtectedAppendWrite in ImmutabilityPolicy
72+
- 'Set-AzRmStorageContainerImmutabilityPolicy'
73+
* Added breaking change warning message for AzureStorageTable type change in a future release
74+
- 'New-AzStorageTable'
75+
- 'Get-AzStorageTable'
76+
77+
#### Az.Websites
78+
* Added Tag parameter for 'New-AzAppServicePlan' and 'Set-AzAppServicePlan'
79+
* Stop cmdlet execution if an exception is thrown when adding a custom domain to a website
80+
* Added support to perform operations for App Services not in the same resource group as the App Service Plan
81+
* Applied access restriction to WebApp/Function in different resource groups
82+
* Fixed issue to set custom hostnames for WebAppSlots
83+
184
## 3.5.0 - February 2020
285
### Highlights since the last major release
386
* 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

src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs

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

44-
[assembly: AssemblyVersion("1.3.4")]
45-
[assembly: AssemblyFileVersion("1.3.4")]
44+
[assembly: AssemblyVersion("1.4.0")]
45+
[assembly: AssemblyFileVersion("1.4.0")]

src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.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.ApplicationInsights.dll'

src/Attestation/Attestation/Az.Attestation.psd1

Lines changed: 5 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: 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 = '0.1.4'
15+
ModuleVersion = '0.1.5'
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 = 'Microsoft.Azure.Management.Attestation.dll',
@@ -117,7 +117,8 @@ PrivateData = @{
117117
# IconUri = ''
118118

119119
# ReleaseNotes of this module
120-
ReleaseNotes = '* Added policy management cmdlets to ''Az.Attestation'' module'
120+
ReleaseNotes = '* Added policy signer management cmdlets to ''Az.Attestation'' module
121+
* Added ''Location'' and ''Tag'' to ''New-AzAttestation'''
121122

122123
# Prerelease string of this module
123124
# Prerelease = ''

src/Attestation/Attestation/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020

2121

2222
## Upcoming Release
23+
* Added three additional required assemblies to Az.Attestation.psd1
24+
25+
## Version 0.1.5
2326
* Added policy signer management cmdlets to `Az.Attestation` module
2427
* Added `Location` and `Tag` to `New-AzAttestation`
25-
* Added three additional required assemblies to Az.Attestation.psd1
2628

2729
## Version 0.1.4
2830
* Added policy management cmdlets to `Az.Attestation` module

src/Attestation/Attestation/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
[assembly: CLSCompliant(false)]
3030

3131
[assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")]
32-
[assembly: AssemblyVersion("0.1.4")]
33-
[assembly: AssemblyFileVersion("0.1.4")]
32+
[assembly: AssemblyVersion("0.1.5")]
33+
[assembly: AssemblyFileVersion("0.1.5")]
3434
#if !SIGN
3535
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Attestation.Test")]
3636
#endif

src/Automation/Automation/Az.Automation.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.Automation.dll'

src/Batch/Batch/Az.Batch.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.Batch.dll', 'Microsoft.Azure.Management.Batch.dll',

src/Billing/Billing/Az.Billing.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.Billing.dll',

src/Blueprint/Blueprint/Az.Blueprint.psd1

Lines changed: 5 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: 1/29/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 = '0.2.10'
15+
ModuleVersion = '0.2.11'
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 = 'Microsoft.Azure.Management.Blueprint.dll'
@@ -114,7 +114,8 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Added support to include subfolders when deploying blueprints with artifacts'
117+
ReleaseNotes = '* Showed DependsOn property value in the table view
118+
* Added support to accept PolicyDefinitionParameter empty '
118119

119120
# Prerelease string of this module
120121
# Prerelease = ''

src/Blueprint/Blueprint/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 0.2.11
2123
* Showed DependsOn property value in the table view
2224
* Added support to accept PolicyDefinitionParameter empty
2325

src/Blueprint/Blueprint/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("0.2.10")]
47-
[assembly: AssemblyFileVersion("0.2.10")]
46+
[assembly: AssemblyVersion("0.2.11")]
47+
[assembly: AssemblyFileVersion("0.2.11")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.ResourceManager.Blueprint.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

src/Cdn/Cdn/Az.Cdn.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.Cdn.dll'

0 commit comments

Comments
 (0)