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.AppPlatform to add version preview/2019-05-01-preview #10302

Merged
merged 2 commits into from
Jul 31, 2020
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 @@ -2792,11 +2792,13 @@
"properties": {
"resourceName": {
"description": "The name of the bound resource",
"type": "string"
"type": "string",
"readOnly": true
},
"resourceType": {
"description": "The standard Azure resource type of the bound resource",
"type": "string"
"type": "string",
"readOnly": true
},
"resourceId": {
"description": "The Azure resource id of the bound resource",
Expand Down Expand Up @@ -3006,7 +3008,8 @@
},
"appName": {
"description": "The app name of domain.",
"type": "string"
"type": "string",
"readOnly": true
},
"certName": {
"description": "The bound certificate name of domain.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"parameters": {
"bindingResource": {
"properties": {
"resourceName": "my-cosmosdb-1",
"resourceType": "Microsoft.DocumentDB",
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1",
"key": "xxxx",
"bindingParameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"parameters": {
"bindingResource": {
"properties": {
"resourceName": null,
"resourceType": null,
"key": "xxxx",
"bindingParameters": {
"databaseName": "db1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"domainResource": {
"properties": {
"thumbprint": "934367bf1c97033f877db0f15cb1b586957d3133",
"appName": "myapp",
"certName": "mycert"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"domainResource": {
"properties": {
"thumbprint": "934367bf1c97033f877db0f15cb1b586957d3133",
"appName": "myapp",
"certName": "mycert"
}
},
Expand Down