You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a NestedObject only contains one field, the reviewers from terraform would require us to flatten the structure. For example, on behalf of cli, we have an api.yml saying
- !ruby/object:Api::Type::NestedObjectname: 'identity'description: ''required: falseazure_sdk_references: ['/identity']properties:
- !ruby/object:Api::Type::Enumname: 'type'description: 'The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported.'required: falseazure_sdk_references: ['/identity/type']values:
- :SystemAssigneddefault_value: :SystemAssigned
This should be replaced by
- !ruby/object:Api::Type::Enumname: 'identityType'description: 'The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported.'required: falseazure_sdk_references: ['/identity/type']values:
- :SystemAssigneddefault_value: :SystemAssigned
If a NestedObject only contains one field, the reviewers from terraform would require us to flatten the structure. For example, on behalf of cli, we have an
api.yml
sayingThis should be replaced by
This issue was initially filed to MM here
The text was updated successfully, but these errors were encountered: