Align configuration options for rad env create and rad env update commands#11774
Draft
Align configuration options for rad env create and rad env update commands#11774
rad env create and rad env update commands#11774Conversation
…mands - Add Azure/AWS cloud provider flags to rad env create (legacy) - Add namespace flag to rad env update (legacy) - Add Azure/AWS/Kubernetes cloud provider flags to rad env create (preview) - Add output flag to both create commands - Add tests for new flags on both commands Agent-Logs-Url: https://github.com/radius-project/radius/sessions/b4418f75-e63b-4b32-b644-aeeb44ab79d0 Co-authored-by: brooke-hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Align configuration options for rad env create and rad env update
Align configuration options for Apr 28, 2026
rad env create and rad env update commands
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
rad env createandrad env updatehad mismatched flag sets.createlacked cloud provider flags;updatelacked--namespace. This PR unifies them.Legacy
rad env create— added--azure-subscription-id,--azure-resource-group,--aws-region,--aws-account-id,--outputflags with provider handling in Validate/Run.Legacy
rad env update— added--namespaceflag. Updates existing compute namespace in-place (preservingKindand other fields) rather than replacing the whole Compute object.Preview
rad env create— added Azure, AWS, Kubernetes provider flags and--outputflag with corresponding Validate/Run logic.Tests added for all new flag combinations on both commands.
Type of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: