Skip to content

Commit

Permalink
Update serviceBinds with clientType and customizedKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Oct 6, 2023
1 parent ac298d7 commit eaf213e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,17 @@
"name": {
"description": "Name of the service bind",
"type": "string"
}
},
"clientType": {
"description": "Type of the client to be used to connect to the service",
"type": "string"
},
"customizedKeys": {
"description": "Customized keys for customizing injected values to the app",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,11 @@
"serviceBinds": [
{
"serviceId": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/rg/providers/Microsoft.App/containerApps/redisService",
"name": "redisService"
"name": "redisService",
"clientType": "dotnet",
"customizedKeys": {
"DesiredKey": "defaultKey"
}
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@
"serviceBinds": [
{
"serviceId": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/rg/providers/Microsoft.App/containerApps/service",
"name": "service"
"name": "service",
"clientType": "dotnet",
"customizedKeys": {
"DesiredKey": "defaultKey"
}
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@
"serviceBinds": [
{
"serviceId": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/rg/providers/Microsoft.App/containerApps/service",
"name": "service"
"name": "service",
"clientType": "dotnet",
"customizedKeys": {
"DesiredKey": "defaultKey"
}
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@
"serviceBinds": [
{
"serviceId": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/rg/providers/Microsoft.App/containerApps/service",
"name": "service"
"name": "service",
"clientType": "dotnet",
"customizedKeys": {
"DesiredKey": "defaultKey"
}
}
]
}
Expand Down

0 comments on commit eaf213e

Please sign in to comment.