Skip to content

Azure VMware Solution: Missing provisioningState enum for Addon resource #12735

@sigmer

Description

@sigmer

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

Labels

Service AttentionWorkflow: This issue is responsible by Azure service team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions