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/2021-10-01-preview/appconfiguration.json
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1650,7 +1650,10 @@
1650
1650
"type": "array",
1651
1651
"items": {
1652
1652
"$ref": "#/definitions/OperationDefinition"
1653
-
}
1653
+
},
1654
+
"x-ms-identifiers": [
1655
+
"name"
1656
+
]
1654
1657
},
1655
1658
"nextLink": {
1656
1659
"description": "The URI that can be used to request the next set of paged results.",
@@ -1727,15 +1730,21 @@
1727
1730
"type": "array",
1728
1731
"items": {
1729
1732
"$ref": "#/definitions/LogSpecification"
1730
-
}
1733
+
},
1734
+
"x-ms-identifiers": [
1735
+
"name"
1736
+
]
1731
1737
},
1732
1738
"metricSpecifications": {
1733
1739
"description": "Specifications of the Metrics for Azure Monitoring",
1734
1740
"uniqueItems": false,
1735
1741
"type": "array",
1736
1742
"items": {
1737
1743
"$ref": "#/definitions/MetricSpecification"
1738
-
}
1744
+
},
1745
+
"x-ms-identifiers": [
1746
+
"name"
1747
+
]
1739
1748
}
1740
1749
}
1741
1750
},
@@ -1791,7 +1800,10 @@
1791
1800
"type": "array",
1792
1801
"items": {
1793
1802
"$ref": "#/definitions/MetricDimension"
1794
-
}
1803
+
},
1804
+
"x-ms-identifiers": [
1805
+
"name"
1806
+
]
1795
1807
},
1796
1808
"fillGapWithZero": {
1797
1809
"description": "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.",
Copy file name to clipboardExpand all lines: specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2020-06-01/appconfiguration.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1246,7 +1246,10 @@
1246
1246
"type": "array",
1247
1247
"items": {
1248
1248
"$ref": "#/definitions/OperationDefinition"
1249
-
}
1249
+
},
1250
+
"x-ms-identifiers": [
1251
+
"name"
1252
+
]
1250
1253
},
1251
1254
"nextLink": {
1252
1255
"description": "The URI that can be used to request the next set of paged results.",
0 commit comments