Skip to content

Commit 56c49ad

Browse files
authored
[AutoPR blueprint/resource-manager] [Hub Generated] Review request for Microsoft.Blueprint to add version 2018-11-01-preview (#4329)
* Generated from 04eff477a9f1f1c60151e728886b4e75b3797383 fix two other sentences * Packaging update of azure-mgmt-blueprint
1 parent dad5ef0 commit 56c49ad

File tree

59 files changed

+242
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+242
-250
lines changed

azure-mgmt-blueprint/README.rst

-19
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,6 @@ For the older Azure Service Management (ASM) libraries, see
1414
For a more complete set of Azure libraries, see the `azure <https://pypi.python.org/pypi/azure>`__ bundle package.
1515

1616

17-
Compatibility
18-
=============
19-
20-
**IMPORTANT**: If you have an earlier version of the azure package
21-
(version < 1.0), you should uninstall it before installing this package.
22-
23-
You can check the version using pip:
24-
25-
.. code:: shell
26-
27-
pip freeze
28-
29-
If you see azure==0.11.0 (or any version below 1.0), uninstall it first:
30-
31-
.. code:: shell
32-
33-
pip uninstall azure
34-
35-
3617
Usage
3718
=====
3819

azure-mgmt-blueprint/azure/mgmt/blueprint/models/artifact.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class Artifact(AzureResourceBase):
16-
"""Represents a Blueprint artifact.
16+
"""Represents a blueprint artifact.
1717
1818
You probably want to use the sub-classes and not this class directly. Known
1919
sub-classes are: TemplateArtifact, RoleAssignmentArtifact,

azure-mgmt-blueprint/azure/mgmt/blueprint/models/artifact_py3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class Artifact(AzureResourceBase):
16-
"""Represents a Blueprint artifact.
16+
"""Represents a blueprint artifact.
1717
1818
You probably want to use the sub-classes and not this class directly. Known
1919
sub-classes are: TemplateArtifact, RoleAssignmentArtifact,

azure-mgmt-blueprint/azure/mgmt/blueprint/models/assignment.py

+12-11
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class Assignment(TrackedResource):
16-
"""Represents a Blueprint assignment.
16+
"""Represents a blueprint assignment.
1717
1818
Variables are only populated by the server, and will be ignored when
1919
sending a request.
@@ -26,31 +26,32 @@ class Assignment(TrackedResource):
2626
:vartype type: str
2727
:ivar name: Name of this resource.
2828
:vartype name: str
29-
:param location: Required. The location of this Blueprint assignment.
29+
:param location: Required. The location of this blueprint assignment.
3030
:type location: str
31-
:param identity: Required. Managed Service Identity for this Blueprint
32-
assignment
31+
:param identity: Required. Managed identity for this blueprint assignment.
3332
:type identity: ~azure.mgmt.blueprint.models.ManagedServiceIdentity
3433
:param display_name: One-liner string explain this resource.
3534
:type display_name: str
3635
:param description: Multi-line explain this resource.
3736
:type description: str
38-
:param blueprint_id: ID of the Blueprint definition resource.
37+
:param blueprint_id: ID of the published version of a blueprint
38+
definition.
3939
:type blueprint_id: str
40-
:param parameters: Required. Blueprint parameter values.
40+
:param parameters: Required. Blueprint assignment parameter values.
4141
:type parameters: dict[str,
4242
~azure.mgmt.blueprint.models.ParameterValueBase]
4343
:param resource_groups: Required. Names and locations of resource group
4444
placeholders.
4545
:type resource_groups: dict[str,
4646
~azure.mgmt.blueprint.models.ResourceGroupValue]
47-
:ivar status: Status of Blueprint assignment. This field is readonly.
47+
:ivar status: Status of blueprint assignment. This field is readonly.
4848
:vartype status: ~azure.mgmt.blueprint.models.AssignmentStatus
49-
:param locks: Defines how Blueprint-managed resources will be locked.
49+
:param locks: Defines how resources deployed by a blueprint assignment are
50+
locked.
5051
:type locks: ~azure.mgmt.blueprint.models.AssignmentLockSettings
51-
:ivar provisioning_state: State of the assignment. Possible values
52-
include: 'creating', 'validating', 'waiting', 'deploying', 'cancelling',
53-
'locking', 'succeeded', 'failed', 'canceled', 'deleting'
52+
:ivar provisioning_state: State of the blueprint assignment. Possible
53+
values include: 'creating', 'validating', 'waiting', 'deploying',
54+
'cancelling', 'locking', 'succeeded', 'failed', 'canceled', 'deleting'
5455
:vartype provisioning_state: str or
5556
~azure.mgmt.blueprint.models.AssignmentProvisioningState
5657
"""

azure-mgmt-blueprint/azure/mgmt/blueprint/models/assignment_deployment_job.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414

1515
class AssignmentDeploymentJob(Model):
16-
"""Represents individual job in given assignment operation.
16+
"""Represents individual job in given blueprint assignment operation.
1717
18-
:param kind: Kind of the job.
18+
:param kind: Kind of job.
1919
:type kind: str
2020
:param action: Name of the action performed in this job.
2121
:type action: str

azure-mgmt-blueprint/azure/mgmt/blueprint/models/assignment_deployment_job_py3.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414

1515
class AssignmentDeploymentJob(Model):
16-
"""Represents individual job in given assignment operation.
16+
"""Represents individual job in given blueprint assignment operation.
1717
18-
:param kind: Kind of the job.
18+
:param kind: Kind of job.
1919
:type kind: str
2020
:param action: Name of the action performed in this job.
2121
:type action: str

azure-mgmt-blueprint/azure/mgmt/blueprint/models/assignment_lock_settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class AssignmentLockSettings(Model):
16-
"""Defines how Blueprint-managed resources will be locked.
16+
"""Defines how resources deployed by a blueprint assignment are locked.
1717
1818
:param mode: Lock mode. Possible values include: 'None', 'AllResources'
1919
:type mode: str or ~azure.mgmt.blueprint.models.AssignmentLockMode

azure-mgmt-blueprint/azure/mgmt/blueprint/models/assignment_lock_settings_py3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class AssignmentLockSettings(Model):
16-
"""Defines how Blueprint-managed resources will be locked.
16+
"""Defines how resources deployed by a blueprint assignment are locked.
1717
1818
:param mode: Lock mode. Possible values include: 'None', 'AllResources'
1919
:type mode: str or ~azure.mgmt.blueprint.models.AssignmentLockMode

azure-mgmt-blueprint/azure/mgmt/blueprint/models/assignment_operation.py

+7-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414

1515
class AssignmentOperation(AzureResourceBase):
16-
"""Represents underlying deployment detail for each update to the assignment.
16+
"""Represents underlying deployment detail for each update to the blueprint
17+
assignment.
1718
1819
Variables are only populated by the server, and will be ignored when
1920
sending a request.
@@ -24,18 +25,18 @@ class AssignmentOperation(AzureResourceBase):
2425
:vartype type: str
2526
:ivar name: Name of this resource.
2627
:vartype name: str
27-
:param blueprint_version: The blueprint version used for the assignment
28-
operation.
28+
:param blueprint_version: The published version of the blueprint
29+
definition used for the blueprint assignment operation.
2930
:type blueprint_version: str
30-
:param assignment_state: State of this assignment operation.
31+
:param assignment_state: State of this blueprint assignment operation.
3132
:type assignment_state: str
32-
:param time_created: Create time of this Assignment Operation.
33+
:param time_created: Create time of this blueprint assignment operation.
3334
:type time_created: str
3435
:param time_started: Start time of the underlying deployment.
3536
:type time_started: str
3637
:param time_finished: Finish time of the overall underlying deployments.
3738
:type time_finished: str
38-
:param deployments: List of jobs in this assignment operation.
39+
:param deployments: List of jobs in this blueprint assignment operation.
3940
:type deployments:
4041
list[~azure.mgmt.blueprint.models.AssignmentDeploymentJob]
4142
"""

azure-mgmt-blueprint/azure/mgmt/blueprint/models/assignment_operation_py3.py

+7-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414

1515
class AssignmentOperation(AzureResourceBase):
16-
"""Represents underlying deployment detail for each update to the assignment.
16+
"""Represents underlying deployment detail for each update to the blueprint
17+
assignment.
1718
1819
Variables are only populated by the server, and will be ignored when
1920
sending a request.
@@ -24,18 +25,18 @@ class AssignmentOperation(AzureResourceBase):
2425
:vartype type: str
2526
:ivar name: Name of this resource.
2627
:vartype name: str
27-
:param blueprint_version: The blueprint version used for the assignment
28-
operation.
28+
:param blueprint_version: The published version of the blueprint
29+
definition used for the blueprint assignment operation.
2930
:type blueprint_version: str
30-
:param assignment_state: State of this assignment operation.
31+
:param assignment_state: State of this blueprint assignment operation.
3132
:type assignment_state: str
32-
:param time_created: Create time of this Assignment Operation.
33+
:param time_created: Create time of this blueprint assignment operation.
3334
:type time_created: str
3435
:param time_started: Start time of the underlying deployment.
3536
:type time_started: str
3637
:param time_finished: Finish time of the overall underlying deployments.
3738
:type time_finished: str
38-
:param deployments: List of jobs in this assignment operation.
39+
:param deployments: List of jobs in this blueprint assignment operation.
3940
:type deployments:
4041
list[~azure.mgmt.blueprint.models.AssignmentDeploymentJob]
4142
"""

azure-mgmt-blueprint/azure/mgmt/blueprint/models/assignment_py3.py

+12-11
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class Assignment(TrackedResource):
16-
"""Represents a Blueprint assignment.
16+
"""Represents a blueprint assignment.
1717
1818
Variables are only populated by the server, and will be ignored when
1919
sending a request.
@@ -26,31 +26,32 @@ class Assignment(TrackedResource):
2626
:vartype type: str
2727
:ivar name: Name of this resource.
2828
:vartype name: str
29-
:param location: Required. The location of this Blueprint assignment.
29+
:param location: Required. The location of this blueprint assignment.
3030
:type location: str
31-
:param identity: Required. Managed Service Identity for this Blueprint
32-
assignment
31+
:param identity: Required. Managed identity for this blueprint assignment.
3332
:type identity: ~azure.mgmt.blueprint.models.ManagedServiceIdentity
3433
:param display_name: One-liner string explain this resource.
3534
:type display_name: str
3635
:param description: Multi-line explain this resource.
3736
:type description: str
38-
:param blueprint_id: ID of the Blueprint definition resource.
37+
:param blueprint_id: ID of the published version of a blueprint
38+
definition.
3939
:type blueprint_id: str
40-
:param parameters: Required. Blueprint parameter values.
40+
:param parameters: Required. Blueprint assignment parameter values.
4141
:type parameters: dict[str,
4242
~azure.mgmt.blueprint.models.ParameterValueBase]
4343
:param resource_groups: Required. Names and locations of resource group
4444
placeholders.
4545
:type resource_groups: dict[str,
4646
~azure.mgmt.blueprint.models.ResourceGroupValue]
47-
:ivar status: Status of Blueprint assignment. This field is readonly.
47+
:ivar status: Status of blueprint assignment. This field is readonly.
4848
:vartype status: ~azure.mgmt.blueprint.models.AssignmentStatus
49-
:param locks: Defines how Blueprint-managed resources will be locked.
49+
:param locks: Defines how resources deployed by a blueprint assignment are
50+
locked.
5051
:type locks: ~azure.mgmt.blueprint.models.AssignmentLockSettings
51-
:ivar provisioning_state: State of the assignment. Possible values
52-
include: 'creating', 'validating', 'waiting', 'deploying', 'cancelling',
53-
'locking', 'succeeded', 'failed', 'canceled', 'deleting'
52+
:ivar provisioning_state: State of the blueprint assignment. Possible
53+
values include: 'creating', 'validating', 'waiting', 'deploying',
54+
'cancelling', 'locking', 'succeeded', 'failed', 'canceled', 'deleting'
5455
:vartype provisioning_state: str or
5556
~azure.mgmt.blueprint.models.AssignmentProvisioningState
5657
"""

azure-mgmt-blueprint/azure/mgmt/blueprint/models/assignment_status.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414

1515
class AssignmentStatus(BlueprintResourceStatusBase):
16-
"""The status of Blueprint assignment. This field is readonly.
16+
"""The status of a blueprint assignment. This field is readonly.
1717
1818
Variables are only populated by the server, and will be ignored when
1919
sending a request.
2020
21-
:ivar time_created: Creation time of this blueprint.
21+
:ivar time_created: Creation time of this blueprint definition.
2222
:vartype time_created: str
23-
:ivar last_modified: Last modified time of this blueprint.
23+
:ivar last_modified: Last modified time of this blueprint definition.
2424
:vartype last_modified: str
2525
"""
2626

azure-mgmt-blueprint/azure/mgmt/blueprint/models/assignment_status_py3.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414

1515
class AssignmentStatus(BlueprintResourceStatusBase):
16-
"""The status of Blueprint assignment. This field is readonly.
16+
"""The status of a blueprint assignment. This field is readonly.
1717
1818
Variables are only populated by the server, and will be ignored when
1919
sending a request.
2020
21-
:ivar time_created: Creation time of this blueprint.
21+
:ivar time_created: Creation time of this blueprint definition.
2222
:vartype time_created: str
23-
:ivar last_modified: Last modified time of this blueprint.
23+
:ivar last_modified: Last modified time of this blueprint definition.
2424
:vartype last_modified: str
2525
"""
2626

azure-mgmt-blueprint/azure/mgmt/blueprint/models/blueprint.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ class Blueprint(AzureResourceBase):
2828
:type display_name: str
2929
:param description: Multi-line explain this resource.
3030
:type description: str
31-
:ivar status: Status of the Blueprint. This field is readonly.
31+
:ivar status: Status of the blueprint. This field is readonly.
3232
:vartype status: ~azure.mgmt.blueprint.models.BlueprintStatus
33-
:param target_scope: The scope where this Blueprint can be applied.
34-
Possible values include: 'subscription', 'managementGroup'
33+
:param target_scope: The scope where this blueprint definition can be
34+
assigned. Possible values include: 'subscription', 'managementGroup'
3535
:type target_scope: str or
3636
~azure.mgmt.blueprint.models.BlueprintTargetScope
37-
:param parameters: Parameters required by this Blueprint definition.
37+
:param parameters: Parameters required by this blueprint definition.
3838
:type parameters: dict[str,
3939
~azure.mgmt.blueprint.models.ParameterDefinition]
4040
:param resource_groups: Resource group placeholders defined by this
41-
Blueprint definition.
41+
blueprint definition.
4242
:type resource_groups: dict[str,
4343
~azure.mgmt.blueprint.models.ResourceGroupDefinition]
44-
:param versions: Published versions of this blueprint.
44+
:param versions: Published versions of this blueprint definition.
4545
:type versions: object
46-
:param layout: Layout view of the blueprint, for UI reference.
46+
:param layout: Layout view of the blueprint definition for UI reference.
4747
:type layout: object
4848
"""
4949

azure-mgmt-blueprint/azure/mgmt/blueprint/models/blueprint_py3.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ class Blueprint(AzureResourceBase):
2828
:type display_name: str
2929
:param description: Multi-line explain this resource.
3030
:type description: str
31-
:ivar status: Status of the Blueprint. This field is readonly.
31+
:ivar status: Status of the blueprint. This field is readonly.
3232
:vartype status: ~azure.mgmt.blueprint.models.BlueprintStatus
33-
:param target_scope: The scope where this Blueprint can be applied.
34-
Possible values include: 'subscription', 'managementGroup'
33+
:param target_scope: The scope where this blueprint definition can be
34+
assigned. Possible values include: 'subscription', 'managementGroup'
3535
:type target_scope: str or
3636
~azure.mgmt.blueprint.models.BlueprintTargetScope
37-
:param parameters: Parameters required by this Blueprint definition.
37+
:param parameters: Parameters required by this blueprint definition.
3838
:type parameters: dict[str,
3939
~azure.mgmt.blueprint.models.ParameterDefinition]
4040
:param resource_groups: Resource group placeholders defined by this
41-
Blueprint definition.
41+
blueprint definition.
4242
:type resource_groups: dict[str,
4343
~azure.mgmt.blueprint.models.ResourceGroupDefinition]
44-
:param versions: Published versions of this blueprint.
44+
:param versions: Published versions of this blueprint definition.
4545
:type versions: object
46-
:param layout: Layout view of the blueprint, for UI reference.
46+
:param layout: Layout view of the blueprint definition for UI reference.
4747
:type layout: object
4848
"""
4949

azure-mgmt-blueprint/azure/mgmt/blueprint/models/blueprint_resource_status_base.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414

1515
class BlueprintResourceStatusBase(Model):
16-
"""Shared status properties between all Blueprint resources.
16+
"""Shared status properties between all blueprint resources.
1717
1818
Variables are only populated by the server, and will be ignored when
1919
sending a request.
2020
21-
:ivar time_created: Creation time of this blueprint.
21+
:ivar time_created: Creation time of this blueprint definition.
2222
:vartype time_created: str
23-
:ivar last_modified: Last modified time of this blueprint.
23+
:ivar last_modified: Last modified time of this blueprint definition.
2424
:vartype last_modified: str
2525
"""
2626

azure-mgmt-blueprint/azure/mgmt/blueprint/models/blueprint_resource_status_base_py3.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414

1515
class BlueprintResourceStatusBase(Model):
16-
"""Shared status properties between all Blueprint resources.
16+
"""Shared status properties between all blueprint resources.
1717
1818
Variables are only populated by the server, and will be ignored when
1919
sending a request.
2020
21-
:ivar time_created: Creation time of this blueprint.
21+
:ivar time_created: Creation time of this blueprint definition.
2222
:vartype time_created: str
23-
:ivar last_modified: Last modified time of this blueprint.
23+
:ivar last_modified: Last modified time of this blueprint definition.
2424
:vartype last_modified: str
2525
"""
2626

0 commit comments

Comments
 (0)