Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/kusto/azure-mgmt-kusto/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"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/[email protected] --use=@autorest/[email protected] --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/[email protected] --use=@autorest/[email protected] --version=3.7.2",
"readme": "specification/azure-kusto/resource-manager/readme.md"
}
2 changes: 1 addition & 1 deletion sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down