Skip to content
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