-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RDBMS] az postgres flexible-server private-endpoint-connection / private-link-resource / server-logs / virtual-endpoint list
: Fix linter issue and not exposing IDs parameter on the list command
#30551
base: dev
Are you sure you want to change the base?
Conversation
…vate-link-resource / server-logs / virtual-endpoint list: Fix linter issue and not exposing IDs parameter on the list command
️✔️AzureCLI-FullTest
|
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
postgres flexible-server private-endpoint-connection list | cmd postgres flexible-server private-endpoint-connection list update parameter server_name : removed property id_part=name |
||
postgres flexible-server private-link-resource list | cmd postgres flexible-server private-link-resource list update parameter server_name : removed property id_part=name |
||
postgres flexible-server server-logs list | cmd postgres flexible-server server-logs list update parameter server_name : removed property id_part=name |
||
postgres flexible-server virtual-endpoint list | cmd postgres flexible-server virtual-endpoint list update parameter server_name : removed property id_part=name |
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
@evelyn-ys We saw this issue come up when linter check is done; is it considered a breaking change to fix? |
@wangzelin007 @AllyW Do you have knowledge of |
@nasc17 I don't suggest breaking changes. You can add linter exclusion rules instead |
Related command
Description
Fix linter issue and not exposing IDs parameter on the list command
Testing Guide
Local testing
History Notes
[RDBMS] BREAKING CHANGE:
az postgres flexible-server private-endpoint-connection / private-link-resource / server-logs / virtual-endpoint list
: Fix linter issue and not exposing IDs parameter on the list commandThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.