Skip to content

LambdaTest Stable Version CLI Commands#8978

Merged
necusjz merged 3 commits intoAzure:mainfrom
yashikajain14:main
Jul 21, 2025
Merged

LambdaTest Stable Version CLI Commands#8978
necusjz merged 3 commits intoAzure:mainfrom
yashikajain14:main

Conversation

@yashikajain14
Copy link
Copy Markdown
Contributor


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

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

Copilot AI review requested due to automatic review settings July 17, 2025 12:33
@azure-client-tools-bot-prd
Copy link
Copy Markdown

azure-client-tools-bot-prd bot commented Jul 17, 2025

⚠️Azure CLI Extensions Breaking Change Test
⚠️lambda-test
rule cmd_name rule_message suggest_message
⚠️ 1001 - CmdAdd lambda-test hyper-execute organization update cmd lambda-test hyper-execute organization update added

@azure-client-tools-bot-prd
Copy link
Copy Markdown

Hi @yashikajain14,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Jul 17, 2025

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

@github-actions
Copy link
Copy Markdown
Contributor

The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR.

Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a stable version of the LambdaTest Azure CLI extension by updating the API version from preview to GA status, adding update functionality, and improving test coverage. The changes transition the extension from using the 2024-02-01-preview API version to the stable 2024-02-01 version.

  • Updates API version from 2024-02-01-preview to 2024-02-01 across all organization commands
  • Adds new update command functionality for LambdaTest organizations
  • Increases minimum Azure CLI core version requirement from 2.70.0 to 2.75.0

Reviewed Changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/lambda-test/azext_lambda_test/tests/latest/test_lambda_test.py Updates test data, fixes parameter naming, and adds update/delete test cases
src/lambda-test/azext_lambda_test/azext_metadata.json Updates minimum CLI core version requirement
src/lambda-test/azext_lambda_test/aaz/latest/lambda_test/hyper_execute/organization/_wait.py Updates API version from preview to stable
src/lambda-test/azext_lambda_test/aaz/latest/lambda_test/hyper_execute/organization/_update.py Adds new update command implementation
src/lambda-test/azext_lambda_test/aaz/latest/lambda_test/hyper_execute/organization/_show.py Updates API version and improves documentation
src/lambda-test/azext_lambda_test/aaz/latest/lambda_test/hyper_execute/organization/_list.py Updates API version and improves documentation
src/lambda-test/azext_lambda_test/aaz/latest/lambda_test/hyper_execute/organization/_delete.py Updates API version and improves documentation
src/lambda-test/azext_lambda_test/aaz/latest/lambda_test/hyper_execute/organization/_create.py Updates API version and improves documentation
src/lambda-test/azext_lambda_test/aaz/latest/lambda_test/hyper_execute/organization/__init__.py Adds import for new update command

Comment thread src/lambda-test/azext_lambda_test/tests/latest/test_lambda_test.py Outdated
Comment thread src/lambda-test/azext_lambda_test/tests/latest/test_lambda_test.py Outdated
@github-actions
Copy link
Copy Markdown
Contributor

CodeGen Tools Feedback Collection

Thank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jul 17, 2025

Hi @yashikajain14

⚠️ Release Requirements

Module: lambda-test

  • ⚠️ Please update VERSION to be 1.0.0b2 in src/lambda-test/setup.py

Notes

@yonzhan yonzhan requested a review from kairu-ms July 17, 2025 23:06
@yonzhan yonzhan requested a review from jsntcy July 17, 2025 23:06
@github-actions github-actions bot added the release-version-block Updates do not qualify release version rules. NOTE: please do not edit it manually. label Jul 18, 2025
@necusjz necusjz added skip-cal-version and removed release-version-block Updates do not qualify release version rules. NOTE: please do not edit it manually. labels Jul 21, 2025
@necusjz
Copy link
Copy Markdown
Member

necusjz commented Jul 21, 2025

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 2 pipeline(s).

@necusjz necusjz merged commit ebb1afe into Azure:main Jul 21, 2025
35 of 36 checks passed
@azclibot
Copy link
Copy Markdown
Collaborator

[Release] Update index.json for extension [ lambda-test-1.0.0 ] : https://dev.azure.com/msazure/One/_build/results?buildId=131049789&view=results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants