Skip to content

Commit

Permalink
Update swagger for missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Filiz Topatan committed Feb 7, 2020
1 parent e076a1d commit dc74330
Showing 1 changed file with 30 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4603,6 +4603,34 @@
"onErrorDeployment": {
"$ref": "#/definitions/OnErrorDeploymentExtended",
"description": "The deployment on error behavior."
},
"templateHash": {
"readOnly": true,
"type": "string",
"description": "The hash produced for the template."
},
"outputResources": {
"readOnly": true,
"type": "array",
"description": "Array of provisioned resources.",
"items": {
"type": "object",
"description": "Details of provisioned resources."
}
},
"validatedResources": {
"readOnly": true,
"type": "array",
"description": "Array of validated resources.",
"items": {
"type": "object",
"description": "Details of validated resources."
}
},
"error": {
"readOnly": true,
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse",
"description": "The deployment error."
}
},
"description": "Deployment properties with additional details."
Expand Down Expand Up @@ -4657,6 +4685,7 @@
"DeploymentValidateResult": {
"properties": {
"error": {
"readOnly": true,
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse",
"description": "The deployment validation error."
},
Expand Down Expand Up @@ -5606,4 +5635,4 @@
"description": "The API version to use for this operation."
}
}
}
}

0 comments on commit dc74330

Please sign in to comment.