Skip to content

HPF PR: vmss <- huangpf:vmss #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 53 commits into from
Apr 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
078068b
Stats API
dihan0604 Mar 8, 2016
f25af08
Stats API
dihan0604 Mar 8, 2016
63310b0
Co-exist API
dihan0604 Mar 22, 2016
784c02e
Co-exist API
dihan0604 Mar 22, 2016
921e7c2
Co-existence API
dihan0604 Mar 22, 2016
cfcdf25
Change Version for network
dihan0604 Mar 23, 2016
a82cdcd
udpate help file
dihan0604 Mar 23, 2016
9985f1f
update csproj to remove unneeded dll
dihan0604 Mar 23, 2016
2674ff7
Update license header
dihan0604 Mar 24, 2016
e5e8448
address comment
dihan0604 Mar 24, 2016
e55e6f5
Update Compute help file, enable VMSS update test, and fix piping for…
hyonholee Mar 24, 2016
a1dfccc
Add test for new API and remove APIs not ship this release
dihan0604 Mar 24, 2016
30263bc
Add test
dihan0604 Mar 24, 2016
89c3070
Update
dihan0604 Mar 24, 2016
4fec369
Update version numbers for release 1.3.0
markcowl Mar 24, 2016
918e86f
Add more examples in Compute help file
hyonholee Mar 24, 2016
a6f852d
Responding to review feedback
markcowl Mar 24, 2016
b027043
update test
dihan0604 Mar 24, 2016
ebbe762
Merge pull request #2008 from markcowl/release-1.3.0
markcowl Mar 24, 2016
776b1a5
Fixed AzureASM Storage dependency update in PS release script.
Mar 24, 2016
68690c1
Fix path for storage cmdlets
markcowl Mar 24, 2016
c1d847b
Add validate when submitting deployments
vivsriaus Mar 25, 2016
0e9c956
Merge pull request #2010 from dihan0604/dev
markcowl Mar 25, 2016
dcfaaa3
Merge pull request #2011 from hyonholee/vmss2
markcowl Mar 25, 2016
c8387ec
Merge pull request #2012 from hovsepm/dev
markcowl Mar 25, 2016
b3f3bda
Change new deployment test
vivsriaus Mar 25, 2016
fa4c44d
Change save deployment test
vivsriaus Mar 25, 2016
e95d48f
Merge branch 'release-1.3.0' of https://github.com/Azure/azure-powers…
vivsriaus Mar 25, 2016
e21bec0
Fix delete deployment test
vivsriaus Mar 25, 2016
2e04609
Fix get resource collection test
vivsriaus Mar 25, 2016
4458b00
Update Commands.HDInsight.csproj
shefaliv Mar 25, 2016
d2fe62c
Update Commands.HDInsight.Test.csproj
shefaliv Mar 25, 2016
369ed1d
Fix for missing deployment validation records in some sql tests
markcowl Mar 25, 2016
2135339
Merge pull request #1 from markcowl/release-1.3.0
vivsriaus Mar 25, 2016
79d186c
Adding help for Disaster Recovery Configuration
franktsa Mar 25, 2016
6f8148f
Update packages.config
shefaliv Mar 25, 2016
2765620
Update packages.config
shefaliv Mar 25, 2016
e0767cf
Merge pull request #2013 from vivsriaus/AddVal
markcowl Mar 25, 2016
513b578
Merge pull request #2017 from franktsa/dev
markcowl Mar 25, 2016
49e0865
Merge pull request #2015 from shefaliv/patch-3
markcowl Mar 25, 2016
980774b
Fixing disallowed command name in CDN cmdlets and updating scripts
markcowl Mar 27, 2016
73e1ec8
Updating installer for new alias
markcowl Mar 27, 2016
960b784
Merge pull request #2020 from markcowl/release-1.3.0
markcowl Mar 28, 2016
26dd346
Update ChangeLog.md
Mar 28, 2016
f74f7e9
Allow alias export to avoid breaking changes
markcowl Mar 28, 2016
656bd43
Update uninstall instructions
markcowl Mar 28, 2016
adafd9b
Correscint deprecation message grammar
markcowl Mar 28, 2016
218df34
Update ChangeLog.md
Mar 30, 2016
f10893d
Merge pull request #2031 from Azure/release-1.3.0
Mar 30, 2016
806ba70
Merge pull request #2035 from Azure/master
Mar 30, 2016
7db55c4
Merge pull request #504 from Azure/dev
huangpf Mar 30, 2016
9c37831
Merge branch 'dev' of https://github.com/huangpf/azure-powershell int…
huangpf Mar 31, 2016
c0c0be8
Update
huangpf Mar 31, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
##2016.03.30 version 1.2.3
##2016.03.30 version 1.3.0
* AzureRM module
- Installation performance fix
* New Azure CDN cmdlets
* Azure Storage
* Made Protocol parameter in following cmdlets to be nullable and optional
- New-AzureStorageBlobSASToken
Expand All @@ -8,6 +11,10 @@
- New-AzureStorageQueueSASToken
- New-AzureStorageTableSASToken
- New-AzureStorageAccountSASToken
* Add Export-AzureRmResourceGroupTemplate cmdlet
* Add VirtualMachineScaleSet cmdlet
* Add "EA" value for permission parameter of Set-AzurePlatformVMImage
* Documentation improvements in cmdlets

##2016.03.03 version 1.2.2
* Azure Compute (ARM):
Expand Down
4 changes: 2 additions & 2 deletions setup/azurecmd.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>

<?define version="1.2.2" ?>
<?define version="1.3.0" ?>

<Product Id="*"
Name="$(var.productName)"
Expand Down Expand Up @@ -75,7 +75,7 @@
<Component Id="PSModulePath.System" Guid="273525B9-7AAB-421A-90C8-8E50A1840B8D">
<CreateFolder />
<!-- Work around bug that PowerShell does not always consider default module paths. -->
<Environment Id="PSModulePath.SystemAppRoot" Action="set" Name="PSMODULEPATH" Part="last" Value="[BaseModulesFolder];[PowerShellFolder]ResourceManager\AzureResourceManager\;[PowerShellFolder]ServiceManagement\;[PowerShellFolder]\Storage" System="yes" />
<Environment Id="PSModulePath.SystemAppRoot" Action="set" Name="PSMODULEPATH" Part="last" Value="[BaseModulesFolder];[PowerShellFolder]ResourceManager\AzureResourceManager\;[PowerShellFolder]ServiceManagement\;[PowerShellFolder]Storage\" System="yes" />
</Component>
</DirectoryRef>

Expand Down
8 changes: 4 additions & 4 deletions setup/azurecmdfiles.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@
<Component Id="cmp048B605B1072F4A5467F2AFFD8ED2459" Guid="*">
<File Id="fil38FE506241BEC2CA3B34645613B821F3" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.AzureStackAdmin\Microsoft.AzureStack.Commands.dll" />
</Component>
<Component Id="cmpB2F2FF5F057BDE656891B43C18ADF020" Guid="*">
<File Id="fil952FAF0371C7CCC373DBDF330DB18A87" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.AzureStackAdmin\Microsoft.AzureStack.Commands.dll-help.psd1" />
</Component>
<Component Id="cmp889E4CFA9046EFFEFF5D63CB61E990A6" Guid="*">
<File Id="filE0954BDD89FA012B32E270ADA2F66DD8" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.AzureStackAdmin\Microsoft.AzureStack.Commands.dll-help.xml" />
</Component>
Expand Down Expand Up @@ -506,6 +503,9 @@
<Component Id="cmp87DFE6BA28632B552074C8A05968ED49" Guid="*">
<File Id="filB29D13A0412832DF84301430FAF5C2EB" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Cdn\AzureRM.Tags.psd1" />
</Component>
<Component Id="cmp5387447D3AEFB20D850B31BB0324D032" Guid="*">
<File Id="fil96612AEDAC40E485D577E1BB70E1777F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Cdn\CdnStartup.ps1" />
</Component>
<Component Id="cmpFCC54BA077C7C12B0A49F42DD3039435" Guid="*">
<File Id="filD253995C681D155F4A3BAED9AC075F4D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Cdn\Hyak.Common.dll" />
</Component>
Expand Down Expand Up @@ -5048,7 +5048,6 @@
<ComponentRef Id="cmpFDFB38E21048DD505BCAD31F5136992E" />
<ComponentRef Id="cmpC2439F65706917CA4AABD3AF6AFB856A" />
<ComponentRef Id="cmp048B605B1072F4A5467F2AFFD8ED2459" />
<ComponentRef Id="cmpB2F2FF5F057BDE656891B43C18ADF020" />
<ComponentRef Id="cmp889E4CFA9046EFFEFF5D63CB61E990A6" />
<ComponentRef Id="cmpA2F17B479BD0FE1A81AED68A6C03B7A0" />
<ComponentRef Id="cmp4E983C9ECBC2D4A29376A70418BE5E2B" />
Expand Down Expand Up @@ -5146,6 +5145,7 @@
<ComponentRef Id="cmp22BC5873E0018F5801CD486C6CBCE0C5" />
<ComponentRef Id="cmpB7108FC1E0DA3A2DABE2F5A549025C62" />
<ComponentRef Id="cmp87DFE6BA28632B552074C8A05968ED49" />
<ComponentRef Id="cmp5387447D3AEFB20D850B31BB0324D032" />
<ComponentRef Id="cmpFCC54BA077C7C12B0A49F42DD3039435" />
<ComponentRef Id="cmp984FE30B4A873A5B1BC8F7E85B1CEF85" />
<ComponentRef Id="cmp2F3E4B9B10BAC8DA1FA711C6B756E1D1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: AssemblyVersion("1.0.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
[assembly: CollectionBehavior(DisableTestParallelization = true)]
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
4 changes: 2 additions & 2 deletions src/Common/Commands.Common.Storage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("c565107e-98a9-4703-85cd-a7efc3d8da7b")]
[assembly: AssemblyVersion("1.0.5")]
[assembly: AssemblyFileVersion("1.0.5")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
4 changes: 2 additions & 2 deletions src/Common/Commands.Common/AzurePowerShell.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public class AzurePowerShell

public const string AssemblyCopyright = "Copyright © Microsoft";

public const string AssemblyVersion = "1.0.5";
public const string AssemblyVersion = "1.3.0";

public const string AssemblyFileVersion = "1.0.5";
public const string AssemblyFileVersion = "1.3.0";

public const string ProfileFile = "AzureProfile.json";

Expand Down
4 changes: 2 additions & 2 deletions src/Common/Commands.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("4f3ab2e4-cc7a-43ac-bb15-f481fcf94d58")]
[assembly: AssemblyVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
#if SIGN
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Commands, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Commands.CloudService, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
[assembly: CollectionBehavior(DisableTestParallelization = true)]
4 changes: 2 additions & 2 deletions src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '1.0.5'
ModuleVersion = '1.0.6'

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

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.5'})
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.6'})

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
[assembly: CollectionBehavior(DisableTestParallelization = true)]
4 changes: 2 additions & 2 deletions src/ResourceManager/Automation/AzureRM.Automation.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '1.0.5'
ModuleVersion = '1.0.6'

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

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.5'})
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.6'})

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
[assembly: CLSCompliant(false)]
[assembly: CollectionBehavior(DisableTestParallelization = true)]
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
#if SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.ResourceManager.Automation.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
#else
Expand Down
4 changes: 2 additions & 2 deletions src/ResourceManager/AzureBackup/AzureRM.Backup.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '1.0.5'
ModuleVersion = '1.0.6'

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

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.5'})
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.6'})

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
[assembly: CollectionBehavior(DisableTestParallelization = true)]
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]

[assembly: AssemblyVersion("1.0.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
4 changes: 2 additions & 2 deletions src/ResourceManager/AzureBatch/AzureRM.Batch.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '1.0.5'
ModuleVersion = '1.0.6'

# ID used to uniquely identify this module
GUID = 'a8f00f40-1c1a-49b5-9db3-24076b75c3cf'
Expand Down Expand Up @@ -45,7 +45,7 @@ CLRVersion='4.0'
ProcessorArchitecture = 'None'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.5'})
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.6'})

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
[assembly: CollectionBehavior(DisableTestParallelization = true)]
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")]
[assembly: AssemblyVersion("1.0.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
#if SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Batch.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ModuleToProcess = 'Microsoft.AzureStack.Commands.dll'

# Version number of this module.
ModuleVersion = '0.9.2'
ModuleVersion = '0.9.3'

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

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.4'})
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.5'})

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@

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

[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
[assembly: AssemblyVersion("0.9.3")]
[assembly: AssemblyFileVersion("0.9.3")]
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.9.3'
ModuleVersion = '0.9.4'

# ID used to uniquely identify this module
GUID = 'DA5816B5-97A6-4301-9AA0-72CC68C79F20'
Expand Down Expand Up @@ -45,7 +45,7 @@ CLRVersion='4.0'
ProcessorArchitecture = 'None'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.4'})
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.5'})

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ----------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -32,6 +32,6 @@

[assembly: Guid("5802D147-3EE9-4352-A0B1-1C16B6DBCA7C")]

[assembly: AssemblyVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyVersion)]
[assembly: AssemblyFileVersion(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyFileVersion)]
[assembly: AssemblyVersion("0.9.4")]
[assembly: AssemblyFileVersion("0.9.4")]
[assembly: CollectionBehavior(DisableTestParallelization = true)]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ----------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -29,5 +29,5 @@

[assembly: Guid("D4CA0CC1-CD0A-4CE2-A40D-2D8A082D8791")]

[assembly: AssemblyVersion("0.9.2")]
[assembly: AssemblyFileVersion("0.9.2")]
[assembly: AssemblyVersion("0.9.4")]
[assembly: AssemblyFileVersion("0.9.4")]
Binary file modified src/ResourceManager/Cdn/AzureRM.Cdn.psd1
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
Loading