Skip to content

Commit e65464d

Browse files
author
Hovsep
committed
Merge pull request Azure#1635 from Azure/master
Release1.1.0
2 parents 4485984 + c1ea29f commit e65464d

File tree

165 files changed

+12079
-471
lines changed

Some content is hidden

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

165 files changed

+12079
-471
lines changed

ChangeLog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 2016.01.12 version 1.1.0
12
* Azure SQL Database: Threat Detection policies:
23
* Using new Threat Detection Types
34
* Azure Redis Cache: new cmdlets for enabling and disabling diagnostics
@@ -8,14 +9,19 @@
89
* New-AzureRmWebAppSSLBinding
910
* Get-AzureRmWebAppSSLBinding
1011
* Remove-AzureRmWebAppSSLBinding
11-
* Azure Websites: Added AseName and AseResourceGroupName parameters in New-AzureRmWebApp and New-AzureRmAppServicePlan cmdlet
12+
* Added AseName and AseResourceGroupName parameters in New-AzureRmWebApp and New-AzureRmAppServicePlan cmdlet
13+
* Added support for cloning all deployment slots associated with source website
1214
* Azure Stream Analytics: Added new cmdlet support for Functions.
1315
* New-AzureRmStreamAnalyticsFunction
1416
* Get-AzureRmStreamAnalyticsFunction
1517
* Test-AzureRmStreamAnalyticsFunction
1618
* Get-AzureRmStreamAnalyticsDefaultFunctionDefinition
1719
* Remove-AzureRmStreamAnalyticsFunction
18-
20+
* Azure Batch
21+
* New-AzureBatchTask now accepts a MultiInstanceSettings parameter
22+
* Get-AzureBatchSubtask cmdlet added
23+
* Enable-AzureBatchComputeNodeScheduling / Disable-AzureBatchComputeNodeScheduling cmdlets added
24+
* Enable-AzureBatchAutoScale and New-AzureBatchPool now accept an AutoScaleEvaluationInterval parameter.
1925

2026
## 2015.12.14 version 1.0.2
2127
* Azure Compute (ARM):

setup/Setup/CustomAction.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Microsoft.WindowsAzure.Setup
2121

2222
public class CustomAction
2323
{
24-
// The exception object which will store (if) exception which is occured in our sta thread
24+
// The exception object which will store (if) exception which is occurred in our sta thread
2525
private static Exception _STAThreadException;
2626

2727
private static uint[] powerShellDefaultColorTable = new uint[]
@@ -30,7 +30,7 @@ public class CustomAction
3030
0x808080, 0xFF0000, 0xFF00, 0xFFFF00, 0xFF, 0xFF00FF, 0xFFFF, 0xFFFFFF
3131
};
3232

33-
// Method which contains our custom action behaviour
33+
// Method which contains our custom action behavior
3434
private static void RunSTAThread(object sessionObject)
3535
{
3636
try

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 - December 2015" ?>
4+
<?define productName="Microsoft Azure PowerShell - January 2016" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="1.0.2" ?>
8+
<?define version="1.1.0" ?>
99
<?define versionedStartMenuFolder="Microsoft Azure" ?>
1010
<?define staleStartMenuFolder="Windows Azure" ?>
1111

setup/azurecmdfiles.wxi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,9 @@
12261226
<Component Id="cmp8B8A7BBF33AC8748C36AF2D0F867CC3B" Guid="*">
12271227
<File Id="filF511C99CEA7C19431605AD07F44B545A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.ApplicationInsights.dll" />
12281228
</Component>
1229+
<Component Id="cmpBCA648A3B7B30300ACDCC83746172368" Guid="*">
1230+
<File Id="filD64CE679433518D6F65696BBFB22C420" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.ActiveDirectory.GraphClient.dll" />
1231+
</Component>
12291232
<Component Id="cmpDBE0EFA9AB2C3936D498914505FD59BD" Guid="*">
12301233
<File Id="fil0EDC9091229822DEF09EFE500F63B7AC" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.Commands.KeyVault.dll" />
12311234
</Component>
@@ -1289,6 +1292,15 @@
12891292
<Component Id="cmp1C7EFB238F49BC10B88911B4DD7CD760" Guid="*">
12901293
<File Id="filC52B079BABFAD11D6B89732C6569172A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Azure.ResourceManager.dll" />
12911294
</Component>
1295+
<Component Id="cmpF469AE6EA612B0399957FAF85083221B" Guid="*">
1296+
<File Id="fil5684108D378817FBD69741594A1691AA" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Data.Edm.dll" />
1297+
</Component>
1298+
<Component Id="cmp28D6E7B5DF1FD9B79A5B4D16447379A1" Guid="*">
1299+
<File Id="fil5FFABBF4B17F9CB6DC30FB21B11A1B3F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Data.OData.dll" />
1300+
</Component>
1301+
<Component Id="cmpCD008CF1C7D17EBD72102BD129C9372C" Guid="*">
1302+
<File Id="filAE03B936A9EEBD6BA395089F817FD5A0" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.Data.Services.Client.dll" />
1303+
</Component>
12921304
<Component Id="cmpD542C61584E161A92D52490818D7E34A" Guid="*">
12931305
<File Id="filC47A710583991C8D624107A3F8EBDD72" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\Microsoft.IdentityModel.Clients.ActiveDirectory.dll" />
12941306
</Component>
@@ -1328,6 +1340,9 @@
13281340
<Component Id="cmpD29EA01597258746011AE6EF9FC3D15A" Guid="*">
13291341
<File Id="filCE0262D8D43EF7AB4CDB25A0752B7121" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\System.Net.Http.Primitives.dll" />
13301342
</Component>
1343+
<Component Id="cmp8EE8340753317C13D69F692E7E42B175" Guid="*">
1344+
<File Id="filAE60D28516977FE205BBEB3D15EB53DE" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.KeyVault\System.Spatial.dll" />
1345+
</Component>
13311346
</Directory>
13321347
<Directory Id="dir76147B1D381C34B7638F2A844B5685DC" Name="AzureRM.Network">
13331348
<Component Id="cmp33F39A22183184A6B41F85DF085BAD29" Guid="*">
@@ -5204,6 +5219,7 @@
52045219
<ComponentRef Id="cmp007494D6DDD084F46271414EDBAE4A28" />
52055220
<ComponentRef Id="cmpF892ECD9E56A470DCBCDFB5721EFD871" />
52065221
<ComponentRef Id="cmp8B8A7BBF33AC8748C36AF2D0F867CC3B" />
5222+
<ComponentRef Id="cmpBCA648A3B7B30300ACDCC83746172368" />
52075223
<ComponentRef Id="cmpDBE0EFA9AB2C3936D498914505FD59BD" />
52085224
<ComponentRef Id="cmp3CD3D1820190A9634EFE76B4737874EB" />
52095225
<ComponentRef Id="cmp043B164F4D1039F8B2F62D774A383C9B" />
@@ -5225,6 +5241,9 @@
52255241
<ComponentRef Id="cmpD1A5B61C7046E3D9D8256C632EED70EF" />
52265242
<ComponentRef Id="cmpFD1FF637F9EDD0BF88DE235BB7C878F2" />
52275243
<ComponentRef Id="cmp1C7EFB238F49BC10B88911B4DD7CD760" />
5244+
<ComponentRef Id="cmpF469AE6EA612B0399957FAF85083221B" />
5245+
<ComponentRef Id="cmp28D6E7B5DF1FD9B79A5B4D16447379A1" />
5246+
<ComponentRef Id="cmpCD008CF1C7D17EBD72102BD129C9372C" />
52285247
<ComponentRef Id="cmpD542C61584E161A92D52490818D7E34A" />
52295248
<ComponentRef Id="cmp0EE8FCFA5508960593F3537443DACD4E" />
52305249
<ComponentRef Id="cmp6D51C798EDF35CEA322D396B85FB8E18" />
@@ -5238,6 +5257,7 @@
52385257
<ComponentRef Id="cmp8F99791178CB394FC285BF5F9DA21047" />
52395258
<ComponentRef Id="cmp55A0977CC2E4CD91F6738FFD78449307" />
52405259
<ComponentRef Id="cmpD29EA01597258746011AE6EF9FC3D15A" />
5260+
<ComponentRef Id="cmp8EE8340753317C13D69F692E7E42B175" />
52415261
<ComponentRef Id="cmp33F39A22183184A6B41F85DF085BAD29" />
52425262
<ComponentRef Id="cmp70B60DBD32D61BCA5715AB2D64131358" />
52435263
<ComponentRef Id="cmp92653399A1E9659661E74CA982C1D16A" />

src/Common/Storage/Azure.Storage.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 = '1.0.2'
12+
ModuleVersion = '1.0.3'
1313

1414
# ID used to uniquely identify this module
1515
GUID = '00612bca-fa22-401d-a671-9cc48b010e3b'
@@ -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 = '1.0.2'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.3'})
4949

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

src/Common/Storage/Commands.Storage/Common/Cmdlet/NewAzureStorageContext.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,9 @@ internal CloudStorageAccount GetStorageAccountWithAzureEnvironment(StorageCreden
338338
{
339339
AzureEnvironment azureEnvironment = null;
340340

341-
if (null != DefaultContext)
341+
if (null != SMProfile)
342342
{
343-
if (string.IsNullOrEmpty(azureEnvironmentName) )
343+
if (DefaultContext != null && string.IsNullOrEmpty(azureEnvironmentName))
344344
{
345345
azureEnvironment = DefaultContext.Environment;
346346

@@ -354,7 +354,7 @@ internal CloudStorageAccount GetStorageAccountWithAzureEnvironment(StorageCreden
354354
{
355355
try
356356
{
357-
var profileClient = new ProfileClient(new AzureSMProfile());
357+
var profileClient = new ProfileClient(SMProfile);
358358
azureEnvironment = profileClient.GetEnvironmentOrDefault(azureEnvironmentName);
359359
}
360360
catch(ArgumentException e)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
// You can specify all the values or you can default the Build and Revision Numbers
4545
// by using the '*' as shown below:
4646
// [assembly: AssemblyVersion("1.0.*")]
47-
[assembly: AssemblyVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
48-
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
47+
[assembly: AssemblyVersion("1.0.3")]
48+
[assembly: AssemblyFileVersion("1.0.3")]
4949

5050
#if SIGN
5151
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Commands.Storage.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]

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 = '1.0.2'
12+
ModuleVersion = '1.0.3'
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 = '1.0.2'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.3'})
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
//
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
44-
// [assembly: AssemblyVersion("1.0.*")]
45-
[assembly: AssemblyVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
46-
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
44+
45+
[assembly: AssemblyVersion("1.0.3")]
46+
[assembly: AssemblyFileVersion("1.0.3")]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
//
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
43-
// [assembly: AssemblyVersion("1.0.*")]
44-
[assembly: AssemblyVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
45-
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
43+
44+
[assembly: AssemblyVersion("1.0.3")]
45+
[assembly: AssemblyFileVersion("1.0.3")]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
//
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
43-
// [assembly: AssemblyVersion("1.0.*")]
44-
[assembly: AssemblyVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
45-
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
43+
44+
[assembly: AssemblyVersion("1.0.3")]
45+
[assembly: AssemblyFileVersion("1.0.3")]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
//
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
43-
// [assembly: AssemblyVersion("1.0.*")]
44-
[assembly: AssemblyVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
45-
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
43+
44+
[assembly: AssemblyVersion("1.0.3")]
45+
[assembly: AssemblyFileVersion("1.0.3")]

src/ResourceManager/Automation/AzureRM.Automation.psd1

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

1111
# Version number of this module.
12-
ModuleVersion = '1.0.2'
12+
ModuleVersion = '1.0.3'
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 = '1.0.2'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.3'})
4949

5050
# Assemblies that must be loaded prior to importing this module
5151
RequiredAssemblies = @()
@@ -85,4 +85,4 @@ FileList = @()
8585
# Private data to pass to the module specified in ModuleToProcess
8686
PrivateData = ''
8787

88-
}
88+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
44-
// [assembly: AssemblyVersion("1.0.*")]
45-
[assembly: AssemblyVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
46-
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
47-
[assembly: CLSCompliant(false)]
44+
45+
[assembly: AssemblyVersion("1.0.3")]
46+
[assembly: AssemblyFileVersion("1.0.3")]
47+
[assembly: CLSCompliant(false)]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
//
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
45-
// [assembly: AssemblyVersion("1.0.*")]
46-
[assembly: AssemblyVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
47-
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
45+
46+
[assembly: AssemblyVersion("1.0.3")]
47+
[assembly: AssemblyFileVersion("1.0.3")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.ResourceManager.Automation.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1

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

1111
# Version number of this module.
12-
ModuleVersion = '1.0.2'
12+
ModuleVersion = '1.0.3'
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 = '1.0.2'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.3'})
4949

5050
# Assemblies that must be loaded prior to importing this module
5151
RequiredAssemblies = @()
@@ -87,4 +87,4 @@ FileList = @()
8787
# Private data to pass to the module specified in ModuleToProcess
8888
PrivateData = ''
8989

90-
}
90+
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
//
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
48-
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("1.0.0")]
50-
[assembly: AssemblyFileVersion("1.0.0")]
48+
49+
[assembly: AssemblyVersion("1.0.3")]
50+
[assembly: AssemblyFileVersion("1.0.3")]

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(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
35-
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
34+
[assembly: AssemblyVersion("1.0.3")]
35+
[assembly: AssemblyFileVersion("1.0.3")]

src/ResourceManager/AzureBatch/AzureRM.Batch.psd1

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

1111
# Version number of this module.
12-
ModuleVersion = '1.0.2'
12+
ModuleVersion = '1.0.3'
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 = '1.0.2'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.3'})
4949

5050
# Assemblies that must be loaded prior to importing this module
5151
RequiredAssemblies = @()
@@ -87,4 +87,4 @@ FileList = @()
8787
# Private data to pass to the module specified in ModuleToProcess
8888
PrivateData = ''
8989

90-
}
90+
}

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

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

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(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
29-
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
28+
[assembly: AssemblyVersion("1.0.3")]
29+
[assembly: AssemblyFileVersion("1.0.3")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Batch.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
34+
3535
[assembly: AssemblyVersion("1.0.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)