Skip to content

Commit 802d53b

Browse files
author
Maddie Clayton
authored
Merge pull request Azure#7240 from markcowl/az020
Update versions for Az 0.2.0
2 parents 379a4a2 + a6bb9e5 commit 802d53b

File tree

70 files changed

+444
-445
lines changed

Some content is hidden

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

70 files changed

+444
-445
lines changed

ChangeLog.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
- Changed -ServicePrincipal to non-mandatory in the ServicePrincipalCertificateWithSubscriptionId parameter set
99

1010
#### Azure.Storage
11-
* Upgrade to Azure Storage Client Library 9.3.0 and Azure Storage DataMovement Library 0.8.1
1211
* Support create Storage Context with OAuth.
1312
- New-AzureStorageContext
1413

@@ -21,7 +20,6 @@
2120
* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
2221
* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
2322
* Add Invoke-AzureRmVmssVMRunCommand cmdlet
24-
* Update the Compute client library to version 22.0.0
2523

2624
#### AzureRM.Dns
2725
* Added support for alias record during dns record creation
@@ -34,7 +32,7 @@
3432
- Timegrains parameters are still being accepted (this is a non-breaking change,) but they are ignored in the backend since only PT1M is valid
3533

3634
#### AzureRM.Network
37-
* Replaced LoadBalancer cmdlets with generated code
35+
* Changes to LoadBalancer cmdlets
3836
- LoadBalancerInboundNatPoolConfig: added parameters IdleTimeoutInMinutes, EnableFloatingIp and EnableTcpReset
3937
- LoadBalancerInboundNatRuleConfig: added parameter EnableTcpReset
4038
- LoadBalancerRuleConfig: added parameter EnableTcpReset
@@ -46,7 +44,7 @@
4644
- Set-AzureRmLoadBalancerOutboundRuleConfig
4745
- Remove-AzureRmLoadBalancerOutboundRuleConfig
4846
* Added new HostedWorkloads property for PSNetworkInterface
49-
* Added new commands for feature: Azure Firewall via ARM
47+
* Added new cmdlets for feature: Azure Firewall via ARM
5048
- Added Get-AzureRmFirewall
5149
- Added Set-AzureRmFirewall
5250
- Added New-AzureRmFirewall
@@ -97,7 +95,7 @@
9795
- Add-AzureRmLoadBalancerFrontendIpConfig
9896
- New-AzureRmLoadBalancerFrontendIpConfig
9997
- New-AzureRmNetworkInterface
100-
* Adding support to perform CRUD operations for subnet delegation.
98+
* Adding cmdlets for subnet delegation.
10199
- New-AzureRmDelegation: Creates a new delegation, which can be added to a subnet
102100
- Remove-AzureRmDelegation: Takes in a subnet and removes the provided delegation name from that subnet
103101
- Add-AzureRmDelegation: Takes in a subnet and adds the provided service name as a delegation to that subnet
@@ -117,13 +115,14 @@
117115
* Parameters with default values are no longer requred when assigning a policy with 'New-AzureRmPolicyAssignment'
118116
* Add new cmdlet Get-AzureRmPolicyAlias for retrieving policy aliases
119117

118+
#### AzureRM.ServiceBus
119+
* Fixed issue #7161
120+
120121
#### AzureRM.SignalR
121-
* Update SignalR SDK version to 0.10.0-preview
122122
* Update SKU names to Free_F1 and Standard_S1
123123
* Add version field to the PSSignalRResource object and connection string to the PSSignalRKeys object.
124124

125125
#### AzureRM.Storage
126-
* Upgrade to Azure Storage Client Library 9.3.0
127126
* Support Immutability Policy in AzureRm.Storage
128127
- Remove-AzureRmStorageAccountNetworkRule
129128
- Get-AzureRmStorageContainer
@@ -138,7 +137,7 @@
138137
- Lock-AzureRmStorageContainerImmutabilityPolicy
139138

140139
#### AzureRM.Websites
141-
* Updating to use the latest .NET SDK version (2.0.0)
140+
* Added two new cmdlets: Get-AzureRmDeletedWebApp and Restore-AzureRmDeletedWebApp
142141
* New-AzureRmAppServicePlan -HyperV switch is added for create app service plan with windows container
143142
* New-AzureRmWebApp/ New-AzureRmWebAppSlot/ Set-AzureRmWebApp/ Set-AzureRmWebAppSlot - New parameters (–ContainerRegistryUser string -ContainerRegistryPassword secureString -EnableContainerContinuousDeployment) added for creating and managing windows container app
144143

src/ResourceManager/Aks/Commands.Aks/Az.Aks.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.2.0'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = 'Core'
18+
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
2121
GUID = 'a97e0c3e-e389-46a6-b73d-2b9bd6909bdb'
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Azure managed Kubernetes commands'
33+
Description = 'Microsoft Azure PowerShell - Azure managed Kubernetes cmdlets for PowerShell and PowerShell Core'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
4242
# PowerShellHostVersion = ''
4343

4444
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45-
# DotNetFrameworkVersion = ''
45+
DotNetFrameworkVersion = '4.7.2'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4848
# CLRVersion = ''
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'
@@ -110,7 +110,7 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# ReleaseNotes of this module
113-
ReleaseNotes = 'Initial Release'
113+
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
114114

115115
# Prerelease string of this module
116116
# Prerelease = ''

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Az.AnalysisServices.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.2.0'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = 'Core'
18+
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
2121
GUID = 'd4877565-4778-42de-b494-79491ab9c31c'
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Analysis Services'
33+
Description = 'Microsoft Azure PowerShell - Analysis Services cmdlets for PowerShell and PowerShell Core'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
4242
# PowerShellHostVersion = ''
4343

4444
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45-
# DotNetFrameworkVersion = ''
45+
DotNetFrameworkVersion = '4.7.2'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4848
# CLRVersion = ''
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'
@@ -120,7 +120,7 @@ PrivateData = @{
120120
# IconUri = ''
121121

122122
# ReleaseNotes of this module
123-
ReleaseNotes = 'Initial Release'
123+
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core support'
124124

125125
# Prerelease string of this module
126126
# Prerelease = ''

src/ResourceManager/ApiManagement/Commands.ApiManagement/Az.ApiManagement.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.2.0'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = 'Core'
18+
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
2121
GUID = '4f58d643-631f-4d13-a205-15292af40748'
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Api Management service cmdlets for Azure Resource Manager'
33+
Description = 'Microsoft Azure PowerShell - Api Management service cmdlets for Azure Resource Manager in PowerShell and PowerShell Core'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
4242
# PowerShellHostVersion = ''
4343

4444
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45-
# DotNetFrameworkVersion = ''
45+
DotNetFrameworkVersion = '4.7.2'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4848
# CLRVersion = ''
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll', '.\Microsoft.Azure.Management.ApiManagement.dll',
@@ -198,7 +198,7 @@ PrivateData = @{
198198
# IconUri = ''
199199

200200
# ReleaseNotes of this module
201-
ReleaseNotes = 'Initial Release'
201+
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
202202

203203
# Prerelease string of this module
204204
# Prerelease = ''

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/Az.ApplicationInsights.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.2.0'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = 'Core'
18+
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
2121
GUID = 'e3077f56-10b0-4190-a07f-3f1e454e3a42'
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Application Insights service management cmdlets for Azure Resource Manager. Creates and manages application insights in Azure Resource Manager.'
33+
Description = 'Microsoft Azure PowerShell - Application Insights management cmdlets for Azure Resource Manager in PowerShell and PowerShell Core. Creates and manages application insights in Azure Resource Manager.'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
4242
# PowerShellHostVersion = ''
4343

4444
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45-
# DotNetFrameworkVersion = ''
45+
DotNetFrameworkVersion = '4.7.2'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4848
# CLRVersion = ''
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'
@@ -117,7 +117,7 @@ PrivateData = @{
117117
# IconUri = ''
118118

119119
# ReleaseNotes of this module
120-
ReleaseNotes = 'Initial Release'
120+
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
121121

122122
# Prerelease string of this module
123123
# Prerelease = ''

src/ResourceManager/Automation/Commands.Automation/Az.Automation.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.2.0'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = 'Core'
18+
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
2121
GUID = 'ef36c942-4a71-4e19-9450-05a35843deb6'
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Automation service cmdlets for Azure Resource Manager'
33+
Description = 'Microsoft Azure PowerShell - Automation service cmdlets for Azure Resource Manager in PowerShell and PowerShell Core'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
4242
# PowerShellHostVersion = ''
4343

4444
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45-
# DotNetFrameworkVersion = ''
45+
DotNetFrameworkVersion = '4.7.2'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4848
# CLRVersion = ''
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'
@@ -162,7 +162,7 @@ PrivateData = @{
162162
# IconUri = ''
163163

164164
# ReleaseNotes of this module
165-
ReleaseNotes = 'Initial Release'
165+
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
166166

167167
# Prerelease string of this module
168168
# Prerelease = ''

src/ResourceManager/AzureBackup/Commands.AzureBackup/Az.Backup.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.2.0'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = 'Core'
18+
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
2121
GUID = 'b4561700-f673-48c6-8b0b-49715fedf57a'
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Azure Backup service cmdlets for Azure Resource Manager'
33+
Description = 'Microsoft Azure PowerShell - Azure Backup service cmdlets for Azure Resource Manager in PowerShell and PowerShell Core'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
4242
# PowerShellHostVersion = ''
4343

4444
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45-
# DotNetFrameworkVersion = ''
45+
DotNetFrameworkVersion = '4.7.2'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4848
# CLRVersion = ''
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll',
@@ -124,7 +124,7 @@ PrivateData = @{
124124
# IconUri = ''
125125

126126
# ReleaseNotes of this module
127-
ReleaseNotes = 'Initial Release'
127+
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
128128

129129
# Prerelease string of this module
130130
# Prerelease = ''

0 commit comments

Comments
 (0)