-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
Service AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.
Description
The vmware.json swagger spec for the vmware resource provider seems to have incorrect or incomplete enum values for provisioningState for the Addon resource in the 2020-07-17-preview version.
Immediately after creating a new addon, the provisioningState returned from the api is Building but that is not a valid state according to the spec:
"provisioningState": {
"description": "The state of the addon provisioning",
"type": "string",
"readOnly": true,
"enum": [
"Succeeded",
"Failed",
"Cancelled",
"Deleting",
"Updating"
],
"x-ms-enum": {
"name": "AddonProvisioningState",
"modelAsString": true
}
}cc @ctaggart
Metadata
Metadata
Assignees
Labels
Service AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.