We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9b6d6 commit 189fbcfCopy full SHA for 189fbcf
src/migrate/azext_migrate/helpers/replication/new/_execute_new.py
@@ -260,7 +260,7 @@ def _handle_configuration_validation(cmd,
260
if existing_item:
261
protection_state = existing_item.get('properties', {}).get('protectionState')
262
logger.warning("Found existing protected item: %s, state: %s",
263
- existing_item.get('id', 'unknown'), protection_state)
+ existing_item.get('id', 'unknown'), protection_state)
264
265
# If in failed state, offer helpful guidance
266
if protection_state in ['EnablingFailed', 'DisablingFailed', 'Failed']:
0 commit comments