Skip to content

HPF PR: dev <- Azure:dev #350

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 18 commits into from
Jan 24, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 2016.02.02 version 1.1.1

* Azure RemoteApp: Organizational Unit in Azure RemoteApp RDFE cmdlets now accepts Unicode characters.
## 2016.01.12 version 1.1.0
* Azure SQL Database: Threat Detection policies:
* Using new Threat Detection Types
Expand Down
30 changes: 0 additions & 30 deletions setup/azurecmd.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>

<?define version="1.1.0" ?>
<?define versionedStartMenuFolder="Microsoft Azure" ?>
<?define staleStartMenuFolder="Windows Azure" ?>

<Product Id="*"
Name="$(var.productName)"
Expand Down Expand Up @@ -63,10 +61,6 @@
</Directory>
</Directory>
</Directory>
<Directory Id="ProgramMenuFolder">
<Directory Id="AzureSdkMenu" Name="$(var.versionedStartMenuFolder)"/>
<Directory Id="StaleAzureSdkMenu" Name="$(var.staleStartMenuFolder)"/>
</Directory>
</Directory>

<Property Id="POWERSHELLPATH">
Expand Down Expand Up @@ -97,41 +91,17 @@
</Component>
</DirectoryRef>

<DirectoryRef Id="AzureSdkMenu">
<Component Id="AzureSdkShortcut" Guid="A9B58A22-F746-451D-8840-F887D8014C3C">
<Shortcut Id="AzureSdkStartMenuShortcut"
Name="Microsoft Azure PowerShell"
Description="Microsoft PowerShell cmdlets"
Target="[POWERSHELLPATH]\powershell.exe"
Arguments="-NoExit -ExecutionPolicy Bypass -File &quot;[PowerShellFolder]ServiceManagement\Azure\Services\ShortcutStartup.ps1&quot;"/>
<RemoveFolder Id="AzureSdkMenu" On="uninstall"/>
<RemoveFile Id="RemoveStaleFiles" Directory="StaleAzureSdkMenu" Name="Windows Azure PowerShell.lnk" On="both"/>
<RegistryValue Root="HKCU" Key="SOFTWARE\Microsoft\Microsoft SDKs\WindowsAzure\$(var.version)" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
</Component>
</DirectoryRef>

<Feature Id="azurecmd" Title="Microsoft Azure PowerShell" Level="1" Description="Windows PowerShell commandlets">
<ComponentGroupRef Id="azurecmdfiles" />
<ComponentRef Id="PSModulePath.System" />
<ComponentRef Id="AzureSdkShortcut" />
<ComponentRef Id="AzureSdkExecutionPolicyScript" />
<ComponentRef Id="AzureSdkRemoveModulesScript" />
</Feature>

<Binary Id="CustomActions" SourceFile="$(var.caSourceDir)\Microsoft.WindowsAzure.Setup.CA.dll"/>
<CustomAction Id="UpdatePSShortcut" BinaryKey="CustomActions" DllEntry="UpdatePSShortcut" Execute ="deferred" Impersonate="no"/>
<CustomAction Id="SetCustomActionDataValue" Return="check" Property="UpdatePSShortcut"
Value="ShortcutPath=[AzureSdkMenu]Microsoft Azure PowerShell.lnk;DefaultShortcutPath=[ProgramMenuFolder]System Tools\Windows PowerShell.lnk" />
<CustomAction Id="SetExecutionPolicy" Property="POWERSHELLEXE" ExeCommand="-NoLogo -NoProfile -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -Command &quot;. \&quot;[PowerShellFolder]SetExecutionPolicy.ps1\&quot;&quot;" Execute="deferred" Impersonate="no" Return="check"/>
<CustomAction Id="RemoveGalleryModules" Property="POWERSHELLEXE" ExeCommand="-NoLogo -NoProfile -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -Command &quot;. \&quot;[PowerShellFolder]RemoveGalleryModules.ps1\&quot;&quot;" Execute="deferred" Impersonate="no" Return="check"/>

<InstallExecuteSequence>
<Custom Action="SetCustomActionDataValue" After="CreateShortcuts">NOT Installed</Custom>
<Custom Action="RemoveGalleryModules" After="SetCustomActionDataValue">NOT Installed</Custom>
<Custom Action="UpdatePSShortcut" After="RemoveGalleryModules">NOT Installed</Custom>
<Custom Action="SetExecutionPolicy" After="UpdatePSShortcut">NOT Installed</Custom>
</InstallExecuteSequence>

<WixVariable Id="WixUILicenseRtf" Value="$(var.ProjectDir)\media\License.rtf" />
<UIRef Id="WixUI_Minimal" />
<WixVariable Id="WixUIBannerBmp" Value="media\bannrbmp.bmp" />
Expand Down
40 changes: 40 additions & 0 deletions setup/azurecmdfiles.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,9 @@
<Component Id="cmpC964B4550D9D1C104A224E22B19599BF" Guid="*">
<File Id="filA06EE818F6153FBDA14765A9579B69B8" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Batch\Microsoft.Azure.Common.NetFramework.dll" />
</Component>
<Component Id="cmp0660CA6282A998031B7B868E7AA9BFFE" Guid="*">
<File Id="filEE3737B01273A4602F76F3ED51EA9676" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Batch\Microsoft.Azure.KeyVault.Core.dll" />
</Component>
<Component Id="cmp557AD28EA410808B3805EFE4AA73C977" Guid="*">
<File Id="fil17BDDBDDD5EA9206DCF1499F2AF621D9" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Batch\Microsoft.Azure.Management.Batch.dll" />
</Component>
Expand Down Expand Up @@ -1001,6 +1004,12 @@
<Component Id="cmp2F8A21B67A574848E46161AF4DBAEAB7" Guid="*">
<File Id="filF14443EF28F6FBDB30559A1428F6CE5A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Dns\Microsoft.Azure.ResourceManager.dll" />
</Component>
<Component Id="cmp44B0766E3627CFEBD6119DBD995E3945" Guid="*">
<File Id="fil38A0F441D7A5352F776C3E75794E10A9" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Dns\Microsoft.Data.Edm.dll" />
</Component>
<Component Id="cmpC6787B66E3657598F34EB40B7D4A39D9" Guid="*">
<File Id="fil3BF2E8D1B0E9325D347210C1E69DBA32" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Dns\Microsoft.Data.OData.dll" />
</Component>
<Component Id="cmpFD0DE325B243453297C251C92C98245D" Guid="*">
<File Id="fil4FFFA196C05E15050769FA034FB3EE9E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Dns\Microsoft.Data.Services.Client.dll" />
</Component>
Expand Down Expand Up @@ -1072,6 +1081,9 @@
<Component Id="cmp7EBE3286268B848A8C4813AC64EA4C34" Guid="*">
<File Id="fil86BDA115F7354D65E9204115899B1774" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.HDInsight\Microsoft.Azure.Graph.RBAC.dll" />
</Component>
<Component Id="cmp1E5C482880D1BD5A699356E3CFEA33B6" Guid="*">
<File Id="fil09F0937B46D8B5463D6026189284E841" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.HDInsight\Microsoft.Azure.KeyVault.Core.dll" />
</Component>
<Component Id="cmp84DA44BC01768FB21E1664FF352CB56B" Guid="*">
<File Id="fil4A5FD068B0A21617E9A7ABB9BEDC9BBD" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.HDInsight\Microsoft.Azure.Management.HDInsight.dll" />
</Component>
Expand Down Expand Up @@ -1164,6 +1176,9 @@
<Component Id="cmp19A1422310791548B2EE9CC01D0E80AB" Guid="*">
<File Id="fil775FC63E54E73F93CF6A7DD79AA7766F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Insights\Microsoft.Azure.Insights.dll" />
</Component>
<Component Id="cmpAB0BE651457D19885EE5BD5615E283A9" Guid="*">
<File Id="fil7C8081F59D42A001771050D89E11D7CB" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Insights\Microsoft.Azure.KeyVault.Core.dll" />
</Component>
<Component Id="cmpFB65291F937077CCA80689CFC3727B1A" Guid="*">
<File Id="fil87446160E4B0238E50AB62B792E935C1" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Insights\Microsoft.Azure.ResourceManager.dll" />
</Component>
Expand Down Expand Up @@ -1838,12 +1853,21 @@
<Component Id="cmpE542A66FF253AB7ECF153BC7F8617497" Guid="*">
<File Id="fil076A3639A8C23CB436A1A95F071AB968" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RedisCache\Microsoft.Azure.Insights.dll" />
</Component>
<Component Id="cmp305E4FA8EDCADFD3F98F46056489A372" Guid="*">
<File Id="fil7E321418CAB25E9F0E49A973C3596851" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RedisCache\Microsoft.Azure.KeyVault.Core.dll" />
</Component>
<Component Id="cmp3A5E7F3EA44ACFDD84B8CE1D36DA80C7" Guid="*">
<File Id="fil9B815D18A217668B9C3F30A088551FEE" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RedisCache\Microsoft.Azure.Management.Redis.dll" />
</Component>
<Component Id="cmpB77BD825E0EE360848A0E312174B8E79" Guid="*">
<File Id="filC946540561EFB51E32A9A78C9A4C4E4E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RedisCache\Microsoft.Azure.ResourceManager.dll" />
</Component>
<Component Id="cmpB1AB5620182396F5055594CB5B71DFF5" Guid="*">
<File Id="fil927418DCA437A44F331156F1B181B0CB" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RedisCache\Microsoft.Data.Edm.dll" />
</Component>
<Component Id="cmpF3A6E2A588E2828B1141B2B4F2DEE2CA" Guid="*">
<File Id="fil6885A1C5198BBE4BE218B29F4AF8CD4F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RedisCache\Microsoft.Data.OData.dll" />
</Component>
<Component Id="cmpDFF1A711321C50653141E2AE4BB76806" Guid="*">
<File Id="filF25C5E7B600CD1857B7B71EF4B86B617" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RedisCache\Microsoft.Data.Services.Client.dll" />
</Component>
Expand Down Expand Up @@ -3253,6 +3277,9 @@
<Component Id="cmp524E28243CC9788C41819437014F3F7D" Guid="*">
<File Id="fil6BD7B8BB425C2B1E0D24EEEDD1C1FDD8" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\HDInsight\Microsoft.Azure.Common.NetFramework.dll" />
</Component>
<Component Id="cmp0165D93E848BF589D3E0D3863617F9F0" Guid="*">
<File Id="fil55AE55B88AC94CD6CC79AD1D084BF659" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\HDInsight\Microsoft.Azure.KeyVault.Core.dll" />
</Component>
<Component Id="cmp63E7146E10A0CADBB072FDBAAEC2FDB2" Guid="*">
<File Id="fil92D5EE3C92A0580B16CAF05E40354F28" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\HDInsight\Microsoft.Azure.ResourceManager.dll" />
</Component>
Expand Down Expand Up @@ -3989,6 +4016,9 @@
<Component Id="cmp5543C526734BEBD6DBA8D3F4CCAC4906" Guid="*">
<File Id="fil83B7914462FDE1E5AF770AB859D8B842" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\RemoteApp\Microsoft.Azure.Common.NetFramework.dll" />
</Component>
<Component Id="cmpDA11D2F04D85A50CE393C4C23CCED63F" Guid="*">
<File Id="fil519585B1FCAB1A8CC6D2358A8ABCAF64" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\RemoteApp\Microsoft.Azure.KeyVault.Core.dll" />
</Component>
<Component Id="cmp20193DF5170BBA9B0BE967155AF5F05C" Guid="*">
<File Id="filC19FDC44F712388F8C9CE585B3823B3F" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\RemoteApp\Microsoft.Azure.ResourceManager.dll" />
</Component>
Expand Down Expand Up @@ -4954,6 +4984,7 @@
<ComponentRef Id="cmpD23F8CB641E890A83A492A99686505AF" />
<ComponentRef Id="cmpB0584BB55D8714E4CF5E60167B55282E" />
<ComponentRef Id="cmpC964B4550D9D1C104A224E22B19599BF" />
<ComponentRef Id="cmp0660CA6282A998031B7B868E7AA9BFFE" />
<ComponentRef Id="cmp557AD28EA410808B3805EFE4AA73C977" />
<ComponentRef Id="cmp4B5A611FF761BA928A53E0E56FB58D78" />
<ComponentRef Id="cmpAA90187095E5AA5387ECB19F691F5BB3" />
Expand Down Expand Up @@ -5146,6 +5177,8 @@
<ComponentRef Id="cmpB3134BB8ADC109CD66C73AB4AC43FF8A" />
<ComponentRef Id="cmp23A4C42E03D6ADC61C13AED7A3C5C43D" />
<ComponentRef Id="cmp2F8A21B67A574848E46161AF4DBAEAB7" />
<ComponentRef Id="cmp44B0766E3627CFEBD6119DBD995E3945" />
<ComponentRef Id="cmpC6787B66E3657598F34EB40B7D4A39D9" />
<ComponentRef Id="cmpFD0DE325B243453297C251C92C98245D" />
<ComponentRef Id="cmp5B16E8141BC633DB9DEB2A9361AF4C71" />
<ComponentRef Id="cmp24741C738CAC6E0595C4035CF8FE190A" />
Expand All @@ -5169,6 +5202,7 @@
<ComponentRef Id="cmp327D63D4E47C0C921CB8B578A78012CD" />
<ComponentRef Id="cmp0A73501EDFCB1876C97F2D4B520F3E35" />
<ComponentRef Id="cmp7EBE3286268B848A8C4813AC64EA4C34" />
<ComponentRef Id="cmp1E5C482880D1BD5A699356E3CFEA33B6" />
<ComponentRef Id="cmp84DA44BC01768FB21E1664FF352CB56B" />
<ComponentRef Id="cmpA1C271511C8C2910A9ADBC85D928D54C" />
<ComponentRef Id="cmp8F725CF358AB23BDABE18B5FE9B73BFA" />
Expand Down Expand Up @@ -5199,6 +5233,7 @@
<ComponentRef Id="cmpA848C04563692D93B90821EE8960E3B4" />
<ComponentRef Id="cmp652574B007D36760A8F3951C8BBCBA73" />
<ComponentRef Id="cmp19A1422310791548B2EE9CC01D0E80AB" />
<ComponentRef Id="cmpAB0BE651457D19885EE5BD5615E283A9" />
<ComponentRef Id="cmpFB65291F937077CCA80689CFC3727B1A" />
<ComponentRef Id="cmpBE9F3609F315D89DE19004AC7E629A12" />
<ComponentRef Id="cmp45E9D11A1E7E15837ADBF6220B8DFD7E" />
Expand Down Expand Up @@ -5419,8 +5454,11 @@
<ComponentRef Id="cmp805E82D161288ED9EE4AD5A6CDA1D594" />
<ComponentRef Id="cmpDB48760E05625FA4A872912DADB76AE8" />
<ComponentRef Id="cmpE542A66FF253AB7ECF153BC7F8617497" />
<ComponentRef Id="cmp305E4FA8EDCADFD3F98F46056489A372" />
<ComponentRef Id="cmp3A5E7F3EA44ACFDD84B8CE1D36DA80C7" />
<ComponentRef Id="cmpB77BD825E0EE360848A0E312174B8E79" />
<ComponentRef Id="cmpB1AB5620182396F5055594CB5B71DFF5" />
<ComponentRef Id="cmpF3A6E2A588E2828B1141B2B4F2DEE2CA" />
<ComponentRef Id="cmpDFF1A711321C50653141E2AE4BB76806" />
<ComponentRef Id="cmpD5D6E28B9232D19A4D3FC543B56214DB" />
<ComponentRef Id="cmp6DCD11F46E1DCE998C423CD0BC09CD15" />
Expand Down Expand Up @@ -5880,6 +5918,7 @@
<ComponentRef Id="cmp430193C6FCC710357C2AD0A4D74B05CB" />
<ComponentRef Id="cmp42B92586860E12CFF7E8A202F62CA257" />
<ComponentRef Id="cmp524E28243CC9788C41819437014F3F7D" />
<ComponentRef Id="cmp0165D93E848BF589D3E0D3863617F9F0" />
<ComponentRef Id="cmp63E7146E10A0CADBB072FDBAAEC2FDB2" />
<ComponentRef Id="cmpF2A2CF41D51D7B7599694EC16CFEB929" />
<ComponentRef Id="cmpFC1978EF7F3366DA07E6556C3996E222" />
Expand Down Expand Up @@ -6112,6 +6151,7 @@
<ComponentRef Id="cmp913600C952F3D3D27C7E14B7E72AA774" />
<ComponentRef Id="cmp545D8CBEAE57C9BE9C9B852D32CB58B3" />
<ComponentRef Id="cmp5543C526734BEBD6DBA8D3F4CCAC4906" />
<ComponentRef Id="cmpDA11D2F04D85A50CE393C4C23CCED63F" />
<ComponentRef Id="cmp20193DF5170BBA9B0BE967155AF5F05C" />
<ComponentRef Id="cmpB67E98F8DD3717DE55704662D73EB3DC" />
<ComponentRef Id="cmp645D8B7138F96F1053AB259E37D61D3D" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,13 @@
<Reference Include="Microsoft.WindowsAzure.Management">
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Storage, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="Microsoft.WindowsAzure.Storage">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
<HintPath>..\..\..\packages\WindowsAzure.Storage.6.0.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Azure.KeyVault.Core">
<HintPath>..\..\..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Threading.Tasks">
<SpecificVersion>False</SpecificVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<package id="Moq" version="4.2.1402.2112" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />
<package id="WindowsAzure.Storage" version="4.3.0" targetFramework="net45" />
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
<package id="WindowsAzure.Storage" version="6.0.0" targetFramework="net45" />
<package id="xunit" version="1.9.2" targetFramework="net45" />
<package id="xunit.extensions" version="1.9.2" targetFramework="net45" />
<package id="xunit.runner.visualstudio" version="2.1.0-beta4-build1109" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,12 @@
<Reference Include="Microsoft.WindowsAzure.Configuration">
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Storage, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
<Reference Include="Microsoft.WindowsAzure.Storage">
<HintPath>..\..\..\packages\WindowsAzure.Storage.6.0.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Azure.KeyVault.Core">
<HintPath>..\..\..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />
<package id="WindowsAzure.Storage" version="4.3.0" targetFramework="net45" />
<package id="WindowsAzure.Storage" version="6.0.0" targetFramework="net45" />
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
</packages>
Loading