Skip to content

Commit b9efa5b

Browse files
committed
Merge branch 'release-0.8.16' of https://github.com/Azure/azure-powershell into dev
2 parents ab38dff + 851ba29 commit b9efa5b

File tree

24 files changed

+1561
-1335
lines changed

24 files changed

+1561
-1335
lines changed

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="0.8.15.1" ?>
8+
<?define version="0.8.16" ?>
99
<?define versionedStartMenuFolder="Microsoft Azure" ?>
1010
<?define staleStartMenuFolder="Windows Azure" ?>
1111

src/Common/Commands.Common/AzurePowerShell.cs

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

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

30-
public const string AssemblyVersion = "0.8.15.1";
30+
public const string AssemblyVersion = "0.8.16";
3131

32-
public const string AssemblyFileVersion = "0.8.15.1";
32+
public const string AssemblyFileVersion = "0.8.16";
3333

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

src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '0.8.15.1'
12+
ModuleVersion = '0.8.16'
1313

1414
# ID used to uniquely identify this module
1515
GUID = '81d522a4-6e5d-4105-8f58-376204c47458'

src/ResourceManager/Websites/Commands.Websites/Cmdlets/AppServicePlan/GetAzureAppServicePlanMetrics.cs

Lines changed: 0 additions & 77 deletions
This file was deleted.

src/ResourceManager/Websites/Commands.Websites/Cmdlets/GetAzureWebAppMetrics.cs

Lines changed: 0 additions & 75 deletions
This file was deleted.

src/ResourceManager/Websites/Commands.Websites/Commands.Websites.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
126126
</ItemGroup>
127127
<ItemGroup>
128-
<Compile Include="Cmdlets\GetAzureWebAppMetrics.cs" />
129128
<Compile Include="Cmdlets\GetAzureWebAppPublishingProfile.cs" />
130129
<Compile Include="Cmdlets\GetAzureWebApp.cs" />
131130
<Compile Include="Cmdlets\RemoveAzureWebApp.cs" />
@@ -134,7 +133,6 @@
134133
<Compile Include="Cmdlets\StartAzureWebApp.cs" />
135134
<Compile Include="Cmdlets\StopAzureWebApp.cs" />
136135
<Compile Include="Cmdlets\AppServicePlan\GetAzureAppServicePlan.cs" />
137-
<Compile Include="Cmdlets\AppServicePlan\GetAzureAppServicePlanMetrics.cs" />
138136
<Compile Include="Cmdlets\AppServicePlan\SetAzureAppServicePlan.cs" />
139137
<Compile Include="Cmdlets\AppServicePlan\NewAzureAppServicePlan.cs" />
140138
<Compile Include="Cmdlets\AppServicePlan\RemoveAppServicePlan.cs" />

src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/PIR.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ModuleToProcess = '.\Microsoft.WindowsAzure.Commands.ServiceManagement.PlatformImageRepository.dll'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.8.15.1'
15+
ModuleVersion = '0.8.16'
1616

1717
# ID used to uniquely identify this module
1818
GUID = 'a9343cbd-175c-4f72-90c7-2abe9b300644'

src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/AzurePreview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ModuleToProcess = '.\Microsoft.WindowsAzure.Commands.ServiceManagement.Preview.dll'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.8.15.1'
15+
ModuleVersion = '0.8.16'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '1C72E555-E83F-45E4-AED2-AF3278828DCD'

src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/ExpressRoute.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ModuleToProcess = '.\Microsoft.WindowsAzure.Commands.ExpressRoute.dll'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.8.15.1'
15+
ModuleVersion = '0.8.16'
1616

1717
# ID used to uniquely identify this module
1818
GUID = 'e5b10573-30da-456a-9319-4c0a5f8bed4a'

0 commit comments

Comments
 (0)