Skip to content

[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

Merged
merged 44 commits into from
Dec 4, 2015
Merged

[AzureRT] Update #1392

merged 44 commits into from
Dec 4, 2015

Conversation

hyonholee
Copy link
Contributor

ARM Compute:

  • Add Set-AzureRmBginfoExtension cmdlet
  • Make WinRMCertificateUrl parameter mandatory when Set-AzureRmVMOperatingSystem cmdlet is performed with WinRMHttps switch

ASM Compute:

  • Fix the issue when adding a new VM without a data disk
  • Add ExtensionId parameter for all extension cmdlets.
  • Expose RemoteAccessCertificateThumbprint property for Get-AzureVM cmdlet

This PR includes Network update with Swagger-generated library.

Nilambari and others added 30 commits May 7, 2015 18:18
Fix NRP API Version in Compute Tests
Revert "Fix NRP API Version in Compute Tests"
…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
@hovsepm
Copy link
Contributor

hovsepm commented Dec 2, 2015

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" />
Copy link
Contributor

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?

Copy link
Contributor

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

Copy link
Contributor Author

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.

@jianghaolu
Copy link
Contributor

jianghaolu added a commit that referenced this pull request Dec 4, 2015
@jianghaolu jianghaolu merged commit 3956d11 into Azure:dev Dec 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants