Skip to content

Update Powershell auto-generator for Swagger library #116

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 5 commits into from
Feb 5, 2016

Conversation

hyonholee
Copy link

No description provided.

});
pParameters.Attributes.Add(new AllowNullAttribute());
dynamicParameters.Add("VirtualMachineVMImageUpdateParameters", pParameters);
dynamicParameters.Add("VirtualMachineVMImageUpdateParameter", pParameters);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems this is impacting the Hyak side. The code generator needs to know about whether it's processing Hyak/AutoRest, and we would still need Hyak for ASM.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed all plural parameter names to singular, to meet the powershell standard. I updated the test code regarding this.

@huangpf
Copy link
Collaborator

huangpf commented Feb 4, 2016

@huangpf
Copy link
Collaborator

huangpf commented Feb 5, 2016

LGTM.

huangpf added a commit that referenced this pull request Feb 5, 2016
Update Powershell auto-generator for Swagger library
@huangpf huangpf merged commit 6819f3c into AzureRT:vmss Feb 5, 2016
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.

2 participants