File tree 3 files changed +15
-15
lines changed
specification/chaos/resource-manager/Microsoft.Chaos
3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 89
89
"OperationStatus" : {
90
90
"description" : " The status of operation." ,
91
91
"type" : " object" ,
92
+ "allOf" : [
93
+ {
94
+ "$ref" : " ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
95
+ }
96
+ ],
92
97
"properties" : {
93
98
"id" : {
94
99
"type" : " string" ,
109
114
"status" : {
110
115
"type" : " string" ,
111
116
"description" : " The status of the operation."
112
- },
113
- "error" : {
114
- "type" : " object" ,
115
- "description" : " The error detail of the operation if any." ,
116
- "$ref" : " ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
117
117
}
118
118
}
119
119
}
Original file line number Diff line number Diff line change 89
89
"OperationStatus" : {
90
90
"description" : " The status of operation." ,
91
91
"type" : " object" ,
92
+ "allOf" : [
93
+ {
94
+ "$ref" : " ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
95
+ }
96
+ ],
92
97
"properties" : {
93
98
"id" : {
94
99
"type" : " string" ,
109
114
"status" : {
110
115
"type" : " string" ,
111
116
"description" : " The status of the operation."
112
- },
113
- "error" : {
114
- "type" : " object" ,
115
- "description" : " The error detail of the operation if any." ,
116
- "$ref" : " ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
117
117
}
118
118
}
119
119
}
Original file line number Diff line number Diff line change 89
89
"OperationStatus" : {
90
90
"description" : " The status of operation." ,
91
91
"type" : " object" ,
92
+ "allOf" : [
93
+ {
94
+ "$ref" : " ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
95
+ }
96
+ ],
92
97
"properties" : {
93
98
"id" : {
94
99
"type" : " string" ,
109
114
"status" : {
110
115
"type" : " string" ,
111
116
"description" : " The status of the operation."
112
- },
113
- "error" : {
114
- "type" : " object" ,
115
- "description" : " The error detail of the operation if any." ,
116
- "$ref" : " ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
117
117
}
118
118
}
119
119
}
You can’t perform that action at this time.
0 commit comments