diff --git a/azure-mgmt-blueprint/azure/mgmt/blueprint/models/blueprint.py b/azure-mgmt-blueprint/azure/mgmt/blueprint/models/blueprint.py index 4a15ab336b4f..7f005181840e 100644 --- a/azure-mgmt-blueprint/azure/mgmt/blueprint/models/blueprint.py +++ b/azure-mgmt-blueprint/azure/mgmt/blueprint/models/blueprint.py @@ -63,7 +63,7 @@ class Blueprint(AzureResourceBase): 'display_name': {'key': 'properties.displayName', 'type': 'str'}, 'description': {'key': 'properties.description', 'type': 'str'}, 'status': {'key': 'properties.status', 'type': 'BlueprintStatus'}, - 'target_scope': {'key': 'properties.targetScope', 'type': 'BlueprintTargetScope'}, + 'target_scope': {'key': 'properties.targetScope', 'type': 'str'}, 'parameters': {'key': 'properties.parameters', 'type': '{ParameterDefinition}'}, 'resource_groups': {'key': 'properties.resourceGroups', 'type': '{ResourceGroupDefinition}'}, 'versions': {'key': 'properties.versions', 'type': 'object'}, diff --git a/azure-mgmt-blueprint/azure/mgmt/blueprint/models/blueprint_py3.py b/azure-mgmt-blueprint/azure/mgmt/blueprint/models/blueprint_py3.py index b938f77234e7..7d885ec8fe59 100644 --- a/azure-mgmt-blueprint/azure/mgmt/blueprint/models/blueprint_py3.py +++ b/azure-mgmt-blueprint/azure/mgmt/blueprint/models/blueprint_py3.py @@ -63,7 +63,7 @@ class Blueprint(AzureResourceBase): 'display_name': {'key': 'properties.displayName', 'type': 'str'}, 'description': {'key': 'properties.description', 'type': 'str'}, 'status': {'key': 'properties.status', 'type': 'BlueprintStatus'}, - 'target_scope': {'key': 'properties.targetScope', 'type': 'BlueprintTargetScope'}, + 'target_scope': {'key': 'properties.targetScope', 'type': 'str'}, 'parameters': {'key': 'properties.parameters', 'type': '{ParameterDefinition}'}, 'resource_groups': {'key': 'properties.resourceGroups', 'type': '{ResourceGroupDefinition}'}, 'versions': {'key': 'properties.versions', 'type': 'object'}, diff --git a/azure-mgmt-blueprint/azure/mgmt/blueprint/models/published_blueprint.py b/azure-mgmt-blueprint/azure/mgmt/blueprint/models/published_blueprint.py index 94c1f8ed8196..f14bc8121406 100644 --- a/azure-mgmt-blueprint/azure/mgmt/blueprint/models/published_blueprint.py +++ b/azure-mgmt-blueprint/azure/mgmt/blueprint/models/published_blueprint.py @@ -64,7 +64,7 @@ class PublishedBlueprint(AzureResourceBase): 'display_name': {'key': 'properties.displayName', 'type': 'str'}, 'description': {'key': 'properties.description', 'type': 'str'}, 'status': {'key': 'properties.status', 'type': 'BlueprintStatus'}, - 'target_scope': {'key': 'properties.targetScope', 'type': 'BlueprintTargetScope'}, + 'target_scope': {'key': 'properties.targetScope', 'type': 'str'}, 'parameters': {'key': 'properties.parameters', 'type': '{ParameterDefinition}'}, 'resource_groups': {'key': 'properties.resourceGroups', 'type': '{ResourceGroupDefinition}'}, 'blueprint_name': {'key': 'properties.blueprintName', 'type': 'str'}, diff --git a/azure-mgmt-blueprint/azure/mgmt/blueprint/models/published_blueprint_py3.py b/azure-mgmt-blueprint/azure/mgmt/blueprint/models/published_blueprint_py3.py index d7605c7f77e4..d07a816a69d3 100644 --- a/azure-mgmt-blueprint/azure/mgmt/blueprint/models/published_blueprint_py3.py +++ b/azure-mgmt-blueprint/azure/mgmt/blueprint/models/published_blueprint_py3.py @@ -64,7 +64,7 @@ class PublishedBlueprint(AzureResourceBase): 'display_name': {'key': 'properties.displayName', 'type': 'str'}, 'description': {'key': 'properties.description', 'type': 'str'}, 'status': {'key': 'properties.status', 'type': 'BlueprintStatus'}, - 'target_scope': {'key': 'properties.targetScope', 'type': 'BlueprintTargetScope'}, + 'target_scope': {'key': 'properties.targetScope', 'type': 'str'}, 'parameters': {'key': 'properties.parameters', 'type': '{ParameterDefinition}'}, 'resource_groups': {'key': 'properties.resourceGroups', 'type': '{ResourceGroupDefinition}'}, 'blueprint_name': {'key': 'properties.blueprintName', 'type': 'str'},