-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Container] Update container cmdlets to use 2024-05-01-preview version API #30219
[Container] Update container cmdlets to use 2024-05-01-preview version API #30219
Conversation
️✔️AzureCLI-FullTest
|
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
container container-group-profile | sub group container container-group-profile added |
||
container create | cmd container create added parameter config_map |
||
container create | cmd container create added parameter container_group_profile_id |
||
container create | cmd container create added parameter container_group_profile_revision |
||
container create | cmd container create added parameter fail_container_group_create_on_reuse_failure |
||
container create | cmd container create added parameter standby_pool_profile_id |
||
container create | cmd container create update parameter cpu : removed property default=1 |
||
container create | cmd container create update parameter memory : removed property default=1.5 |
||
container create | cmd container create update parameter os_type : removed property default=Linux |
||
container create | cmd container create update parameter restart_policy : removed property default=Always |
Thank you for your contribution! We will review the pull request and get back to you soon. |
…onal required parameters
https://github.com/drishtipeshwani09/azure-cli into feature-containerinstance/20240501_preview_apiversion
az container container-group-profile
az container create
Modified az container commands to add a new subgroup container-group-profile and new parameters for standby pool senario
az container container-group-profile
az container create
Modified az container commands to add a new subgroup container-group-profile and new parameters for standby pool senario
Please fix CI issues |
The pr title has been changed. |
for the option_length_too_long, exceptions are already added in linter_exclusions.yml |
AzureCLI-FullTest |
@zhoxing-ms - can you please re-trigger the build so the checks can run again on the latest changes so that all checks are successful |
@jrathore-msft Please resolve these CI issues |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
replaced by a new PR: #30260 |
Related command
az container
Description
Testing Guide
History Notes
[Container] BREAKING CHANGE:
az container create
: Remove default values set for --os-type, --cpu, --memory, --restart-policy arguments.[Container]
az container create
: Add new arguments --config-map, --container-group-profile-id,--container-group-profile-revision, -- standby-pool-profile-id, --fail-container-group-create-on-reuse-failure
for creating container group.
[Container]
az container container-group-profile
: Add new customer facing resource Container Group Profile.This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.