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

[MM] No properties body specified for resource. #71

Open
houkms opened this issue Nov 20, 2019 · 0 comments
Open

[MM] No properties body specified for resource. #71

houkms opened this issue Nov 20, 2019 · 0 comments
Assignees

Comments

@houkms
Copy link
Contributor

houkms commented Nov 20, 2019

addonssupportplantype | package-2017-05

description: |
      Manage Azure SupportPlanType instance.
    properties:
      - !ruby/object:Api::Type::String
        name: 'providerName'
        description: 'The support plan type. For now the only valid type is "canonical".'
        required: true
        input: true
        azure_sdk_references: ['providerName']
      - !ruby/object:Api::Type::String
        name: 'name'
        description: 'The Canonical support plan type.'
        required: true
        input: true
        azure_sdk_references: ['planTypeName']
      # read only values included only in response
      - !ruby/object:Api::Type::String
        name: 'id'
        description: 'The id of the ARM resource, e.g. "/subscriptions/{id}/providers/Microsoft.Addons/supportProvider/{supportProviderName}/supportPlanTypes/{planTypeName}".'
        output: true
        azure_sdk_references: ['/id']
      - !ruby/object:Api::Type::String
        name: 'name'
        description: 'The name of the Canonical support plan, i.e. "essential", "standard" or "advanced".'
        output: true
        azure_sdk_references: ['/name']
      - !ruby/object:Api::Type::String
        name: 'type'
        description: 'Microsoft.Addons/supportProvider'
        output: true
        azure_sdk_references: ['/type']
      - !ruby/object:Api::Type::Enum
        name: 'provisioningState'
        description: 'The provisioning state of the resource.'
        output: true
        azure_sdk_references: ['/provisioningState', '/properties/provisioningState']
        values:
          - :Succeeded
          - :Failed
          - :Cancelled
          - :Purchasing
          - :Downgrading
          - :Cancelling
          - :Upgrading
@chunyu3 chunyu3 self-assigned this Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants