Skip to content

Commit e0cdcd3

Browse files
authored
Merge pull request #3036 from Azure/master
Merge master -> dev
2 parents d50eb43 + 64ad444 commit e0cdcd3

File tree

223 files changed

+3616
-4905
lines changed

Some content is hidden

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

223 files changed

+3616
-4905
lines changed

ChangeLog.md

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,74 @@
1-
## 2016.09.16 version 2.2.0
1+
## 2016.09.28 version 3.0.0
2+
* This release contains breaking changes. Please see [the migration guide](documentation/release-notes/migration-guide.3.0.0.md) for change details and the impact on existing scripts.
3+
* ApiManagement
4+
* Enable support of Importing and Exporting SOAP based APIs (Wsdl Format)
5+
- Import-AzureRmApiManagementApi
6+
- Export-AzureRmApiManagementApi
7+
* Deprecated cmdlet Set-AzureRmApiManagementVirtualNetworks. In place, place used cmdlet Update-AzureRmApiManagementDeployment
8+
* Enabled support for ARM based VNETs for configuration Vpn via cmdlet Update-AzureRmApiManagementDeployment
9+
* Introduced support for VpnType (None, External, Internal) to differentiate ApiManagement workloads for Internet and Intranet
10+
* Fixed PowerShell issues
11+
- https://github.com/Azure/azure-powershell/issues/2622
12+
- https://github.com/Azure/azure-powershell/issues/2606
13+
* Batch
14+
* Added new cmdlet for reactivating tasks
15+
- Enable-AzureBatchTask
16+
* Added new parameter for application packages on job manager tasks and cloud tasks
17+
- New-AzureBatchTask -ApplicationPackageReferences
18+
* Added new parameters for job auto termination
19+
- New-AzureBatchJob -OnAllTasksComplete -OnTaskFailure
20+
- New-AzureBatchJob -ExitConditions
21+
* ExpressRoute
22+
* Added new parameter service key in return object when provider list all cross connection
23+
- Get-AzureCrossConnectionCommand
24+
* MachineLearning
25+
* Get-AzureRmMlWebService supports paginated response
26+
* Remind user Get-AzureRmMlWebService "Name" parameter needs to work with "ResourceGroupName" parameter
27+
* Network
28+
* Added new cmdlet to get application gateway backend health
29+
- Get-AzureRmApplicationGatewayBackendHealth
30+
* Added support for creating UltraPerformance sku
31+
- New-AzureRmVirtualNetworkGateway -GatewaySku
32+
- New-AzureVirtualNetworkGateway -GatewaySku
33+
* RemoteApp
34+
* Added cmdlets to enable User Disk and Gold Image Migration feature
35+
- Export-AzureRemoteAppUserDisk
36+
- Export-AzureRemoteAppTemplateImage
37+
* SiteRecovery
38+
* New cmdlets have been added to support one to one mapping with service objects.
39+
- Get-AzureRmSiteRecoveryFabric
40+
- Get-AzureRmSiteRecoveryProtectableItem
41+
- Get-AzureRmSiteRecoveryProtectionContainerMapping
42+
- Get-AzureRmSiteRecoveryRecoveryPoin
43+
- Get-AzureRmSiteRecoveryReplicationProtectedItem
44+
- Get-AzureRmSiteRecoveryServicesProvider
45+
- New-AzureRmSiteRecoveryFabri
46+
- New-AzureRmSiteRecoveryProtectionContainerMapping
47+
- New-AzureRmSiteRecoveryReplicationProtectedItem
48+
- Remove-AzureRmSiteRecoveryFabric
49+
- Remove-AzureRmSiteRecoveryProtectionContainerMapping
50+
- Remove-AzureRmSiteRecoveryReplicationProtectedItem
51+
- Remove-AzureRmSiteRecoveryServicesProvider
52+
- Set-AzureRmSiteRecoveryReplicationProtectedItem
53+
- Start-AzureRmSiteRecoveryApplyRecoveryPoint
54+
- Update-AzureRmSiteRecoveryServicesProvider
55+
* Following cmdlets have been modified for to support one to one mapping with service objects.
56+
- Edit-AzureRmSiteRecoveryRecoveryPlan
57+
- Get-AzureRmSiteRecoveryNetwork
58+
- Get-AzureRmSiteRecoveryNetworkMapping
59+
- Get-AzureRmSiteRecoveryProtectionContainer
60+
- Get-AzureRmSiteRecoveryStorageClassification
61+
- Get-AzureRmSiteRecoveryStorageClassificationMapping
62+
- Start-AzureRmSiteRecoveryCommitFailoverJob
63+
- Start-AzureRmSiteRecoveryPlannedFailoverJob
64+
- Start-AzureRmSiteRecoveryTestFailoverJob
65+
- Start-AzureRmSiteRecoveryUnplannedFailoverJob
66+
- Update-AzureRmSiteRecoveryProtectionDirection
67+
- Update-AzureRmSiteRecoveryRecoveryPlan
68+
* HUB support added to Set-AzureRmSiteRecoveryReplicationProtectedItem.
69+
* Deprecation warning introduced for cmlets/parameter-sets which does not comply to SiteRecovery service object model.
70+
71+
## 2016.09.16 version 2.2.0
272
* Network
373
- New switch parameter added for network interface to enable/Disable accelerated networking -New-AzureRmNetworkInterface -EnableAcceleratedNetworking
474

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
# Breaking changes for Microsoft Azure PowerShell 3.0.0.
2+
3+
This document serves as both a breaking change notification and migration guide for consumers of the Microsoft Azure PowerShell cmdlets. Each section describes both the impetus for the breaking change and the migration path of least resistance. For in-depth context, please refer to the pull request associated with each change.
4+
5+
## Table of Contents
6+
1. [Breaking changes to Data Lake Store cmdlets](#breaking-changes-to-data-lake-store-cmdlets)
7+
2. [Breaking changes to ApiManagement cmdlets](#breaking-changes-to-apimanagement-cmdlets)
8+
3. [Breaking changes to Network cmdlets](#breaking-changes-to-network-cmdlets)
9+
10+
## Breaking changes to Data Lake Store cmdlets
11+
12+
The following cmdlets were affected this release ([PR 2965](https://github.com/Azure/azure-powershell/pull/2965)):
13+
14+
**Get-AzureRmDataLakeStoreItemAcl (Get-AdlStoreItemAcl)**
15+
- This cmdlet was removed and replaced with ``Get-AzureRmDataLakeStoreItemAclEntry (Get-AdlStoreItemAclEntry)``.
16+
- The old cmdlet returned a complex object representing the access control list (ACL). The new cmdlet returns a simple list of entries in the chosen path's ACL.
17+
18+
```powershell
19+
# Old
20+
Get-AdlStoreItemAcl -Account myadlsaccount -Path /foo
21+
22+
# New
23+
Get-AdlStoreItemAclEntry -Account myadlsaccount -Path /foo
24+
```
25+
26+
**Get-AzureRmDataLakeStoreItemAclEntry (Get-AdlStoreItemAclEntry)**
27+
- This cmdlet replaces the old cmdlet ``Get-AzureRmDataLakeStoreItemAcl (Get-AdlStoreItemAcl)``.
28+
- This new cmdlet returns a simple list of entries in the chosen path's ACL, with type ``DataLakeStoreItemAce[]``.
29+
- The output of this cmdlet can be passed in to the ``-Acl`` parameter of the following cmdlets:
30+
- ``Remove-AzureRmDataLakeStoreItemAcl``
31+
- ``Set-AzureRmDataLakeStoreItemAcl``
32+
- ``Set-AzureRmDataLakeStoreItemAclEntry``
33+
34+
```powershell
35+
# Old
36+
Get-AdlStoreItemAcl -Account myadlsaccount -Path /foo
37+
38+
# New
39+
Get-AdlStoreItemAclEntry -Account myadlsaccount -Path /foo
40+
```
41+
42+
**Remove-AzureRmDataLakeStoreItemAcl (Remove-AdlStoreItemAcl)**, **Set-AzureRmDataLakeStoreItemAcl (Set-AdlStoreItemAcl)**, **Set-AzureRmDataLakeStoreItemAclEntry (Set-AdlStoreItemAclEntry)**
43+
- These cmdlets now accept ``DataLakeStoreItemAce[]`` for the ``-Acl`` parameter.
44+
- ``DataLakeStoreItemAce[]`` is returned by ``Get-AzureRmDataLakeStoreItemAclEntry (Get-AdlStoreItemAclEntry)``.
45+
46+
```powershell
47+
# Old
48+
$acl = Get-AdlStoreItemAcl -Account myadlsaccount -Path /foo
49+
Set-AdlStoreItemAcl -Account myadlsaccount -Path /foo -Acl $acl
50+
51+
# New
52+
$aclEntries = Get-AdlStoreItemAclEntry -Account myadlsaccount -Path /foo
53+
Set-AdlStoreItemAcl -Account myadlsaccount -Path /foo -Acl $aclEntries
54+
```
55+
56+
## Breaking changes to ApiManagement cmdlets
57+
58+
The following cmdlets were affected this release ([PR 2971](https://github.com/Azure/azure-powershell/pull/2971)):
59+
60+
**New-AzureRmApiManagementVirtualNetwork**
61+
- The required parameters to reference a virtual network changed from requiring SubnetName and VnetId to SubnetResourceId in format
62+
``/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ClassicNetwork/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}``
63+
64+
```powershell
65+
# Old
66+
$virtualNetwork = New-AzureRmApiManagementVirtualNetwork -Location <String> -SubnetName <String> -VnetId <Guid>
67+
68+
# New
69+
$virtualNetwork = New-AzureRmApiManagementVirtualNetwork -Location <String> -SubnetResourceId <String>
70+
71+
```
72+
73+
**Deprecating Cmdlet Set-AzureRmApiManagementVirtualNetworks**
74+
- The Cmdlet is getting deprecated as there was more than one way to Set Virtual Network associated to ApiManagement deployment.
75+
76+
```powershell
77+
# Old
78+
$networksList = @()
79+
$networksList += New-AzureRmApiManagementVirtualNetwork -Location $vnetLocation -VnetId $vnetId -SubnetName $subnetName
80+
Set-AzureRmApiManagementVirtualNetworks -ResourceGroupName "ContosoGroup" -Name "ContosoApi" -VirtualNetworks $networksList
81+
82+
# New
83+
$masterRegionVirtualNetwork = New-AzureRmApiManagementVirtualNetwork -Location <String> -SubnetResourceId <String>
84+
Update-AzureRmApiManagementDeployment -ResourceGroupName "ContosoGroup" -Name "ContosoApi" -VirtualNetwork $masterRegionVirtualNetwork
85+
```
86+
87+
## Breaking changes to Network cmdlets
88+
89+
The following cmdlets were affected this release ([PR 2982](https://github.com/Azure/azure-powershell/pull/2982)):
90+
91+
**New-AzureRmVirtualNetworkGateway**
92+
- Description of what has changed ``:- Bool parameter:-ActiveActive`` is removed and ``SwitchParameter:-EnableActiveActiveFeature`` is added for enabling Active-Active feature on newly creating virtual network gateway.
93+
94+
```powershell
95+
# Old
96+
# Sample of how the cmdlet was previously called
97+
New-AzureRmVirtualNetworkGateway -ResourceGroupName $rgname -name $rname -Location $location -IpConfigurations $vnetIpConfig1,$vnetIpConfig2 -GatewayType Vpn -VpnType RouteBased -EnableBgp $false -GatewaySku HighPerformance -ActiveActive $true
98+
99+
# New
100+
# Sample of how the cmdlet should now be called
101+
New-AzureRmVirtualNetworkGateway -ResourceGroupName $rgname -name $rname -Location $location -IpConfigurations $vnetIpConfig1,$vnetIpConfig2 -GatewayType Vpn -VpnType RouteBased -EnableBgp $false -GatewaySku HighPerformance -EnableActiveActiveFeature
102+
```
103+
104+
Set-AzureRmVirtualNetworkGateway
105+
- Description of what has changed ``:- Bool parameter:-ActiveActive`` is removed and 2 ``SwitchParameters:-EnableActiveActiveFeature`` / ``DisableActiveActiveFeature`` are added for enabling and disabling Active-Active feature on virtual network gateway.
106+
107+
```powershell
108+
# Old
109+
# Sample of how the cmdlet was previously called
110+
Set-AzureRmVirtualNetworkGateway -VirtualNetworkGateway $gw -ActiveActive $true
111+
Set-AzureRmVirtualNetworkGateway -VirtualNetworkGateway $gw -ActiveActive $false
112+
113+
# New
114+
# Sample of how the cmdlet should now be called
115+
Set-AzureRmVirtualNetworkGateway -VirtualNetworkGateway $gw -EnableActiveActiveFeature
116+
Set-AzureRmVirtualNetworkGateway -VirtualNetworkGateway $gw -DisableActiveActiveFeature
117+
```

setup/azurecmd.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="2.1.0" ?>
8+
<?define version="3.0.0" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"

setup/azurecmdfiles.wxi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3445,6 +3445,9 @@
34453445
<Component Id="cmpC84155BCEC352235456F36314798DEB6" Guid="*">
34463446
<File Id="fil3C07A3FCD79F4E195B1E0F363C1D912D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\System.Net.Http.Primitives.dll" />
34473447
</Component>
3448+
<Component Id="cmpDFB87EBE10120BEA0EE0E65B1CA9BBFE" Guid="*">
3449+
<File Id="filF6BB7994B63BABCF5598ACDF7BFABA06" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\WebsitesStartup.ps1" />
3450+
</Component>
34483451
</Directory>
34493452
</Directory>
34503453
</Directory>
@@ -6570,6 +6573,7 @@
65706573
<ComponentRef Id="cmp9C45E87E06D911D61AAC3019BA99FB0C" />
65716574
<ComponentRef Id="cmp4E4BAFA8406471B1D2FFA4860A8AEAA7" />
65726575
<ComponentRef Id="cmpC84155BCEC352235456F36314798DEB6" />
6576+
<ComponentRef Id="cmpDFB87EBE10120BEA0EE0E65B1CA9BBFE" />
65736577
<ComponentRef Id="cmp5DFC4ECCB8BBF842D8069F3036386B84" />
65746578
<ComponentRef Id="cmp215D8C03C711DF4FF42B3D06ED14C790" />
65756579
<ComponentRef Id="cmpE75B6D337DC4A69EC4CB3C70C4607514" />

src/Common/Commands.Common.Authentication.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929
[assembly: ComVisible(false)]
3030
[assembly: CLSCompliant(false)]
31-
[assembly: AssemblyVersion("2.1.0")]
32-
[assembly: AssemblyFileVersion("2.1.0")]
31+
[assembly: AssemblyVersion("3.0.0")]
32+
[assembly: AssemblyFileVersion("3.0.0")]
3333
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/Common/Commands.Common.Authentication/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("2.1.0")]
50-
[assembly: AssemblyFileVersion("2.1.0")]
49+
[assembly: AssemblyVersion("3.0.0")]
50+
[assembly: AssemblyFileVersion("3.0.0")]

src/Common/Commands.Common.Storage/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("c565107e-98a9-4703-85cd-a7efc3d8da7b")]
27-
[assembly: AssemblyVersion("2.1.0")]
28-
[assembly: AssemblyFileVersion("2.1.0")]
27+
[assembly: AssemblyVersion("3.0.0")]
28+
[assembly: AssemblyFileVersion("3.0.0")]

src/Common/Commands.Common/AzurePowerShell.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ public class AzurePowerShell
2626

2727
public const string AssemblyCopyright = "Copyright © Microsoft";
2828

29-
public const string AssemblyVersion = "2.1.0";
29+
public const string AssemblyVersion = "3.0.0";
3030

31-
public const string AssemblyFileVersion = "2.1.0";
31+
public const string AssemblyFileVersion = "3.0.0";
3232

3333
public const string ProfileFile = "AzureProfile.json";
3434

src/Common/Commands.Common/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("4f3ab2e4-cc7a-43ac-bb15-f481fcf94d58")]
28-
[assembly: AssemblyVersion("2.1.0")]
29-
[assembly: AssemblyFileVersion("2.1.0")]
28+
[assembly: AssemblyVersion("3.0.0")]
29+
[assembly: AssemblyFileVersion("3.0.0")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Commands, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Commands.CloudService, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]

src/Common/Commands.ScenarioTests.Common/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.1.0")]
36-
[assembly: AssemblyFileVersion("2.1.0")]
35+
[assembly: AssemblyVersion("3.0.0")]
36+
[assembly: AssemblyFileVersion("3.0.0")]
3737
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '2.1.0'
12+
ModuleVersion = '3.0.0'
1313

1414
# ID used to uniquely identify this module
1515
GUID = 'f875725d-8ce4-423f-a6af-ea880bc63f13'
@@ -45,7 +45,7 @@ CLRVersion='4.0'
4545
ProcessorArchitecture = 'None'
4646

4747
# Modules that must be imported into the global environment prior to importing this module
48-
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.1.0'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.2.0'})
4949

5050
# Assemblies that must be loaded prior to importing this module
5151
RequiredAssemblies = @()

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs

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

45-
[assembly: AssemblyVersion("2.1.0")]
46-
[assembly: AssemblyFileVersion("2.1.0")]
45+
[assembly: AssemblyVersion("3.0.0")]
46+
[assembly: AssemblyFileVersion("3.0.0")]

src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/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("2.1.0")]
45-
[assembly: AssemblyFileVersion("2.1.0")]
44+
[assembly: AssemblyVersion("3.0.0")]
45+
[assembly: AssemblyFileVersion("3.0.0")]

src/ResourceManager/ApiManagement/Commands.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("2.1.0")]
45-
[assembly: AssemblyFileVersion("2.1.0")]
44+
[assembly: AssemblyVersion("3.0.0")]
45+
[assembly: AssemblyFileVersion("3.0.0")]

src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Properties/AssemblyInfo.cs

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

45-
[assembly: AssemblyVersion("2.1.0")]
46-
[assembly: AssemblyFileVersion("2.1.0")]
45+
[assembly: AssemblyVersion("3.0.0")]
46+
[assembly: AssemblyFileVersion("3.0.0")]
4747
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/Automation/AzureRM.Automation.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '2.1.0'
12+
ModuleVersion = '2.2.0'
1313

1414
# ID used to uniquely identify this module
1515
GUID = 'bcea1c70-a32b-48c3-a05c-323e1c02f4d3'
@@ -45,7 +45,7 @@ CLRVersion='4.0'
4545
ProcessorArchitecture = 'None'
4646

4747
# Modules that must be imported into the global environment prior to importing this module
48-
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.1.0'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.2.0'})
4949

5050
# Assemblies that must be loaded prior to importing this module
5151
RequiredAssemblies = @()

src/ResourceManager/Automation/Commands.Automation.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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("2.1.0")]
47-
[assembly: AssemblyFileVersion("2.1.0")]
46+
[assembly: AssemblyVersion("2.2.0")]
47+
[assembly: AssemblyFileVersion("2.2.0")]
4848
[assembly: CLSCompliant(false)]
4949
[assembly: CollectionBehavior(DisableTestParallelization = true)]

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

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '2.1.0'
12+
ModuleVersion = '2.2.0'
1313

1414
# ID used to uniquely identify this module
1515
GUID = '0b1d76f5-a928-4b8f-9c83-df26947568d4'
@@ -45,7 +45,7 @@ CLRVersion='4.0'
4545
ProcessorArchitecture = 'None'
4646

4747
# Modules that must be imported into the global environment prior to importing this module
48-
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.1.0'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.2.0'})
4949

5050
# Assemblies that must be loaded prior to importing this module
5151
RequiredAssemblies = @()

src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848

49-
[assembly: AssemblyVersion("2.1.0")]
50-
[assembly: AssemblyFileVersion("2.1.0")]
49+
[assembly: AssemblyVersion("2.2.0")]
50+
[assembly: AssemblyFileVersion("2.2.0")]
5151
[assembly: CollectionBehavior(DisableTestParallelization = true)]

0 commit comments

Comments
 (0)