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

swagger updates - task 6465636 #8882

Merged
merged 5 commits into from
Apr 16, 2020
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
Original file line number Diff line number Diff line change
Expand Up @@ -7414,7 +7414,7 @@
"$ref": "#/definitions/SubResource"
}
],
"description": "Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations."
"description": "Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE:Image reference publisher and offer can only be set when you create the scale set."
Copy link
Contributor

Choose a reason for hiding this comment

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

NIT: a space after NOTE:
Also, I think "when you create a scale set." is correct grammatically.

},
"KeyVaultSecretReference": {
"properties": {
Expand Down Expand Up @@ -7512,7 +7512,7 @@
},
"StorageAccountType": {
"type": "string",
"description": "Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks. It cannot be used with OS Disk. Standard_LRS uses Standard HDD. StandardSSD_LRS uses Standard SSD. Premium_LRS uses Premium SSD. UltraSSD_LRS uses Ultra disk. For more information regarding disks supported for Windows Virtual Machines, refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/disks-types and, for Linux Virtual Machines, refer to https://docs.microsoft.com/en-us/azure/virtual-machines/linux/disks-types",
"description": "Specifies the storage account type for the managed disk. Managed OS disk storage account type can only be set when you create the scale set. NOTE: UltraSSD_LRS can only be used with data disks. It cannot be used with OS Disk. Standard_LRS uses Standard HDD. StandardSSD_LRS uses Standard SSD. Premium_LRS uses Premium SSD. UltraSSD_LRS uses Ultra disk. For more information regarding disks supported for Windows Virtual Machines, refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/disks-types and, for Linux Virtual Machines, refer to https://docs.microsoft.com/en-us/azure/virtual-machines/linux/disks-types",
"enum": [
"Standard_LRS",
"Premium_LRS",
Expand Down Expand Up @@ -8470,7 +8470,7 @@
"description": "Specifies the number of virtual machines in the scale set."
}
},
"description": "Describes a virtual machine scale set sku."
"description": "Describes a virtual machine scale set sku. NOTE:If the new VM SKU is not supported on the hardware the scale set is currently on, you need to deallocate the VMs in the scale set before you modify the SKU name."
},
"AutomaticOSUpgradePolicy": {
"properties": {
Expand Down Expand Up @@ -9223,7 +9223,7 @@
"$ref": "#/definitions/SubResource"
}
],
"description": "Describes a virtual machine scale set network profile's IP configuration."
"description": "Describes a virtual machine scale set network profile's IP configuration. NOTE:The subnet of a scale set may be modified as long as the original subnet and the new subnet are in the same virtual network"
},
"VirtualMachineScaleSetNetworkConfigurationProperties": {
"properties": {
Expand Down Expand Up @@ -9719,7 +9719,7 @@
},
"singlePlacementGroup": {
"type": "boolean",
"description": "When true this limits the scale set to a single placement group, of max size 100 virtual machines."
"description": "When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE:If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true."
},
"zoneBalance": {
"type": "boolean",
Expand Down Expand Up @@ -9769,7 +9769,7 @@
},
"singlePlacementGroup": {
"type": "boolean",
"description": "When true this limits the scale set to a single placement group, of max size 100 virtual machines."
"description": "When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE:If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true."
},
"additionalCapabilities": {
"$ref": "#/definitions/AdditionalCapabilities",
Expand Down Expand Up @@ -9809,7 +9809,7 @@
"items": {
"type": "string"
},
"description": "The virtual machine scale set zones."
"description": "The virtual machine scale set zones. NOTE:Availability zones can only be set when you create the scale set"
}
},
"allOf": [
Expand Down