Skip to content

Commit 0a6d454

Browse files
authored
add xms-ids for notebooks (#17907)
1 parent 3080959 commit 0a6d454

File tree

1 file changed

+13
-3
lines changed
  • specification/notebooks/resource-manager/Microsoft.Notebooks/preview/2019-10-11-preview

1 file changed

+13
-3
lines changed

specification/notebooks/resource-manager/Microsoft.Notebooks/preview/2019-10-11-preview/notebooks.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,8 @@
656656
"type": "array",
657657
"items": {
658658
"$ref": "#/definitions/GroupConnectivityInformation"
659-
}
659+
},
660+
"x-ms-identifiers": []
660661
}
661662
}
662663
},
@@ -795,7 +796,10 @@
795796
"description": "[DEPRECATED] An array of error detail objects.",
796797
"items": {
797798
"$ref": "#/definitions/ErrorDetail"
798-
}
799+
},
800+
"x-ms-identifiers": [
801+
"code"
802+
]
799803
}
800804
}
801805
},
@@ -820,7 +824,10 @@
820824
"description": "An array of error detail objects.",
821825
"items": {
822826
"$ref": "#/definitions/ErrorDetail"
823-
}
827+
},
828+
"x-ms-identifiers": [
829+
"code"
830+
]
824831
}
825832
},
826833
"required": [
@@ -889,6 +896,9 @@
889896
"items": {
890897
"$ref": "#/definitions/Operation"
891898
},
899+
"x-ms-identifiers": [
900+
"name"
901+
],
892902
"description": "List of Notebook Proxy operations supported by the Azure Notebooks resource provider."
893903
}
894904
}

0 commit comments

Comments
 (0)