-
Notifications
You must be signed in to change notification settings - Fork 4k
AzureRm.Storage module consuming api-version 2016-01-01 and common runtime #7041
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
Conversation
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<!-- <ProjectReference Include="..\..\..\Common\Commands.Common.Authentication.Abstractions\Commands.Common.Authentication.Abstractions.csproj"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented project references
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
@@ -40,10 +40,26 @@ | |||
<Compile Include="TestController.cs" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<!-- <ProjectReference Include="..\..\..\Common\Commands.Common.Authentication.Abstractions\Commands.Common.Authentication.Abstractions.csproj"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented out code please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
<HintPath>..\..\..\..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath> | ||
<Private>True</Private> | ||
</Reference> | ||
<!-- <Reference Include="Microsoft.Azure.Management.Storage, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could shorten this if you wanted the reference version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
...StackAdmin/Storage.Management/Commands.Management.Storage/Commands.Management.Storage.csproj
Show resolved
Hide resolved
@maddieclayton the PR is failing due to this test In Profile. I have already retried.. System.ArgumentException : An item with the same key has already been added. |
Here is the build.. https://azuresdkci.westus2.cloudapp.azure.com/job/powershell/6915/. I am retrying again |
@bganapa We skipped |
@maddieclayton / @MiYanni I am very confused on how the tests are passing as we don't have the required Azure.Storage module for AzureRM.Storage in the repo anywhere. I don't see any output about the tests actually running. |
src/StackAdmin/Storage/Commands.Management.Storage/Commands.Management.Storage.csproj
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, why remove all the help files?
@@ -14,7 +14,7 @@ | |||
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" /> | |||
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.3" targetFramework="net45" /> | |||
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" /> | |||
<package id="Microsoft.Rest.ClientRuntime" version="2.3.12" targetFramework="net452" /> | |||
<package id="Microsoft.Rest.ClientRuntime" version="2.3.11" targetFramework="net452" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be downgraded
src/StackAdmin/Storage.Management/Commands.Management.Storage/AzureRM.Storage.psd1
Outdated
Show resolved
Hide resolved
...StackAdmin/Storage.Management/Commands.Management.Storage/Commands.Management.Storage.csproj
Show resolved
Hide resolved
@@ -0,0 +1,111 @@ | |||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need this
39d82d6
to
b288c9a
Compare
@maddieclayton addressed the review comments. Thanks for the review |
@bganapa Made two small changes but everything else looks good. Please get @deathly809 to approve and we will merge tomorrow morning. sign job is passing here: https://azuresdkci.westus2.cloudapp.azure.com/view/PowerShell/job/ps-sign/1156/ |
@deathly809 , @knithinc to approve this PR |
@maddieclayton I approved, but the build is failing trying to fetch from github. Bala is going to retry, |
@deathly809 The build was previously failing to I pushed out a fix - we should see in about an hour if it fixed the build. |
8d1e37d
to
adba9c6
Compare
@maddieclayton rebased to resolve conflicts in stack.sln |
Description
AzureRM.Storage module version update to 2016-01-01
Copying Storage SDK version 5.0.0-preview
Corresponding cmdlet changes, redoing IStorageContext move and Common runtime move, Redoing HashTable[] to HashTable
references to 8.6.0 WindowsAzure.Storage.dll and dependent dlls update
Recorded test changes
Checklist
CONTRIBUTING.md
platyPS
module