Skip to content

Commit e52c90b

Browse files
authored
add xms-ids for logz (#17652)
1 parent 945d771 commit e52c90b

File tree

1 file changed

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

1 file changed

+10
-3
lines changed

specification/logz/resource-manager/Microsoft.Logz/stable/2020-10-01/logz.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,10 @@
18191819
"type": "array",
18201820
"items": {
18211821
"$ref": "#/definitions/OperationResult"
1822-
}
1822+
},
1823+
"x-ms-identifiers": [
1824+
"name"
1825+
]
18231826
},
18241827
"nextLink": {
18251828
"description": "URL to get the next set of operation list results if there are any.",
@@ -2159,7 +2162,10 @@
21592162
"type": "array",
21602163
"items": {
21612164
"$ref": "#/definitions/FilteringTag"
2162-
}
2165+
},
2166+
"x-ms-identifiers": [
2167+
"name"
2168+
]
21632169
}
21642170
}
21652171
},
@@ -2419,7 +2425,8 @@
24192425
"type": "array",
24202426
"items": {
24212427
"$ref": "#/definitions/UserRoleResponse"
2422-
}
2428+
},
2429+
"x-ms-identifiers": []
24232430
},
24242431
"nextLink": {
24252432
"description": "Link to the next set of results, if any.",

0 commit comments

Comments
 (0)