Skip to content
Open
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
5 changes: 5 additions & 0 deletions src/kusto/azext_kusto/manual/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,11 @@
helps['kusto attached-database-configuration create'] = """
type: command
short-summary: "Create an attached database configuration."
examples:
- name: Create an attached database configuration.
text: |-
az kusto attached-database-configuration create -g rg -n config1 --cluster-name "KustoClusterLeader" --cluster-resource-id id \
--database-name "KustoDatabase" --default-principals-modification-kind "Union" --table-level-sharing-properties external-tables-to-exclude="ExternalTable2" external-tables-to-include="ExternalTable1" materialized-views-to-exclude="MaterializedViewTable2" materialized-views-to-include="MaterializedViewTable1" tables-to-exclude="Table2" tables-to-include="Table1"
"""

helps['kusto attached-database-configuration update'] = """
Expand Down
Loading