-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Add list and get software to GuestConfiguration #4343
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
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
Automation for azure-sdk-for-pythonNothing to generate for azure-sdk-for-python |
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-jsNothing to generate for azure-sdk-for-js |
Automation for azure-sdk-for-nodeNothing to generate for azure-sdk-for-node |
|
Can one of the admins verify this patch? |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
| @@ -0,0 +1,25 @@ | |||
| { | |||
| "parameters": { | |||
| "subscriptionId": "mySubscriptionId", | |||
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.
Minor: Have a guid for subscriptionId example
...urce-manager/Microsoft.GuestConfiguration/preview/2018-01-20-preview/guestconfiguration.json
Outdated
Show resolved
Hide resolved
| "SoftwareProperties": { | ||
| "description": "Properties of the software object.", | ||
| "properties": { | ||
| "name": { |
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 all the properties required?
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.
This is the contract we are giving in the View model of user so we have to specify all the properties we plan on exposing.
...urce-manager/Microsoft.GuestConfiguration/preview/2018-01-20-preview/guestconfiguration.json
Outdated
Show resolved
Hide resolved
...urce-manager/Microsoft.GuestConfiguration/preview/2018-01-20-preview/guestconfiguration.json
Outdated
Show resolved
Hide resolved
...urce-manager/Microsoft.GuestConfiguration/preview/2018-01-20-preview/guestconfiguration.json
Outdated
Show resolved
Hide resolved
| } | ||
| }, | ||
| "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/providers/Microsoft.GuestConfiguration/software/{softwareId}": { | ||
| "get": { |
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.
get [](start = 7, length = 3)
Would extension resource be cached in the future, please confirm with ARM team? Basically the pattern of exposing only GET without creating actual ARM resource, would that cause any problem. Are there other RP using this pattern?
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.
Thanks, I am checking this with some one from ARM team.
|
@sourabhguha @AnatoliB @nitinbps please approve this PR when you are done with the review. |
nitinbps
left a comment
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.
![]()
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-versionin the path should match theapi-versionin the spec).Quality of Swagger