Skip to content

Commit

Permalink
swagger updates in 2019-07-01
Browse files Browse the repository at this point in the history
  • Loading branch information
srcharug committed Apr 6, 2020
1 parent 0ff6fdf commit fe1bf22
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6994,7 +6994,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"
},
"KeyVaultSecretReference": {
"properties": {
Expand Down Expand Up @@ -7092,7 +7092,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 @@ -8050,7 +8050,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 @@ -8764,7 +8764,7 @@
"description": "The load balancer inbound nat pools."
}
},
"description": "Describes a virtual machine scale set network profile's IP configuration properties."
"description": "Describes a virtual machine scale set network profile's IP configuration properties. 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."
},
"VirtualMachineScaleSetIPConfiguration": {
"properties": {
Expand Down Expand Up @@ -9349,7 +9349,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 @@ -9389,7 +9389,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

0 comments on commit fe1bf22

Please sign in to comment.