Skip to content

Commit 42a2519

Browse files
author
SDKAuto
committed
CodeGen from PR 16639 in Azure/azure-rest-api-specs
Merge cf848c9f570c1157bbad81e214f5bb2993e578bb into 0fba9ba
1 parent 05c8dc8 commit 42a2519

File tree

22 files changed

+32
-32
lines changed

22 files changed

+32
-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": "d1d74695f32d01d1c46434d43a044f9d6e9acefb",
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/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

sdk/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2018_05_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_07_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"

0 commit comments

Comments
 (0)