Skip to content

Commit

Permalink
add uuid and crname in all resources. (#4690)
Browse files Browse the repository at this point in the history
  • Loading branch information
aronip authored Sep 1, 2021
1 parent 5486b4b commit b01767b
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4669,6 +4669,11 @@
"$ref": "#/definitions/ResourceStatus"
}
},
"customResourceName": {
"description": "Gets the name of the corresponding resource in Kubernetes.",
"type": "string",
"readOnly": true
},
"provisioningState": {
"description": "Gets or sets the provisioning state.",
"type": "string",
Expand Down Expand Up @@ -4788,6 +4793,11 @@
"$ref": "#/definitions/ResourceStatus"
}
},
"customResourceName": {
"description": "Gets the name of the corresponding resource in Kubernetes.",
"type": "string",
"readOnly": true
},
"provisioningState": {
"$ref": "#/definitions/ResourceProvisioningState",
"description": "Provisioning state of the resource.",
Expand Down Expand Up @@ -6104,6 +6114,11 @@
"description": "Defines the resource properties.",
"type": "object",
"properties": {
"uuid": {
"description": "Gets or sets a unique identifier for this resource.",
"type": "string",
"readOnly": true
},
"credentials": {
"description": "Username / Password Credentials to provision guest agent.",
"$ref": "#/definitions/GuestCredential"
Expand All @@ -6122,6 +6137,11 @@
"type": "string",
"readOnly": true
},
"customResourceName": {
"description": "Gets the name of the corresponding resource in Kubernetes.",
"type": "string",
"readOnly": true
},
"provisioningState": {
"description": "Gets or sets the provisioning state.",
"type": "string",
Expand Down

0 comments on commit b01767b

Please sign in to comment.