Skip to content

Commit ee92c07

Browse files
authored
Amend error response to indicate that we return additional error info. (#11678)
1 parent 33fc25f commit ee92c07

File tree

1 file changed

+23
-0
lines changed
  • specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2020-07-01-preview

1 file changed

+23
-0
lines changed

specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2020-07-01-preview/appconfiguration.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,6 +1656,14 @@
16561656
"description": "Error message indicating why the operation failed.",
16571657
"type": "string",
16581658
"readOnly": true
1659+
},
1660+
"additionalInfo": {
1661+
"readOnly": true,
1662+
"type": "array",
1663+
"items": {
1664+
"$ref": "#/definitions/ErrorAdditionalInfo"
1665+
},
1666+
"description": "The error additional info."
16591667
}
16601668
}
16611669
},
@@ -1669,6 +1677,21 @@
16691677
}
16701678
}
16711679
},
1680+
"ErrorAdditionalInfo": {
1681+
"properties": {
1682+
"type": {
1683+
"readOnly": true,
1684+
"type": "string",
1685+
"description": "The additional info type."
1686+
},
1687+
"info": {
1688+
"readOnly": true,
1689+
"type": "object",
1690+
"description": "The additional info."
1691+
}
1692+
},
1693+
"description": "The resource management error additional info."
1694+
},
16721695
"Resource": {
16731696
"description": "An Azure resource.",
16741697
"required": [

0 commit comments

Comments
 (0)