-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
{KeyVault} Modify random vault name prefix #12076
Conversation
@jiasli Reduced the name prefix length to meet the rule and reran all tests according to your advice, please review it again. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
After live run
By looking into
Then find usage of self.in_recording = self.is_live or not os.path.exists(self.recording_file) How it fails:
To solve it, simply remove: @ResourceGroupPreparer(name_prefix='cli_test_kv_cert_default_policy') |
This 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.