Skip to content

Commit 6cdca67

Browse files
authored
Adding xms ids to Advisor (#17713)
* Adding x-ms-identifiers for Advisor * adding the preview xms ids * reverting preview file changes * fix model validation errors * prettier fix * revert additional fixes
1 parent f0e4622 commit 6cdca67

File tree

1 file changed

+10
-3
lines changed
  • specification/advisor/resource-manager/Microsoft.Advisor/stable/2020-01-01

1 file changed

+10
-3
lines changed

specification/advisor/resource-manager/Microsoft.Advisor/stable/2020-01-01/advisor.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,10 @@
936936
"type": "array",
937937
"items": {
938938
"$ref": "#/definitions/DigestConfig"
939-
}
939+
},
940+
"x-ms-identifiers": [
941+
"name"
942+
]
940943
}
941944
}
942945
},
@@ -1164,7 +1167,8 @@
11641167
"additionalProperties": {
11651168
"type": "object"
11661169
}
1167-
}
1170+
},
1171+
"x-ms-identifiers": []
11681172
},
11691173
"remediation": {
11701174
"description": "The automated way to apply recommendation.",
@@ -1259,7 +1263,10 @@
12591263
"type": "array",
12601264
"items": {
12611265
"$ref": "#/definitions/OperationEntity"
1262-
}
1266+
},
1267+
"x-ms-identifiers": [
1268+
"name"
1269+
]
12631270
}
12641271
}
12651272
},

0 commit comments

Comments
 (0)