-
Notifications
You must be signed in to change notification settings - Fork 4k
Set-AzureVMChefExtension command in ARM #1504
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
Set-AzureVMChefExtension command in ARM #1504
Conversation
Hi @NimishaS, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution! TTYL, AZPRBOT; |
@azuresdkci retest this please |
@NimishaS Thanks for the contribution, were you going to add online help for this cmdlet? |
@markcowl , this is still in testing phase. I will confirm once I am done. I am going to update the help files also. |
@NimishaS is this PR ready to be merged? |
@stankovski, @markcowl we are facing issues while testing it. While running the command
We get the same error even after running |
@huangpf can you take a look at the cmdlet to make sure the base cmdlet is prperly executed? |
@@ -87,6 +87,7 @@ public static class ProfileNouns | |||
public const string VirtualMachineExtensionImage = "AzureRmVMExtensionImage"; | |||
public const string VirtualMachineExtensionImageVersion = "AzureRmVMExtensionImageVersion"; | |||
public const string VirtualMachineExtensionImageType = "AzureRmVMExtensionImageType"; | |||
public const string VirtualMachineChefExtension = "AzureVMChefExtension"; |
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.
AzureRmVMChefExtension
@NimishaS |
@huangpf I tried with One more thing, I face the same issue when I try to run other commands like |
How did you setup the debug? Here is the instruction: https://github.com/Azure/azure-powershell/wiki/Microsoft-Azure-PowerShell-Developer-Guide#importing-modules-automatically-when-start-debugging |
@huangpf we are following the instructions from https://github.com/Azure/azure-powershell/wiki/Microsoft-Azure-PowerShell-Developer-Guide#importing-modules-automatically-when-start-debugging only. Below is the value of
|
@hyonholee @stankovski |
@NimishaS This isn't actually following the advice - it needs to use
|
@NimishaS Is this PR ready to merge? |
@markcowl , thanks for help. Importing |
@markcowl , we have tested this. It can be merged now. |
…chefextension Set-AzureVMChefExtension command in ARM
In Progress