Azure / azure-cli-extensions

Public Repository for Extensions of Azure CLI.
https://docs.microsoft.com/en-us/cli/azure
MIT License
375 stars 1.16k forks source link

[fleet] upgrade fleet sdk to 2024-05-02-preview #7772

Closed pdaru closed 1 day ago

pdaru commented 1 week ago

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

Related command

General Guidelines

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[bot] commented 1 week ago
️✔️Azure CLI Extensions Breaking Change Test >
> ️✔️Non Breaking Changes > > >
azure-client-tools-bot-prd[bot] commented 1 week ago

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

azure-client-tools-bot-prd[bot] commented 1 week ago

Hi @pdaru, Since the current milestone time is less than 7 days, this pr will be reviewed in the next milestone.

yonzhan commented 1 week ago

fleet

github-actions[bot] commented 1 week ago

:warning: Release Suggestions

Module: fleet

pdaru commented 1 week ago

I'm not sure how/why it made changes to amg dir. Individual commits suggest no changes to those files.

pdaru commented 1 week ago

$ azdev style fleet

=============== | Style Check |

extension(s): [ fleet ] installed from a wheel may need --include-whl-extensions option

unsure how to resolve this.

@kairu-ms please could you help resolve the 2 issues?

kairu-ms commented 5 days ago

I'm not sure how/why it made changes to amg dir. Individual commits suggest no changes to those files.

You can revert back the change in amg folder

kairu-ms commented 5 days ago

$ azdev style fleet

===============

| Style Check | extension(s): [ fleet ] installed from a wheel may need --include-whl-extensions option

unsure how to resolve this.

@kairu-ms please could you help resolve the 2 issues?

You should install it from source code instead of wheel. Please uninstall it by az extension remove --name fleet first. Then use azdev extension add fleet to install from your source code.