Skip to content

Commit

Permalink
swagger updates - task 6465636 (#8882)
Browse files Browse the repository at this point in the history
  • Loading branch information
srcharug authored Apr 16, 2020
1 parent 5dca420 commit 6d441c5
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3318,7 +3318,7 @@
"description": "Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available."
}
},
"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 @@ -4005,7 +4005,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."
},
"UpgradePolicy": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3425,7 +3425,7 @@
"description": "Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available."
}
},
"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 @@ -4147,7 +4147,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."
},
"UpgradePolicy": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4489,7 +4489,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 @@ -4579,7 +4579,7 @@
},
"StorageAccountType": {
"type": "string",
"description": "Specifies the storage account type for the managed disk. Possible values are: Standard_LRS or Premium_LRS.",
"description": "Specifies the storage account type for the managed disk. Possible values are: Standard_LRS or Premium_LRS. NOTE: Managed OS disk storage account type can only be set when you create the scale set.",
"enum": [
"Standard_LRS",
"Premium_LRS"
Expand Down Expand Up @@ -5303,7 +5303,7 @@
"capacity": {
"type": "integer",
"format": "int64",
"description": "Specifies the number of virtual machines in the scale set."
"description": "Specifies the number of virtual machines in the scale set. 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."
}
},
"description": "Describes a virtual machine scale set sku."
Expand Down Expand Up @@ -6106,7 +6106,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 @@ -6546,7 +6546,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."
}
},
"description": "Describes the properties of a Virtual Machine Scale Set."
Expand Down Expand Up @@ -6574,7 +6574,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
Original file line number Diff line number Diff line change
Expand Up @@ -5253,7 +5253,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 @@ -5343,7 +5343,7 @@
},
"StorageAccountType": {
"type": "string",
"description": "Specifies the storage account type for the managed disk. Possible values are: Standard_LRS or Premium_LRS.",
"description": "Specifies the storage account type for the managed disk. Possible values are: Standard_LRS or Premium_LRS. NOTE: Managed OS disk storage account type can only be set when you create the scale set.",
"enum": [
"Standard_LRS",
"Premium_LRS"
Expand Down Expand Up @@ -6129,7 +6129,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."
},
"AutoOSUpgradePolicy": {
"properties": {
Expand Down Expand Up @@ -6769,7 +6769,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 @@ -7250,7 +7250,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."
}
},
"description": "Describes the properties of a Virtual Machine Scale Set."
Expand Down Expand Up @@ -7278,7 +7278,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
Original file line number Diff line number Diff line change
Expand Up @@ -5432,7 +5432,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 @@ -5522,7 +5522,7 @@
},
"StorageAccountType": {
"type": "string",
"description": "Specifies the storage account type for the managed disk. Possible values are: Standard_LRS, Premium_LRS, and StandardSSD_LRS.",
"description": "Specifies the storage account type for the managed disk. Possible values are: Standard_LRS, Premium_LRS, and StandardSSD_LRS. NOTE: Managed OS disk storage account type can only be set when you create the scale set.",
"enum": [
"Standard_LRS",
"Premium_LRS",
Expand Down Expand Up @@ -6318,7 +6318,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."
},
"AutoOSUpgradePolicy": {
"properties": {
Expand Down Expand Up @@ -6968,7 +6968,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 @@ -7473,7 +7473,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."
},
"proximityPlacementGroup": {
"$ref": "#/definitions/SubResource",
Expand Down Expand Up @@ -7505,7 +7505,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
Original file line number Diff line number Diff line change
Expand Up @@ -5572,7 +5572,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 @@ -5662,7 +5662,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.",
"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.",
"enum": [
"Standard_LRS",
"Premium_LRS",
Expand Down Expand Up @@ -6516,7 +6516,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."
},
"AutoOSUpgradePolicy": {
"properties": {
Expand Down Expand Up @@ -7196,7 +7196,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 @@ -7716,7 +7716,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."
},
"proximityPlacementGroup": {
"$ref": "#/definitions/SubResource",
Expand Down Expand Up @@ -7748,7 +7748,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
Loading

0 comments on commit 6d441c5

Please sign in to comment.