Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.MixedReality to add version preview/2019-12-02-preview #11769

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"responses": {
"200": {
"body": {
"nameAvailable": "false",
"nameAvailable": false,
"reason": "AlreadyExists",
"message": "..."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"properties": {
"nameAvailable": {
"description": "if name Available",
"$ref": "#/definitions/NameAvailability"
"type": "boolean"
},
"reason": {
"description": "Resource Name To Verify",
Expand All @@ -164,6 +164,10 @@
"display": {
"description": "The object that represents the operation.",
"$ref": "#/definitions/OperationDisplay"
},
"isDataAction": {
"description": "Whether or not this is a data plane operation",
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -195,18 +199,6 @@
}
}
},
"NameAvailability": {
"description": "Whether or not the name is available.",
"type": "string",
"enum": [
"true",
"false"
],
"x-ms-enum": {
"name": "NameAvailability",
"modelAsString": true
}
},
"NameUnavailableReason": {
"description": "reason of name unavailable.",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,10 @@
"x-ms-client-flatten": true,
"description": "Property bag.",
"$ref": "./common.json#/definitions/MixedRealityAccountProperties"
},
"identity": {
"description": "The identity associated with this account",
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Identity"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,10 @@
"x-ms-client-flatten": true,
"description": "Property bag.",
"$ref": "./common.json#/definitions/MixedRealityAccountProperties"
},
"identity": {
"description": "The identity associated with this account",
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Identity"
}
}
},
Expand Down