Skip to content

Commit d55f30f

Browse files
authored
[Microsoft.Resources] Added missing error property to deployment properties (#18073)
* updated all api-versions * added error property to api 2015-11-01
1 parent 1fc0e9e commit d55f30f

File tree

12 files changed

+60
-0
lines changed

12 files changed

+60
-0
lines changed

specification/resources/resource-manager/Microsoft.Resources/stable/2015-11-01/resources.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,6 +2519,11 @@
25192519
"name": "DeploymentMode",
25202520
"modelAsString": false
25212521
}
2522+
},
2523+
"error": {
2524+
"readOnly": true,
2525+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse",
2526+
"description": "The deployment error."
25222527
}
25232528
},
25242529
"description": "Deployment properties with additional details."

specification/resources/resource-manager/Microsoft.Resources/stable/2016-02-01/resources.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,6 +2049,11 @@
20492049
"debugSetting": {
20502050
"$ref": "#/definitions/DebugSetting",
20512051
"description": "The debug setting of the deployment."
2052+
},
2053+
"error": {
2054+
"readOnly": true,
2055+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse",
2056+
"description": "The deployment error."
20522057
}
20532058
},
20542059
"description": "Deployment properties with additional details."

specification/resources/resource-manager/Microsoft.Resources/stable/2016-07-01/resources.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,6 +2058,11 @@
20582058
"debugSetting": {
20592059
"$ref": "#/definitions/DebugSetting",
20602060
"description": "The debug setting of the deployment."
2061+
},
2062+
"error": {
2063+
"readOnly": true,
2064+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse",
2065+
"description": "The deployment error."
20612066
}
20622067
},
20632068
"description": "Deployment properties with additional details."

specification/resources/resource-manager/Microsoft.Resources/stable/2016-09-01/resources.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,6 +2315,11 @@
23152315
"debugSetting": {
23162316
"$ref": "#/definitions/DebugSetting",
23172317
"description": "The debug setting of the deployment."
2318+
},
2319+
"error": {
2320+
"readOnly": true,
2321+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse",
2322+
"description": "The deployment error."
23182323
}
23192324
},
23202325
"description": "Deployment properties with additional details."

specification/resources/resource-manager/Microsoft.Resources/stable/2017-05-10/resources.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,6 +2365,11 @@
23652365
"debugSetting": {
23662366
"$ref": "#/definitions/DebugSetting",
23672367
"description": "The debug setting of the deployment."
2368+
},
2369+
"error": {
2370+
"readOnly": true,
2371+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse",
2372+
"description": "The deployment error."
23682373
}
23692374
},
23702375
"description": "Deployment properties with additional details."

specification/resources/resource-manager/Microsoft.Resources/stable/2018-02-01/resources.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2381,6 +2381,11 @@
23812381
"onErrorDeployment": {
23822382
"$ref": "#/definitions/OnErrorDeploymentExtended",
23832383
"description": "The deployment on error behavior."
2384+
},
2385+
"error": {
2386+
"readOnly": true,
2387+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse",
2388+
"description": "The deployment error."
23842389
}
23852390
},
23862391
"description": "Deployment properties with additional details."

specification/resources/resource-manager/Microsoft.Resources/stable/2018-05-01/resources.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2818,6 +2818,11 @@
28182818
"onErrorDeployment": {
28192819
"$ref": "#/definitions/OnErrorDeploymentExtended",
28202820
"description": "The deployment on error behavior."
2821+
},
2822+
"error": {
2823+
"readOnly": true,
2824+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse",
2825+
"description": "The deployment error."
28212826
}
28222827
},
28232828
"description": "Deployment properties with additional details."

specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/resources.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2835,6 +2835,11 @@
28352835
"onErrorDeployment": {
28362836
"$ref": "#/definitions/OnErrorDeploymentExtended",
28372837
"description": "The deployment on error behavior."
2838+
},
2839+
"error": {
2840+
"readOnly": true,
2841+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse",
2842+
"description": "The deployment error."
28382843
}
28392844
},
28402845
"description": "Deployment properties with additional details."

specification/resources/resource-manager/Microsoft.Resources/stable/2019-05-01/resources.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3060,6 +3060,11 @@
30603060
"onErrorDeployment": {
30613061
"$ref": "#/definitions/OnErrorDeploymentExtended",
30623062
"description": "The deployment on error behavior."
3063+
},
3064+
"error": {
3065+
"readOnly": true,
3066+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse",
3067+
"description": "The deployment error."
30633068
}
30643069
},
30653070
"description": "Deployment properties with additional details."

specification/resources/resource-manager/Microsoft.Resources/stable/2019-05-10/resources.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3136,6 +3136,11 @@
31363136
"onErrorDeployment": {
31373137
"$ref": "#/definitions/OnErrorDeploymentExtended",
31383138
"description": "The deployment on error behavior."
3139+
},
3140+
"error": {
3141+
"readOnly": true,
3142+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse",
3143+
"description": "The deployment error."
31393144
}
31403145
},
31413146
"description": "Deployment properties with additional details."

0 commit comments

Comments
 (0)