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

Microsoft.Logic/workflows @2019-05-01 is missing "identity" property from resource body #13092

Closed
anthony-c-martin opened this issue Feb 22, 2021 · 1 comment
Assignees
Labels
needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team.

Comments

@anthony-c-martin
Copy link
Member

The Microsoft.Logic/workflows resource supports "identity", but it has not been declared in the swagger:

"Workflow": {
"type": "object",
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/WorkflowProperties",
"description": "The workflow properties."
}
},
"description": "The workflow type.",
"allOf": [
{
"$ref": "#/definitions/Resource"
}
]
},

This same issue may exist in other API versions. Initially reported here: Azure/bicep#949

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Feb 22, 2021
@anthony-c-martin
Copy link
Member Author

Closing as this is a duplicate of #11986

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team.
Projects
None yet
Development

No branches or pull requests

2 participants