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
Show file tree
Hide file tree
Changes from all commits
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 @@ -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