Skip to content

Commit

Permalink
CodeGen from PR 18154 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Propagate the comment to the event-grid provider too (Azure#18154)
  • Loading branch information
SDKAuto committed Mar 11, 2022
1 parent 0b5d7ae commit a6330c1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
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/python@5.12.0",
"@autorest/modelerfour@4.19.3"
],
"commit": "efd3d669a86d2e123f57ac3a43e5af4bb9e3a29f",
"commit": "e14d80ab3f3630e8640ccd3b01e5ec9df647dc73",
"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"
}
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"
20 changes: 12 additions & 8 deletions sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -2134,8 +2134,9 @@ class EventGridDataConnection(DataConnection):
:ivar blob_storage_event_type: The name of blob storage event type to process. Possible values
include: "Microsoft.Storage.BlobCreated", "Microsoft.Storage.BlobRenamed".
:vartype blob_storage_event_type: str or ~kusto_management_client.models.BlobStorageEventType
:ivar managed_identity_resource_id: The resource ID of a managed identity (system or user
assigned) to be used to authenticate with event hub and storage account.
: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 managedIdentityResourceId.
:vartype managed_identity_object_id: str
Expand Down Expand Up @@ -2226,8 +2227,9 @@ def __init__(
:keyword blob_storage_event_type: The name of blob storage event type to process. Possible
values include: "Microsoft.Storage.BlobCreated", "Microsoft.Storage.BlobRenamed".
:paramtype blob_storage_event_type: str or ~kusto_management_client.models.BlobStorageEventType
:keyword managed_identity_resource_id: The resource ID of a managed identity (system or user
assigned) to be used to authenticate with event hub and storage account.
: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 Expand Up @@ -2295,8 +2297,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 +2376,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

0 comments on commit a6330c1

Please sign in to comment.