Skip to content

Conversation

@Tonychen0227
Copy link
Contributor


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

Related command

General Guidelines

  • [ x] Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • [ x ] Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • [ x] 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.

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

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

⚠️Azure CLI Extensions Breaking Change Test
⚠️serviceconnector-passwordless
rule cmd_name rule_message suggest_message
⚠️ 1006 - ParaAdd aks connection create mysql-flexible cmd aks connection create mysql-flexible added parameter connstr_props
⚠️ 1006 - ParaAdd aks connection create postgres-flexible cmd aks connection create postgres-flexible added parameter connstr_props
⚠️ 1006 - ParaAdd aks connection create sql cmd aks connection create sql added parameter connstr_props
⚠️ 1001 - CmdAdd containerapp connection create fabric-sql cmd containerapp connection create fabric-sql added
⚠️ 1006 - ParaAdd containerapp connection create mysql-flexible cmd containerapp connection create mysql-flexible added parameter connstr_props
⚠️ 1006 - ParaAdd containerapp connection create postgres-flexible cmd containerapp connection create postgres-flexible added parameter connstr_props
⚠️ 1006 - ParaAdd containerapp connection create sql cmd containerapp connection create sql added parameter connstr_props
⚠️ 1001 - CmdAdd functionapp connection create fabric-sql cmd functionapp connection create fabric-sql added
⚠️ 1006 - ParaAdd functionapp connection create mysql-flexible cmd functionapp connection create mysql-flexible added parameter connstr_props
⚠️ 1006 - ParaAdd functionapp connection create postgres-flexible cmd functionapp connection create postgres-flexible added parameter connstr_props
⚠️ 1006 - ParaAdd functionapp connection create sql cmd functionapp connection create sql added parameter connstr_props
⚠️ 1001 - CmdAdd webapp connection create fabric-sql cmd webapp connection create fabric-sql added
⚠️ 1006 - ParaAdd webapp connection create mysql-flexible cmd webapp connection create mysql-flexible added parameter connstr_props
⚠️ 1006 - ParaAdd webapp connection create postgres-flexible cmd webapp connection create postgres-flexible added parameter connstr_props
⚠️ 1006 - ParaAdd webapp connection create sql cmd webapp connection create sql added parameter connstr_props

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

Hi @Tonychen0227,
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.

@github-actions
Copy link

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>

@yonzhan
Copy link
Collaborator

yonzhan commented Feb 17, 2025

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

@github-actions
Copy link

github-actions bot commented Feb 17, 2025

@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 Feb 18, 2025
@Tonychen0227 Tonychen0227 marked this pull request as ready for review February 18, 2025 05:54
@kairu-ms kairu-ms added stable release extension module as stable and removed release-version-block Updates do not qualify release version rules. NOTE: please do not edit it manually. labels Feb 19, 2025
@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 Feb 19, 2025
@AllyW AllyW removed the stable release extension module as stable label Feb 19, 2025
@Tonychen0227 Tonychen0227 requested a review from xfz11 February 19, 2025 02:21
@github-actions github-actions bot removed the release-version-block Updates do not qualify release version rules. NOTE: please do not edit it manually. label Feb 19, 2025
@Tonychen0227 Tonychen0227 requested a review from wchigit February 19, 2025 05:07
Copy link
Contributor

@wchigit wchigit left a comment

Choose a reason for hiding this comment

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

Does fabric sql support interactive input mode? If so, what is the behavior with the connstr_props?

@Tonychen0227
Copy link
Contributor Author

Does fabric sql support interactive input mode? If so, what is the behavior with the connstr_props?

As discussed offline, there are a future refactoring opportunities:

  • Remove connstr_props and utilize Server and Database
  • However, since the API surface has already been changed in a previous azure-cli PR, we'd like to get this working as soon as possible.

@Tonychen0227 Tonychen0227 requested a review from wchigit February 19, 2025 06:42
@Tonychen0227
Copy link
Contributor Author

@kairu-ms - Approval has been granted, could you please run CI, and approve if passed?

Thanks!

@Tonychen0227
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

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

@yonzhan
Copy link
Collaborator

yonzhan commented Feb 19, 2025

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@Tonychen0227
Copy link
Contributor Author

@kairu-ms - could you please help to merge this PR now that merge validation has passed?

@kairu-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@kairu-ms kairu-ms merged commit 07c78a6 into Azure:main Feb 21, 2025
22 checks passed
@azclibot
Copy link
Collaborator

[Release] Update index.json for extension [ serviceconnector-passwordless-3.2.0 ] : https://dev.azure.com/msazure/One/_build/results?buildId=115822315&view=results

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

Labels

Auto-Assign Auto assign by bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants