-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update typespec to support all Terraform Recipe Providers and Env #7202
Update typespec to support all Terraform Recipe Providers and Env #7202
Conversation
pkg/corerp/datamodel/recipe_types.go
Outdated
// EnvironmentVariables represents the environment variables to be set for the recipe execution. | ||
type EnvironmentVariables struct { | ||
// AdditionalProperties represents the non-sensitive environment variables to be set for the recipe execution. | ||
// Environment variables that contain sensitive values are specified in the Secrets and are fetched from the `Applications.Core/secretStores` resource. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this comment is not applicable for now..otherwise LGTM
57eed01
to
b0e0822
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
pkg/corerp/api/v20231001preview/testdata/environmentresource-with-workload-identity.json
Outdated
Show resolved
Hide resolved
...nager/Applications.Core/preview/2023-10-01-preview/examples/Environments_CreateOrUpdate.json
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure to merge the bicep PR after this is merged.
fbfb3c5
to
3ef04be
Compare
3ef04be
to
65b6749
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Signed-off-by: ytimocin <[email protected]>
65b6749
to
933682a
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the original PR #7199 be closed now?
Yes, I will close that. |
…dius-project#7202) # Description * Updated TypeSpec by adding Providers and EnvVariables to Environment resource (w/o Secrets) * Updated Data Models by adding Providers and EnvVariables to Environment resource (w/o Secrets) * Updated the Environment Conversion logic and its tests * Updated RecipeConfigProperties Note: **Secrets** for both **Providers** and **EnvSecrets** will be added in another PR. Design doc: radius-project/design-notes#39 ## Type of change - This pull request adds or changes features of Radius and has an approved issue (issue link required). Fixes: part of radius-project#6539 Signed-off-by: ytimocin <[email protected]>
Description
Note: Secrets for both Providers and EnvSecrets will be added in another PR.
Design doc: radius-project/design-notes#39
Type of change
Fixes: part of Allow any Terraform provider to be configured and used in a Recipe #6539