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

DiskRP swagger 2021-12-01 #17709

Merged
Merged
Show file tree
Hide file tree
Changes from 3 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 @@ -3,7 +3,7 @@
"info": {
"title": "DiskResourceProviderClient",
"description": "The Disk Resource Provider Client.",
"version": "2021-08-01"
"version": "2021-12-01"
grizzlytheodore marked this conversation as resolved.
Show resolved Hide resolved
},
"host": "management.azure.com",
"schemes": [
Expand Down Expand Up @@ -2261,7 +2261,7 @@
},
"supportedCapabilities": {
"$ref": "#/definitions/SupportedCapabilities",
"description": "List of supported capabilities (like Accelerated Networking) for the image from which the source disk from the snapshot was originally created."
"description": "List of supported capabilities for the image from which the source disk from the snapshot was originally created."
},
"creationData": {
"$ref": "#/definitions/CreationData",
Expand Down Expand Up @@ -2663,7 +2663,7 @@
},
"supportedCapabilities": {
"$ref": "#/definitions/SupportedCapabilities",
"description": "List of supported capabilities (like accelerated networking) to be added on the OS disk."
"description": "List of supported capabilities to be added on the OS disk."
},
"propertyUpdatesInProgress": {
"readOnly": true,
Expand Down Expand Up @@ -2723,7 +2723,7 @@
},
"supportedCapabilities": {
"$ref": "#/definitions/SupportedCapabilities",
"description": "List of supported capabilities (like accelerated networking) for the image from which the OS disk was created."
"description": "List of supported capabilities for the image from which the OS disk was created."
}
},
"description": "Snapshot resource update properties."
Expand Down Expand Up @@ -2954,9 +2954,21 @@
"acceleratedNetwork": {
"type": "boolean",
"description": "True if the image from which the OS disk is created supports accelerated networking."
},
"architecture": {
"type": "string",
"description": "The architecture of the image.",
"enum": [
"x64",
"Arm64"
],
"x-ms-enum": {
"name": "Architecture",
"modelAsString": true
}
}
},
"description": "List of supported capabilities (like accelerated networking) persisted on the disk resource for VM use."
"description": "List of supported capabilities persisted on the disk resource for VM use."
},
"PropertyUpdatesInProgress": {
"properties": {
Expand Down Expand Up @@ -3522,7 +3534,7 @@
},
"supportedCapabilities": {
"$ref": "#/definitions/SupportedCapabilities",
"description": "List of supported capabilities (like accelerated networking) for the image from which the OS disk was created."
"description": "List of supported capabilities for the image from which the OS disk was created."
},
"familyId": {
"type": "string",
Expand Down
Loading