Skip to content

Commit 7e366dc

Browse files
author
Klein Hu
committed
Merge branch 'dev' of https://github.com/NonStatic2014/azure-powershell into bugfix
2 parents c3cf5c4 + 3711136 commit 7e366dc

File tree

291 files changed

+24721
-34749
lines changed

Some content is hidden

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

291 files changed

+24721
-34749
lines changed

ChangeLog.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
## 2016.09.08 version 2.1.0
2+
* Compute
3+
* Add support for querying encryption status from the AzureDiskEncryptionForLinux extension
4+
* DataFactory
5+
* Added new cmdlet for listing activity windows
6+
- Get-AzureRmDataFactoryActivityWindow
7+
* DataLake
8+
* Changed parameter `Host` to `DatabaseHost` and added alias to `Host`
9+
- New-AzureRmDataLakeAnalyticsCatalogSecret
10+
- Set-AzureRmDataLakeAnalyticsCatalogSecret
11+
* Add support for ACL and Default ACL removal
12+
* Add support for getting and setting unnamed permissions on files and folders
13+
* KeyVault
14+
* Add support for certificates
15+
- Add-AzureRmKeyVaultCertificate
16+
- Add-AzureRmKeyVaultCertificateContact
17+
- Get-AzureRmKeyVaultCertificate
18+
- Get-AzureRmKeyVaultCertificateContact
19+
- Get-AzureRmKeyVaultCertificateIssuer
20+
- Get-AzureRmKeyVaultCertificateOperation
21+
- Get-AzureRmKeyVaultCertificatePolicy
22+
- Import-AzureRmKeyVaultCertificate
23+
- New-AzureRmKeyVaultCertificateAdministratorDetails
24+
- New-AzureRmKeyVaultCertificateOrganizationDetails
25+
- New-AzureRmKeyVaultCertificatePolicy
26+
- Remove-AzureRmKeyVaultCertificate
27+
- Remove-AzureRmKeyVaultCertificateContact
28+
- Remove-AzureRmKeyVaultCertificateIssuer
29+
- Remove-AzureRmKeyVaultCertificateOperation
30+
- Set-AzureRmKeyVaultCertificateAttribute
31+
- Set-AzureRmKeyVaultCertificateIssuer
32+
- Set-AzureRmKeyVaultCertificatePolicy
33+
- Stop-AzureRmKeyVaultCertificateOperation
34+
* Network
35+
* Enable Active-Active gateway feature PowerShell cmdlets
36+
- Add-AzureRmVirtualNetworkGatewayIpConfig
37+
- Remove-AzureRmVirtualNetworkGatewayIpConfig
38+
* Added new cmdlet
39+
- Test-AzureRmPrivateIpAddressAvailability
40+
* Resources
41+
* Support zones in provider and resource cmdlets
42+
- Get-AzureRmProvider
43+
- New-AzureRmResource
44+
- Set-AzureRmResource
45+
* Sql
46+
* Added new cmdlets for Azure SQL threat detection policy management at server level
47+
- Get-AzureRmSqlServerThreatDetectionPolicy
48+
- Remove-AzureRmSqlServerThreatDetectionPolicy
49+
- Set-AzureRmSqlServerThreatDetectionPolicy
50+
* Added new cmdlets to support enabling/disabling GeoBackupPolicy for Sql Azure DataWarehouses
51+
- Get-AzureRmSqlDatabaseGeoBackupPolicy
52+
- Set-AzureRmSqlDatabaseGeoBackupPolicy
53+
* Added new cmdlets for Azure Sql Advisors and Recommended Actions APIs
54+
- Get-AzureRmSqlDatabaseAdvisor
55+
- Get-AzureRmSqlElasticPoolAdvisor
56+
- Get-AzureRmSqlServerAdvisor
57+
- Get-AzureRmSqlDatabaseRecommendedActions
58+
- Get-AzureRmSqlElasticPoolRecommendedActions
59+
- Get-AzureRmSqlServerRecommendedActions
60+
- Set-AzureRmSqlDatabaseAdvisorAutoExecuteStatus
61+
- Set-AzureRmSqlElasticPoolAdvisorAutoExecuteStatus
62+
- Set-AzureRmSqlServerAdvisorAutoExecuteStatus
63+
- Set-AzureRmSqlDatabaseRecommendedActionState
64+
- Set-AzureRmSqlElasticPoolRecommendedActionState
65+
- Set-AzureRmSqlServerRecommendedActionState
66+
167
## 2016.08.09 version 2.0.1
268
* Fixed assembly signing issue causing load problems in some PowerShell versions. (Issue #2747)
369

build.proj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,12 @@
204204
<GetFrameworkSdkPath>
205205
<Output TaskParameter="Path" PropertyName="WindowsSdkPath"/>
206206
</GetFrameworkSdkPath>
207-
207+
<Exec Command="$(PowerShellCommand) -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\UpdateModules.ps1 $(Configuration) $(Scope) &quot;"/>
208208
<!-- Copying shortcut to be signed -->
209209
<Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psd1"
210210
DestinationFolder="$(LibrarySourceFolder)\Package\$(Configuration)" />
211+
<Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psm1"
212+
DestinationFolder="$(LibrarySourceFolder)\Package\$(Configuration)" />
211213

212214
<ItemGroup>
213215
<DelaySignedAssembliesToSign Include="$(LibrarySourceFolder)\Package\$(Configuration)\**\Microsoft*Azure*Commands*.dll" />
@@ -263,6 +265,8 @@
263265
<!-- Copying signed shortcut back -->
264266
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psd1"
265267
DestinationFolder="$(LibraryRoot)tools\AzureRM" />
268+
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psm1"
269+
DestinationFolder="$(LibraryRoot)tools\AzureRM" />
266270
</Target>
267271

268272
<Target Name="CodeSignInstaller">

setup/azurecmd.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
33

4-
<?define productName="Microsoft Azure PowerShell - August 2016" ?>
4+
<?define productName="Microsoft Azure PowerShell - September 2016" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

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

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

setup/azurecmdfiles.wxi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,9 @@
15241524
<Component Id="cmpC5EBF1A0F318B8E0497711394E31D7DC" Guid="*">
15251525
<File Id="fil6B6CE7A0C0502A4424D2CED2C58DC788" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.KeyVault.dll" />
15261526
</Component>
1527+
<Component Id="cmp235180430FB6DE5147EE62ABC86D7E0E" Guid="*">
1528+
<File Id="fil1AAF345120F9C35A80C5EE4E28CB8AB1" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.KeyVault.WebKey.dll" />
1529+
</Component>
15271530
<Component Id="cmpD1A5B61C7046E3D9D8256C632EED70EF" Guid="*">
15281531
<File Id="fil667D148658CD08848B6941417EDD954F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.Management.Authorization.dll" />
15291532
</Component>
@@ -2625,9 +2628,6 @@
26252628
<Component Id="cmp44074831AFB81C156E7ED6A30C9965D5" Guid="*">
26262629
<File Id="fil243D872BC193D82929CE3811BE0B4014" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Resources\ResourceManagerStartup.ps1" />
26272630
</Component>
2628-
<Component Id="cmp3BB1527FA803EB75EB5EC78C281B3212" Guid="*">
2629-
<File Id="filED67D901F43D8291F2243E5C1373D449" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Resources\System.Management.Automation.dll" />
2630-
</Component>
26312631
<Component Id="cmpA534986DA2E43D7E50E9A6E219478266" Guid="*">
26322632
<File Id="filE2D02576DA0A4EEF0E8E1E2CFB76279A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Resources\System.Net.Http.Extensions.dll" />
26332633
</Component>
@@ -6082,6 +6082,7 @@
60826082
<ComponentRef Id="cmpEBDBD8D91E1BFC6B12826CC430FAE403" />
60836083
<ComponentRef Id="cmpDB8EED2921062193540743B6260AB9F1" />
60846084
<ComponentRef Id="cmpC5EBF1A0F318B8E0497711394E31D7DC" />
6085+
<ComponentRef Id="cmp235180430FB6DE5147EE62ABC86D7E0E" />
60856086
<ComponentRef Id="cmpD1A5B61C7046E3D9D8256C632EED70EF" />
60866087
<ComponentRef Id="cmpFD1FF637F9EDD0BF88DE235BB7C878F2" />
60876088
<ComponentRef Id="cmp4C36F13520E00A5CB5295B30590FB763" />
@@ -6441,7 +6442,6 @@
64416442
<ComponentRef Id="cmpD80193A27EAF0B72702BBA3F066DD099" />
64426443
<ComponentRef Id="cmp2BE59FD587F7E44466F41BF3189A9262" />
64436444
<ComponentRef Id="cmp44074831AFB81C156E7ED6A30C9965D5" />
6444-
<ComponentRef Id="cmp3BB1527FA803EB75EB5EC78C281B3212" />
64456445
<ComponentRef Id="cmpA534986DA2E43D7E50E9A6E219478266" />
64466446
<ComponentRef Id="cmp6D34FB8F9A9678D4511D4BB8E0800104" />
64476447
<ComponentRef Id="cmp890B1E2923E26CE2A15A652293EA92BE" />

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.0.1")]
32-
[assembly: AssemblyFileVersion("2.0.1")]
31+
[assembly: AssemblyVersion("2.1.0")]
32+
[assembly: AssemblyFileVersion("2.1.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.0.1")]
50-
[assembly: AssemblyFileVersion("2.0.1")]
49+
[assembly: AssemblyVersion("2.1.0")]
50+
[assembly: AssemblyFileVersion("2.1.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.0.1")]
28-
[assembly: AssemblyFileVersion("2.0.1")]
27+
[assembly: AssemblyVersion("2.1.0")]
28+
[assembly: AssemblyFileVersion("2.1.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.0.1";
29+
public const string AssemblyVersion = "2.1.0";
3030

31-
public const string AssemblyFileVersion = "2.0.1";
31+
public const string AssemblyFileVersion = "2.1.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.0.1")]
29-
[assembly: AssemblyFileVersion("2.0.1")]
28+
[assembly: AssemblyVersion("2.1.0")]
29+
[assembly: AssemblyFileVersion("2.1.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.0.1")]
36-
[assembly: AssemblyFileVersion("2.0.1")]
35+
[assembly: AssemblyVersion("2.1.0")]
36+
[assembly: AssemblyFileVersion("2.1.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.0.1'
12+
ModuleVersion = '2.1.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.0.1'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.1.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.0.1")]
46-
[assembly: AssemblyFileVersion("2.0.1")]
45+
[assembly: AssemblyVersion("2.1.0")]
46+
[assembly: AssemblyFileVersion("2.1.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.0.1")]
45-
[assembly: AssemblyFileVersion("2.0.1")]
44+
[assembly: AssemblyVersion("2.1.0")]
45+
[assembly: AssemblyFileVersion("2.1.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.0.1")]
45-
[assembly: AssemblyFileVersion("2.0.1")]
44+
[assembly: AssemblyVersion("2.1.0")]
45+
[assembly: AssemblyFileVersion("2.1.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.0.1")]
46-
[assembly: AssemblyFileVersion("2.0.1")]
45+
[assembly: AssemblyVersion("2.1.0")]
46+
[assembly: AssemblyFileVersion("2.1.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.0.1'
12+
ModuleVersion = '2.1.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.0.1'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.1.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.0.1")]
47-
[assembly: AssemblyFileVersion("2.0.1")]
46+
[assembly: AssemblyVersion("2.1.0")]
47+
[assembly: AssemblyFileVersion("2.1.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.0.1")]
47-
[assembly: AssemblyFileVersion("2.0.1")]
46+
[assembly: AssemblyVersion("2.1.0")]
47+
[assembly: AssemblyFileVersion("2.1.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.0.1'
12+
ModuleVersion = '2.1.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.0.1'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.1.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.0.1")]
50-
[assembly: AssemblyFileVersion("2.0.1")]
49+
[assembly: AssemblyVersion("2.1.0")]
50+
[assembly: AssemblyFileVersion("2.1.0")]
5151
[assembly: CollectionBehavior(DisableTestParallelization = true)]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
[assembly: ComVisible(false)]
3232
[assembly: CLSCompliant(false)]
3333

34-
[assembly: AssemblyVersion("2.0.1")]
35-
[assembly: AssemblyFileVersion("2.0.1")]
34+
[assembly: AssemblyVersion("2.1.0")]
35+
[assembly: AssemblyFileVersion("2.1.0")]

src/ResourceManager/AzureBatch/AzureRM.Batch.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.0.1'
12+
ModuleVersion = '2.1.0'
1313

1414
# ID used to uniquely identify this module
1515
GUID = 'a8f00f40-1c1a-49b5-9db3-24076b75c3cf'
@@ -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.0.1'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.1.0'})
4949

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

src/ResourceManager/AzureBatch/Commands.Batch.Test/Properties/AssemblyInfo.cs

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

36-
[assembly: AssemblyVersion("2.0.1")]
37-
[assembly: AssemblyFileVersion("2.0.1")]
36+
[assembly: AssemblyVersion("2.1.0")]
37+
[assembly: AssemblyFileVersion("2.1.0")]
3838
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/AzureBatch/Commands.Batch/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("ed102280-3577-49bf-93dd-11b6e3a44a57")]
28-
[assembly: AssemblyVersion("2.0.1")]
29-
[assembly: AssemblyFileVersion("2.0.1")]
28+
[assembly: AssemblyVersion("2.1.0")]
29+
[assembly: AssemblyFileVersion("2.1.0")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Batch.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

src/ResourceManager/AzureStackAdmin/AzureRM.AzureStackAdmin.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ModuleToProcess = 'Microsoft.AzureStack.Commands.dll'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.9.10'
15+
ModuleVersion = '0.10.0'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '0e691e0a-ce16-40f2-af84-86fb0d82fb29'
@@ -48,7 +48,7 @@ CLRVersion = '4.0'
4848
ProcessorArchitecture = ''
4949

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

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

src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929

3030
[assembly: Guid("0B02390C-8AA9-4D99-8AA8-2A9D2D39682F")]
3131

32-
[assembly: AssemblyVersion("0.9.10")]
33-
[assembly: AssemblyFileVersion("0.9.10")]
32+
[assembly: AssemblyVersion("0.10.0")]
33+
[assembly: AssemblyFileVersion("0.10.0")]

0 commit comments

Comments
 (0)