Skip to content

Commit 6096468

Browse files
author
SDKAuto
committed
CodeGen from PR 16919 in Azure/azure-rest-api-specs
Merge 8f3eba759ffa00df110a178c1fcc39f1cd607a6a into 35ebd58
1 parent e16d161 commit 6096468

File tree

61 files changed

+8951
-32
lines changed

Some content is hidden

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

61 files changed

+8951
-32
lines changed

sdk/authorization/azure-mgmt-authorization/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "ac1c84fa8c897975b88a38a66dd64d54312a1422",
7+
"commit": "e62223fb2c074c5dfe2c38b8317ab0484473a02d",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
99
"autorest_command": "autorest specification/authorization/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.4.5",
1010
"readme": "specification/authorization/resource-manager/readme.md"

sdk/authorization/azure-mgmt-authorization/azure/mgmt/authorization/_authorization_management_client.py

Lines changed: 57 additions & 0 deletions
Large diffs are not rendered by default.

sdk/authorization/azure-mgmt-authorization/azure/mgmt/authorization/aio/_authorization_management_client.py

Lines changed: 57 additions & 0 deletions
Large diffs are not rendered by default.

sdk/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2015_06_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "2.0.0"
9+
VERSION = "1.0.0b1"

sdk/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2015_07_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "2.0.0"
9+
VERSION = "1.0.0b1"

sdk/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2015_07_01/aio/operations/_role_assignments_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ async def create(
289289
'/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}'
290290
for a resource.
291291
:type scope: str
292-
:param role_assignment_name: The name of the role assignment to create. It can be any valid
293-
GUID.
292+
:param role_assignment_name: A GUID for the role assignment to create. The name must be unique
293+
and different for each role assignment.
294294
:type role_assignment_name: str
295295
:param parameters: Parameters for the role assignment.
296296
:type parameters: ~azure.mgmt.authorization.v2015_07_01.models.RoleAssignmentCreateParameters

sdk/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2015_07_01/operations/_role_assignments_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ def create(
297297
'/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}'
298298
for a resource.
299299
:type scope: str
300-
:param role_assignment_name: The name of the role assignment to create. It can be any valid
301-
GUID.
300+
:param role_assignment_name: A GUID for the role assignment to create. The name must be unique
301+
and different for each role assignment.
302302
:type role_assignment_name: str
303303
:param parameters: Parameters for the role assignment.
304304
:type parameters: ~azure.mgmt.authorization.v2015_07_01.models.RoleAssignmentCreateParameters

sdk/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "2.0.0"
9+
VERSION = "1.0.0b1"

sdk/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/aio/operations/_role_assignments_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ async def create(
289289
'/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}'
290290
for a resource.
291291
:type scope: str
292-
:param role_assignment_name: The name of the role assignment to create. It can be any valid
293-
GUID.
292+
:param role_assignment_name: A GUID for the role assignment to create. The name must be unique
293+
and different for each role assignment.
294294
:type role_assignment_name: str
295295
:param parameters: Parameters for the role assignment.
296296
:type parameters: ~azure.mgmt.authorization.v2018_01_01_preview.models.RoleAssignmentCreateParameters

sdk/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/operations/_role_assignments_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ def create(
297297
'/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}'
298298
for a resource.
299299
:type scope: str
300-
:param role_assignment_name: The name of the role assignment to create. It can be any valid
301-
GUID.
300+
:param role_assignment_name: A GUID for the role assignment to create. The name must be unique
301+
and different for each role assignment.
302302
:type role_assignment_name: str
303303
:param parameters: Parameters for the role assignment.
304304
:type parameters: ~azure.mgmt.authorization.v2018_01_01_preview.models.RoleAssignmentCreateParameters

0 commit comments

Comments
 (0)