Skip to content

Conversation

@UtheMan
Copy link
Contributor

@UtheMan UtheMan commented May 6, 2022


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?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update src/index.json automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify src/index.json.

@ghost ghost requested review from wangzelin007 and zhoxing-ms May 6, 2022 19:23
@ghost ghost assigned zhoxing-ms May 6, 2022
@ghost ghost added the Auto-Assign Auto assign by bot label May 6, 2022
@ghost ghost requested a review from yonzhan May 6, 2022 19:23
@ghost ghost added the AKS label May 6, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented May 6, 2022

aks

@yonzhan yonzhan added this to the May 2022 (2022-05-24) milestone May 6, 2022
@UtheMan UtheMan force-pushed the mikolaj/add-custom-ca-trust branch from af83e72 to 3d2b320 Compare May 19, 2022 03:36
@FumingZhang
Copy link
Member

The error msg from Azure.azure-cli-extensions (CLI Linter on Modified Extensions)

/home/vsts/work/1/s/src/aks-preview/azext_aks_preview/_validators.py:589:1: E302 expected 2 blank lines, found 1
/home/vsts/work/1/s/src/aks-preview/azext_aks_preview/_validators.py:594:1: W391 blank line at end of file

To fix, add a new line before line 589 (two lines between functions) and another new line after line 594 (i.e., leave an empty line at the end of a python file).

Copy link
Member

@FumingZhang FumingZhang left a comment

Choose a reason for hiding this comment

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

LGMT

Copy link
Member

@FumingZhang FumingZhang left a comment

Choose a reason for hiding this comment

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

Fix typo

@UtheMan
Copy link
Contributor Author

UtheMan commented May 27, 2022

Is it looking good? Can we get this merged? :) @zhoxing-ms @FumingZhang

@zhoxing-ms zhoxing-ms merged commit c19eb8f into Azure:main May 28, 2022
FumingZhang added a commit to FumingZhang/azure-cli-extensions that referenced this pull request Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants