Skip to content

Commit bc322e7

Browse files
Merge from release-5.1.0
2 parents 9abc791 + 5fb58a9 commit bc322e7

File tree

91 files changed

+988597
-371089
lines changed

Some content is hidden

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

91 files changed

+988597
-371089
lines changed

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" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
33

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

8-
<?define version="5.0.0" ?>
8+
<?define version="5.1.0" ?>
99

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

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 = "5.0.0";
29+
public const string AssemblyVersion = "5.1.0";
3030

31-
public const string AssemblyFileVersion = "5.0.0";
31+
public const string AssemblyFileVersion = "5.1.0";
3232

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

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 11/3/2017
6+
# Generated on: 12/5/2017
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.5.0'
15+
ModuleVersion = '0.6.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -114,9 +114,7 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Fixed Synchronize-AzureAsInstance command to work with new AsAzure REST API for sync
118-
* Add support for online help
119-
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser'
117+
ReleaseNotes = '* Remove validate set of location into dynamic lookup so that all clouds are supported.'
120118

121119
# External dependent modules of this module
122120
# ExternalModuleDependencies = ''

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
Please leave this section at the top of the change log.
33
44
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 0.6.0
2123
* Remove validate set of location into dynamic lookup so that all clouds are supported.
2224

2325
## Version 0.5.0
@@ -74,4 +76,4 @@
7476

7577
## Version 0.0.2
7678
* Fixed bug in Get-AzureRMAnalysisServicesServer
77-
- When this command was run against some resources, it would fail with a null reference exception.
79+
- When this command was run against some resources, it would fail with a null reference exception.

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.InteropServices;
33

44
// General Information about an assembly is controlled through the following
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636

3737

38-
[assembly: AssemblyVersion("0.5.0")]
39-
[assembly: AssemblyFileVersion("0.5.0")]
38+
[assembly: AssemblyVersion("0.6.0")]
39+
[assembly: AssemblyFileVersion("0.6.0")]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.InteropServices;
33

44
// General Information about an assembly is controlled through the following
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636

37-
[assembly: AssemblyVersion("0.5.0")]
38-
[assembly: AssemblyFileVersion("0.5.0")]
37+
[assembly: AssemblyVersion("0.6.0")]
38+
[assembly: AssemblyFileVersion("0.6.0")]

src/ResourceManager/Automation/AzureRM.Automation.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 11/3/2017
6+
# Generated on: 12/5/2017
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.0'
15+
ModuleVersion = '4.1.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -164,8 +164,8 @@ PrivateData = @{
164164
# IconUri = ''
165165

166166
# ReleaseNotes of this module
167-
ReleaseNotes = '* Add support for online help
168-
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser'
167+
ReleaseNotes = '* Update to Import-AzureRMAutomationRunbook
168+
- Support is now being provided for Python2 runbooks'
169169

170170
# External dependent modules of this module
171171
# ExternalModuleDependencies = ''

src/ResourceManager/Automation/ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
Please leave this section at the top of the change log.
33
44
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 4.1.0
2123
* Update to Import-AzureRMAutomationRunbook
2224
- Support is now being provided for Python2 runbooks
2325

@@ -65,4 +67,4 @@
6567

6668
## Version 2.4.0
6769

68-
## Version 2.3.0
70+
## Version 2.3.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ----------------------------------------------------------------------------------
1+
// ----------------------------------------------------------------------------------
22
//
33
// Copyright Microsoft Corporation
44
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -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("4.0.0")]
47-
[assembly: AssemblyFileVersion("4.0.0")]
46+
[assembly: AssemblyVersion("4.1.0")]
47+
[assembly: AssemblyFileVersion("4.1.0")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.ResourceManager.Automation.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

src/ResourceManager/AzureBatch/AzureRM.Batch.psd1

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 11/3/2017
6+
# Generated on: 12/5/2017
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.1'
15+
ModuleVersion = '4.0.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -54,13 +54,11 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.0.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
58-
'.\Microsoft.Azure.Management.Batch.dll',
59-
'.\Microsoft.Data.Edm.dll',
60-
'.\Microsoft.Data.OData.dll',
61-
'.\Microsoft.Data.Services.Client.dll',
62-
'.\Microsoft.WindowsAzure.Storage.dll',
63-
'.\System.Spatial.dll'
57+
RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
58+
'.\Microsoft.Azure.Management.Batch.dll',
59+
'.\Microsoft.Data.Edm.dll', '.\Microsoft.Data.OData.dll',
60+
'.\Microsoft.Data.Services.Client.dll',
61+
'.\Microsoft.WindowsAzure.Storage.dll', '.\System.Spatial.dll'
6462

6563
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6664
# ScriptsToProcess = @()
@@ -148,7 +146,7 @@ PrivateData = @{
148146
# IconUri = ''
149147

150148
# ReleaseNotes of this module
151-
ReleaseNotes = '* Fixed assembly loading issue that caused some cmdlets to fail when executing'
149+
ReleaseNotes = '* Fixed a bug where account operations without a resource group failed to auto-detect the resource group.'
152150

153151
# External dependent modules of this module
154152
# ExternalModuleDependencies = ''

src/ResourceManager/AzureBatch/ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
Please leave this section at the top of the change log.
33
44
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 4.0.2
2123
* Fixed a bug where account operations without a resource group failed to auto-detect the resource group.
2224

2325
## Version 4.0.1
@@ -118,4 +120,4 @@
118120

119121
## Version 2.3.0
120122
* Rename cmdlet Get-AzureRmBatchSubscriptionQuotas to Get-AzureRmBatchLocationsQuotas (an alias for the old command was created)
121-
- Rename return type PSBatchSubscriptionQuotas to PSBatchLocationQuotas (no property changes)
123+
- Rename return type PSBatchSubscriptionQuotas to PSBatchLocationQuotas (no property changes)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ----------------------------------------------------------------------------------
1+
// ----------------------------------------------------------------------------------
22
//
33
// Copyright Microsoft Corporation
44
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")]
28-
[assembly: AssemblyVersion("4.0.1")]
29-
[assembly: AssemblyFileVersion("4.0.1")]
28+
[assembly: AssemblyVersion("4.0.2")]
29+
[assembly: AssemblyFileVersion("4.0.2")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Batch.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

src/ResourceManager/Compute/AzureRM.Compute.psd1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 11/3/2017
6+
# Generated on: 12/5/2017
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.1'
15+
ModuleVersion = '4.1.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -213,7 +213,8 @@ PrivateData = @{
213213
# IconUri = ''
214214

215215
# ReleaseNotes of this module
216-
ReleaseNotes = '* Fixed assembly loading issue that caused some cmdlets to fail when executing'
216+
ReleaseNotes = '* Get-AzureRmComputeResourceSku shows zone information.
217+
* Update Disable-AzureRmVmssDiskEncryption to fix issue https://github.com/Azure/azure-powershell/issues/5038'
217218

218219
# External dependent modules of this module
219220
# ExternalModuleDependencies = ''

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
Please leave this section at the top of the change log.
33
44
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 4.1.0
2123
* Get-AzureRmComputeResourceSku shows zone information.
2224
* Update Disable-AzureRmVmssDiskEncryption to fix issue https://github.com/Azure/azure-powershell/issues/5038
2325

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ----------------------------------------------------------------------------------
1+
// ----------------------------------------------------------------------------------
22
//
33
// Copyright Microsoft Corporation
44
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("4.0.1")]
29-
[assembly: AssemblyFileVersion("4.0.1")]
28+
[assembly: AssemblyVersion("4.1.0")]
29+
[assembly: AssemblyFileVersion("4.1.0")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Compute.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

src/ResourceManager/ContainerInstance/AzureRM.ContainerInstance.psd1

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 11/3/2017
6+
# Generated on: 12/5/2017
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

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

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -54,8 +54,8 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.0.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\AutoMapper.dll',
58-
'.\Microsoft.Azure.Management.ContainerInstance.dll'
57+
RequiredAssemblies = '.\AutoMapper.dll',
58+
'.\Microsoft.Azure.Management.ContainerInstance.dll'
5959

6060
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6161
# ScriptsToProcess = @()
@@ -109,8 +109,10 @@ PrivateData = @{
109109
# IconUri = ''
110110

111111
# ReleaseNotes of this module
112-
ReleaseNotes = '* Add support for online help
113-
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser'
112+
ReleaseNotes = '* Apply Azure Container Instance SDK 2017-10-01
113+
- Support container run-to-completion
114+
- Support Azure File volume mount
115+
- Support opening multiple ports for public IP'
114116

115117
# External dependent modules of this module
116118
# ExternalModuleDependencies = ''

src/ResourceManager/ContainerInstance/ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
Please leave this section at the top of the change log.
33
44
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 0.2.0
2123
* Apply Azure Container Instance SDK 2017-10-01
2224
- Support container run-to-completion
2325
- Support Azure File volume mount
@@ -34,4 +36,4 @@
3436
- New-AzureRmContainerGroup
3537
- Get-AzureRmContainerGroup
3638
- Remove-AzureRmContainerGroup
37-
- Get-AzureRmContainerInstanceLog
39+
- Get-AzureRmContainerInstanceLog

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

@@ -32,5 +32,5 @@
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("0.1.0")]
36-
[assembly: AssemblyFileVersion("0.1.0")]
35+
[assembly: AssemblyVersion("0.2.0")]
36+
[assembly: AssemblyFileVersion("0.2.0")]

0 commit comments

Comments
 (0)