Skip to content
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

[storage-preview] az storage account create: Rename --key-vault-federated-identity-client-id to --key-vault-federated-client-id #4881

Merged
merged 4 commits into from
May 24, 2022

Conversation

evelyn-ys
Copy link
Member

@evelyn-ys evelyn-ys commented May 24, 2022

Asked by storage PM to keep parameter name align with Powershell design


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

Related command

az storage account create

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 pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify src/index.json.

…lient-id` to `--key-vault-federated-client-id`
@ghost ghost added the Auto-Assign Auto assign by bot label May 24, 2022
@ghost ghost requested review from calvinhzy and yonzhan May 24, 2022 05:12
@ghost ghost assigned evelyn-ys May 24, 2022
@ghost ghost added this to the Jun 2022 (2022-07-05) milestone May 24, 2022
@ghost ghost added the Storage label May 24, 2022
@ghost ghost requested a review from jiasli May 24, 2022 05:12
@ghost ghost assigned jiasli May 24, 2022
@ghost ghost added the Account label May 24, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented May 24, 2022

storage-preview

@@ -211,97 +211,6 @@ def test_storage_account_resource_access_rules(self, resource_group, storage_acc
])


class FileServicePropertiesTests(StorageScenarioMixin, ScenarioTest):
Copy link
Member Author

Choose a reason for hiding this comment

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

Removed since it has been moved to CLI main repo

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