|
14 | 14 |
|
15 | 15 | helps['kusto cluster'] = """ |
16 | 16 | type: group |
17 | | - short-summary: kusto cluster |
| 17 | + short-summary: Manage cluster with kusto |
18 | 18 | """ |
19 | 19 |
|
20 | 20 | helps['kusto cluster list'] = """ |
21 | 21 | type: command |
22 | | - short-summary: "Lists all Kusto clusters within a subscription." |
| 22 | + short-summary: "Lists all Kusto clusters within a resource group. And Lists all Kusto clusters within a \ |
| 23 | +subscription." |
23 | 24 | examples: |
24 | 25 | - name: KustoClustersListByResourceGroup |
25 | 26 | text: |- |
26 | 27 | az kusto cluster list --resource-group "kustorptest" |
| 28 | + - name: KustoClustersList |
| 29 | + text: |- |
| 30 | + az kusto cluster list |
27 | 31 | """ |
28 | 32 |
|
29 | 33 | helps['kusto cluster show'] = """ |
|
37 | 41 |
|
38 | 42 | helps['kusto cluster create'] = """ |
39 | 43 | type: command |
40 | | - short-summary: "Create or update a Kusto cluster." |
| 44 | + short-summary: "Create a Kusto cluster." |
41 | 45 | parameters: |
42 | 46 | - name: --sku |
43 | 47 | short-summary: "The SKU of the cluster." |
|
84 | 88 | examples: |
85 | 89 | - name: KustoClustersCreateOrUpdate |
86 | 90 | text: |- |
87 | | - az kusto cluster create --name "kustoclusterrptest4" --identity-type "SystemAssigned" --location \ |
88 | | -"westus" --enable-double-encryption false --enable-purge true --enable-streaming-ingest true --sku name="Standard_L8s" \ |
| 91 | + az kusto cluster create --name "kustoclusterrptest4" --type "SystemAssigned" --location "westus" \ |
| 92 | +--enable-double-encryption false --enable-purge true --enable-streaming-ingest true --sku name="Standard_L8s" \ |
89 | 93 | capacity=2 tier="Standard" --resource-group "kustorptest" |
90 | 94 | """ |
91 | 95 |
|
|
138 | 142 | examples: |
139 | 143 | - name: KustoClustersUpdate |
140 | 144 | text: |- |
141 | | - az kusto cluster update --name "kustoclusterrptest4" --identity-type "SystemAssigned" --location \ |
142 | | -"westus" --enable-purge true --enable-streaming-ingest true --engine-type "V2" --key-vault-properties \ |
143 | | -key-name="keyName" key-vault-uri="https://dummy.keyvault.com" key-version="keyVersion" --resource-group "kustorptest" |
| 145 | + az kusto cluster update --name "kustoclusterrptest4" --type "SystemAssigned" --location "westus" \ |
| 146 | +--enable-purge true --enable-streaming-ingest true --engine-type "V2" --key-vault-properties key-name="keyName" \ |
| 147 | +key-vault-uri="https://dummy.keyvault.com" key-version="keyVersion" --resource-group "kustorptest" |
144 | 148 | """ |
145 | 149 |
|
146 | 150 | helps['kusto cluster delete'] = """ |
|
212 | 216 |
|
213 | 217 | helps['kusto cluster list-sku'] = """ |
214 | 218 | type: command |
215 | | - short-summary: "Lists eligible SKUs for Kusto resource provider." |
| 219 | + short-summary: "Returns the SKUs available for the provided resource. And Lists eligible SKUs for Kusto resource \ |
| 220 | +provider." |
216 | 221 | examples: |
217 | 222 | - name: KustoClustersListResourceSkus |
218 | 223 | text: |- |
219 | 224 | az kusto cluster list-sku --name "kustoclusterrptest4" --resource-group "kustorptest" |
| 225 | + - name: KustoClustersListSkus |
| 226 | + text: |- |
| 227 | + az kusto cluster list-sku |
220 | 228 | """ |
221 | 229 |
|
222 | 230 | helps['kusto cluster remove-language-extension'] = """ |
|
273 | 281 |
|
274 | 282 | helps['kusto cluster-principal-assignment'] = """ |
275 | 283 | type: group |
276 | | - short-summary: kusto cluster-principal-assignment |
| 284 | + short-summary: Manage cluster principal assignment with kusto |
277 | 285 | """ |
278 | 286 |
|
279 | 287 | helps['kusto cluster-principal-assignment list'] = """ |
|
309 | 317 |
|
310 | 318 | helps['kusto cluster-principal-assignment update'] = """ |
311 | 319 | type: command |
312 | | - short-summary: "Create a Kusto cluster principalAssignment." |
| 320 | + short-summary: "Update a Kusto cluster principalAssignment." |
313 | 321 | """ |
314 | 322 |
|
315 | 323 | helps['kusto cluster-principal-assignment delete'] = """ |
|
346 | 354 |
|
347 | 355 | helps['kusto database'] = """ |
348 | 356 | type: group |
349 | | - short-summary: kusto database |
| 357 | + short-summary: Manage database with kusto |
350 | 358 | """ |
351 | 359 |
|
352 | 360 | helps['kusto database list'] = """ |
|
370 | 378 |
|
371 | 379 | helps['kusto database create'] = """ |
372 | 380 | type: command |
373 | | - short-summary: "Creates or updates a database." |
| 381 | + short-summary: "Create a database." |
374 | 382 | parameters: |
375 | 383 | - name: --read-write-database |
376 | 384 | short-summary: "Class representing a read write database." |
|
521 | 529 |
|
522 | 530 | helps['kusto database-principal-assignment'] = """ |
523 | 531 | type: group |
524 | | - short-summary: kusto database-principal-assignment |
| 532 | + short-summary: Manage database principal assignment with kusto |
525 | 533 | """ |
526 | 534 |
|
527 | 535 | helps['kusto database-principal-assignment list'] = """ |
|
558 | 566 |
|
559 | 567 | helps['kusto database-principal-assignment update'] = """ |
560 | 568 | type: command |
561 | | - short-summary: "Creates a Kusto cluster database principalAssignment." |
| 569 | + short-summary: "Update a Kusto cluster database principalAssignment." |
562 | 570 | """ |
563 | 571 |
|
564 | 572 | helps['kusto database-principal-assignment delete'] = """ |
|
595 | 603 |
|
596 | 604 | helps['kusto attached-database-configuration'] = """ |
597 | 605 | type: group |
598 | | - short-summary: kusto attached-database-configuration |
| 606 | + short-summary: Manage attached database configuration with kusto |
599 | 607 | """ |
600 | 608 |
|
601 | 609 | helps['kusto attached-database-configuration list'] = """ |
|
620 | 628 |
|
621 | 629 | helps['kusto attached-database-configuration create'] = """ |
622 | 630 | type: command |
623 | | - short-summary: "Creates or updates an attached database configuration." |
| 631 | + short-summary: "Create an attached database configuration." |
624 | 632 | examples: |
625 | 633 | - name: AttachedDatabaseConfigurationsCreateOrUpdate |
626 | 634 | text: |- |
|
632 | 640 |
|
633 | 641 | helps['kusto attached-database-configuration update'] = """ |
634 | 642 | type: command |
635 | | - short-summary: "Creates or updates an attached database configuration." |
| 643 | + short-summary: "Update an attached database configuration." |
636 | 644 | """ |
637 | 645 |
|
638 | 646 | helps['kusto attached-database-configuration delete'] = """ |
|
669 | 677 |
|
670 | 678 | helps['kusto data-connection'] = """ |
671 | 679 | type: group |
672 | | - short-summary: kusto data-connection |
| 680 | + short-summary: Manage data connection with kusto |
673 | 681 | """ |
674 | 682 |
|
675 | 683 | helps['kusto data-connection list'] = """ |
|
694 | 702 |
|
695 | 703 | helps['kusto data-connection event-grid'] = """ |
696 | 704 | type: group |
697 | | - short-summary: kusto data-connection sub group event-grid |
| 705 | + short-summary: Manage data connection with kusto sub group event-grid |
698 | 706 | """ |
699 | 707 |
|
700 | 708 | helps['kusto data-connection event-grid create'] = """ |
701 | 709 | type: command |
702 | | - short-summary: "Creates or updates a data connection." |
| 710 | + short-summary: "Create a data connection." |
703 | 711 | """ |
704 | 712 |
|
705 | 713 | helps['kusto data-connection event-hub'] = """ |
706 | 714 | type: group |
707 | | - short-summary: kusto data-connection sub group event-hub |
| 715 | + short-summary: Manage data connection with kusto sub group event-hub |
708 | 716 | """ |
709 | 717 |
|
710 | 718 | helps['kusto data-connection event-hub create'] = """ |
711 | 719 | type: command |
712 | | - short-summary: "Creates or updates a data connection." |
| 720 | + short-summary: "Create a data connection." |
713 | 721 | examples: |
714 | 722 | - name: KustoDataConnectionsCreateOrUpdate |
715 | 723 | text: |- |
|
721 | 729 |
|
722 | 730 | helps['kusto data-connection iot-hub'] = """ |
723 | 731 | type: group |
724 | | - short-summary: kusto data-connection sub group iot-hub |
| 732 | + short-summary: Manage data connection with kusto sub group iot-hub |
725 | 733 | """ |
726 | 734 |
|
727 | 735 | helps['kusto data-connection iot-hub create'] = """ |
728 | 736 | type: command |
729 | | - short-summary: "Creates or updates a data connection." |
| 737 | + short-summary: "Create a data connection." |
730 | 738 | """ |
731 | 739 |
|
732 | 740 | helps['kusto data-connection event-grid update'] = """ |
|
0 commit comments