-
Notifications
You must be signed in to change notification settings - Fork 4k
AzureRT - Fix Problem of Adding Extension while using New/Set-AzureDeployment #466
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
Hi @huangpf, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
Follow-up for PR/Fix: #361 |
Follow-up for Issue: #193 |
{ | ||
SetAzureDeploymentCmdletInfo result = new SetAzureDeploymentCmdletInfo(serviceName, slot); | ||
|
||
result.cmdletParams.Add(new CmdletParam("Config")); | ||
result.cmdletParams.Add(new CmdletParam("Configuration", configPath)); | ||
result.cmdletParams.Add(new CmdletParam("ExtensionConfiguration", extConfig)); |
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.
Are Set-AzureDeployment with "-ExtensionConfiguration $null" parameter and Set-AzureDeployment without -ExtensionConfiguration paramter the same?
If they are the same, this line should be added when 'extConfig' is not null.
If they are not the same, we need two separate methods, with $null extConfig and without extConfig.
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.
OK.
@huangpf please fix merge conflicts |
Conflicts: src/ServiceManagement/Compute/Commands.ServiceManagement.Test/Commands.ServiceManagement.Test.csproj
@ogail OK. Updated & waiting for the build/test. |
@hyonholee Can you help sign off if no other concerns? Thanks. |
LGTM |
AzureRT - Fix Problem of Adding Extension while using New/Set-AzureDeployment
HPF PR: dev <- Azure:dev
No description provided.