Skip to content

Commit

Permalink
Add x-ms-identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaricic-microsoft committed Nov 24, 2022
1 parent 0c3919c commit 9184dcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@
"items": {
"$ref": "#/definitions/EndpointDetail"
},
"x-ms-identifiers": [],
"readOnly": true
}
}
Expand Down Expand Up @@ -1161,6 +1162,7 @@
"items": {
"$ref": "#/definitions/EndpointDependency"
},
"x-ms-identifiers": [],
"readOnly": true
}
}
Expand All @@ -1175,6 +1177,7 @@
"items": {
"$ref": "#/definitions/OutboundEnvironmentEndpoint"
},
"x-ms-identifiers": [],
"readOnly": true
},
"nextLink": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/ScheduleItem"
}
},
"x-ms-identifiers": []
},
"nextRunAction": {
"description": "Next action to be executed (Start or Stop)",
Expand Down

0 comments on commit 9184dcd

Please sign in to comment.