Skip to content

Commit af6465c

Browse files
author
Kamran Khan
committed
Merge remote-tracking branch 'upstream/dev' into dev
2 parents 1082464 + 163e96c commit af6465c

File tree

161 files changed

+24382
-9150
lines changed

Some content is hidden

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

161 files changed

+24382
-9150
lines changed

build.proj

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
<StaticAnalysis Include=".\tools\StaticAnalysis\StaticAnalysis.sln" />
5959
</ItemGroup>
6060

61+
<!-- Tasks -->
62+
<UsingTask TaskName="ValidateStrongNameSignatureTask" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" />
63+
<UsingTask TaskName="FilterOutAutoRestLibraries" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" />
64+
<UsingTask TaskName="DebugTask" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" />
65+
6166
<!--
6267
CI build related
6368
-->
@@ -143,7 +148,7 @@
143148
<Exec Command="$(NuGetCommand) restore %(CmdletSolutionsToBuild.FullPath) $(NuGetRestoreConfigSwitch) $(NuGetRestorePackageSetting)"
144149
ContinueOnError="false" />
145150
<!-- Restore packages for static analysis-->
146-
<Exec Command="$(NuGetCommand) restore %(StaticAnalysis.FullPath) $(NuGetRestoreConfigSwitch)"
151+
<Exec Command="$(NuGetCommand) restore %(StaticAnalysis.FullPath) $(NuGetRestoreConfigSwitch) $(NuGetRestorePackageSetting)"
147152
ContinueOnError="false" />
148153

149154
<!--Restore the xunit runner needed to run unit tests-->
@@ -161,7 +166,7 @@
161166
Properties="Configuration=$(Configuration);Platform=Any CPU"
162167
BuildInParallel="$(BuildInParallel)"
163168
ContinueOnError="false" />
164-
169+
165170
<CallTarget Targets="CodeSignBinaries" Condition=" '$(CodeSign)' == 'true' " />
166171

167172
<MSBuild
@@ -193,9 +198,6 @@
193198
Targets="Build" Properties="Configuration=Debug;Platform=AnyCPU" />
194199
</Target>
195200

196-
<UsingTask TaskName="ValidateStrongNameSignatureTask" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" />
197-
<UsingTask TaskName="FilterOutAutoRestLibraries" AssemblyFile="$(LibraryToolsFolder)\Microsoft.Azure.Build.Tasks.dll" />
198-
199201
<Target Name="CodeSignBinaries">
200202
<PropertyGroup>
201203
<!--public token associated with MSSharedLibKey.snk-->
@@ -221,7 +223,7 @@
221223

222224
<Message Importance="high" Text="$(LibrarySourceFolder)\Package\$(Configuration) does not contains any files to sign. Code sign will skip."
223225
Condition="'@(DelaySignedAssembliesToSign)' == ''" />
224-
226+
225227
<ValidateStrongNameSignatureTask
226228
WindowsSdkPath="$(WindowsSdkPath)"
227229
Assembly="%(DelaySignedAssembliesToSign.Identity)"
@@ -259,7 +261,7 @@
259261
ExpectedDelaySigned="false"
260262
ContinueOnError="false"
261263
Condition="!$(DelaySign) and '@(DelaySignedAssembliesToSign)' != ''"/>
262-
264+
263265
<Exec Command="$(PowerShellCommand) -NonInteractive -NoLogo -NoProfile -Command &quot;. $(LibraryToolsFolder)\CheckStrongNameSignature.ps1 &quot;"/>
264266

265267
<!-- Copying signed shortcut back -->

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ PrivateData = @{
8989
PSData = @{
9090

9191
# Tags applied to this module. These help with module discovery in online galleries.
92-
# Tags = @()
92+
Tags = @("Azure", "ResourceManager", "ARM", "ApiManagement")
9393

9494
# A URL to the license for this module.
9595
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/Automation/AzureRM.Automation.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ PrivateData = @{
8888
PSData = @{
8989

9090
# Tags applied to this module. These help with module discovery in online galleries.
91-
# Tags = @()
91+
Tags = @("Azure", "ResourceManager", "ARM", "Automation")
9292

9393
# A URL to the license for this module.
9494
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateData = @{
9090
PSData = @{
9191

9292
# Tags applied to this module. These help with module discovery in online galleries.
93-
# Tags = @()
93+
Tags = @("Azure", "ResourceManager", "ARM", "Backup")
9494

9595
# A URL to the license for this module.
9696
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/AzureBatch/AzureRM.Batch.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateData = @{
9090
PSData = @{
9191

9292
# Tags applied to this module. These help with module discovery in online galleries.
93-
# Tags = @()
93+
Tags = @("Azure", "ResourceManager", "ARM", "Batch")
9494

9595
# A URL to the license for this module.
9696
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/AzureStackAdmin/AzureRM.AzureStackAdmin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ PrivateData = @{
8686
PSData = @{
8787

8888
# Tags applied to this module. These help with module discovery in online galleries.
89-
# Tags = @()
89+
Tags = @("Azure", "ResourceManager", "ARM", "AzureStack")
9090

9191
# A URL to the license for this module.
9292
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/AzureStackStorage/AzureRM.AzureStackStorage.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ PrivateData = @{
8888
PSData = @{
8989

9090
# Tags applied to this module. These help with module discovery in online galleries.
91-
# Tags = @()
91+
Tags = @("Azure", "ResourceManager", "ARM", "AzureStack")
9292

9393
# A URL to the license for this module.
9494
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/Cdn/AzureRM.Cdn.psd1

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,27 @@ ModuleList = @()
8383
FileList = @()
8484

8585
# Private data to pass to the module specified in ModuleToProcess
86-
PrivateData = ''
86+
PrivateData = @{
8787

88-
}
88+
PSData = @{
89+
90+
# Tags applied to this module. These help with module discovery in online galleries.
91+
Tags = @("Azure", "ResourceManager", "ARM", "CDN")
92+
93+
# A URL to the license for this module.
94+
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'
95+
96+
# A URL to the main website for this project.
97+
ProjectUri = 'https://github.com/Azure/azure-powershell'
98+
99+
# A URL to an icon representing this module.
100+
# IconUri = ''
101+
102+
# ReleaseNotes of this module
103+
ReleaseNotes = 'https://github.com/Azure/azure-powershell/blob/dev/ChangeLog.md'
104+
105+
} # End of PSData hashtable
106+
107+
} # End of PrivateData hashtable
108+
109+
}

src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ PrivateData = @{
9292
PSData = @{
9393

9494
# Tags applied to this module. These help with module discovery in online galleries.
95-
# Tags = @()
95+
Tags = @("Azure", "ResourceManager", "ARM", "CognitiveServices")
9696

9797
# A URL to the license for this module.
9898
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/Compute/AzureRM.Compute.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ PrivateData = @{
9494
PSData = @{
9595

9696
# Tags applied to this module. These help with module discovery in online galleries.
97-
# Tags = @()
97+
Tags = @("Azure", "ResourceManager", "ARM", "Compute", "IAAS", "VM", "VirtualMachine")
9898

9999
# A URL to the license for this module.
100100
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/DataFactories/AzureRM.DataFactories.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateData = @{
9090
PSData = @{
9191

9292
# Tags applied to this module. These help with module discovery in online galleries.
93-
# Tags = @()
93+
Tags = @("Azure", "ResourceManager", "ARM", "DataFactory")
9494

9595
# A URL to the license for this module.
9696
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/DataLakeAnalytics/AzureRM.DataLakeAnalytics.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateData = @{
9090
PSData = @{
9191

9292
# Tags applied to this module. These help with module discovery in online galleries.
93-
# Tags = @()
93+
Tags = @("Azure", "ResourceManager", "ARM", "DataLake", "Analytics")
9494

9595
# A URL to the license for this module.
9696
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/DataLakeStore/AzureRM.DataLakeStore.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateData = @{
9090
PSData = @{
9191

9292
# Tags applied to this module. These help with module discovery in online galleries.
93-
# Tags = @()
93+
Tags = @("Azure", "ResourceManager", "ARM", "DataLake", "Store")
9494

9595
# A URL to the license for this module.
9696
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/DevTestLabs/AzureRM.DevTestLabs.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ FileList = @()
8787
PrivateData = @{
8888
PSData = @{
8989
# Tags applied to this module. These help with module discovery in online galleries.
90-
# Tags = @()
90+
Tags = @("Azure", "ResourceManager", "ARM", "DevTestLabs")
9191

9292
# A URL to the license for this module.
9393
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/Dns/AzureRM.Dns.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ PrivateData = @{
8888
PSData = @{
8989

9090
# Tags applied to this module. These help with module discovery in online galleries.
91-
# Tags = @()
91+
Tags = @("Azure", "ResourceManager", "ARM", "DNS")
9292

9393
# A URL to the license for this module.
9494
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/HDInsight/AzureRM.HDInsight.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ PrivateData = @{
8888
PSData = @{
8989

9090
# Tags applied to this module. These help with module discovery in online galleries.
91-
# Tags = @()
91+
Tags = @("Azure", "ResourceManager", "ARM", "HDInsight")
9292

9393
# A URL to the license for this module.
9494
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/Insights/AzureRM.Insights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateData = @{
9090
PSData = @{
9191

9292
# Tags applied to this module. These help with module discovery in online galleries.
93-
# Tags = @()
93+
Tags = @("Azure", "ResourceManager", "ARM", "Insights")
9494

9595
# A URL to the license for this module.
9696
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/Intune/AzureRM.Intune.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ PrivateData = @{
9494
PSData = @{
9595

9696
# Tags applied to this module. These help with module discovery in online galleries.
97-
# Tags = @()
97+
Tags = @("Azure", "ResourceManager", "ARM", "InTune")
9898

9999
# A URL to the license for this module.
100100
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateData = @{
9090
PSData = @{
9191

9292
# Tags applied to this module. These help with module discovery in online galleries.
93-
# Tags = @()
93+
Tags = @("Azure", "ResourceManager", "ARM", "KeyVault")
9494

9595
# A URL to the license for this module.
9696
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/LogicApp/AzureRM.LogicApp.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateData = @{
9090
PSData = @{
9191

9292
# Tags applied to this module. These help with module discovery in online galleries.
93-
# Tags = @()
93+
Tags = @("Azure", "ResourceManager", "ARM", "LogicApp")
9494

9595
# A URL to the license for this module.
9696
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/MachineLearning/AzureRM.MachineLearning.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ PrivateData = @{
8888
PSData = @{
8989

9090
# Tags applied to this module. These help with module discovery in online galleries.
91-
# Tags = @()
91+
Tags = @("Azure", "ResourceManager", "ARM", "MachineLearning")
9292

9393
# A URL to the license for this module.
9494
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/Media/AzureRM.Media.psd1

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,27 @@ ModuleList = @()
8383
FileList = @()
8484

8585
# Private data to pass to the module specified in ModuleToProcess
86-
PrivateData = ''
86+
PrivateData = @{
8787

88-
}
88+
PSData = @{
89+
90+
# Tags applied to this module. These help with module discovery in online galleries.
91+
Tags = @("Azure", "ResourceManager", "ARM", "Media", "MediaServices")
92+
93+
# A URL to the license for this module.
94+
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'
95+
96+
# A URL to the main website for this project.
97+
ProjectUri = 'https://github.com/Azure/azure-powershell'
98+
99+
# A URL to an icon representing this module.
100+
# IconUri = ''
101+
102+
# ReleaseNotes of this module
103+
ReleaseNotes = 'https://github.com/Azure/azure-powershell/blob/dev/ChangeLog.md'
104+
105+
} # End of PSData hashtable
106+
107+
} # End of PrivateData hashtable
108+
109+
}

src/ResourceManager/Network/AzureRM.Network.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateData = @{
9090
PSData = @{
9191

9292
# Tags applied to this module. These help with module discovery in online galleries.
93-
# Tags = @()
93+
Tags = @("Azure", "ResourceManager", "ARM", "Network", "VirtualNetwork")
9494

9595
# A URL to the license for this module.
9696
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/NotificationHubs/AzureRM.NotificationHubs.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ PrivateData = @{
8888
PSData = @{
8989

9090
# Tags applied to this module. These help with module discovery in online galleries.
91-
# Tags = @()
91+
Tags = @("Azure", "ResourceManager", "ARM", "Media", "NotificationHubs")
9292

9393
# A URL to the license for this module.
9494
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/OperationalInsights/AzureRM.OperationalInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateData = @{
9090
PSData = @{
9191

9292
# Tags applied to this module. These help with module discovery in online galleries.
93-
# Tags = @()
93+
Tags = @("Azure", "ResourceManager", "ARM", "OperationalInsights")
9494

9595
# A URL to the license for this module.
9696
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/PowerBIEmbedded/AzureRM.PowerBIEmbedded.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateData = @{
9090
PSData = @{
9191

9292
# Tags applied to this module. These help with module discovery in online galleries.
93-
# Tags = @()
93+
Tags = @("Azure", "ResourceManager", "ARM", "PowerBI", "PowerBIEmbedded")
9494

9595
# A URL to the license for this module.
9696
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/Profile/AzureRM.Profile.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ PrivateData = @{
9393
PSData = @{
9494

9595
# Tags applied to this module. These help with module discovery in online galleries.
96-
# Tags = @()
96+
Tags = @("Azure", "ResourceManager", "ARM", "Profile", "Authentication", "Environment", "Subscription")
9797

9898
# A URL to the license for this module.
9999
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/RecoveryServices.Backup/AzureRM.RecoveryServices.Backup.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PrivateData = @{
9090
PSData = @{
9191

9292
# Tags applied to this module. These help with module discovery in online galleries.
93-
# Tags = @()
93+
Tags = @("Azure", "ResourceManager", "ARM", "RecoveryServices", "Backup")
9494

9595
# A URL to the license for this module.
9696
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.psd1

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

1111
# Version number of this module.
12-
ModuleVersion = '2.1.0'
13-
12+
ModuleVersion = '2.1.1'
13+
1414
# ID used to uniquely identify this module
1515
GUID = '4AA53B7E-FCFE-4E22-979C-9A4E6380DE58'
1616

@@ -88,7 +88,7 @@ PrivateData = @{
8888
PSData = @{
8989

9090
# Tags applied to this module. These help with module discovery in online galleries.
91-
# Tags = @()
91+
Tags = @("Azure", "ResourceManager", "ARM", "RecoveryServices")
9292

9393
# A URL to the license for this module.
9494
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<Reference Include="Microsoft.Azure.Common.NetFramework">
4545
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Microsoft.Azure.Management.RecoveryServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47+
<Reference Include="Microsoft.Azure.Management.RecoveryServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4848
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RecoveryServices.3.0.0-preview\lib\net40\Microsoft.Azure.Management.RecoveryServices.dll</HintPath>
49+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RecoveryServices.3.0.1-preview\lib\net40\Microsoft.Azure.Management.RecoveryServices.dll</HintPath>
5050
</Reference>
5151
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5252
<SpecificVersion>False</SpecificVersion>
@@ -173,4 +173,4 @@
173173
</ItemGroup>
174174
<ItemGroup />
175175
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176-
</Project>
176+
</Project>

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
44
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
55
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
6-
<package id="Microsoft.Azure.Management.RecoveryServices" version="2.0.0-preview" targetFramework="net45" />
6+
<package id="Microsoft.Azure.Management.RecoveryServices" version="3.0.1-preview" targetFramework="net45" />
77
<package id="Microsoft.Azure.Management.Resources" version="2.18.11-preview" targetFramework="net45" />
88
<package id="Microsoft.Azure.Test.Framework" version="1.0.6052.28118-prerelease" targetFramework="net45" />
99
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.7-preview" targetFramework="net45" />

0 commit comments

Comments
 (0)