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

azure - Update key replace code & rerecord cassettes #4272

Merged
merged 3 commits into from Jun 27, 2019

Conversation

logachev
Copy link
Collaborator

Update secrets replace code & rerecord cassettes

closes #4117

@@ -190,6 +191,7 @@ def _response_callback(self, response):
body = AzureVCRBaseTest._replace_tenant_id(body)
body = AzureVCRBaseTest._replace_subscription_id(body)
body = AzureVCRBaseTest._replace_storage_keys(body)
body = AzureVCRBaseTest._replace_instrumentation_key(body)
Copy link
Collaborator

Choose a reason for hiding this comment

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

At some point I guess we should just lift the whole azure common test bits - they do a more robust plugin model here to register cassette modifications like this.

@logachev logachev merged commit 5afc484 into cloud-custodian:master Jun 27, 2019
fidelito pushed a commit to fidelito/cloud-custodian that referenced this pull request May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure - Tests - Storage Key Substitution Gaps
2 participants