Skip to content

Commit

Permalink
try removiung identity and kind
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykslee committed Nov 20, 2020
1 parent 27139ef commit ddf88f0
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@
"definitions": {
"Resource": {
"properties": {
"identity": {
"description": "Identity used for BYOS",
"$ref": "#/definitions/ManagedIdentity"
},
// "identity": {
// "description": "Identity used for BYOS",
// "$ref": "#/definitions/ManagedIdentity"
// },
"id": {
"type": "string",
"readOnly": true,
Expand All @@ -300,18 +300,18 @@
"readOnly": true,
"description": "Azure resource type"
},
"kind": {
"type": "string",
"description": "The kind of workbook. Choices are user and shared.",
"enum": [
"user",
"shared"
],
"x-ms-enum": {
"name": "kind",
"modelAsString": true
}
},
// "kind": {
// "type": "string",
// "description": "The kind of workbook. Choices are user and shared.",
// "enum": [
// "user",
// "shared"
// ],
// "x-ms-enum": {
// "name": "kind",
// "modelAsString": true
// }
// },
"location": {
"type": "string",
"description": "Resource location",
Expand Down

0 comments on commit ddf88f0

Please sign in to comment.