-
Notifications
You must be signed in to change notification settings - Fork 101
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
553aa3b
commit 3041cb1
Showing
28 changed files
with
124 additions
and
56 deletions.
There are no files selected for viewing
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
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
4 changes: 2 additions & 2 deletions
4
deploy/manifest/built-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
4 changes: 2 additions & 2 deletions
4
deploy/manifest/built-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
4 changes: 2 additions & 2 deletions
4
deploy/manifest/built-in-providers/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
4 changes: 2 additions & 2 deletions
4
deploy/manifest/built-in-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
8 changes: 5 additions & 3 deletions
8
deploy/manifest/built-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,10 +1,12 @@ | ||
name: Microsoft.Resources | ||
locations: | ||
location: | ||
global: | ||
address: "http://localhost:5017" | ||
"http://localhost:5017" | ||
types: | ||
deployments: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
"2020-10-01": | ||
schema: {} | ||
"2022-09-01": | ||
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
12 changes: 6 additions & 6 deletions
12
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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
name: Applications.Dapr | ||
locations: | ||
location: | ||
global: | ||
address: "http://applications-rp.radius-system:5443" | ||
"http://applications-rp.radius-system:5443" | ||
types: | ||
configurationStores: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
capabilities: ["SupportsRecipes"] | ||
pubSubBrokers: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
capabilities: ["SupportsRecipes"] | ||
secretStores: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
capabilities: ["SupportsRecipes"] | ||
stateStores: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
capabilities: ["SupportsRecipes"] |
10 changes: 5 additions & 5 deletions
10
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
name: Applications.Datastores | ||
locations: | ||
location: | ||
global: | ||
address: "http://applications-rp.radius-system:5443" | ||
"http://applications-rp.radius-system:5443" | ||
types: | ||
mongoDatabases: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
capabilities: ["SupportsRecipes"] | ||
sqlDatabases: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
capabilities: ["SupportsRecipes"] | ||
redisCaches: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
capabilities: ["SupportsRecipes"] |
6 changes: 3 additions & 3 deletions
6
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: Applications.Messaging | ||
locations: | ||
location: | ||
global: | ||
address: "http://applications-rp.radius-system:5443" | ||
"http://applications-rp.radius-system:5443" | ||
types: | ||
rabbitMQQueues: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["Recipes"] | ||
capabilities: ["SupportsRecipes"] |
8 changes: 5 additions & 3 deletions
8
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 |
---|---|---|
@@ -1,10 +1,12 @@ | ||
name: Microsoft.Resources | ||
locations: | ||
location: | ||
global: | ||
address: "http://bicep-de.radius-system:6443" | ||
"http://bicep-de.radius-system:6443" | ||
types: | ||
deployments: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
"2020-10-01": | ||
schema: {} | ||
"2022-09-01": | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
name: MyCompany.Resources | ||
location: | ||
global: | ||
'http://localhost:8080' | ||
types: | ||
testResources: | ||
apiVersions: | ||
|
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
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
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
3 changes: 3 additions & 0 deletions
3
pkg/cli/manifest/testdata/registerdirectory/resourceprovider-valid2.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,4 +1,7 @@ | ||
name: MyCompany2.CompanyName2 | ||
location: | ||
global: | ||
'http://localhost:8080' | ||
types: | ||
testResource3: | ||
apiVersions: | ||
|
Oops, something went wrong.