-
Notifications
You must be signed in to change notification settings - Fork 4k
[AzureRT] Update #1392
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
[AzureRT] Update #1392
Conversation
…NRP Ignite feature.
Fix NRP API Version in Compute Tests
Revert "Fix NRP API Version in Compute Tests"
…extension optional.
…nto dev Conflicts: src/Common/Commands.Common.Storage/Commands.Common.Storage.csproj src/Common/Commands.Common/Commands.Common.csproj src/ResourceManager/Common/Commands.ResourceManager.Common/Commands.ResourceManager.Common.csproj src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj src/ResourceManager/Compute/Commands.Compute.Test/packages.config src/ResourceManager/Compute/Commands.Compute/Commands.Compute.csproj src/ResourceManager/Compute/Commands.Compute/packages.config src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj src/ResourceManager/Network/Commands.Network.Test/packages.config src/ResourceManager/Network/Commands.Network/Commands.Network.csproj src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/SetAzureExpressRouteCircuitCommand.cs src/ResourceManager/Network/Commands.Network/packages.config src/ResourceManager/Profile/Commands.Profile/Commands.Profile.csproj src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Commands.Resources.Rest.csproj src/ResourceManager/Resources/Commands.Resources/Commands.Resources.csproj src/ResourceManager/Tags/Commands.Tags/Commands.Tags.csproj
Conflicts: src/ResourceManager/Compute/Commands.Compute/Extension/Diagnostics/SetAzureVMDiagnosticsExtension.cs
@@ -19,7 +18,9 @@ | |||
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.18.206251556" targetFramework="net45" /> | |||
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" /> | |||
<package id="Microsoft.Rest.ClientRuntime" version="1.4.1" targetFramework="net45" /> | |||
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" /> | |||
<package id="Microsoft.Rest.ClientRuntime.Azure" version="2.1.0" targetFramework="net45" /> | |||
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.9.3" targetFramework="net45" /> |
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.
@hyonholee Is there any reason this needs to be downgraded from 0.11.0 to 0.9.3?
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 in Commands.Network.Test
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.
Yes. When I ran the tests, I got a System.IO.FileLoadException during loading this dll. After I downgraded to 0.9.3, it worked.
Update authentication and testframework packages
on-demand passing: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-demand/393/. Merging |
ARM Compute:
ASM Compute:
This PR includes Network update with Swagger-generated library.