Skip to content

Commit 0c03564

Browse files
committed
Merge branch 'dev' of https://github.com/Azure/azure-powershell into tiano-d2
2 parents 21dc96b + fedf120 commit 0c03564

File tree

281 files changed

+28960
-33906
lines changed

Some content is hidden

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

281 files changed

+28960
-33906
lines changed

ChangeLog.md

Lines changed: 113 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##2016.06.04 version 1.5.0
1+
##2016.06.01 version 1.5.0
22
* Azure Resource Manager
33
- (Get/Set/New/Remove)-AzureRmResourceGroup cmdlets will now use the new autorest generated ARM assembly
44
- (Get/New/Remove)-AzureRmResourceGroupDeployment cmdlets will now use the new autorest generated ARM assembly
@@ -11,11 +11,122 @@
1111
- Enable object and array type parameters for template deployment
1212
- Preserve casing for resource properties in New/Set-AzureRmResource cmdlet
1313
- PropertyObject parameter is now optional in New-AzureRmResource cmdlet
14+
* Azure Compute (CRP)
15+
- Add additional validation for fixed vhd in Add-AzureRmVhd cmdlet
16+
- Add -ForceRerun parameter to Set-AzureRmVMCustomExtension, Set-AzureRmVMBginfoExtension, and Set-AzureRmAccessExtension
17+
- Update -VhdUri parameter from optional to mandatory (bug fix)
18+
- Remove GeoReplicationEnabled deprecation warning message for Get-AzureStorageAccount cmdlet
19+
- Fix piping issue for Remove-AzureRmExtension
20+
- Create one storage account for Boot diagnostics (one for each location, instead of one for each resource group)
21+
- Add -DiskSizeInGB paramter to Set-AzureRmVMOSDisk cmdlet
22+
- Show operation id and status for POST Async cmdlets.
23+
- Fix Remove-AzureRmNetworkInterface issue for not throwing error when all NICs are removed.
24+
- Fix 'Type' output for List cmdlet
25+
- Remove xmlCfg contents from output format.
26+
- Show warning message for upcoming breaking update of Tag fix.
27+
- Change Set-AzureBootDiagnostics cmdlets name to Set-AzureVMBootDiagnostics (and set alias)
28+
* Azure Compute (ASM)
29+
- Storage Migration cmdlet (Move-AzureStorageAccount)
30+
- Fix Add-AzureCertificate issue
1431
* Azure Storage
1532
* Fix get Storage Account throttling failures when run it on subscription with many accounts
1633
- Get-AzureRmStorageAccount
1734
- Get-AzureStorageAccount
18-
35+
* Azure Batch
36+
* Added Batch account usage cmdlets
37+
- Get-BatchPoolUsageMetrics
38+
- Get-BatchPoolStatistics
39+
- Get-BatchJobStatistics
40+
* Added application packages and task dependencies cmdlets
41+
- Get-AzureRmBatchApplication
42+
- Get-AzureRmBatchApplicationPackage
43+
- New-AzureRmBatchApplication
44+
- New-AzureRmBatchApplicationPackage
45+
- Set-AzureRmBatchApplication
46+
- Remove-AzureRmBatchApplicationPackage
47+
- Remove-AzureRmBatchApplication
48+
* Added bulk task option to New-AzureBatchTask cmdlet
49+
* Azure API Management
50+
* Added Tenant Access cmdlets to get keys for Tenant Access via REST API
51+
- Get-AzureRmApiManagementTenantAccess
52+
- Set-AzureRmApiManagementTenantAccess
53+
* Added OpenId Connect Provider cmdlets to Manage OpenID Connect Providers
54+
- Get-AzureRmApiManagementOpenIdConnectProvider
55+
- New-AzureRmApiManagementOpenIdConnectProvider
56+
- Remove-AzureRmApiManagementOpenIdConnectProvider
57+
- Set-AzureRmApiManagementOpenIdConnectProvider
58+
* Azure Automation
59+
* (New/Import)-AzureRmAutomationRunbook now supports the new values of 'GraphicalPowerShell' and 'GraphicalPowerShellWorkflow' with the Type parameter. The use of 'Graph' value is discouraged.
60+
* Start-AzureRmAutomationRunbook now supports the Wait and MaxWaitSeconds parameters.
61+
* (New/Get)-AzureRmAutomationSchedule now supports weekly and monthly schedules.
62+
* New-AzureRmAutomationSchedule now takes a TimeZone parameter to adjust for daylight savings.
63+
* Azure Machine Learning (Preview)
64+
* New cmdlets to manage Azure Machine Learning Web Services
65+
- New-AzureRmMlWebService
66+
- Get-AzureRmMlWebService
67+
- Remove-AzureRmMlWebService
68+
- Update-AzureRmMlWebService
69+
- Get-AzureRmMlWebServiceKeys
70+
- Import-AzureRmMlWebService
71+
- Export-AzureRmMlWebService
72+
* Azure Data Lake (Preview)
73+
* Convenience cmdlet aliases added for all cmdlets
74+
- Analytics account management
75+
- Get-AdlAnalyticsAccount
76+
- New-AdlAnalyticsAccount
77+
- Remove-AdlAnalyticsAccount
78+
- Set-AdlAnalyticsAccount
79+
- Test-AdlAnalyticsAccount
80+
- Data source management
81+
- Add-AdlAnalyticsDataSource
82+
- Get-AdlAnalyticsDataSource
83+
- Remove-AdlAnalyticsDataSource
84+
- Set-AdlAnalyticsDataSource
85+
- Job management
86+
- Get-AdlJob
87+
- Stop-AdlJob
88+
- Submit-AdlJob
89+
- Wait-AdlJob
90+
- Catalog management
91+
- Get-AdlCatalogItem
92+
- New-AdlCatalogSecret
93+
- Remove-AdlCatalogSecret
94+
- Set-AdlCatalogSecret
95+
- Test-AdlCatalogItem
96+
- Store account management
97+
- Get-AdlStore
98+
- New-AdlStore
99+
- Remove-AdlStore
100+
- Set-AdlStore
101+
- Test-AdlStore
102+
- File management
103+
- Add-AdlStoreItemContent
104+
- Export-AdlStoreItem
105+
- Get-AdlStoreChildItem
106+
- Get-AdlStoreItem
107+
- Get-AdlStoreItemContent
108+
- Import-AdlStoreItem
109+
- Join-AdlStoreItem
110+
- Move-AdlStoreItem
111+
- New-AdlStoreItem
112+
- Remove-AdlStoreItem
113+
- Test-AdlStoreItem
114+
- File access management
115+
- Get-AdlStoreItemAcl
116+
- Get-AdlStoreItemOwner
117+
- Get-AdlStoreItemPermissions
118+
- Remove-AdlStoreItemAcl
119+
- Remove-AdlStoreItemAclEntry
120+
- Set-AdlStoreItemAcl
121+
- Set-AdlStoreItemAclEntry
122+
- Set-AdlStoreItemOwner
123+
- Set-AdlStoreItemPermissions
124+
* Granular progress tracking for folder upload done through Import-AzureRMDataLakeStoreItem
125+
* Scalable performance improvements for flat and recursive folder upload through Import-AzureRMDataLakeStoreItem. Full network saturation should now be possible.
126+
* Errors more accurately indicate that failed Import-AzureRMDataLakeStoreItem commands can be resumed/retried.
127+
* More targetted error handling for all Data Lake Store filesystem cmdlets.
128+
* Support for getting/listing table partitions through Get-AzureRMDataLakeAnalyticsCatalogItem
129+
19130
##2016.05.04 version 1.4.0
20131
* Azure Resource Manager
21132
- Get-AzureRmLocation cmdlet: New cmdlet Lists all public Azure locatiosn with available provider namespaces

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

8-
<?define version="1.4.0" ?>
8+
<?define version="1.5.0" ?>
99

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

setup/azurecmdfiles.wxi

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,6 +1651,62 @@
16511651
<File Id="fil813FC8791E81AF65295E649133678045" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.LogicApp\ResourceManagerStartup.ps1" />
16521652
</Component>
16531653
</Directory>
1654+
<Directory Id="dirC7D44D5BAE2DF249D119CEEB989788D3" Name="AzureRM.MachineLearning">
1655+
<Component Id="cmp6AC65F6E0A0DB2F0EB94464A70BDD390" Guid="*">
1656+
<File Id="filF637097B03E79AC4980670E8CF2FFC50" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\AzureRM.MachineLearning.psd1" />
1657+
</Component>
1658+
<Component Id="cmpFC05B30C41841E100FC3A9D6BEA347CC" Guid="*">
1659+
<File Id="fil37F0EEB14A939268F7C2BF54B9ED226E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Hyak.Common.dll" />
1660+
</Component>
1661+
<Component Id="cmp05B28EADD58C9B693F531046B6F29941" Guid="*">
1662+
<File Id="filD4D5E229F6E5C86EB45803ABAE67FCED" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.ApplicationInsights.dll" />
1663+
</Component>
1664+
<Component Id="cmp1687B41A0610093F607896B43CC4EF07" Guid="*">
1665+
<File Id="fil4AD817F8580081D66F07EAA8B7A6E899" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.Azure.Commands.Common.Authentication.dll" />
1666+
</Component>
1667+
<Component Id="cmp13C5660A6B1A6927145886D667D1EF34" Guid="*">
1668+
<File Id="fil698BE57556BDE4D6ACF19354C1028525" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.Azure.Commands.MachineLearning.dll" />
1669+
</Component>
1670+
<Component Id="cmp6A48276F58D526B435D05E179E6FB29B" Guid="*">
1671+
<File Id="fil5C495C9F84E5C11A5DB1E4C0C7866A3C" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.Azure.Commands.MachineLearning.dll-help.xml" />
1672+
</Component>
1673+
<Component Id="cmp07F58A461285099831CF9BD57FB59B73" Guid="*">
1674+
<File Id="fil599F3D5C47FDAE0FD7B5023211470622" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.Azure.Commands.ResourceManager.Common.dll" />
1675+
</Component>
1676+
<Component Id="cmp9195553C2F963156791B7E498358919E" Guid="*">
1677+
<File Id="filB8DE80F70DE91293B8A46220CA5529D5" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.Azure.Common.dll" />
1678+
</Component>
1679+
<Component Id="cmp227D2D238101AB1BEAE9BB314900A60E" Guid="*">
1680+
<File Id="fil054E561ED4C42AF979876CE1A2CC3D7A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.Azure.Common.NetFramework.dll" />
1681+
</Component>
1682+
<Component Id="cmpE30D1CC3A7EEB6038E38C3A342340796" Guid="*">
1683+
<File Id="fil67B84ED0DF2CE68E638CB933FAFDDC9D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.Azure.Management.Authorization.dll" />
1684+
</Component>
1685+
<Component Id="cmp94E5A53E75966774C5E70C6345053377" Guid="*">
1686+
<File Id="filFC7FF006A46D6369663DA5B146A5165F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.Azure.Management.MachineLearning.dll" />
1687+
</Component>
1688+
<Component Id="cmpAF7FF17AC679A9E475EB18EF6DC95D65" Guid="*">
1689+
<File Id="fil47BFF6E5A6F87E76270CBAEB31088B5D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.IdentityModel.Clients.ActiveDirectory.dll" />
1690+
</Component>
1691+
<Component Id="cmp99FE1322A326B4531D95870C45932B71" Guid="*">
1692+
<File Id="filE7E8545B7129D8AB10F223E1DBC39C19" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll" />
1693+
</Component>
1694+
<Component Id="cmpA40EB11031167885698706959D701AC2" Guid="*">
1695+
<File Id="fil82F5C198128F36E1643A145A7B2FD3D8" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\microsoft.rest.clientruntime.azure.dll" />
1696+
</Component>
1697+
<Component Id="cmp51E3C65B2F3F17518527B3A918539456" Guid="*">
1698+
<File Id="fil93A2C25B1489CEF6A426222A4F03EE10" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.Rest.ClientRuntime.dll" />
1699+
</Component>
1700+
<Component Id="cmpCE57E791762E3631B8C38599B6593102" Guid="*">
1701+
<File Id="fil60A4C662816DD3A42C452225619D91F7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.Threading.Tasks.dll" />
1702+
</Component>
1703+
<Component Id="cmp3410AB0438048C3EBA9AED8ED25EA043" Guid="*">
1704+
<File Id="filA5CCF049238D110F53A2FCA398E5FAD5" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Microsoft.WindowsAzure.Commands.Common.dll" />
1705+
</Component>
1706+
<Component Id="cmp5786485F44089C42878CE439EB85D475" Guid="*">
1707+
<File Id="filD6D42F626E72D9E9389F18E941D176C8" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearning\Newtonsoft.Json.dll" />
1708+
</Component>
1709+
</Directory>
16541710
<Directory Id="dir76147B1D381C34B7638F2A844B5685DC" Name="AzureRM.Network">
16551711
<Component Id="cmp33F39A22183184A6B41F85DF085BAD29" Guid="*">
16561712
<File Id="fil55AEBBBFEF03FD95E26F163516FF2E54" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Network\AutoMapper.dll" />
@@ -5832,6 +5888,24 @@
58325888
<ComponentRef Id="cmp1C5F3EB3B89301FD0329A1E35E270D3B" />
58335889
<ComponentRef Id="cmp1282ECE600F3F0A8EFD9B13D7D3EAF3C" />
58345890
<ComponentRef Id="cmpFB9B262BA2C2691DA3864C0932598F71" />
5891+
<ComponentRef Id="cmp6AC65F6E0A0DB2F0EB94464A70BDD390" />
5892+
<ComponentRef Id="cmpFC05B30C41841E100FC3A9D6BEA347CC" />
5893+
<ComponentRef Id="cmp05B28EADD58C9B693F531046B6F29941" />
5894+
<ComponentRef Id="cmp1687B41A0610093F607896B43CC4EF07" />
5895+
<ComponentRef Id="cmp13C5660A6B1A6927145886D667D1EF34" />
5896+
<ComponentRef Id="cmp6A48276F58D526B435D05E179E6FB29B" />
5897+
<ComponentRef Id="cmp07F58A461285099831CF9BD57FB59B73" />
5898+
<ComponentRef Id="cmp9195553C2F963156791B7E498358919E" />
5899+
<ComponentRef Id="cmp227D2D238101AB1BEAE9BB314900A60E" />
5900+
<ComponentRef Id="cmpE30D1CC3A7EEB6038E38C3A342340796" />
5901+
<ComponentRef Id="cmp94E5A53E75966774C5E70C6345053377" />
5902+
<ComponentRef Id="cmpAF7FF17AC679A9E475EB18EF6DC95D65" />
5903+
<ComponentRef Id="cmp99FE1322A326B4531D95870C45932B71" />
5904+
<ComponentRef Id="cmpA40EB11031167885698706959D701AC2" />
5905+
<ComponentRef Id="cmp51E3C65B2F3F17518527B3A918539456" />
5906+
<ComponentRef Id="cmpCE57E791762E3631B8C38599B6593102" />
5907+
<ComponentRef Id="cmp3410AB0438048C3EBA9AED8ED25EA043" />
5908+
<ComponentRef Id="cmp5786485F44089C42878CE439EB85D475" />
58355909
<ComponentRef Id="cmp33F39A22183184A6B41F85DF085BAD29" />
58365910
<ComponentRef Id="cmp70B60DBD32D61BCA5715AB2D64131358" />
58375911
<ComponentRef Id="cmp92653399A1E9659661E74CA982C1D16A" />

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

31-
public const string AssemblyFileVersion = "1.4.0";
31+
public const string AssemblyFileVersion = "1.5.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("1.4.0")]
29-
[assembly: AssemblyFileVersion("1.4.0")]
28+
[assembly: AssemblyVersion("1.5.0")]
29+
[assembly: AssemblyFileVersion("1.5.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("1.4.0")]
36-
[assembly: AssemblyFileVersion("1.4.0")]
35+
[assembly: AssemblyVersion("1.5.0")]
36+
[assembly: AssemblyFileVersion("1.5.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 = '1.1.0'
12+
ModuleVersion = '1.1.1'
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.8'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.9'})
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("1.1.0")]
46-
[assembly: AssemblyFileVersion("1.1.0")]
45+
[assembly: AssemblyVersion("1.1.1")]
46+
[assembly: AssemblyFileVersion("1.1.1")]

src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@
174174
<Project>{3436a126-edc9-4060-8952-9a1be34cdd95}</Project>
175175
<Name>Commands.ScenarioTests.ResourceManager.Common</Name>
176176
</ProjectReference>
177+
<ProjectReference Include="..\..\Resources\Commands.ResourceManager\Cmdlets\Commands.Resources.Rest.csproj">
178+
<Project>{8058d403-06e3-4bed-8924-d166ce303961}</Project>
179+
<Name>Commands.Resources.Rest</Name>
180+
</ProjectReference>
177181
<ProjectReference Include="..\Commands.ApiManagement\Commands.ApiManagement.csproj">
178182
<Project>{dc0a9742-df36-48c9-bd2f-68d01aed6257}</Project>
179183
<Name>Commands.ApiManagement</Name>

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("1.1.0")]
45-
[assembly: AssemblyFileVersion("1.1.0")]
44+
[assembly: AssemblyVersion("1.1.1")]
45+
[assembly: AssemblyFileVersion("1.1.1")]

0 commit comments

Comments
 (0)