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

Migrate msrest to azure-core #1245

Merged

Conversation

Fred-sun
Copy link
Collaborator

SUMMARY

Migrate msrest to azure-core

ISSUE TYPE
  • Bugfix Pull Request
  • Docs Pull Request
  • Feature Pull Request
  • New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION

@@ -112,6 +112,8 @@
from ansible.module_utils.common.dict_transformations import _snake_to_camel

try:
from msrestazure.azure_exceptions import CloudError
Copy link
Collaborator

Choose a reason for hiding this comment

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

import resource not used

@@ -272,12 +273,6 @@ def delete_recovery_service_vault(self):
self.log('Error attempting to delete Azure Recovery Service Vault.')
self.fail('Error while deleting Azure Recovery Service Vault: {0}'.format(str(e)))

Copy link
Collaborator

Choose a reason for hiding this comment

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

response = self.delete_recovery_service_vault()
Response not returned

@xuzhang3 xuzhang3 merged commit af76d0d into ansible-collections:dev Sep 21, 2023
@Fred-sun Fred-sun deleted the migrate-msrest-to-azure-core branch March 25, 2024 02:59
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.

2 participants