Skip to content

automation has a provisioningState of Cancelled #20895

Open
@cataggar

Description

@cataggar

The spelling should be Canceled. To fix this, the specification should add Canceled and the service should return Canceled instead of Cancelled. See https://github.com/Azure/azure-resource-manager-rpc/issues/144 for details.

Here is one example:

"provisioningState": {
"type": "string",
"description": "Gets or sets the provisioning state of the module.",
"enum": [
"Created",
"Creating",
"StartingImportModuleRunbook",
"RunningImportModuleRunbook",
"ContentRetrieved",
"ContentDownloaded",
"ContentValidated",
"ConnectionTypeImported",
"ContentStored",
"ModuleDataStored",
"ActivitiesStored",
"ModuleImportRunbookComplete",
"Succeeded",
"Failed",
"Cancelled",
"Updating"
],
"x-ms-enum": {
"name": "ModuleProvisioningState",
"modelAsString": true
}
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    AutomationService 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