-
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.
Merge branch 'main' into features/superbeeny/addCredentialGeneration
- Loading branch information
Showing
37 changed files
with
523 additions
and
353 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
- name: Get supported versions from versions.yaml | ||
id: get-supported-versions | ||
uses: mikefarah/yq@v4.44.6 | ||
uses: mikefarah/yq@v4.45.1 | ||
with: | ||
# Get a comma-separated list of supported versions | ||
cmd: yq '.supported[].version' versions.yaml | tr '\n' ',' | sed 's/,$//' | ||
|
@@ -165,7 +165,7 @@ jobs: | |
git config --global user.email "[email protected]" | ||
- name: Get supported versions from versions.yaml | ||
id: get-supported-versions | ||
uses: mikefarah/yq@v4.44.6 | ||
uses: mikefarah/yq@v4.45.1 | ||
with: | ||
# Get a comma-separated list of supported versions | ||
cmd: yq '.supported[].version' ./radius/versions.yaml | tr '\n' ',' | sed 's/,$//' | ||
|
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
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 | ||
location: | ||
global: | ||
"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 | ||
location: | ||
global: | ||
"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 | ||
location: | ||
global: | ||
"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 | ||
location: | ||
global: | ||
"http://localhost:8080" | ||
types: | ||
rabbitMQQueues: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] |
12 changes: 12 additions & 0 deletions
12
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Microsoft.Resources | ||
location: | ||
global: | ||
"http://localhost:5017" | ||
types: | ||
deployments: | ||
apiVersions: | ||
"2020-10-01": | ||
schema: {} | ||
"2022-09-01": | ||
schema: {} | ||
capabilities: [] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.