added initial set of descriptions for VM and VMSS properties#1569
added initial set of descriptions for VM and VMSS properties#1569veronicagg merged 6 commits intoAzure:currentfrom
Conversation
veronicagg
left a comment
There was a problem hiding this comment.
Few minor comments, you may also want to evaluate adding missing descriptions flagged by linter tool, example: https://travis-ci.org/Azure/azure-rest-api-specs/jobs/267008359#L723, https://travis-ci.org/Azure/azure-rest-api-specs/jobs/267008359#L1695
| @@ -3413,11 +3413,11 @@ | |||
| }, | |||
| "type": { | |||
| "type": "string", | |||
There was a problem hiding this comment.
based on the description you may want to evaluate turning this property into an enum in the future - https://github.com/Azure/autorest/blob/master/docs/extensions/readme.md#x-ms-enum
There was a problem hiding this comment.
Unfortunately the list of extension types is not static or versioned (at least, not in any user-specifiable way); so I don't think an enum would work for it (I wish it were versioned :))
| "type": { | ||
| "type": "string", | ||
| "description": "The type of identity used for the virtual machine scale set. Currently, the only supported type is 'SystemAssigned', which implicitly creates an identity.", | ||
| "description": "The type of indentity used for the virtual machine. Currently, the only supported type is 'SystemAssigned', which implicitly creates an identity.", |
There was a problem hiding this comment.
typo: indentity -> identity?
| "type": "string", | ||
| "readOnly": true, | ||
| "description": "The type of restrictions.", | ||
| "description": "The type of restrictions", |
| "createOption": { | ||
| "$ref": "#/definitions/CreateOption", | ||
| "description": "The create option." | ||
| "description": "The create option" |
| "type": { | ||
| "type": "string", | ||
| "description": "The type of the extension handler." | ||
| "description": "Specifies the type of the extension; an example is \"CustomScriptExtension\"" |
| "diagnosticsProfile": { | ||
| "$ref": "#/definitions/DiagnosticsProfile", | ||
| "description": "The virtual machine scale set diagnostics profile." | ||
| "description": "Specifies the boot diagnostic settings state. <br><br>Minimum api-version: 2015-06-15" |
|
@veronicagg thanks for the review! Addressed the comments above. This particular PR is meant to get a jump start on descriptions, but look forward to more incremental follow-up PRs over time to bring it up to 100% description coverage :) |
|
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: AutoRest Linter Guidelines | AutoRest Linter Issues Send feedback and make AutoRest Linter Azure Bot smarter day by day! Thanks for your co-operation. |
|
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: AutoRest Linter Guidelines | AutoRest Linter Issues Send feedback and make AutoRest Linter Azure Bot smarter day by day! Thanks for your co-operation. |
|
No modification for AutorestCI/azure-sdk-for-node |
* adding vm conditions * vm conditions
No description provided.