-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: lakshmimsft <[email protected]>
- Loading branch information
1 parent
73ed52d
commit 138974f
Showing
17 changed files
with
336 additions
and
306 deletions.
There are no files selected for viewing
17 changes: 10 additions & 7 deletions
17
...built-in-providers/applications_core.yaml → ...t-in-providers/dev/applications_core.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,40 @@ | ||
name: Applications.Core | ||
locations: | ||
global: | ||
address: "http://localhost:8080" | ||
types: | ||
containers: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
applications: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
environments: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
gateways: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
secretStores: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
extenders: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
volumes: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] |
11 changes: 7 additions & 4 deletions
11
...built-in-providers/applications_dapr.yaml → ...t-in-providers/dev/applications_dapr.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
name: Applications.Dapr | ||
locations: | ||
global: | ||
address: "http://localhost:8080" | ||
types: | ||
configurationStores: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
pubSubBrokers: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
secretStores: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
stateStores: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] |
9 changes: 6 additions & 3 deletions
9
...in-providers/applications_datastores.yaml → ...roviders/dev/applications_datastores.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
name: Applications.Datastores | ||
locations: | ||
global: | ||
address: "http://localhost:8080" | ||
types: | ||
mongoDatabases: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
sqlDatabases: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
redisCaches: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] |
5 changes: 4 additions & 1 deletion
5
...-in-providers/applications_messaging.yaml → ...providers/dev/applications_messaging.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
name: Applications.Messaging | ||
locations: | ||
global: | ||
address: "http://localhost:8080" | ||
types: | ||
rabbitMQQueues: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] |
6 changes: 4 additions & 2 deletions
6
...ilt-in-providers/microsoft_resources.yaml → ...in-providers/dev/microsoft_resources.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
name: Microsoft.Resources | ||
locations: | ||
global: | ||
address: "http://localhost:5017" | ||
types: | ||
deployments: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
|
40 changes: 40 additions & 0 deletions
40
deploy/manifest/built-in-providers/self-hosted/applications_core.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: Applications.Core | ||
locations: | ||
global: | ||
address: "http://applications-rp.radius-system:5443" | ||
types: | ||
containers: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
applications: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
environments: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
gateways: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
secretStores: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
extenders: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
volumes: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] |
25 changes: 25 additions & 0 deletions
25
deploy/manifest/built-in-providers/self-hosted/applications_dapr.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Applications.Dapr | ||
locations: | ||
global: | ||
address: "http://applications-rp.radius-system:5443" | ||
types: | ||
configurationStores: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
pubSubBrokers: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
secretStores: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
stateStores: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] |
20 changes: 20 additions & 0 deletions
20
deploy/manifest/built-in-providers/self-hosted/applications_datastores.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Applications.Datastores | ||
locations: | ||
global: | ||
address: "http://applications-rp.radius-system:5443" | ||
types: | ||
mongoDatabases: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
sqlDatabases: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
redisCaches: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] |
10 changes: 10 additions & 0 deletions
10
deploy/manifest/built-in-providers/self-hosted/applications_messaging.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Applications.Messaging | ||
locations: | ||
global: | ||
address: "http://applications-rp.radius-system:5443" | ||
types: | ||
rabbitMQQueues: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] |
10 changes: 10 additions & 0 deletions
10
deploy/manifest/built-in-providers/self-hosted/microsoft_resources.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Microsoft.Resources | ||
locations: | ||
global: | ||
address: "http://bicep-de.radius-system:6443" | ||
types: | ||
deployments: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.