You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix syntax error: Remove duplicate return statement (line 2218)
- Fix grammar: 'are yet supported' -> 'are not yet supported'
- Remove commented-out code
- Fix dry-run allow_insecure to show actual config value
- Fix choice_index undefined variable with proper error handling
- Remove duplicate 'import re' statements
- Fix gpu_profile undefined variable by reading from raw YAML
- Revert version from 1.2.0b6 to 1.2.0b5 (maintainers handle releases)
- Remove premium-ingress params that came from upstream rebase
Addresses feedback from @Greedygre and Copilot AI review
c.argument('name', options_list=['--name', '-n'], help="The name of the managed environment.")
527
-
c.argument('workload_profile_name', options_list=['--workload-profile-name', '-w'], help="The workload profile to run ingress replicas on. This profile must not be shared with any container app or job.")
528
-
c.argument('min_replicas', options_list=['--min-replicas'], type=int, deprecate_info=c.deprecate(hide=True, expiration='2.79.0'), help="The workload profile minimum instances is used instead.")
529
-
c.argument('max_replicas', options_list=['--max-replicas'], type=int, deprecate_info=c.deprecate(hide=True, expiration='2.79.0'), help="The workload profile maximum instances is used instead.")
530
-
c.argument('termination_grace_period', options_list=['--termination-grace-period', '-t'], type=int, help="Time in seconds to drain requests during ingress shutdown. Default 500, minimum 0, maximum 3600.")
531
-
c.argument('request_idle_timeout', options_list=['--request-idle-timeout'], type=int, help="Timeout in minutes for idle requests. Default 4, minimum 4, maximum 30.")
532
-
c.argument('header_count_limit', options_list=['--header-count-limit'], type=int, help="Limit of http headers per request. Default 100, minimum 1.")
help='Preview deployment without creating actual Azure resources. Generates a detailed report of container apps, workload profiles, role assignments, and environment variable injections.')
0 commit comments