From 1b1f431a02213811874d68eb94e60a2974383cdc Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 23 Feb 2022 16:31:49 +0000 Subject: [PATCH] CodeGen from PR 17962 in Azure/azure-rest-api-specs Merge 96cc8c838d3b5c48cd5adff4e9e4b2acd5a95706 into 9f48feaf684784644513d11ddb7bd0ac2e32f48e --- sdk/kusto/azure-mgmt-kusto/_meta.json | 4 ++-- .../azure-mgmt-kusto/azure/mgmt/kusto/_version.py | 2 +- .../azure/mgmt/kusto/models/_models_py3.py | 10 ++++++---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/sdk/kusto/azure-mgmt-kusto/_meta.json b/sdk/kusto/azure-mgmt-kusto/_meta.json index 8bf49b74dbb6..a5ad79f433fe 100644 --- a/sdk/kusto/azure-mgmt-kusto/_meta.json +++ b/sdk/kusto/azure-mgmt-kusto/_meta.json @@ -4,8 +4,8 @@ "@autorest/python@5.12.0", "@autorest/modelerfour@4.19.3" ], - "commit": "efd3d669a86d2e123f57ac3a43e5af4bb9e3a29f", + "commit": "8a1bf4453821c67e6421ee6fd9e86fbffa4a590b", "repository_url": "https://github.com/Azure/azure-rest-api-specs", - "autorest_command": "autorest specification/azure-kusto/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/python@5.12.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2", + "autorest_command": "autorest specification/azure-kusto/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/python@5.12.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2", "readme": "specification/azure-kusto/resource-manager/readme.md" } \ No newline at end of file diff --git a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_version.py b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_version.py index f30401ec2040..e32dc6ec4218 100644 --- a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_version.py +++ b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "2.2.0" +VERSION = "2.0.0b1" diff --git a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models_py3.py b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models_py3.py index fdaf0a6510db..a38ac218fef3 100644 --- a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models_py3.py +++ b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models_py3.py @@ -2295,8 +2295,9 @@ class EventHubDataConnection(DataConnection): :ivar provisioning_state: The provisioned state of the resource. Possible values include: "Running", "Creating", "Deleting", "Succeeded", "Failed", "Moving". :vartype provisioning_state: str or ~kusto_management_client.models.ProvisioningState - :ivar managed_identity_resource_id: The resource ID of a managed identity (system or user - assigned) to be used to authenticate with event hub. + :ivar managed_identity_resource_id: Empty for non-managed identity based data connection. For + system assigned identity, provide cluster resource Id. For user assigned identity (UAI) + provide the UAI resource Id. :vartype managed_identity_resource_id: str :ivar managed_identity_object_id: The object ID of the managedIdentityResourceId. :vartype managed_identity_object_id: str @@ -2373,8 +2374,9 @@ def __init__( :keyword compression: The event hub messages compression type. Possible values include: "None", "GZip". Default value: "None". :paramtype compression: str or ~kusto_management_client.models.Compression - :keyword managed_identity_resource_id: The resource ID of a managed identity (system or user - assigned) to be used to authenticate with event hub. + :keyword managed_identity_resource_id: Empty for non-managed identity based data connection. + For system assigned identity, provide cluster resource Id. For user assigned identity (UAI) + provide the UAI resource Id. :paramtype managed_identity_resource_id: str :keyword database_routing: Indication for database routing information from the data connection, by default only database routing information is allowed. Possible values include: