Skip to content
Merged
Changes from 1 commit
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
Next Next commit
updated description of sku name values
  • Loading branch information
tfitzmac committed Jul 20, 2018
commit 792668040100073bf8be812c1ae2360198b539c0
Original file line number Diff line number Diff line change
Expand Up @@ -5909,7 +5909,7 @@
"properties": {
"name": {
"type": "string",
"description": "The sku name."
"description": "The sku name. Use **Aligned** for managed disks, and **Classic** for unmanaged disks."

Choose a reason for hiding this comment

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

Refer to the description of storageAccountType under ManagedDiskParameters. In order to be consistent with documentation I believe this should be updated to
The sku name. Possible values are: Aligned for managed disks, and Classic for unmanaged disks. Default value is Classic if not specified.

Copy link
Contributor

Choose a reason for hiding this comment

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

I agree with Sameer's comment on adding a default text to let customers know default values.

},
"tier": {
"type": "string",
Expand Down