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
8 changes: 0 additions & 8 deletions src/kusto/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,3 @@ Release History
0.1.0
++++++
* Initial release.

0.2.0
++++++
* Adding Engine v3 support and User-Assigned-Identity

0.3.0
++++++
* Adding TableLeavelSharing feature, Script resource
4 changes: 2 additions & 2 deletions src/kusto/azext_kusto/generated/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@
type: command
short-summary: "Create an attached database configuration."
parameters:
- name: --table-level-sharing-properties --tls
- name: --table-level-sharing-properties
short-summary: "Table level sharing specifications"
long-summary: |
Usage: --table-level-sharing-properties tables-to-include=XX tables-to-exclude=XX \
Expand Down Expand Up @@ -738,7 +738,7 @@
type: command
short-summary: "Update an attached database configuration."
parameters:
- name: --table-level-sharing-properties --tls
- name: --table-level-sharing-properties
short-summary: "Table level sharing specifications"
long-summary: |
Usage: --table-level-sharing-properties tables-to-include=XX tables-to-exclude=XX \
Expand Down
45 changes: 20 additions & 25 deletions src/kusto/azext_kusto/generated/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,11 @@ def load_arguments(self, _):
help='The type of managed identity used. The type \'SystemAssigned, UserAssigned\' includes both an '
'implicitly created identity and a set of user-assigned identities. The type \'None\' will remove '
'all identities.', arg_group='Identity')
c.argument('user_assigned_identities', options_list=['--user-assigned-identities', '--uai'],
type=validate_file_or_dict, help='The list of user identities associated with the Kusto cluster. '
'The user identity dictionary key references will be ARM resource ids in the form: '
'\'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIde'
'ntity/userAssignedIdentities/{identityName}\'. Expected value: json-string/@json-file.',
arg_group='Identity')
c.argument('user_assigned_identities', type=validate_file_or_dict, help='The list of user identities '
'associated with the Kusto cluster. The user identity dictionary key references will be ARM '
'resource ids in the form: \'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/prov'
'iders/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}\'. Expected value: '
'json-string/@json-file.', arg_group='Identity')

with self.argument_context('kusto cluster update') as c:
c.argument('resource_group_name', resource_group_name_type)
Expand Down Expand Up @@ -121,12 +120,11 @@ def load_arguments(self, _):
help='The type of managed identity used. The type \'SystemAssigned, UserAssigned\' includes both an '
'implicitly created identity and a set of user-assigned identities. The type \'None\' will remove '
'all identities.', arg_group='Identity')
c.argument('user_assigned_identities', options_list=['--user-assigned-identities', '--uai'],
type=validate_file_or_dict, help='The list of user identities associated with the Kusto cluster. '
'The user identity dictionary key references will be ARM resource ids in the form: '
'\'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIde'
'ntity/userAssignedIdentities/{identityName}\'. Expected value: json-string/@json-file.',
arg_group='Identity')
c.argument('user_assigned_identities', type=validate_file_or_dict, help='The list of user identities '
'associated with the Kusto cluster. The user identity dictionary key references will be ARM '
'resource ids in the form: \'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/prov'
'iders/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}\'. Expected value: '
'json-string/@json-file.', arg_group='Identity')

with self.argument_context('kusto cluster delete') as c:
c.argument('resource_group_name', resource_group_name_type)
Expand Down Expand Up @@ -430,8 +428,8 @@ def load_arguments(self, _):
'like to attach reside.')
c.argument('default_principals_modification_kind', arg_type=get_enum_type(['Union', 'Replace', 'None']),
help='The default principals modification kind')
c.argument('table_level_sharing_properties', options_list=['--table-level-sharing-properties', '--tls'],
action=AddTableLevelSharingProperties, nargs='+', help='Table level sharing specifications')
c.argument('table_level_sharing_properties', action=AddTableLevelSharingProperties, nargs='+', help='Table '
'level sharing specifications')

with self.argument_context('kusto attached-database-configuration update') as c:
c.argument('resource_group_name', resource_group_name_type)
Expand All @@ -447,8 +445,8 @@ def load_arguments(self, _):
'like to attach reside.')
c.argument('default_principals_modification_kind', arg_type=get_enum_type(['Union', 'Replace', 'None']),
help='The default principals modification kind')
c.argument('table_level_sharing_properties', options_list=['--table-level-sharing-properties', '--tls'],
action=AddTableLevelSharingProperties, nargs='+', help='Table level sharing specifications')
c.argument('table_level_sharing_properties', action=AddTableLevelSharingProperties, nargs='+', help='Table '
'level sharing specifications')
c.ignore('parameters')

with self.argument_context('kusto attached-database-configuration delete') as c:
Expand Down Expand Up @@ -527,9 +525,8 @@ def load_arguments(self, _):
c.argument('event_system_properties', nargs='+', help='System properties of the event hub')
c.argument('compression', arg_type=get_enum_type(['None', 'GZip']), help='The event hub messages compression '
'type')
c.argument('managed_identity_resource_id', options_list=['--managed-identity-resource-id', '--mi-rid'],
type=str, help='The resource ID of a managed identity (system or user assigned) to be used to '
'authenticate with event hub.')
c.argument('managed_identity_resource_id', type=str, help='The resource ID of a managed identity (system or '
'user assigned) to be used to authenticate with event hub.')

with self.argument_context('kusto data-connection iot-hub create') as c:
c.argument('resource_group_name', resource_group_name_type)
Expand Down Expand Up @@ -604,9 +601,8 @@ def load_arguments(self, _):
c.argument('event_system_properties', nargs='+', help='System properties of the event hub')
c.argument('compression', arg_type=get_enum_type(['None', 'GZip']), help='The event hub messages compression '
'type')
c.argument('managed_identity_resource_id', options_list=['--managed-identity-resource-id', '--mi-rid'],
type=str, help='The resource ID of a managed identity (system or user assigned) to be used to '
'authenticate with event hub.')
c.argument('managed_identity_resource_id', type=str, help='The resource ID of a managed identity (system or '
'user assigned) to be used to authenticate with event hub.')

with self.argument_context('kusto data-connection iot-hub update') as c:
c.argument('resource_group_name', resource_group_name_type)
Expand Down Expand Up @@ -690,9 +686,8 @@ def load_arguments(self, _):
c.argument('event_system_properties', nargs='+', help='System properties of the event hub')
c.argument('compression', arg_type=get_enum_type(['None', 'GZip']), help='The event hub messages compression '
'type')
c.argument('managed_identity_resource_id', options_list=['--managed-identity-resource-id', '--mi-rid'],
type=str, help='The resource ID of a managed identity (system or user assigned) to be used to '
'authenticate with event hub.')
c.argument('managed_identity_resource_id', type=str, help='The resource ID of a managed identity (system or '
'user assigned) to be used to authenticate with event hub.')

with self.argument_context('kusto data-connection iot-hub data-connection-validation') as c:
c.argument('resource_group_name', resource_group_name_type)
Expand Down

This file was deleted.

9 changes: 0 additions & 9 deletions src/kusto/azext_kusto/vendored_sdks/kusto/_version.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading