Skip to content
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

{Batch} Upgrade api to track2 v2024-02-01 #30501

Draft
wants to merge 27 commits into
base: dev
Choose a base branch
from
Draft

Conversation

wiboris
Copy link
Member

@wiboris wiboris commented Dec 10, 2024

Related command

Description

Testing Guide

History Notes

[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change
[Component Name 2] az command b: Add some customer-facing feature


This checklist is used to make sure that common guidelines for a pull request are followed.

Copy link

azure-client-tools-bot-prd bot commented Dec 10, 2024

❌AzureCLI-FullTest
️✔️acr
️✔️2020-09-01-hybrid
️✔️3.12
️✔️3.9
️✔️latest
️✔️3.12
️✔️3.9
️✔️acs
️✔️2020-09-01-hybrid
️✔️3.12
️✔️3.9
️✔️latest
️✔️3.12
️✔️3.9
️✔️advisor
️✔️latest
️✔️3.12
️✔️3.9
️✔️ams
️✔️latest
️✔️3.12
️✔️3.9
️✔️apim
️✔️latest
️✔️3.12
️✔️3.9
️✔️appconfig
️✔️latest
️✔️3.12
️✔️3.9
️✔️appservice
️✔️latest
️✔️3.12
️✔️3.9
️✔️aro
️✔️latest
️✔️3.12
️✔️3.9
️✔️backup
️✔️latest
️✔️3.12
️✔️3.9
❌batch
❌latest
❌3.12
Type Test Case Error Message Line
Failed test_batch_byos_account_cmd self = <azure.cli.core.commands.AzCliCommandInvoker object at 0x7fb827b1ba40>
parsed_ns = Namespace(log_verbosity_verbose=False, log_verbosity_debug=False, log_verbosity_only_show_errors=False, output_for...rosoft Support engineers.', formatter_class=<class 'argparse.HelpFormatter'>, conflict_handler='error', add_help=True))

    def validation(self, parsed_ns):
        try:
            cmd_validator = getattr(parsed_ns, 'command_validator', None)
            if cmd_validator:
                self.validate_cmd_level(parsed_ns, cmd_validator)
            else:
>               self.validate_arg_level(parsed_ns)

env/lib/python3.12/site-packages/knack/invocation.py:113: 
 
 
 
 
 
 
 
                                 
src/azure-cli-core/azure/cli/core/commands/init.py:922: in validate_arg_level
    validator(**self.build_kwargs(validator, ns))
src/azure-cli/azure/cli/command_modules/batch/validators.py:333: in validate_client_parameters
    acc = next((x for x in client.batch_account.list()
src/azure-cli/azure/cli/command_modules/batch/validators.py:333: in 
    acc = next((x for x in client.batch_account.list()
env/lib/python3.12/site-packages/azure/core/paging.py:123: in next
    return next(self.page_iterator)
env/lib/python3.12/site-packages/azure/core/paging.py:75: in next
    self.response = self.get_next(self.continuation_token)
env/lib/python3.12/site-packages/azure/mgmt/batch/operations/batch_account_operations.py:1083: in get_next
    pipeline_response: PipelineResponse = self.client.pipeline.run(  # pylint: disable=protected-access
env/lib/python3.12/site-packages/azure/core/pipeline/base.py:229: in run
    return first_node.send(pipeline_request)
env/lib/python3.12/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/mgmt/core/policies/base.py:47: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/policies/redirect.py:197: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/policies/retry.py:532: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/policies/authentication.py:147: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.12/site-packages/azure/core/pipeline/base.py:118: in send
    self.sender.send(request.http_request, **request.context.options),
env/lib/python3.12/site-packages/azure/core/pipeline/transport/requests_basic.py:355: in send
    response = self.session.request(  # type: ignore
env/lib/python3.12/site-packages/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
env/lib/python3.12/site-packages/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
env/lib/python3.12/site-packages/requests/adapters.py:667: in send
    resp = conn.urlopen(
env/lib/python3.12/site-packages/urllib3/connectionpool.py:715: in urlopen
    httplib_response = self.make_request(
env/lib/python3.12/site-packages/urllib3/connectionpool.py:458: in make_request
    httplib_response = conn.getresponse(buffering=True)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
               

self = <vcr.patch.VCRRequestsHTTPSConnection/mnt/vss/work/1/s/src/azure-cli/azure/cli/command_modules/batch/tests/latest/recordings/test_batch_byos_account_cmd.yaml object at 0x7fb827ba8800>
 = False, kwargs = {'buffering': True}

    def getresponse(self, =False, **kwargs):
        """Retrieve the response"""
        # Check to see if the cassette has a response for this request. If so,
        # then return it
        if self.cassette.can_play_response_for(self.vcr_request):
            log.info(f"Playing response for {self.vcr_request} from cassette")
            response = self.cassette.play_response(self.vcr_request)
            return VCRHTTPResponse(response)
        else:
            if self.cassette.write_protected and self.cassette.filter_request(self.vcr_request):
>               raise CannotOverwriteExistingCassetteException(
                    cassette=self.cassette,
                    failed_request=self.vcr_request,
                )
E               vcr.errors.CannotOverwriteExistingCassetteException: Can't overwrite existing cassette ('/mnt/vss/work/1/s/src/azure-cli/azure/cli/command_modules/batch/tests/latest/recordings/test_batch_byos_account_cmd.yaml') in your current record mode ('once').
E               No match for the request (<Request (GET) https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/batchAccounts?api-version=2024-02-01>)&nbsp;was&nbsp;found.
E               Found 1 similar requests with 1 different matcher(s) :
E               
E               1 - (<Request (GET) https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Batch/batchAccounts/clibatchtestacct000002?api-version=2024-02-01>).
E               Matchers succeeded : ['method', 'scheme', 'host', 'port', 'custom_request_query_matcher']
E               Matchers failed :
E               path - assertion failure :
E               /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/batchAccounts != /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Batch/batchAccounts/clibatchtestacct000002

env/lib/python3.12/site-packages/vcr/stubs/init.py:263: CannotOverwriteExistingCassetteException

During handling of the above exception, another exception occurred:

self = <azure.cli.command_modules.batch.tests.latest.test_batch_mgmt_commands.BatchMgmtByosScenarioTests testMethod=test_batch_byos_account_cmd>
resource_group = 'clitest.rg000001'

    @ResourceGroupPreparer(location='eastus2')
    def test_batch_byos_account_cmd(self, resource_group):
        account_name = self.create_random_name(prefix='clibatchtestacct', length=24)
        kv_name = self.create_random_name('clibatchtestkv', 24)
    
        self.kwargs.update({
            'rg': resource_group,
            'byos_n': account_name,
            'byos_l': 'eastus2',
            'kv': kv_name,
            'obj_id': 'f520d84c-3fd3-4cc8-88d4-2ed25b00d27a',  # object id for Microsoft Azure Batch
            'perm_s': "get list set delete recover",
        })
    
        # test create keyvault for use with BYOS account
        self.cmd(
            'keyvault create -g {rg} -n {kv} -l {byos_l} --enabled-for-deployment true --enabled-for'
            '-disk-encryption true --enabled-for-template-deployment true --enable-rbac-authorization false').assert_with_checks(
            [
                self.check('name', '{kv}'),
                self.check('location', '{byos_l}'),
                self.check('resourceGroup', '{rg}'),
                self.check('length(properties.accessPolicies)', 1),
                self.check('properties.sku.name', 'standard')])
        self.cmd('keyvault set-policy -g {rg} -n {kv} --object-id {obj_id} '
                 '--secret-permissions {perm_s}')
    
        # test create account with BYOS
        self.cmd(
            'batch account create -g {rg} -n {byos_n} -l {byos_l} --keyvault {kv}').assert_with_checks(
            [
                self.check('name', '{byos_n}'),
                self.check('location', '{byos_l}'),
                self.check('resourceGroup', '{rg}')])
    
        self.set_account_info(account_name, resource_group)
    
>       self.batch_cmd('batch pool create --id xplatCreatedPool --vm-size "standard_d2s_v3" '
                        '--image "canonical:0001-com-ubuntu-server-focal:20_04-lts" '
                        '--node-agent-sku-id "batch.node.ubuntu 20.04" '
                        '--resource-tags "dept=finance env=prod"')

src/azure-cli/azure/cli/command_modules/batch/tests/latest/test_batch_mgmt_commands.py:376: 
 
 
 
 
 
 
 
                                 
src/azure-cli/azure/cli/command_modules/batch/tests/latest/batch_preparers.py:92: in batch_cmd
    return self.cmd(cmd, **kwargs)
src/azure-cli-testsdk/azure/cli/testsdk/base.py:176: in cmd
    return execute(self.cli_ctx, command, expect_failure=expect_failure).assert_with_checks(checks)
src/azure-cli-testsdk/azure/cli/testsdk/base.py:251: in init
    self.in_process_execute(cli_ctx, command, expect_failure=expect_failure)
src/azure-cli-testsdk/azure/cli/testsdk/base.py:302: in in_process_execute
    self.exit_code = cli_ctx.invoke(shlex.split(command), out_file=stdout_buf) or 0
env/lib/python3.12/site-packages/knack/cli.py:250: in invoke
    raise ex
env/lib/python3.12/site-packages/knack/cli.py:233: in invoke
    cmd_result = self.invocation.execute(args)
src/azure-cli-core/azure/cli/core/commands/init.py:654: in execute
    self.validation(expanded_arg)
env/lib/python3.12/site-packages/knack/invocation.py:118: in validation
    getattr(parsed_ns, 'parser', self.parser).validation_error(str(err))
src/azure-cli-core/azure/cli/core/parser.py:150: in validation_error
    self.exit(2)
 
 
 
 
                                   _ 

self = AzCliCommandParser(prog='az batch pool create', usage=None, description='Creates a Pool to the specified Account.  Whe...crosoft Support engineers.', formatter_class=<class 'argparse.HelpFormatter'>, conflict_handler='error', add_help=True)
status = 2, message = None

    def exit(self, status=0, message=None):
        if message:
            self._print_message(message, _sys.stderr)
>       _sys.exit(status)
E       SystemExit: 2

/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/argparse.py:2637: SystemExit
azure/cli/command_modules/batch/tests/latest/test_batch_mgmt_commands.py:338
❌3.9
Type Test Case Error Message Line
Failed test_batch_byos_account_cmd self = <azure.cli.core.commands.AzCliCommandInvoker object at 0x7f059ae34190>
parsed_ns = Namespace(log_verbosity_verbose=False, log_verbosity_debug=False, log_verbosity_only_show_errors=False, output_for...rosoft Support engineers.', formatter_class=<class 'argparse.HelpFormatter'>, conflict_handler='error', add_help=True))

    def validation(self, parsed_ns):
        try:
            cmd_validator = getattr(parsed_ns, 'command_validator', None)
            if cmd_validator:
                self.validate_cmd_level(parsed_ns, cmd_validator)
            else:
>               self.validate_arg_level(parsed_ns)

env/lib/python3.9/site-packages/knack/invocation.py:113: 
 
 
 
 
 
 
 
                                 
src/azure-cli-core/azure/cli/core/commands/init.py:922: in validate_arg_level
    validator(**self.build_kwargs(validator, ns))
src/azure-cli/azure/cli/command_modules/batch/validators.py:333: in validate_client_parameters
    acc = next((x for x in client.batch_account.list()
src/azure-cli/azure/cli/command_modules/batch/validators.py:333: in 
    acc = next((x for x in client.batch_account.list()
env/lib/python3.9/site-packages/azure/core/paging.py:123: in next
    return next(self.page_iterator)
env/lib/python3.9/site-packages/azure/core/paging.py:75: in next
    self.response = self.get_next(self.continuation_token)
env/lib/python3.9/site-packages/azure/mgmt/batch/operations/batch_account_operations.py:1083: in get_next
    pipeline_response: PipelineResponse = self.client.pipeline.run(  # pylint: disable=protected-access
env/lib/python3.9/site-packages/azure/core/pipeline/base.py:229: in run
    return first_node.send(pipeline_request)
env/lib/python3.9/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/mgmt/core/policies/base.py:47: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/policies/redirect.py:197: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/policies/retry.py:532: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/policies/authentication.py:147: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/base.py:86: in send
    response = self.next.send(request)
env/lib/python3.9/site-packages/azure/core/pipeline/base.py:118: in send
    self.sender.send(request.http_request, **request.context.options),
env/lib/python3.9/site-packages/azure/core/pipeline/transport/requests_basic.py:355: in send
    response = self.session.request(  # type: ignore
env/lib/python3.9/site-packages/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
env/lib/python3.9/site-packages/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
env/lib/python3.9/site-packages/requests/adapters.py:667: in send
    resp = conn.urlopen(
env/lib/python3.9/site-packages/urllib3/connectionpool.py:715: in urlopen
    httplib_response = self.make_request(
env/lib/python3.9/site-packages/urllib3/connectionpool.py:458: in make_request
    httplib_response = conn.getresponse(buffering=True)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
               

self = <vcr.patch.VCRRequestsHTTPSConnection/mnt/vss/work/1/s/src/azure-cli/azure/cli/command_modules/batch/tests/latest/recordings/test_batch_byos_account_cmd.yaml object at 0x7f059ad51850>
 = False, kwargs = {'buffering': True}

    def getresponse(self, =False, **kwargs):
        """Retrieve the response"""
        # Check to see if the cassette has a response for this request. If so,
        # then return it
        if self.cassette.can_play_response_for(self.vcr_request):
            log.info(f"Playing response for {self.vcr_request} from cassette")
            response = self.cassette.play_response(self.vcr_request)
            return VCRHTTPResponse(response)
        else:
            if self.cassette.write_protected and self.cassette.filter_request(self.vcr_request):
>               raise CannotOverwriteExistingCassetteException(
                    cassette=self.cassette,
                    failed_request=self.vcr_request,
                )
E               vcr.errors.CannotOverwriteExistingCassetteException: Can't overwrite existing cassette ('/mnt/vss/work/1/s/src/azure-cli/azure/cli/command_modules/batch/tests/latest/recordings/test_batch_byos_account_cmd.yaml') in your current record mode ('once').
E               No match for the request (<Request (GET) https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/batchAccounts?api-version=2024-02-01>)&nbsp;was&nbsp;found.
E               Found 1 similar requests with 1 different matcher(s) :
E               
E               1 - (<Request (GET) https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Batch/batchAccounts/clibatchtestacct000002?api-version=2024-02-01>).
E               Matchers succeeded : ['method', 'scheme', 'host', 'port', 'custom_request_query_matcher']
E               Matchers failed :
E               path - assertion failure :
E               /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/batchAccounts != /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Batch/batchAccounts/clibatchtestacct000002

env/lib/python3.9/site-packages/vcr/stubs/init.py:263: CannotOverwriteExistingCassetteException

During handling of the above exception, another exception occurred:

self = <azure.cli.command_modules.batch.tests.latest.test_batch_mgmt_commands.BatchMgmtByosScenarioTests testMethod=test_batch_byos_account_cmd>
resource_group = 'clitest.rg000001'

    @ResourceGroupPreparer(location='eastus2')
    def test_batch_byos_account_cmd(self, resource_group):
        account_name = self.create_random_name(prefix='clibatchtestacct', length=24)
        kv_name = self.create_random_name('clibatchtestkv', 24)
    
        self.kwargs.update({
            'rg': resource_group,
            'byos_n': account_name,
            'byos_l': 'eastus2',
            'kv': kv_name,
            'obj_id': 'f520d84c-3fd3-4cc8-88d4-2ed25b00d27a',  # object id for Microsoft Azure Batch
            'perm_s': "get list set delete recover",
        })
    
        # test create keyvault for use with BYOS account
        self.cmd(
            'keyvault create -g {rg} -n {kv} -l {byos_l} --enabled-for-deployment true --enabled-for'
            '-disk-encryption true --enabled-for-template-deployment true --enable-rbac-authorization false').assert_with_checks(
            [
                self.check('name', '{kv}'),
                self.check('location', '{byos_l}'),
                self.check('resourceGroup', '{rg}'),
                self.check('length(properties.accessPolicies)', 1),
                self.check('properties.sku.name', 'standard')])
        self.cmd('keyvault set-policy -g {rg} -n {kv} --object-id {obj_id} '
                 '--secret-permissions {perm_s}')
    
        # test create account with BYOS
        self.cmd(
            'batch account create -g {rg} -n {byos_n} -l {byos_l} --keyvault {kv}').assert_with_checks(
            [
                self.check('name', '{byos_n}'),
                self.check('location', '{byos_l}'),
                self.check('resourceGroup', '{rg}')])
    
        self.set_account_info(account_name, resource_group)
    
>       self.batch_cmd('batch pool create --id xplatCreatedPool --vm-size "standard_d2s_v3" '
                        '--image "canonical:0001-com-ubuntu-server-focal:20_04-lts" '
                        '--node-agent-sku-id "batch.node.ubuntu 20.04" '
                        '--resource-tags "dept=finance env=prod"')

src/azure-cli/azure/cli/command_modules/batch/tests/latest/test_batch_mgmt_commands.py:376: 
 
 
 
 
 
 
 
                                 
src/azure-cli/azure/cli/command_modules/batch/tests/latest/batch_preparers.py:92: in batch_cmd
    return self.cmd(cmd, **kwargs)
src/azure-cli-testsdk/azure/cli/testsdk/base.py:176: in cmd
    return execute(self.cli_ctx, command, expect_failure=expect_failure).assert_with_checks(checks)
src/azure-cli-testsdk/azure/cli/testsdk/base.py:251: in init
    self.in_process_execute(cli_ctx, command, expect_failure=expect_failure)
src/azure-cli-testsdk/azure/cli/testsdk/base.py:302: in in_process_execute
    self.exit_code = cli_ctx.invoke(shlex.split(command), out_file=stdout_buf) or 0
env/lib/python3.9/site-packages/knack/cli.py:250: in invoke
    raise ex
env/lib/python3.9/site-packages/knack/cli.py:233: in invoke
    cmd_result = self.invocation.execute(args)
src/azure-cli-core/azure/cli/core/commands/init.py:654: in execute
    self.validation(expanded_arg)
env/lib/python3.9/site-packages/knack/invocation.py:118: in validation
    getattr(parsed_ns, 'parser', self.parser).validation_error(str(err))
src/azure-cli-core/azure/cli/core/parser.py:150: in validation_error
    self.exit(2)
 
 
 
 
                                   _ 

self = AzCliCommandParser(prog='az batch pool create', usage=None, description='Creates a Pool to the specified Account.  Whe...crosoft Support engineers.', formatter_class=<class 'argparse.HelpFormatter'>, conflict_handler='error', add_help=True)
status = 2, message = None

    def exit(self, status=0, message=None):
        if message:
            self._print_message(message, _sys.stderr)
>       _sys.exit(status)
E       SystemExit: 2

/opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/argparse.py:2569: SystemExit
azure/cli/command_modules/batch/tests/latest/test_batch_mgmt_commands.py:338
️✔️batchai
️✔️latest
️✔️3.12
️✔️3.9
️✔️billing
️✔️latest
️✔️3.12
️✔️3.9
️✔️botservice
️✔️latest
️✔️3.12
️✔️3.9
️✔️cdn
️✔️latest
️✔️3.12
️✔️3.9
️✔️cloud
️✔️latest
️✔️3.12
️✔️3.9
️✔️cognitiveservices
️✔️latest
️✔️3.12
️✔️3.9
️✔️compute_recommender
️✔️latest
️✔️3.12
️✔️3.9
️✔️computefleet
️✔️latest
️✔️3.12
️✔️3.9
️✔️config
️✔️latest
️✔️3.12
️✔️3.9
️✔️configure
️✔️latest
️✔️3.12
️✔️3.9
️✔️consumption
️✔️latest
️✔️3.12
️✔️3.9
️✔️container
️✔️latest
️✔️3.12
️✔️3.9
️✔️containerapp
️✔️latest
️✔️3.12
️✔️3.9
️✔️core
️✔️2018-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️2019-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️2020-09-01-hybrid
️✔️3.12
️✔️3.9
️✔️latest
️✔️3.12
️✔️3.9
️✔️cosmosdb
️✔️latest
️✔️3.12
️✔️3.9
️✔️databoxedge
️✔️2019-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️2020-09-01-hybrid
️✔️3.12
️✔️3.9
️✔️latest
️✔️3.12
️✔️3.9
️✔️dls
️✔️latest
️✔️3.12
️✔️3.9
️✔️dms
️✔️latest
️✔️3.12
️✔️3.9
️✔️eventgrid
️✔️latest
️✔️3.12
️✔️3.9
️✔️eventhubs
️✔️latest
️✔️3.12
️✔️3.9
️✔️feedback
️✔️latest
️✔️3.12
️✔️3.9
️✔️find
️✔️latest
️✔️3.12
️✔️3.9
️✔️hdinsight
️✔️latest
️✔️3.12
️✔️3.9
️✔️identity
️✔️latest
️✔️3.12
️✔️3.9
️✔️iot
️✔️2019-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️2020-09-01-hybrid
️✔️3.12
️✔️3.9
️✔️latest
️✔️3.12
️✔️3.9
️✔️keyvault
️✔️2018-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️2020-09-01-hybrid
️✔️3.12
️✔️3.9
️✔️latest
️✔️3.12
️✔️3.9
️✔️lab
️✔️latest
️✔️3.12
️✔️3.9
️✔️managedservices
️✔️latest
️✔️3.12
️✔️3.9
️✔️maps
️✔️latest
️✔️3.12
️✔️3.9
️✔️marketplaceordering
️✔️latest
️✔️3.12
️✔️3.9
️✔️monitor
️✔️latest
️✔️3.12
️✔️3.9
️✔️mysql
️✔️latest
️✔️3.12
️✔️3.9
️✔️netappfiles
️✔️latest
️✔️3.12
️✔️3.9
️✔️network
️✔️2018-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️latest
️✔️3.12
️✔️3.9
️✔️policyinsights
️✔️latest
️✔️3.12
️✔️3.9
️✔️privatedns
️✔️latest
️✔️3.12
️✔️3.9
️✔️profile
️✔️latest
️✔️3.12
️✔️3.9
️✔️rdbms
️✔️latest
️✔️3.12
️✔️3.9
️✔️redis
️✔️latest
️✔️3.12
️✔️3.9
️✔️relay
️✔️latest
️✔️3.12
️✔️3.9
️✔️resource
️✔️2018-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️2019-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️latest
️✔️3.12
️✔️3.9
️✔️role
️✔️latest
️✔️3.12
️✔️3.9
️✔️search
️✔️latest
️✔️3.12
️✔️3.9
️✔️security
️✔️latest
️✔️3.12
️✔️3.9
️✔️servicebus
️✔️latest
️✔️3.12
️✔️3.9
️✔️serviceconnector
️✔️latest
️✔️3.12
️✔️3.9
️✔️servicefabric
️✔️latest
️✔️3.12
️✔️3.9
️✔️signalr
️✔️latest
️✔️3.12
️✔️3.9
️✔️sql
️✔️latest
️✔️3.12
️✔️3.9
️✔️sqlvm
️✔️latest
️✔️3.12
️✔️3.9
️✔️storage
️✔️2018-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️2019-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️2020-09-01-hybrid
️✔️3.12
️✔️3.9
️✔️latest
️✔️3.12
️✔️3.9
️✔️synapse
️✔️latest
️✔️3.12
️✔️3.9
️✔️telemetry
️✔️2018-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️2019-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️2020-09-01-hybrid
️✔️3.12
️✔️3.9
️✔️latest
️✔️3.12
️✔️3.9
️✔️util
️✔️latest
️✔️3.12
️✔️3.9
️✔️vm
️✔️2018-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️2019-03-01-hybrid
️✔️3.12
️✔️3.9
️✔️2020-09-01-hybrid
️✔️3.12
️✔️3.9
️✔️latest
️✔️3.12
️✔️3.9

Copy link

azure-client-tools-bot-prd bot commented Dec 10, 2024

❌AzureCLI-BreakingChangeTest
❌batch
rule cmd_name rule_message suggest_message
1012 - SubgroupRemove batch certificate sub group batch certificate removed please confirm sub group batch certificate removed
1007 - ParaRemove batch node file download cmd batch node file download removed parameter end_range please add back parameter end_range for cmd batch node file download
1007 - ParaRemove batch node file download cmd batch node file download removed parameter start_range please add back parameter start_range for cmd batch node file download
1002 - CmdRemove batch node reimage cmd batch node reimage removed please confirm cmd batch node reimage removed
1012 - SubgroupRemove batch node remote-desktop sub group batch node remote-desktop removed please confirm sub group batch node remote-desktop removed
1007 - ParaRemove batch pool create cmd batch pool create removed parameter application_licenses please add back parameter application_licenses for cmd batch pool create
1007 - ParaRemove batch pool create cmd batch pool create removed parameter certificate_references please add back parameter certificate_references for cmd batch pool create
1007 - ParaRemove batch pool create cmd batch pool create removed parameter os_family please add back parameter os_family for cmd batch pool create
1007 - ParaRemove batch pool create cmd batch pool create removed parameter os_version please add back parameter os_version for cmd batch pool create
1007 - ParaRemove batch pool reset cmd batch pool reset removed parameter certificate_references please add back parameter certificate_references for cmd batch pool reset
1007 - ParaRemove batch pool set cmd batch pool set removed parameter certificate_references please add back parameter certificate_references for cmd batch pool set
⚠️ 1006 - ParaAdd batch job create cmd batch job create added parameter job_manager_task_application_package_references
⚠️ 1006 - ParaAdd batch job create cmd batch job create added parameter on_all_tasks_complete
⚠️ 1009 - ParaPropRemove batch job create cmd batch job create update parameter job_max_wall_clock_time: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job delete cmd batch job delete update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job delete cmd batch job delete update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job delete cmd batch job delete update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job delete cmd batch job delete update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job delete cmd batch job delete update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job delete cmd batch job delete update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1006 - ParaAdd batch job disable cmd batch job disable added parameter json_file
⚠️ 1010 - ParaPropUpdate batch job disable cmd batch job disable update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job disable cmd batch job disable update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job disable cmd batch job disable update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job disable cmd batch job disable update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job disable cmd batch job disable update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job disable cmd batch job disable update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1010 - ParaPropUpdate batch job enable cmd batch job enable update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job enable cmd batch job enable update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job enable cmd batch job enable update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job enable cmd batch job enable update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job enable cmd batch job enable update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job enable cmd batch job enable update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1008 - ParaPropAdd batch job list cmd batch job list update parameter select: added property nargs=+
⚠️ 1008 - ParaPropAdd batch job prep-release-status list cmd batch job prep-release-status list update parameter select: added property nargs=+
⚠️ 1010 - ParaPropUpdate batch job reset cmd batch job reset update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job reset cmd batch job reset update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job reset cmd batch job reset update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job reset cmd batch job reset update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job reset cmd batch job reset update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job reset cmd batch job reset update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1009 - ParaPropRemove batch job reset cmd batch job reset update parameter job_max_wall_clock_time: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch job reset cmd batch job reset update parameter on_all_tasks_complete: removed property choices=['noaction', 'terminatejob']
⚠️ 1010 - ParaPropUpdate batch job set cmd batch job set update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job set cmd batch job set update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job set cmd batch job set update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job set cmd batch job set update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job set cmd batch job set update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job set cmd batch job set update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1009 - ParaPropRemove batch job set cmd batch job set update parameter job_max_wall_clock_time: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch job set cmd batch job set update parameter on_all_tasks_complete: removed property choices=['noaction', 'terminatejob']
⚠️ 1010 - ParaPropUpdate batch job show cmd batch job show update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job show cmd batch job show update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job show cmd batch job show update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job show cmd batch job show update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job show cmd batch job show update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job show cmd batch job show update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1008 - ParaPropAdd batch job show cmd batch job show update parameter select: added property nargs=+
⚠️ 1010 - ParaPropUpdate batch job stop cmd batch job stop update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job stop cmd batch job stop update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job stop cmd batch job stop update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job stop cmd batch job stop update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job stop cmd batch job stop update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job stop cmd batch job stop update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1010 - ParaPropUpdate batch job stop cmd batch job stop update parameter terminate_reason: updated property name from terminate_reason to reason
⚠️ 1006 - ParaAdd batch job-schedule create cmd batch job-schedule create added parameter job_manager_task_application_package_references
⚠️ 1006 - ParaAdd batch job-schedule create cmd batch job-schedule create added parameter job_manager_task_environment_settings
⚠️ 1006 - ParaAdd batch job-schedule create cmd batch job-schedule create added parameter job_metadata
⚠️ 1009 - ParaPropRemove batch job-schedule create cmd batch job-schedule create update parameter do_not_run_after: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch job-schedule create cmd batch job-schedule create update parameter do_not_run_until: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch job-schedule create cmd batch job-schedule create update parameter job_max_wall_clock_time: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch job-schedule create cmd batch job-schedule create update parameter on_all_tasks_complete: removed property choices=['noaction', 'terminatejob']
⚠️ 1009 - ParaPropRemove batch job-schedule create cmd batch job-schedule create update parameter recurrence_interval: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch job-schedule create cmd batch job-schedule create update parameter start_window: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule delete cmd batch job-schedule delete update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job-schedule delete cmd batch job-schedule delete update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule delete cmd batch job-schedule delete update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job-schedule delete cmd batch job-schedule delete update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job-schedule delete cmd batch job-schedule delete update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule delete cmd batch job-schedule delete update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1010 - ParaPropUpdate batch job-schedule disable cmd batch job-schedule disable update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job-schedule disable cmd batch job-schedule disable update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule disable cmd batch job-schedule disable update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job-schedule disable cmd batch job-schedule disable update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job-schedule disable cmd batch job-schedule disable update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule disable cmd batch job-schedule disable update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1010 - ParaPropUpdate batch job-schedule enable cmd batch job-schedule enable update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job-schedule enable cmd batch job-schedule enable update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule enable cmd batch job-schedule enable update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job-schedule enable cmd batch job-schedule enable update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job-schedule enable cmd batch job-schedule enable update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule enable cmd batch job-schedule enable update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1008 - ParaPropAdd batch job-schedule list cmd batch job-schedule list update parameter select: added property nargs=+
⚠️ 1006 - ParaAdd batch job-schedule reset cmd batch job-schedule reset added parameter job_max_task_retry_count
⚠️ 1006 - ParaAdd batch job-schedule reset cmd batch job-schedule reset added parameter job_max_wall_clock_time
⚠️ 1009 - ParaPropRemove batch job-schedule reset cmd batch job-schedule reset update parameter do_not_run_after: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch job-schedule reset cmd batch job-schedule reset update parameter do_not_run_until: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule reset cmd batch job-schedule reset update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job-schedule reset cmd batch job-schedule reset update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule reset cmd batch job-schedule reset update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job-schedule reset cmd batch job-schedule reset update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job-schedule reset cmd batch job-schedule reset update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule reset cmd batch job-schedule reset update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1009 - ParaPropRemove batch job-schedule reset cmd batch job-schedule reset update parameter on_all_tasks_complete: removed property choices=['noaction', 'terminatejob']
⚠️ 1009 - ParaPropRemove batch job-schedule reset cmd batch job-schedule reset update parameter recurrence_interval: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch job-schedule reset cmd batch job-schedule reset update parameter start_window: removed property type=custom_type
⚠️ 1006 - ParaAdd batch job-schedule set cmd batch job-schedule set added parameter job_max_task_retry_count
⚠️ 1006 - ParaAdd batch job-schedule set cmd batch job-schedule set added parameter job_max_wall_clock_time
⚠️ 1009 - ParaPropRemove batch job-schedule set cmd batch job-schedule set update parameter do_not_run_after: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch job-schedule set cmd batch job-schedule set update parameter do_not_run_until: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule set cmd batch job-schedule set update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job-schedule set cmd batch job-schedule set update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule set cmd batch job-schedule set update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job-schedule set cmd batch job-schedule set update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job-schedule set cmd batch job-schedule set update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule set cmd batch job-schedule set update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1009 - ParaPropRemove batch job-schedule set cmd batch job-schedule set update parameter on_all_tasks_complete: removed property choices=['noaction', 'terminatejob']
⚠️ 1009 - ParaPropRemove batch job-schedule set cmd batch job-schedule set update parameter recurrence_interval: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch job-schedule set cmd batch job-schedule set update parameter start_window: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule show cmd batch job-schedule show update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job-schedule show cmd batch job-schedule show update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule show cmd batch job-schedule show update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job-schedule show cmd batch job-schedule show update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job-schedule show cmd batch job-schedule show update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule show cmd batch job-schedule show update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1008 - ParaPropAdd batch job-schedule show cmd batch job-schedule show update parameter select: added property nargs=+
⚠️ 1010 - ParaPropUpdate batch job-schedule stop cmd batch job-schedule stop update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch job-schedule stop cmd batch job-schedule stop update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule stop cmd batch job-schedule stop update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch job-schedule stop cmd batch job-schedule stop update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch job-schedule stop cmd batch job-schedule stop update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch job-schedule stop cmd batch job-schedule stop update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1010 - ParaPropUpdate batch node delete cmd batch node delete update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch node delete cmd batch node delete update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch node delete cmd batch node delete update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch node delete cmd batch node delete update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch node delete cmd batch node delete update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch node delete cmd batch node delete update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1009 - ParaPropRemove batch node delete cmd batch node delete update parameter node_deallocation_option: removed property choices=['requeue', 'retaineddata', 'taskcompletion', 'terminate']
⚠️ 1009 - ParaPropRemove batch node delete cmd batch node delete update parameter resize_timeout: removed property type=custom_type
⚠️ 1008 - ParaPropAdd batch node file delete cmd batch node file delete update parameter recursive: added property choices=['false', 'true']
⚠️ 1008 - ParaPropAdd batch node file delete cmd batch node file delete update parameter recursive: added property nargs=?
⚠️ 1009 - ParaPropRemove batch node file download cmd batch node file download update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch node file download cmd batch node file download update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1009 - ParaPropRemove batch node file download cmd batch node file download update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch node file download cmd batch node file download update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1008 - ParaPropAdd batch node file list cmd batch node file list update parameter recursive: added property choices=['false', 'true']
⚠️ 1008 - ParaPropAdd batch node file list cmd batch node file list update parameter recursive: added property nargs=?
⚠️ 1009 - ParaPropRemove batch node file show cmd batch node file show update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch node file show cmd batch node file show update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1009 - ParaPropRemove batch node file show cmd batch node file show update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch node file show cmd batch node file show update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1008 - ParaPropAdd batch node list cmd batch node list update parameter select: added property nargs=+
⚠️ 1006 - ParaAdd batch node reboot cmd batch node reboot added parameter json_file
⚠️ 1009 - ParaPropRemove batch node reboot cmd batch node reboot update parameter node_reboot_option: removed property choices=['requeue', 'retaineddata', 'taskcompletion', 'terminate']
⚠️ 1006 - ParaAdd batch node scheduling disable cmd batch node scheduling disable added parameter json_file
⚠️ 1009 - ParaPropRemove batch node scheduling disable cmd batch node scheduling disable update parameter node_disable_scheduling_option: removed property choices=['requeue', 'taskcompletion', 'terminate']
⚠️ 1009 - ParaPropRemove batch node service-logs upload cmd batch node service-logs upload update parameter end_time: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch node service-logs upload cmd batch node service-logs upload update parameter start_time: removed property type=custom_type
⚠️ 1008 - ParaPropAdd batch node show cmd batch node show update parameter select: added property nargs=+
⚠️ 1009 - ParaPropRemove batch node user create cmd batch node user create update parameter expiry_time: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch node user reset cmd batch node user reset update parameter expiry_time: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch pool autoscale enable cmd batch pool autoscale enable update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch pool autoscale enable cmd batch pool autoscale enable update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch pool autoscale enable cmd batch pool autoscale enable update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch pool autoscale enable cmd batch pool autoscale enable update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch pool autoscale enable cmd batch pool autoscale enable update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch pool autoscale enable cmd batch pool autoscale enable update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1006 - ParaAdd batch pool autoscale evaluate cmd batch pool autoscale evaluate added parameter json_file
⚠️ 1009 - ParaPropRemove batch pool autoscale evaluate cmd batch pool autoscale evaluate update parameter auto_scale_formula: removed property required=True
⚠️ 1006 - ParaAdd batch pool create cmd batch pool create added parameter start_task_environment_settings
⚠️ 1006 - ParaAdd batch pool create cmd batch pool create added parameter start_task_max_task_retry_count
⚠️ 1010 - ParaPropUpdate batch pool create cmd batch pool create update parameter disk_size_gb: updated property name from disk_size_gb to disk_size_g_b
⚠️ 1009 - ParaPropRemove batch pool create cmd batch pool create update parameter mode: removed property choices=['automatic', 'manual', 'rolling']
⚠️ 1009 - ParaPropRemove batch pool create cmd batch pool create update parameter pause_time_between_batches: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch pool create cmd batch pool create update parameter placement: removed property choices=['cachedisk']
⚠️ 1009 - ParaPropRemove batch pool create cmd batch pool create update parameter policy: removed property choices=['regional', 'zonal']
⚠️ 1009 - ParaPropRemove batch pool create cmd batch pool create update parameter resize_timeout: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch pool delete cmd batch pool delete update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch pool delete cmd batch pool delete update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch pool delete cmd batch pool delete update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch pool delete cmd batch pool delete update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch pool delete cmd batch pool delete update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch pool delete cmd batch pool delete update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1008 - ParaPropAdd batch pool list cmd batch pool list update parameter select: added property nargs=+
⚠️ 1010 - ParaPropUpdate batch pool set cmd batch pool set update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch pool set cmd batch pool set update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch pool set cmd batch pool set update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch pool set cmd batch pool set update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch pool set cmd batch pool set update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch pool set cmd batch pool set update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1010 - ParaPropUpdate batch pool show cmd batch pool show update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch pool show cmd batch pool show update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch pool show cmd batch pool show update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch pool show cmd batch pool show update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch pool show cmd batch pool show update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch pool show cmd batch pool show update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1008 - ParaPropAdd batch pool show cmd batch pool show update parameter select: added property nargs=+
⚠️ 1010 - ParaPropUpdate batch pool usage-metrics list cmd batch pool usage-metrics list update parameter end_time: updated property name from end_time to endtime
⚠️ 1010 - ParaPropUpdate batch pool usage-metrics list cmd batch pool usage-metrics list update parameter start_time: updated property name from start_time to starttime
⚠️ 1010 - ParaPropUpdate batch task delete cmd batch task delete update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch task delete cmd batch task delete update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task delete cmd batch task delete update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch task delete cmd batch task delete update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch task delete cmd batch task delete update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task delete cmd batch task delete update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1008 - ParaPropAdd batch task file delete cmd batch task file delete update parameter recursive: added property choices=['false', 'true']
⚠️ 1008 - ParaPropAdd batch task file delete cmd batch task file delete update parameter recursive: added property nargs=?
⚠️ 1010 - ParaPropUpdate batch task file download cmd batch task file download update parameter end_range: updated property name from end_range to end-range
⚠️ 1009 - ParaPropRemove batch task file download cmd batch task file download update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task file download cmd batch task file download update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1009 - ParaPropRemove batch task file download cmd batch task file download update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task file download cmd batch task file download update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1010 - ParaPropUpdate batch task file download cmd batch task file download update parameter start_range: updated property name from start_range to start-range
⚠️ 1008 - ParaPropAdd batch task file list cmd batch task file list update parameter recursive: added property choices=['false', 'true']
⚠️ 1008 - ParaPropAdd batch task file list cmd batch task file list update parameter recursive: added property nargs=?
⚠️ 1009 - ParaPropRemove batch task file show cmd batch task file show update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task file show cmd batch task file show update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1009 - ParaPropRemove batch task file show cmd batch task file show update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task file show cmd batch task file show update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1008 - ParaPropAdd batch task list cmd batch task list update parameter select: added property nargs=+
⚠️ 1010 - ParaPropUpdate batch task reactivate cmd batch task reactivate update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch task reactivate cmd batch task reactivate update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task reactivate cmd batch task reactivate update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch task reactivate cmd batch task reactivate update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch task reactivate cmd batch task reactivate update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task reactivate cmd batch task reactivate update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1009 - ParaPropRemove batch task reset cmd batch task reset update parameter max_wall_clock_time: removed property type=custom_type
⚠️ 1009 - ParaPropRemove batch task reset cmd batch task reset update parameter retention_time: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task show cmd batch task show update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch task show cmd batch task show update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task show cmd batch task show update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch task show cmd batch task show update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch task show cmd batch task show update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task show cmd batch task show update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1008 - ParaPropAdd batch task show cmd batch task show update parameter select: added property nargs=+
⚠️ 1010 - ParaPropUpdate batch task stop cmd batch task stop update parameter if_match: updated property name from if_match to if-match
⚠️ 1009 - ParaPropRemove batch task stop cmd batch task stop update parameter if_modified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task stop cmd batch task stop update parameter if_modified_since: updated property name from if_modified_since to if-modified-since
⚠️ 1010 - ParaPropUpdate batch task stop cmd batch task stop update parameter if_none_match: updated property name from if_none_match to if-none-match
⚠️ 1009 - ParaPropRemove batch task stop cmd batch task stop update parameter if_unmodified_since: removed property type=custom_type
⚠️ 1010 - ParaPropUpdate batch task stop cmd batch task stop update parameter if_unmodified_since: updated property name from if_unmodified_since to if-unmodified-since
⚠️ 1008 - ParaPropAdd batch task subtask list cmd batch task subtask list update parameter select: added property nargs=+

@yonzhan
Copy link
Collaborator

yonzhan commented Dec 10, 2024

Thank you for your contribution! We will review the pull request and get back to you soon.

Copy link

⚠️Your changes in this PR will be released on Jan 14, 2025 due to CCOA (extend to Jan 6, 2025)

@evelyn-ys
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@evelyn-ys
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@evelyn-ys
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@evelyn-ys
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wiboris
Copy link
Member Author

wiboris commented Dec 12, 2024

/azp run

Copy link

Commenter does not have sufficient privileges for PR 30501 in repo Azure/azure-cli

@wiboris
Copy link
Member Author

wiboris commented Dec 12, 2024

/azp run

Copy link

Commenter does not have sufficient privileges for PR 30501 in repo Azure/azure-cli

@yonzhan
Copy link
Collaborator

yonzhan commented Dec 12, 2024

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@evelyn-ys
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@evelyn-ys
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@evelyn-ys
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@evelyn-ys
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants