Skip to content

{AuthV2} az webapp auth update: Fix --excluded-paths logic#1

Closed
a0x1ab wants to merge 1 commit intomainfrom
authv2-excluded-paths-fix
Closed

{AuthV2} az webapp auth update: Fix --excluded-paths logic#1
a0x1ab wants to merge 1 commit intomainfrom
authv2-excluded-paths-fix

Conversation

@a0x1ab
Copy link
Owner

@a0x1ab a0x1ab commented Oct 18, 2025

Related command

az webapp auth update -g {resource-group} --excluded-paths {paths}

Description

  1. Fixed logic for parsing excluded paths for auth update
  2. Added new test and recording for the parsing fix
  3. Fixed errors in AuthV2 scenario tests which were affecting this PR
  4. Re-recorded their tests

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

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.

@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>

@a0x1ab a0x1ab closed this Oct 18, 2025
@github-actions
Copy link

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.

1 participant