You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2020-07-01-preview/appconfiguration.json
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1656,6 +1656,14 @@
1656
1656
"description": "Error message indicating why the operation failed.",
1657
1657
"type": "string",
1658
1658
"readOnly": true
1659
+
},
1660
+
"additionalInfo": {
1661
+
"readOnly": true,
1662
+
"type": "array",
1663
+
"items": {
1664
+
"$ref": "#/definitions/ErrorAdditionalInfo"
1665
+
},
1666
+
"description": "The error additional info."
1659
1667
}
1660
1668
}
1661
1669
},
@@ -1669,6 +1677,21 @@
1669
1677
}
1670
1678
}
1671
1679
},
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."
0 commit comments