Skip to content
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 provisioning state to read only, and fix force update property in 2015-06-15 version #359

Merged
merged 14 commits into from
Jun 29, 2016
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions arm-compute/2015-06-15/swagger/compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -2659,14 +2659,7 @@
"properties": {
"forceUpdateTag": {
"type": "string",
"description": "Gets or sets how the extension handler should be forced to update even if the extension configuration has not changed.",
"enum": [
"RerunExtension"
],
"x-ms-enum": {
"name": "ForceUpdateTagTypes",
"modelAsString": false
}
"description": "Gets or sets how the extension handler should be forced to update even if the extension configuration has not changed."
Copy link
Member

Choose a reason for hiding this comment

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

The description should just be: "How the extension handler..." The individual language generators will add the Gets or Sets if it's appropriate (some languages don't support properties). Adding Gets or Sets results in this description for C#:
/// Gets or sets gets or sets how the extension handler should be
/// forced to update even if the extension configuration has not
/// changed.

},
"publisher": {
"type": "string",
Expand Down
Loading