UNPKG

1.42 MBJSONView Raw
1{
2 "fullName": null,
3 "usage": "[options] [command]",
4 "options": [
5 {
6 "flags": "-v, --version",
7 "required": 0,
8 "optional": 0,
9 "bool": true,
10 "short": "-v",
11 "long": "--version",
12 "description": "output the application version"
13 }
14 ],
15 "commands": [
16 {
17 "name": "help",
18 "description": "Display help for a given command",
19 "fullName": "help",
20 "usage": "[options] [command]",
21 "filePath": "commands/help.js",
22 "options": [
23 {
24 "flags": "-v, --verbose",
25 "required": 0,
26 "optional": 0,
27 "bool": true,
28 "short": "-v",
29 "long": "--verbose",
30 "description": "use verbose output"
31 },
32 {
33 "flags": "-vv",
34 "required": 0,
35 "optional": 0,
36 "bool": true,
37 "long": "-vv",
38 "description": "more verbose with debug output"
39 },
40 {
41 "flags": "--json",
42 "required": 0,
43 "optional": 0,
44 "bool": true,
45 "long": "--json",
46 "description": "use json output"
47 }
48 ]
49 },
50 {
51 "name": "login",
52 "description": "Log in to an Azure subscription using Active Directory or a Microsoft account identity.",
53 "fullName": "login",
54 "usage": "[options]",
55 "filePath": "commands/login.js",
56 "options": [
57 {
58 "flags": "-v, --verbose",
59 "required": 0,
60 "optional": 0,
61 "bool": true,
62 "short": "-v",
63 "long": "--verbose",
64 "description": "use verbose output"
65 },
66 {
67 "flags": "-vv",
68 "required": 0,
69 "optional": 0,
70 "bool": true,
71 "long": "-vv",
72 "description": "more verbose with debug output"
73 },
74 {
75 "flags": "--json",
76 "required": 0,
77 "optional": 0,
78 "bool": true,
79 "long": "--json",
80 "description": "use json output"
81 },
82 {
83 "flags": "-u --username <username>",
84 "required": -15,
85 "optional": 0,
86 "bool": true,
87 "short": "-u",
88 "long": "--username",
89 "description": "user name or service principal ID. If multifactor authentication is required, you will be prompted to use the login command without parameters for interactive support."
90 },
91 {
92 "flags": "-e --environment [environment]",
93 "required": 0,
94 "optional": -18,
95 "bool": true,
96 "short": "-e",
97 "long": "--environment",
98 "description": "Environment to authenticate against, such as AzureChinaCloud; must support active directory."
99 },
100 {
101 "flags": "-p --password <password>",
102 "required": -15,
103 "optional": 0,
104 "bool": true,
105 "short": "-p",
106 "long": "--password",
107 "description": "user password or service principal secret, will prompt if not given."
108 },
109 {
110 "flags": "--service-principal",
111 "required": 0,
112 "optional": 0,
113 "bool": true,
114 "long": "--service-principal",
115 "description": "If given, log in as a service principal rather than a user."
116 },
117 {
118 "flags": "--certificate-file <certificateFile>",
119 "required": -20,
120 "optional": 0,
121 "bool": true,
122 "long": "--certificate-file",
123 "description": "A PEM encoded certificate private key file."
124 },
125 {
126 "flags": "--thumbprint <thumbprint>",
127 "required": -14,
128 "optional": 0,
129 "bool": true,
130 "long": "--thumbprint",
131 "description": "A hex encoded thumbprint of the certificate."
132 },
133 {
134 "flags": "--tenant <tenant>",
135 "required": -10,
136 "optional": 0,
137 "bool": true,
138 "long": "--tenant",
139 "description": "Tenant domain or ID to log into."
140 },
141 {
142 "flags": "-q --quiet",
143 "required": 0,
144 "optional": 0,
145 "bool": true,
146 "short": "-q",
147 "long": "--quiet",
148 "description": "do not prompt for confirmation of PII storage."
149 }
150 ]
151 },
152 {
153 "name": "logout",
154 "description": "Log out from Azure subscription using Active Directory. Currently, the user can log out only via Microsoft organizational account",
155 "fullName": "logout",
156 "usage": "[options] [username]",
157 "filePath": "commands/login.js",
158 "options": [
159 {
160 "flags": "-v, --verbose",
161 "required": 0,
162 "optional": 0,
163 "bool": true,
164 "short": "-v",
165 "long": "--verbose",
166 "description": "use verbose output"
167 },
168 {
169 "flags": "-vv",
170 "required": 0,
171 "optional": 0,
172 "bool": true,
173 "long": "-vv",
174 "description": "more verbose with debug output"
175 },
176 {
177 "flags": "--json",
178 "required": 0,
179 "optional": 0,
180 "bool": true,
181 "long": "--json",
182 "description": "use json output"
183 },
184 {
185 "flags": "-u --username <username>",
186 "required": -15,
187 "optional": 0,
188 "bool": true,
189 "short": "-u",
190 "long": "--username",
191 "description": "Required. User name used to log out from Azure Active Directory."
192 }
193 ]
194 },
195 {
196 "name": "portal",
197 "description": "Open the portal in a browser",
198 "fullName": "portal",
199 "usage": "[options]",
200 "filePath": "commands/portal.js",
201 "options": [
202 {
203 "flags": "-v, --verbose",
204 "required": 0,
205 "optional": 0,
206 "bool": true,
207 "short": "-v",
208 "long": "--verbose",
209 "description": "use verbose output"
210 },
211 {
212 "flags": "-vv",
213 "required": 0,
214 "optional": 0,
215 "bool": true,
216 "long": "-vv",
217 "description": "more verbose with debug output"
218 },
219 {
220 "flags": "--json",
221 "required": 0,
222 "optional": 0,
223 "bool": true,
224 "long": "--json",
225 "description": "use json output"
226 },
227 {
228 "flags": "-e, --environment <environment>",
229 "required": -19,
230 "optional": 0,
231 "bool": true,
232 "short": "-e",
233 "long": "--environment",
234 "description": "the publish settings download environment"
235 },
236 {
237 "flags": "-r, --realm <realm>",
238 "required": -13,
239 "optional": 0,
240 "bool": true,
241 "short": "-r",
242 "long": "--realm",
243 "description": "the organization's realm"
244 }
245 ]
246 }
247 ],
248 "categories": {
249 "account": {
250 "name": "account",
251 "description": "Commands to manage your account information and publish settings",
252 "fullName": "account",
253 "usage": "[options] [command]",
254 "options": [],
255 "commands": [
256 {
257 "name": "list",
258 "description": "List the imported subscriptions",
259 "fullName": "account list",
260 "usage": "[options]",
261 "filePath": "commands/account.js",
262 "options": [
263 {
264 "flags": "-v, --verbose",
265 "required": 0,
266 "optional": 0,
267 "bool": true,
268 "short": "-v",
269 "long": "--verbose",
270 "description": "use verbose output"
271 },
272 {
273 "flags": "-vv",
274 "required": 0,
275 "optional": 0,
276 "bool": true,
277 "long": "-vv",
278 "description": "more verbose with debug output"
279 },
280 {
281 "flags": "--json",
282 "required": 0,
283 "optional": 0,
284 "bool": true,
285 "long": "--json",
286 "description": "use json output"
287 }
288 ]
289 },
290 {
291 "name": "show",
292 "description": "Show details about a subscription",
293 "fullName": "account show",
294 "usage": "[options] [subscriptionNameOrId]",
295 "filePath": "commands/account.js",
296 "options": [
297 {
298 "flags": "-v, --verbose",
299 "required": 0,
300 "optional": 0,
301 "bool": true,
302 "short": "-v",
303 "long": "--verbose",
304 "description": "use verbose output"
305 },
306 {
307 "flags": "-vv",
308 "required": 0,
309 "optional": 0,
310 "bool": true,
311 "long": "-vv",
312 "description": "more verbose with debug output"
313 },
314 {
315 "flags": "--json",
316 "required": 0,
317 "optional": 0,
318 "bool": true,
319 "long": "--json",
320 "description": "use json output"
321 },
322 {
323 "flags": "-s --subscriptionNameOrId <subscriptionNameOrId>",
324 "required": -27,
325 "optional": 0,
326 "bool": true,
327 "short": "-s",
328 "long": "--subscriptionNameOrId",
329 "description": "The subscription to show"
330 },
331 {
332 "flags": "-d --details",
333 "required": 0,
334 "optional": 0,
335 "bool": true,
336 "short": "-d",
337 "long": "--details",
338 "description": "Show extra information about the subscription"
339 }
340 ]
341 },
342 {
343 "name": "set",
344 "description": "Set the current subscription",
345 "fullName": "account set",
346 "usage": "[options] <subscriptionNameOrId>",
347 "filePath": "commands/account.js",
348 "options": [
349 {
350 "flags": "-v, --verbose",
351 "required": 0,
352 "optional": 0,
353 "bool": true,
354 "short": "-v",
355 "long": "--verbose",
356 "description": "use verbose output"
357 },
358 {
359 "flags": "-vv",
360 "required": 0,
361 "optional": 0,
362 "bool": true,
363 "long": "-vv",
364 "description": "more verbose with debug output"
365 },
366 {
367 "flags": "--json",
368 "required": 0,
369 "optional": 0,
370 "bool": true,
371 "long": "--json",
372 "description": "use json output"
373 }
374 ]
375 },
376 {
377 "name": "clear",
378 "description": "Remove a subscription or environment, or clear all of the stored account and environment info",
379 "fullName": "account clear",
380 "usage": "[options]",
381 "filePath": "commands/account.js",
382 "options": [
383 {
384 "flags": "-v, --verbose",
385 "required": 0,
386 "optional": 0,
387 "bool": true,
388 "short": "-v",
389 "long": "--verbose",
390 "description": "use verbose output"
391 },
392 {
393 "flags": "-vv",
394 "required": 0,
395 "optional": 0,
396 "bool": true,
397 "long": "-vv",
398 "description": "more verbose with debug output"
399 },
400 {
401 "flags": "--json",
402 "required": 0,
403 "optional": 0,
404 "bool": true,
405 "long": "--json",
406 "description": "use json output"
407 },
408 {
409 "flags": "-s --subscription <subscriptionNameOrId>",
410 "required": -19,
411 "optional": 0,
412 "bool": true,
413 "short": "-s",
414 "long": "--subscription",
415 "description": "Subscription name or id to remove"
416 },
417 {
418 "flags": "-e --environment <environmentName>",
419 "required": -18,
420 "optional": 0,
421 "bool": true,
422 "short": "-e",
423 "long": "--environment",
424 "description": "Environment name to remove"
425 },
426 {
427 "flags": "-q --quiet",
428 "required": 0,
429 "optional": 0,
430 "bool": true,
431 "short": "-q",
432 "long": "--quiet",
433 "description": "quiet mode, do not ask for delete confirmation"
434 }
435 ]
436 }
437 ],
438 "categories": {
439 "env": {
440 "name": "env",
441 "description": "Commands to manage your account environment",
442 "fullName": "account env",
443 "usage": "[options] [command]",
444 "options": [],
445 "commands": [
446 {
447 "name": "list",
448 "description": "List the environments",
449 "fullName": "account env list",
450 "usage": "[options]",
451 "filePath": "commands/account.environment.js",
452 "options": [
453 {
454 "flags": "-v, --verbose",
455 "required": 0,
456 "optional": 0,
457 "bool": true,
458 "short": "-v",
459 "long": "--verbose",
460 "description": "use verbose output"
461 },
462 {
463 "flags": "-vv",
464 "required": 0,
465 "optional": 0,
466 "bool": true,
467 "long": "-vv",
468 "description": "more verbose with debug output"
469 },
470 {
471 "flags": "--json",
472 "required": 0,
473 "optional": 0,
474 "bool": true,
475 "long": "--json",
476 "description": "use json output"
477 }
478 ]
479 },
480 {
481 "name": "show",
482 "description": "Show an environment",
483 "fullName": "account env show",
484 "usage": "[options] [environment]",
485 "filePath": "commands/account.environment.js",
486 "options": [
487 {
488 "flags": "-v, --verbose",
489 "required": 0,
490 "optional": 0,
491 "bool": true,
492 "short": "-v",
493 "long": "--verbose",
494 "description": "use verbose output"
495 },
496 {
497 "flags": "-vv",
498 "required": 0,
499 "optional": 0,
500 "bool": true,
501 "long": "-vv",
502 "description": "more verbose with debug output"
503 },
504 {
505 "flags": "--json",
506 "required": 0,
507 "optional": 0,
508 "bool": true,
509 "long": "--json",
510 "description": "use json output"
511 },
512 {
513 "flags": "--environment <environment>",
514 "required": -15,
515 "optional": 0,
516 "bool": true,
517 "long": "--environment",
518 "description": "the environment name"
519 }
520 ]
521 },
522 {
523 "name": "add",
524 "description": "Add an environment",
525 "fullName": "account env add",
526 "usage": "[options] [environment]",
527 "filePath": "commands/account.environment.js",
528 "options": [
529 {
530 "flags": "-v, --verbose",
531 "required": 0,
532 "optional": 0,
533 "bool": true,
534 "short": "-v",
535 "long": "--verbose",
536 "description": "use verbose output"
537 },
538 {
539 "flags": "-vv",
540 "required": 0,
541 "optional": 0,
542 "bool": true,
543 "long": "-vv",
544 "description": "more verbose with debug output"
545 },
546 {
547 "flags": "--json",
548 "required": 0,
549 "optional": 0,
550 "bool": true,
551 "long": "--json",
552 "description": "use json output"
553 },
554 {
555 "flags": "--environment <environment>",
556 "required": -15,
557 "optional": 0,
558 "bool": true,
559 "long": "--environment",
560 "description": "the environment name"
561 },
562 {
563 "flags": "--portal-url <portalUrl>",
564 "required": -14,
565 "optional": 0,
566 "bool": true,
567 "long": "--portal-url",
568 "description": "the management portal URL"
569 },
570 {
571 "flags": "--azure-data-lake-analytics-catalog-and-job-endpoint-suffix <azureDataLakeAnalyticsCatalogAndJobEndpointSuffix>",
572 "required": -61,
573 "optional": 0,
574 "bool": true,
575 "long": "--azure-data-lake-analytics-catalog-and-job-endpoint-suffix",
576 "description": "the data lake analytics job and catalog service dns suffix"
577 },
578 {
579 "flags": "--management-endpoint-url <managementEndpointUrl>",
580 "required": -27,
581 "optional": 0,
582 "bool": true,
583 "long": "--management-endpoint-url",
584 "description": "the management service endpoint"
585 },
586 {
587 "flags": "--resource-manager-endpoint-url <resourceManagerEndpointUrl>",
588 "required": -33,
589 "optional": 0,
590 "bool": true,
591 "long": "--resource-manager-endpoint-url",
592 "description": "the resource management endpoint"
593 },
594 {
595 "flags": "--sql-management-endpoint-url <sqlManagementEndpointUrl>",
596 "required": -31,
597 "optional": 0,
598 "bool": true,
599 "long": "--sql-management-endpoint-url",
600 "description": "the sql server management endpoint for mobile commands"
601 },
602 {
603 "flags": "--sql-server-hostname-suffix <sqlServerHostnameSuffix>",
604 "required": -30,
605 "optional": 0,
606 "bool": true,
607 "long": "--sql-server-hostname-suffix",
608 "description": "the dns suffix for sql servers"
609 },
610 {
611 "flags": "--active-directory-endpoint-url <activeDirectoryEndpointUrl>",
612 "required": -33,
613 "optional": 0,
614 "bool": true,
615 "long": "--active-directory-endpoint-url",
616 "description": "the Active Directory login endpoint"
617 },
618 {
619 "flags": "--publishing-profile-url <publishingProfileUrl>",
620 "required": -26,
621 "optional": 0,
622 "bool": true,
623 "long": "--publishing-profile-url",
624 "description": "the publish settings file URL"
625 },
626 {
627 "flags": "--gallery-endpoint-url <galleryEndpointUrl>",
628 "required": -24,
629 "optional": 0,
630 "bool": true,
631 "long": "--gallery-endpoint-url",
632 "description": "the template gallery endpoint"
633 },
634 {
635 "flags": "--active-directory-graph-resource-id <activeDirectoryGraphResourceId>",
636 "required": -38,
637 "optional": 0,
638 "bool": true,
639 "long": "--active-directory-graph-resource-id",
640 "description": "the Active Directory resource ID"
641 },
642 {
643 "flags": "--active-directory-graph-api-version <activeDirectoryGraphApiVersion>",
644 "required": -38,
645 "optional": 0,
646 "bool": true,
647 "long": "--active-directory-graph-api-version",
648 "description": "the Active Directory api version"
649 },
650 {
651 "flags": "--storage-endpoint-suffix <storageEndpointSuffix>",
652 "required": -27,
653 "optional": 0,
654 "bool": true,
655 "long": "--storage-endpoint-suffix",
656 "description": "the endpoint suffix for storage accounts"
657 },
658 {
659 "flags": "--key-vault-dns-suffix <keyVaultDnsSuffix>",
660 "required": -24,
661 "optional": 0,
662 "bool": true,
663 "long": "--key-vault-dns-suffix",
664 "description": "the keyvault service dns suffix"
665 },
666 {
667 "flags": "--azure-data-lake-store-file-system-endpoint-suffix <azureDataLakeStoreFileSystemEndpointSuffix>",
668 "required": -53,
669 "optional": 0,
670 "bool": true,
671 "long": "--azure-data-lake-store-file-system-endpoint-suffix",
672 "description": "the data lake store filesystem service dns suffix"
673 },
674 {
675 "flags": "--active-directory-resource-id <activeDirectoryResourceId>",
676 "required": -32,
677 "optional": 0,
678 "bool": true,
679 "long": "--active-directory-resource-id",
680 "description": "The resource ID to obtain AD tokens for"
681 }
682 ]
683 },
684 {
685 "name": "set",
686 "description": "Update an environment",
687 "fullName": "account env set",
688 "usage": "[options] [environment]",
689 "filePath": "commands/account.environment.js",
690 "options": [
691 {
692 "flags": "-v, --verbose",
693 "required": 0,
694 "optional": 0,
695 "bool": true,
696 "short": "-v",
697 "long": "--verbose",
698 "description": "use verbose output"
699 },
700 {
701 "flags": "-vv",
702 "required": 0,
703 "optional": 0,
704 "bool": true,
705 "long": "-vv",
706 "description": "more verbose with debug output"
707 },
708 {
709 "flags": "--json",
710 "required": 0,
711 "optional": 0,
712 "bool": true,
713 "long": "--json",
714 "description": "use json output"
715 },
716 {
717 "flags": "--environment <environment>",
718 "required": -15,
719 "optional": 0,
720 "bool": true,
721 "long": "--environment",
722 "description": "the environment name"
723 },
724 {
725 "flags": "--portal-url <portalUrl>",
726 "required": -14,
727 "optional": 0,
728 "bool": true,
729 "long": "--portal-url",
730 "description": "the management portal URL"
731 },
732 {
733 "flags": "--active-directory-resource-id <activeDirectoryResourceId>",
734 "required": -32,
735 "optional": 0,
736 "bool": true,
737 "long": "--active-directory-resource-id",
738 "description": "The resource ID to obtain AD tokens for"
739 },
740 {
741 "flags": "--management-endpoint-url <managementEndpointUrl>",
742 "required": -27,
743 "optional": 0,
744 "bool": true,
745 "long": "--management-endpoint-url",
746 "description": "the management service endpoint"
747 },
748 {
749 "flags": "--resource-manager-endpoint-url <resourceManagerEndpointUrl>",
750 "required": -33,
751 "optional": 0,
752 "bool": true,
753 "long": "--resource-manager-endpoint-url",
754 "description": "the resource management endpoint"
755 },
756 {
757 "flags": "--sql-management-endpoint-url <sqlManagementEndpointUrl>",
758 "required": -31,
759 "optional": 0,
760 "bool": true,
761 "long": "--sql-management-endpoint-url",
762 "description": "the sql server management endpoint for mobile commands"
763 },
764 {
765 "flags": "--sql-server-hostname-suffix <sqlServerHostnameSuffix>",
766 "required": -30,
767 "optional": 0,
768 "bool": true,
769 "long": "--sql-server-hostname-suffix",
770 "description": "the dns suffix for sql servers"
771 },
772 {
773 "flags": "--active-directory-endpoint-url <activeDirectoryEndpointUrl>",
774 "required": -33,
775 "optional": 0,
776 "bool": true,
777 "long": "--active-directory-endpoint-url",
778 "description": "the Active Directory login endpoint"
779 },
780 {
781 "flags": "--azure-data-lake-analytics-catalog-and-job-endpoint-suffix <azureDataLakeAnalyticsCatalogAndJobEndpointSuffix>",
782 "required": -61,
783 "optional": 0,
784 "bool": true,
785 "long": "--azure-data-lake-analytics-catalog-and-job-endpoint-suffix",
786 "description": "the data lake analytics job and catalog service dns suffix"
787 },
788 {
789 "flags": "--gallery-endpoint-url <galleryEndpointUrl>",
790 "required": -24,
791 "optional": 0,
792 "bool": true,
793 "long": "--gallery-endpoint-url",
794 "description": "the template gallery endpoint"
795 },
796 {
797 "flags": "--active-directory-graph-resource-id <activeDirectoryGraphResourceId>",
798 "required": -38,
799 "optional": 0,
800 "bool": true,
801 "long": "--active-directory-graph-resource-id",
802 "description": "the Active Directory resource ID"
803 },
804 {
805 "flags": "--active-directory-graph-api-version <activeDirectoryGraphApiVersion>",
806 "required": -38,
807 "optional": 0,
808 "bool": true,
809 "long": "--active-directory-graph-api-version",
810 "description": "the Active Directory api version"
811 },
812 {
813 "flags": "--storage-endpoint-suffix <storageEndpointSuffix>",
814 "required": -27,
815 "optional": 0,
816 "bool": true,
817 "long": "--storage-endpoint-suffix",
818 "description": "the endpoint suffix for storage accounts"
819 },
820 {
821 "flags": "--key-vault-dns-suffix <keyVaultDnsSuffix>",
822 "required": -24,
823 "optional": 0,
824 "bool": true,
825 "long": "--key-vault-dns-suffix",
826 "description": "the keyvault service dns suffix"
827 },
828 {
829 "flags": "--azure-data-lake-store-file-system-endpoint-suffix <azureDataLakeStoreFileSystemEndpointSuffix>",
830 "required": -53,
831 "optional": 0,
832 "bool": true,
833 "long": "--azure-data-lake-store-file-system-endpoint-suffix",
834 "description": "the data lake store filesystem service dns suffix"
835 },
836 {
837 "flags": "--publishing-profile-url <publishingProfileUrl>",
838 "required": -26,
839 "optional": 0,
840 "bool": true,
841 "long": "--publishing-profile-url",
842 "description": "the publish settings file URL"
843 }
844 ]
845 },
846 {
847 "name": "delete",
848 "description": "Delete an environment",
849 "fullName": "account env delete",
850 "usage": "[options] [environment]",
851 "filePath": "commands/account.environment.js",
852 "options": [
853 {
854 "flags": "-v, --verbose",
855 "required": 0,
856 "optional": 0,
857 "bool": true,
858 "short": "-v",
859 "long": "--verbose",
860 "description": "use verbose output"
861 },
862 {
863 "flags": "-vv",
864 "required": 0,
865 "optional": 0,
866 "bool": true,
867 "long": "-vv",
868 "description": "more verbose with debug output"
869 },
870 {
871 "flags": "--json",
872 "required": 0,
873 "optional": 0,
874 "bool": true,
875 "long": "--json",
876 "description": "use json output"
877 },
878 {
879 "flags": "--environment <environment>",
880 "required": -15,
881 "optional": 0,
882 "bool": true,
883 "long": "--environment",
884 "description": "the environment name"
885 }
886 ]
887 }
888 ],
889 "categories": {}
890 }
891 }
892 },
893 "config": {
894 "name": "config",
895 "description": "Commands to manage your local settings",
896 "fullName": "config",
897 "usage": "[options] [command]",
898 "options": [],
899 "commands": [
900 {
901 "name": "list",
902 "description": "List config settings",
903 "fullName": "config list",
904 "usage": "[options]",
905 "filePath": "commands/config.js",
906 "options": [
907 {
908 "flags": "-v, --verbose",
909 "required": 0,
910 "optional": 0,
911 "bool": true,
912 "short": "-v",
913 "long": "--verbose",
914 "description": "use verbose output"
915 },
916 {
917 "flags": "-vv",
918 "required": 0,
919 "optional": 0,
920 "bool": true,
921 "long": "-vv",
922 "description": "more verbose with debug output"
923 },
924 {
925 "flags": "--json",
926 "required": 0,
927 "optional": 0,
928 "bool": true,
929 "long": "--json",
930 "description": "use json output"
931 }
932 ]
933 },
934 {
935 "name": "delete",
936 "description": "Delete a config setting",
937 "fullName": "config delete",
938 "usage": "[options] <name>",
939 "filePath": "commands/config.js",
940 "options": [
941 {
942 "flags": "-v, --verbose",
943 "required": 0,
944 "optional": 0,
945 "bool": true,
946 "short": "-v",
947 "long": "--verbose",
948 "description": "use verbose output"
949 },
950 {
951 "flags": "-vv",
952 "required": 0,
953 "optional": 0,
954 "bool": true,
955 "long": "-vv",
956 "description": "more verbose with debug output"
957 },
958 {
959 "flags": "--json",
960 "required": 0,
961 "optional": 0,
962 "bool": true,
963 "long": "--json",
964 "description": "use json output"
965 }
966 ]
967 },
968 {
969 "name": "set",
970 "description": "Update a config setting",
971 "fullName": "config set",
972 "usage": "<name> <value>",
973 "filePath": "commands/config.js",
974 "options": [
975 {
976 "flags": "-v, --verbose",
977 "required": 0,
978 "optional": 0,
979 "bool": true,
980 "short": "-v",
981 "long": "--verbose",
982 "description": "use verbose output"
983 },
984 {
985 "flags": "-vv",
986 "required": 0,
987 "optional": 0,
988 "bool": true,
989 "long": "-vv",
990 "description": "more verbose with debug output"
991 },
992 {
993 "flags": "--json",
994 "required": 0,
995 "optional": 0,
996 "bool": true,
997 "long": "--json",
998 "description": "use json output"
999 }
1000 ]
1001 },
1002 {
1003 "name": "mode",
1004 "description": "Sets the cli working mode, valid names are 'arm' for resource manager and 'asm' for service management",
1005 "fullName": "config mode",
1006 "usage": "[options] <name>",
1007 "filePath": "commands/config.js",
1008 "options": [
1009 {
1010 "flags": "-v, --verbose",
1011 "required": 0,
1012 "optional": 0,
1013 "bool": true,
1014 "short": "-v",
1015 "long": "--verbose",
1016 "description": "use verbose output"
1017 },
1018 {
1019 "flags": "-vv",
1020 "required": 0,
1021 "optional": 0,
1022 "bool": true,
1023 "long": "-vv",
1024 "description": "more verbose with debug output"
1025 },
1026 {
1027 "flags": "--json",
1028 "required": 0,
1029 "optional": 0,
1030 "bool": true,
1031 "long": "--json",
1032 "description": "use json output"
1033 }
1034 ]
1035 }
1036 ],
1037 "categories": {}
1038 },
1039 "storage": {
1040 "name": "storage",
1041 "description": "Commands to manage your Storage objects",
1042 "fullName": "storage",
1043 "usage": "[options]",
1044 "options": [],
1045 "commands": [],
1046 "categories": {
1047 "account": {
1048 "name": "account",
1049 "description": "Commands to manage your Storage accounts",
1050 "fullName": "storage account",
1051 "usage": "[options] [command]",
1052 "options": [],
1053 "commands": [
1054 {
1055 "name": "list",
1056 "description": "List storage accounts",
1057 "fullName": "storage account list",
1058 "usage": "[options]",
1059 "filePath": "commands/storage/storage.account.js",
1060 "options": [
1061 {
1062 "flags": "-v, --verbose",
1063 "required": 0,
1064 "optional": 0,
1065 "bool": true,
1066 "short": "-v",
1067 "long": "--verbose",
1068 "description": "use verbose output"
1069 },
1070 {
1071 "flags": "-vv",
1072 "required": 0,
1073 "optional": 0,
1074 "bool": true,
1075 "long": "-vv",
1076 "description": "more verbose with debug output"
1077 },
1078 {
1079 "flags": "--json",
1080 "required": 0,
1081 "optional": 0,
1082 "bool": true,
1083 "long": "--json",
1084 "description": "use json output"
1085 },
1086 {
1087 "flags": "-g, --resource-group <resourceGroup>",
1088 "required": -22,
1089 "optional": 0,
1090 "bool": true,
1091 "short": "-g",
1092 "long": "--resource-group",
1093 "description": "the resource group name"
1094 },
1095 {
1096 "flags": "-s, --subscription <id>",
1097 "required": -20,
1098 "optional": 0,
1099 "bool": true,
1100 "short": "-s",
1101 "long": "--subscription",
1102 "description": "the subscription id"
1103 }
1104 ]
1105 },
1106 {
1107 "name": "show",
1108 "description": "Show a storage account",
1109 "fullName": "storage account show",
1110 "usage": "[options] <name>",
1111 "filePath": "commands/storage/storage.account.js",
1112 "options": [
1113 {
1114 "flags": "-v, --verbose",
1115 "required": 0,
1116 "optional": 0,
1117 "bool": true,
1118 "short": "-v",
1119 "long": "--verbose",
1120 "description": "use verbose output"
1121 },
1122 {
1123 "flags": "-vv",
1124 "required": 0,
1125 "optional": 0,
1126 "bool": true,
1127 "long": "-vv",
1128 "description": "more verbose with debug output"
1129 },
1130 {
1131 "flags": "--json",
1132 "required": 0,
1133 "optional": 0,
1134 "bool": true,
1135 "long": "--json",
1136 "description": "use json output"
1137 },
1138 {
1139 "flags": "-g, --resource-group <resourceGroup>",
1140 "required": -22,
1141 "optional": 0,
1142 "bool": true,
1143 "short": "-g",
1144 "long": "--resource-group",
1145 "description": "the resource group name"
1146 },
1147 {
1148 "flags": "-s, --subscription <id>",
1149 "required": -20,
1150 "optional": 0,
1151 "bool": true,
1152 "short": "-s",
1153 "long": "--subscription",
1154 "description": "the subscription id"
1155 }
1156 ]
1157 },
1158 {
1159 "name": "create",
1160 "description": "Create a storage account",
1161 "fullName": "storage account create",
1162 "usage": "[options] <name>",
1163 "filePath": "commands/storage/storage.account.js",
1164 "options": [
1165 {
1166 "flags": "-v, --verbose",
1167 "required": 0,
1168 "optional": 0,
1169 "bool": true,
1170 "short": "-v",
1171 "long": "--verbose",
1172 "description": "use verbose output"
1173 },
1174 {
1175 "flags": "-vv",
1176 "required": 0,
1177 "optional": 0,
1178 "bool": true,
1179 "long": "-vv",
1180 "description": "more verbose with debug output"
1181 },
1182 {
1183 "flags": "--json",
1184 "required": 0,
1185 "optional": 0,
1186 "bool": true,
1187 "long": "--json",
1188 "description": "use json output"
1189 },
1190 {
1191 "flags": "--tags <tags>",
1192 "required": -8,
1193 "optional": 0,
1194 "bool": true,
1195 "long": "--tags",
1196 "description": "the account tags. Tags are key=value pairs and separated with semicolon(;)"
1197 },
1198 {
1199 "flags": "-l, --location <location>",
1200 "required": -16,
1201 "optional": 0,
1202 "bool": true,
1203 "short": "-l",
1204 "long": "--location",
1205 "description": "the location"
1206 },
1207 {
1208 "flags": "--type <type>",
1209 "required": -8,
1210 "optional": 0,
1211 "bool": true,
1212 "long": "--type",
1213 "description": "the account type(LRS/ZRS/GRS/RAGRS/PLRS)"
1214 },
1215 {
1216 "flags": "-g, --resource-group <resourceGroup>",
1217 "required": -22,
1218 "optional": 0,
1219 "bool": true,
1220 "short": "-g",
1221 "long": "--resource-group",
1222 "description": "the resource group name"
1223 },
1224 {
1225 "flags": "-s, --subscription <id>",
1226 "required": -20,
1227 "optional": 0,
1228 "bool": true,
1229 "short": "-s",
1230 "long": "--subscription",
1231 "description": "the subscription id"
1232 }
1233 ]
1234 },
1235 {
1236 "name": "set",
1237 "description": "Update a storage account (Only one property can be updated at a time)",
1238 "fullName": "storage account set",
1239 "usage": "[options] <name>",
1240 "filePath": "commands/storage/storage.account.js",
1241 "options": [
1242 {
1243 "flags": "-v, --verbose",
1244 "required": 0,
1245 "optional": 0,
1246 "bool": true,
1247 "short": "-v",
1248 "long": "--verbose",
1249 "description": "use verbose output"
1250 },
1251 {
1252 "flags": "-vv",
1253 "required": 0,
1254 "optional": 0,
1255 "bool": true,
1256 "long": "-vv",
1257 "description": "more verbose with debug output"
1258 },
1259 {
1260 "flags": "--json",
1261 "required": 0,
1262 "optional": 0,
1263 "bool": true,
1264 "long": "--json",
1265 "description": "use json output"
1266 },
1267 {
1268 "flags": "--custom-domain <customDomain>",
1269 "required": -17,
1270 "optional": 0,
1271 "bool": true,
1272 "long": "--custom-domain",
1273 "description": "the custom domain"
1274 },
1275 {
1276 "flags": "--subdomain",
1277 "required": 0,
1278 "optional": 0,
1279 "bool": true,
1280 "long": "--subdomain",
1281 "description": "whether uses the 'asverify' subdomain to preregister the custom domain"
1282 },
1283 {
1284 "flags": "--tags <tags>",
1285 "required": -8,
1286 "optional": 0,
1287 "bool": true,
1288 "long": "--tags",
1289 "description": "the account tags. Tags are key=value pairs and separated with semicolon(;)"
1290 },
1291 {
1292 "flags": "--type <type>",
1293 "required": -8,
1294 "optional": 0,
1295 "bool": true,
1296 "long": "--type",
1297 "description": "the account type(LRS/GRS/RAGRS)"
1298 },
1299 {
1300 "flags": "-g, --resource-group <resourceGroup>",
1301 "required": -22,
1302 "optional": 0,
1303 "bool": true,
1304 "short": "-g",
1305 "long": "--resource-group",
1306 "description": "the resource group name"
1307 },
1308 {
1309 "flags": "-s, --subscription <id>",
1310 "required": -20,
1311 "optional": 0,
1312 "bool": true,
1313 "short": "-s",
1314 "long": "--subscription",
1315 "description": "the subscription id"
1316 }
1317 ]
1318 },
1319 {
1320 "name": "delete",
1321 "description": "Delete a storage account",
1322 "fullName": "storage account delete",
1323 "usage": "[options] <name>",
1324 "filePath": "commands/storage/storage.account.js",
1325 "options": [
1326 {
1327 "flags": "-v, --verbose",
1328 "required": 0,
1329 "optional": 0,
1330 "bool": true,
1331 "short": "-v",
1332 "long": "--verbose",
1333 "description": "use verbose output"
1334 },
1335 {
1336 "flags": "-vv",
1337 "required": 0,
1338 "optional": 0,
1339 "bool": true,
1340 "long": "-vv",
1341 "description": "more verbose with debug output"
1342 },
1343 {
1344 "flags": "--json",
1345 "required": 0,
1346 "optional": 0,
1347 "bool": true,
1348 "long": "--json",
1349 "description": "use json output"
1350 },
1351 {
1352 "flags": "-g, --resource-group <resourceGroup>",
1353 "required": -22,
1354 "optional": 0,
1355 "bool": true,
1356 "short": "-g",
1357 "long": "--resource-group",
1358 "description": "the resource group name"
1359 },
1360 {
1361 "flags": "-s, --subscription <id>",
1362 "required": -20,
1363 "optional": 0,
1364 "bool": true,
1365 "short": "-s",
1366 "long": "--subscription",
1367 "description": "the subscription id"
1368 },
1369 {
1370 "flags": "-q, --quiet",
1371 "required": 0,
1372 "optional": 0,
1373 "bool": true,
1374 "short": "-q",
1375 "long": "--quiet",
1376 "description": "quiet mode, do not ask for delete confirmation"
1377 }
1378 ]
1379 },
1380 {
1381 "name": "check",
1382 "description": "Check whether the account name is valid and is not in use.",
1383 "fullName": "storage account check",
1384 "usage": "[options] <name>",
1385 "filePath": "commands/storage/storage.account.js",
1386 "options": [
1387 {
1388 "flags": "-v, --verbose",
1389 "required": 0,
1390 "optional": 0,
1391 "bool": true,
1392 "short": "-v",
1393 "long": "--verbose",
1394 "description": "use verbose output"
1395 },
1396 {
1397 "flags": "-vv",
1398 "required": 0,
1399 "optional": 0,
1400 "bool": true,
1401 "long": "-vv",
1402 "description": "more verbose with debug output"
1403 },
1404 {
1405 "flags": "--json",
1406 "required": 0,
1407 "optional": 0,
1408 "bool": true,
1409 "long": "--json",
1410 "description": "use json output"
1411 }
1412 ]
1413 }
1414 ],
1415 "categories": {
1416 "keys": {
1417 "name": "keys",
1418 "description": "Commands to manage your Storage account keys",
1419 "fullName": "storage account keys",
1420 "usage": "[options] [command]",
1421 "options": [],
1422 "commands": [
1423 {
1424 "name": "list",
1425 "description": "List the keys for a storage account",
1426 "fullName": "storage account keys list",
1427 "usage": "[options] <name>",
1428 "filePath": "commands/storage/storage.account.js",
1429 "options": [
1430 {
1431 "flags": "-v, --verbose",
1432 "required": 0,
1433 "optional": 0,
1434 "bool": true,
1435 "short": "-v",
1436 "long": "--verbose",
1437 "description": "use verbose output"
1438 },
1439 {
1440 "flags": "-vv",
1441 "required": 0,
1442 "optional": 0,
1443 "bool": true,
1444 "long": "-vv",
1445 "description": "more verbose with debug output"
1446 },
1447 {
1448 "flags": "--json",
1449 "required": 0,
1450 "optional": 0,
1451 "bool": true,
1452 "long": "--json",
1453 "description": "use json output"
1454 },
1455 {
1456 "flags": "-g, --resource-group <resourceGroup>",
1457 "required": -22,
1458 "optional": 0,
1459 "bool": true,
1460 "short": "-g",
1461 "long": "--resource-group",
1462 "description": "the resource group name"
1463 },
1464 {
1465 "flags": "-s, --subscription <id>",
1466 "required": -20,
1467 "optional": 0,
1468 "bool": true,
1469 "short": "-s",
1470 "long": "--subscription",
1471 "description": "the subscription id"
1472 }
1473 ]
1474 },
1475 {
1476 "name": "renew",
1477 "description": "Renew a key for a storage account from your account",
1478 "fullName": "storage account keys renew",
1479 "usage": "[options] <name>",
1480 "filePath": "commands/storage/storage.account.js",
1481 "options": [
1482 {
1483 "flags": "-v, --verbose",
1484 "required": 0,
1485 "optional": 0,
1486 "bool": true,
1487 "short": "-v",
1488 "long": "--verbose",
1489 "description": "use verbose output"
1490 },
1491 {
1492 "flags": "-vv",
1493 "required": 0,
1494 "optional": 0,
1495 "bool": true,
1496 "long": "-vv",
1497 "description": "more verbose with debug output"
1498 },
1499 {
1500 "flags": "--json",
1501 "required": 0,
1502 "optional": 0,
1503 "bool": true,
1504 "long": "--json",
1505 "description": "use json output"
1506 },
1507 {
1508 "flags": "--primary",
1509 "required": 0,
1510 "optional": 0,
1511 "bool": true,
1512 "long": "--primary",
1513 "description": "Update the primary key"
1514 },
1515 {
1516 "flags": "--secondary",
1517 "required": 0,
1518 "optional": 0,
1519 "bool": true,
1520 "long": "--secondary",
1521 "description": "Update the secondary key"
1522 },
1523 {
1524 "flags": "-g, --resource-group <resourceGroup>",
1525 "required": -22,
1526 "optional": 0,
1527 "bool": true,
1528 "short": "-g",
1529 "long": "--resource-group",
1530 "description": "the resource group name"
1531 },
1532 {
1533 "flags": "-s, --subscription <id>",
1534 "required": -20,
1535 "optional": 0,
1536 "bool": true,
1537 "short": "-s",
1538 "long": "--subscription",
1539 "description": "the subscription id"
1540 }
1541 ]
1542 }
1543 ],
1544 "categories": {}
1545 },
1546 "usage": {
1547 "name": "usage",
1548 "description": "Commands to manage your Storage accounts usage",
1549 "fullName": "storage account usage",
1550 "usage": "[options] [command]",
1551 "options": [],
1552 "commands": [
1553 {
1554 "name": "show",
1555 "description": "Show the current count and the limit of the storage accounts under the subscription.",
1556 "fullName": "storage account usage show",
1557 "usage": "[options] [subscription]",
1558 "filePath": "commands/storage/storage.account.js",
1559 "options": [
1560 {
1561 "flags": "-v, --verbose",
1562 "required": 0,
1563 "optional": 0,
1564 "bool": true,
1565 "short": "-v",
1566 "long": "--verbose",
1567 "description": "use verbose output"
1568 },
1569 {
1570 "flags": "-vv",
1571 "required": 0,
1572 "optional": 0,
1573 "bool": true,
1574 "long": "-vv",
1575 "description": "more verbose with debug output"
1576 },
1577 {
1578 "flags": "--json",
1579 "required": 0,
1580 "optional": 0,
1581 "bool": true,
1582 "long": "--json",
1583 "description": "use json output"
1584 },
1585 {
1586 "flags": "-s, --subscription <id>",
1587 "required": -20,
1588 "optional": 0,
1589 "bool": true,
1590 "short": "-s",
1591 "long": "--subscription",
1592 "description": "the subscription id"
1593 }
1594 ]
1595 }
1596 ],
1597 "categories": {}
1598 },
1599 "connectionstring": {
1600 "name": "connectionstring",
1601 "description": "Commands to show your Storage connection string",
1602 "fullName": "storage account connectionstring",
1603 "usage": "[options] [command]",
1604 "options": [],
1605 "commands": [
1606 {
1607 "name": "show",
1608 "description": "Show the connection string for your account",
1609 "fullName": "storage account connectionstring show",
1610 "usage": "[options] <name>",
1611 "filePath": "commands/storage/storage.account.js",
1612 "options": [
1613 {
1614 "flags": "-v, --verbose",
1615 "required": 0,
1616 "optional": 0,
1617 "bool": true,
1618 "short": "-v",
1619 "long": "--verbose",
1620 "description": "use verbose output"
1621 },
1622 {
1623 "flags": "-vv",
1624 "required": 0,
1625 "optional": 0,
1626 "bool": true,
1627 "long": "-vv",
1628 "description": "more verbose with debug output"
1629 },
1630 {
1631 "flags": "--json",
1632 "required": 0,
1633 "optional": 0,
1634 "bool": true,
1635 "long": "--json",
1636 "description": "use json output"
1637 },
1638 {
1639 "flags": "-g, --resource-group <resourceGroup>",
1640 "required": -22,
1641 "optional": 0,
1642 "bool": true,
1643 "short": "-g",
1644 "long": "--resource-group",
1645 "description": "the resource group name"
1646 },
1647 {
1648 "flags": "-s, --subscription <id>",
1649 "required": -20,
1650 "optional": 0,
1651 "bool": true,
1652 "short": "-s",
1653 "long": "--subscription",
1654 "description": "the subscription id"
1655 },
1656 {
1657 "flags": "--use-http",
1658 "required": 0,
1659 "optional": 0,
1660 "bool": true,
1661 "long": "--use-http",
1662 "description": "Use http as default endpoints protocol"
1663 },
1664 {
1665 "flags": "--blob-endpoint <blobEndpoint>",
1666 "required": -17,
1667 "optional": 0,
1668 "bool": true,
1669 "long": "--blob-endpoint",
1670 "description": "the blob endpoint"
1671 },
1672 {
1673 "flags": "--queue-endpoint <queueEndpoint>",
1674 "required": -18,
1675 "optional": 0,
1676 "bool": true,
1677 "long": "--queue-endpoint",
1678 "description": "the queue endpoint"
1679 },
1680 {
1681 "flags": "--table-endpoint <tableEndpoint>",
1682 "required": -18,
1683 "optional": 0,
1684 "bool": true,
1685 "long": "--table-endpoint",
1686 "description": "the table endpoint"
1687 },
1688 {
1689 "flags": "--file-endpoint <fileEndpoint>",
1690 "required": -17,
1691 "optional": 0,
1692 "bool": true,
1693 "long": "--file-endpoint",
1694 "description": "the file endpoint"
1695 }
1696 ]
1697 }
1698 ],
1699 "categories": {}
1700 }
1701 }
1702 },
1703 "container": {
1704 "name": "container",
1705 "description": "Commands to manage your Storage containers",
1706 "fullName": "storage container",
1707 "usage": "[options] [command]",
1708 "options": [],
1709 "commands": [
1710 {
1711 "name": "list",
1712 "description": "List storage containers with wildcard",
1713 "fullName": "storage container list",
1714 "usage": "[options] [prefix]",
1715 "filePath": "commands/storage/storage.blob.js",
1716 "options": [
1717 {
1718 "flags": "-v, --verbose",
1719 "required": 0,
1720 "optional": 0,
1721 "bool": true,
1722 "short": "-v",
1723 "long": "--verbose",
1724 "description": "use verbose output"
1725 },
1726 {
1727 "flags": "--json",
1728 "required": 0,
1729 "optional": 0,
1730 "bool": true,
1731 "long": "--json",
1732 "description": "use json output"
1733 },
1734 {
1735 "flags": "-p, --prefix <prefix>",
1736 "required": -14,
1737 "optional": 0,
1738 "bool": true,
1739 "short": "-p",
1740 "long": "--prefix",
1741 "description": "the storage container name prefix"
1742 },
1743 {
1744 "flags": "-a, --account-name <accountName>",
1745 "required": -20,
1746 "optional": 0,
1747 "bool": true,
1748 "short": "-a",
1749 "long": "--account-name",
1750 "description": "the storage account name"
1751 },
1752 {
1753 "flags": "-k, --account-key <accountKey>",
1754 "required": -19,
1755 "optional": 0,
1756 "bool": true,
1757 "short": "-k",
1758 "long": "--account-key",
1759 "description": "the storage account key"
1760 },
1761 {
1762 "flags": "-c, --connection-string <connectionString>",
1763 "required": -25,
1764 "optional": 0,
1765 "bool": true,
1766 "short": "-c",
1767 "long": "--connection-string",
1768 "description": "the storage connection string"
1769 },
1770 {
1771 "flags": "-vv",
1772 "required": 0,
1773 "optional": 0,
1774 "bool": true,
1775 "long": "-vv",
1776 "description": "run storage command in debug mode"
1777 }
1778 ]
1779 },
1780 {
1781 "name": "show",
1782 "description": "Show details of the specified storage container",
1783 "fullName": "storage container show",
1784 "usage": "[options] [container]",
1785 "filePath": "commands/storage/storage.blob.js",
1786 "options": [
1787 {
1788 "flags": "-v, --verbose",
1789 "required": 0,
1790 "optional": 0,
1791 "bool": true,
1792 "short": "-v",
1793 "long": "--verbose",
1794 "description": "use verbose output"
1795 },
1796 {
1797 "flags": "--json",
1798 "required": 0,
1799 "optional": 0,
1800 "bool": true,
1801 "long": "--json",
1802 "description": "use json output"
1803 },
1804 {
1805 "flags": "--container <container>",
1806 "required": -13,
1807 "optional": 0,
1808 "bool": true,
1809 "long": "--container",
1810 "description": "the storage container name"
1811 },
1812 {
1813 "flags": "-a, --account-name <accountName>",
1814 "required": -20,
1815 "optional": 0,
1816 "bool": true,
1817 "short": "-a",
1818 "long": "--account-name",
1819 "description": "the storage account name"
1820 },
1821 {
1822 "flags": "-k, --account-key <accountKey>",
1823 "required": -19,
1824 "optional": 0,
1825 "bool": true,
1826 "short": "-k",
1827 "long": "--account-key",
1828 "description": "the storage account key"
1829 },
1830 {
1831 "flags": "-c, --connection-string <connectionString>",
1832 "required": -25,
1833 "optional": 0,
1834 "bool": true,
1835 "short": "-c",
1836 "long": "--connection-string",
1837 "description": "the storage connection string"
1838 },
1839 {
1840 "flags": "-vv",
1841 "required": 0,
1842 "optional": 0,
1843 "bool": true,
1844 "long": "-vv",
1845 "description": "run storage command in debug mode"
1846 }
1847 ]
1848 },
1849 {
1850 "name": "create",
1851 "description": "Create a storage container",
1852 "fullName": "storage container create",
1853 "usage": "[options] [container]",
1854 "filePath": "commands/storage/storage.blob.js",
1855 "options": [
1856 {
1857 "flags": "-v, --verbose",
1858 "required": 0,
1859 "optional": 0,
1860 "bool": true,
1861 "short": "-v",
1862 "long": "--verbose",
1863 "description": "use verbose output"
1864 },
1865 {
1866 "flags": "--json",
1867 "required": 0,
1868 "optional": 0,
1869 "bool": true,
1870 "long": "--json",
1871 "description": "use json output"
1872 },
1873 {
1874 "flags": "--container <container>",
1875 "required": -13,
1876 "optional": 0,
1877 "bool": true,
1878 "long": "--container",
1879 "description": "the storage container name"
1880 },
1881 {
1882 "flags": "-p, --permission <permission>",
1883 "required": -18,
1884 "optional": 0,
1885 "bool": true,
1886 "short": "-p",
1887 "long": "--permission",
1888 "description": "the storage container ACL permission(Off/Blob/Container)"
1889 },
1890 {
1891 "flags": "-a, --account-name <accountName>",
1892 "required": -20,
1893 "optional": 0,
1894 "bool": true,
1895 "short": "-a",
1896 "long": "--account-name",
1897 "description": "the storage account name"
1898 },
1899 {
1900 "flags": "-k, --account-key <accountKey>",
1901 "required": -19,
1902 "optional": 0,
1903 "bool": true,
1904 "short": "-k",
1905 "long": "--account-key",
1906 "description": "the storage account key"
1907 },
1908 {
1909 "flags": "-c, --connection-string <connectionString>",
1910 "required": -25,
1911 "optional": 0,
1912 "bool": true,
1913 "short": "-c",
1914 "long": "--connection-string",
1915 "description": "the storage connection string"
1916 },
1917 {
1918 "flags": "-vv",
1919 "required": 0,
1920 "optional": 0,
1921 "bool": true,
1922 "long": "-vv",
1923 "description": "run storage command in debug mode"
1924 }
1925 ]
1926 },
1927 {
1928 "name": "delete",
1929 "description": "Delete the specified storage container",
1930 "fullName": "storage container delete",
1931 "usage": "[options] [container]",
1932 "filePath": "commands/storage/storage.blob.js",
1933 "options": [
1934 {
1935 "flags": "-v, --verbose",
1936 "required": 0,
1937 "optional": 0,
1938 "bool": true,
1939 "short": "-v",
1940 "long": "--verbose",
1941 "description": "use verbose output"
1942 },
1943 {
1944 "flags": "--json",
1945 "required": 0,
1946 "optional": 0,
1947 "bool": true,
1948 "long": "--json",
1949 "description": "use json output"
1950 },
1951 {
1952 "flags": "--container <container>",
1953 "required": -13,
1954 "optional": 0,
1955 "bool": true,
1956 "long": "--container",
1957 "description": "the storage container name"
1958 },
1959 {
1960 "flags": "-q, --quiet",
1961 "required": 0,
1962 "optional": 0,
1963 "bool": true,
1964 "short": "-q",
1965 "long": "--quiet",
1966 "description": "remove the specified Storage container without confirmation"
1967 },
1968 {
1969 "flags": "-a, --account-name <accountName>",
1970 "required": -20,
1971 "optional": 0,
1972 "bool": true,
1973 "short": "-a",
1974 "long": "--account-name",
1975 "description": "the storage account name"
1976 },
1977 {
1978 "flags": "-k, --account-key <accountKey>",
1979 "required": -19,
1980 "optional": 0,
1981 "bool": true,
1982 "short": "-k",
1983 "long": "--account-key",
1984 "description": "the storage account key"
1985 },
1986 {
1987 "flags": "-c, --connection-string <connectionString>",
1988 "required": -25,
1989 "optional": 0,
1990 "bool": true,
1991 "short": "-c",
1992 "long": "--connection-string",
1993 "description": "the storage connection string"
1994 },
1995 {
1996 "flags": "-vv",
1997 "required": 0,
1998 "optional": 0,
1999 "bool": true,
2000 "long": "-vv",
2001 "description": "run storage command in debug mode"
2002 }
2003 ]
2004 },
2005 {
2006 "name": "set",
2007 "description": "Set storage container ACL",
2008 "fullName": "storage container set",
2009 "usage": "[options] [container]",
2010 "filePath": "commands/storage/storage.blob.js",
2011 "options": [
2012 {
2013 "flags": "-v, --verbose",
2014 "required": 0,
2015 "optional": 0,
2016 "bool": true,
2017 "short": "-v",
2018 "long": "--verbose",
2019 "description": "use verbose output"
2020 },
2021 {
2022 "flags": "--json",
2023 "required": 0,
2024 "optional": 0,
2025 "bool": true,
2026 "long": "--json",
2027 "description": "use json output"
2028 },
2029 {
2030 "flags": "--container <container>",
2031 "required": -13,
2032 "optional": 0,
2033 "bool": true,
2034 "long": "--container",
2035 "description": "the storage container name"
2036 },
2037 {
2038 "flags": "-p, --permission <permission>",
2039 "required": -18,
2040 "optional": 0,
2041 "bool": true,
2042 "short": "-p",
2043 "long": "--permission",
2044 "description": "the storage container ACL permission(Off/Blob/Container)"
2045 },
2046 {
2047 "flags": "-a, --account-name <accountName>",
2048 "required": -20,
2049 "optional": 0,
2050 "bool": true,
2051 "short": "-a",
2052 "long": "--account-name",
2053 "description": "the storage account name"
2054 },
2055 {
2056 "flags": "-k, --account-key <accountKey>",
2057 "required": -19,
2058 "optional": 0,
2059 "bool": true,
2060 "short": "-k",
2061 "long": "--account-key",
2062 "description": "the storage account key"
2063 },
2064 {
2065 "flags": "-c, --connection-string <connectionString>",
2066 "required": -25,
2067 "optional": 0,
2068 "bool": true,
2069 "short": "-c",
2070 "long": "--connection-string",
2071 "description": "the storage connection string"
2072 },
2073 {
2074 "flags": "-vv",
2075 "required": 0,
2076 "optional": 0,
2077 "bool": true,
2078 "long": "-vv",
2079 "description": "run storage command in debug mode"
2080 }
2081 ]
2082 }
2083 ],
2084 "categories": {
2085 "sas": {
2086 "name": "sas",
2087 "description": "Commands to manage shared access signatures of your Storage container",
2088 "fullName": "storage container sas",
2089 "usage": "[options] [command]",
2090 "options": [],
2091 "commands": [
2092 {
2093 "name": "create",
2094 "description": "Generate shared access signature of storage container",
2095 "fullName": "storage container sas create",
2096 "usage": "[options] [container] [permissions] [expiry]",
2097 "filePath": "commands/storage/storage.blob.js",
2098 "options": [
2099 {
2100 "flags": "-v, --verbose",
2101 "required": 0,
2102 "optional": 0,
2103 "bool": true,
2104 "short": "-v",
2105 "long": "--verbose",
2106 "description": "use verbose output"
2107 },
2108 {
2109 "flags": "--json",
2110 "required": 0,
2111 "optional": 0,
2112 "bool": true,
2113 "long": "--json",
2114 "description": "use json output"
2115 },
2116 {
2117 "flags": "--container <container>",
2118 "required": -13,
2119 "optional": 0,
2120 "bool": true,
2121 "long": "--container",
2122 "description": "the storage container name"
2123 },
2124 {
2125 "flags": "--permissions <permissions>",
2126 "required": -15,
2127 "optional": 0,
2128 "bool": true,
2129 "long": "--permissions",
2130 "description": "the operation permissions combining symbols of r(Read)/w(Write)/d(Delete)/l(List)"
2131 },
2132 {
2133 "flags": "--start <start>",
2134 "required": -9,
2135 "optional": 0,
2136 "bool": true,
2137 "long": "--start",
2138 "description": "the UTC time at which the SAS becomes valid"
2139 },
2140 {
2141 "flags": "--expiry <expiry>",
2142 "required": -10,
2143 "optional": 0,
2144 "bool": true,
2145 "long": "--expiry",
2146 "description": "the UTC time at which the SAS expires"
2147 },
2148 {
2149 "flags": "--policy <policy>",
2150 "required": -10,
2151 "optional": 0,
2152 "bool": true,
2153 "long": "--policy",
2154 "description": "the stored access policy identifier"
2155 },
2156 {
2157 "flags": "-a, --account-name <accountName>",
2158 "required": -20,
2159 "optional": 0,
2160 "bool": true,
2161 "short": "-a",
2162 "long": "--account-name",
2163 "description": "the storage account name"
2164 },
2165 {
2166 "flags": "-k, --account-key <accountKey>",
2167 "required": -19,
2168 "optional": 0,
2169 "bool": true,
2170 "short": "-k",
2171 "long": "--account-key",
2172 "description": "the storage account key"
2173 },
2174 {
2175 "flags": "-c, --connection-string <connectionString>",
2176 "required": -25,
2177 "optional": 0,
2178 "bool": true,
2179 "short": "-c",
2180 "long": "--connection-string",
2181 "description": "the storage connection string"
2182 },
2183 {
2184 "flags": "-vv",
2185 "required": 0,
2186 "optional": 0,
2187 "bool": true,
2188 "long": "-vv",
2189 "description": "run storage command in debug mode"
2190 }
2191 ]
2192 }
2193 ],
2194 "categories": {}
2195 },
2196 "policy": {
2197 "name": "policy",
2198 "description": "Commands to manage stored access policies of your Storage container",
2199 "fullName": "storage container policy",
2200 "usage": "[options] [command]",
2201 "options": [],
2202 "commands": [
2203 {
2204 "name": "create",
2205 "description": "Create a stored access policy on the container",
2206 "fullName": "storage container policy create",
2207 "usage": "[options] [container] [name]",
2208 "filePath": "commands/storage/storage.blob.js",
2209 "options": [
2210 {
2211 "flags": "-v, --verbose",
2212 "required": 0,
2213 "optional": 0,
2214 "bool": true,
2215 "short": "-v",
2216 "long": "--verbose",
2217 "description": "use verbose output"
2218 },
2219 {
2220 "flags": "--json",
2221 "required": 0,
2222 "optional": 0,
2223 "bool": true,
2224 "long": "--json",
2225 "description": "use json output"
2226 },
2227 {
2228 "flags": "--container <container>",
2229 "required": -13,
2230 "optional": 0,
2231 "bool": true,
2232 "long": "--container",
2233 "description": "the storage container name"
2234 },
2235 {
2236 "flags": "--name <name>",
2237 "required": -8,
2238 "optional": 0,
2239 "bool": true,
2240 "long": "--name",
2241 "description": "the policy name"
2242 },
2243 {
2244 "flags": "--start <start>",
2245 "required": -9,
2246 "optional": 0,
2247 "bool": true,
2248 "long": "--start",
2249 "description": "the UTC time at which the policy becomes valid"
2250 },
2251 {
2252 "flags": "--expiry <expiry>",
2253 "required": -10,
2254 "optional": 0,
2255 "bool": true,
2256 "long": "--expiry",
2257 "description": "the UTC time at which the policy expires"
2258 },
2259 {
2260 "flags": "--permissions <permissions>",
2261 "required": -15,
2262 "optional": 0,
2263 "bool": true,
2264 "long": "--permissions",
2265 "description": "the operation permissions combining symbols of r(Read)/w(Write)/d(Delete)/l(List)"
2266 },
2267 {
2268 "flags": "-a, --account-name <accountName>",
2269 "required": -20,
2270 "optional": 0,
2271 "bool": true,
2272 "short": "-a",
2273 "long": "--account-name",
2274 "description": "the storage account name"
2275 },
2276 {
2277 "flags": "-k, --account-key <accountKey>",
2278 "required": -19,
2279 "optional": 0,
2280 "bool": true,
2281 "short": "-k",
2282 "long": "--account-key",
2283 "description": "the storage account key"
2284 },
2285 {
2286 "flags": "-c, --connection-string <connectionString>",
2287 "required": -25,
2288 "optional": 0,
2289 "bool": true,
2290 "short": "-c",
2291 "long": "--connection-string",
2292 "description": "the storage connection string"
2293 },
2294 {
2295 "flags": "-vv",
2296 "required": 0,
2297 "optional": 0,
2298 "bool": true,
2299 "long": "-vv",
2300 "description": "run storage command in debug mode"
2301 }
2302 ]
2303 },
2304 {
2305 "name": "show",
2306 "description": "Show a stored access policy on the container",
2307 "fullName": "storage container policy show",
2308 "usage": "[options] [container] [name]",
2309 "filePath": "commands/storage/storage.blob.js",
2310 "options": [
2311 {
2312 "flags": "-v, --verbose",
2313 "required": 0,
2314 "optional": 0,
2315 "bool": true,
2316 "short": "-v",
2317 "long": "--verbose",
2318 "description": "use verbose output"
2319 },
2320 {
2321 "flags": "--json",
2322 "required": 0,
2323 "optional": 0,
2324 "bool": true,
2325 "long": "--json",
2326 "description": "use json output"
2327 },
2328 {
2329 "flags": "--container <container>",
2330 "required": -13,
2331 "optional": 0,
2332 "bool": true,
2333 "long": "--container",
2334 "description": "the storage container name"
2335 },
2336 {
2337 "flags": "--name <name>",
2338 "required": -8,
2339 "optional": 0,
2340 "bool": true,
2341 "long": "--name",
2342 "description": "the policy name"
2343 },
2344 {
2345 "flags": "-a, --account-name <accountName>",
2346 "required": -20,
2347 "optional": 0,
2348 "bool": true,
2349 "short": "-a",
2350 "long": "--account-name",
2351 "description": "the storage account name"
2352 },
2353 {
2354 "flags": "-k, --account-key <accountKey>",
2355 "required": -19,
2356 "optional": 0,
2357 "bool": true,
2358 "short": "-k",
2359 "long": "--account-key",
2360 "description": "the storage account key"
2361 },
2362 {
2363 "flags": "-c, --connection-string <connectionString>",
2364 "required": -25,
2365 "optional": 0,
2366 "bool": true,
2367 "short": "-c",
2368 "long": "--connection-string",
2369 "description": "the storage connection string"
2370 },
2371 {
2372 "flags": "-vv",
2373 "required": 0,
2374 "optional": 0,
2375 "bool": true,
2376 "long": "-vv",
2377 "description": "run storage command in debug mode"
2378 }
2379 ]
2380 },
2381 {
2382 "name": "list",
2383 "description": "List stored access policies on the container",
2384 "fullName": "storage container policy list",
2385 "usage": "[options] [container]",
2386 "filePath": "commands/storage/storage.blob.js",
2387 "options": [
2388 {
2389 "flags": "-v, --verbose",
2390 "required": 0,
2391 "optional": 0,
2392 "bool": true,
2393 "short": "-v",
2394 "long": "--verbose",
2395 "description": "use verbose output"
2396 },
2397 {
2398 "flags": "--json",
2399 "required": 0,
2400 "optional": 0,
2401 "bool": true,
2402 "long": "--json",
2403 "description": "use json output"
2404 },
2405 {
2406 "flags": "--container <container>",
2407 "required": -13,
2408 "optional": 0,
2409 "bool": true,
2410 "long": "--container",
2411 "description": "the storage container name"
2412 },
2413 {
2414 "flags": "-a, --account-name <accountName>",
2415 "required": -20,
2416 "optional": 0,
2417 "bool": true,
2418 "short": "-a",
2419 "long": "--account-name",
2420 "description": "the storage account name"
2421 },
2422 {
2423 "flags": "-k, --account-key <accountKey>",
2424 "required": -19,
2425 "optional": 0,
2426 "bool": true,
2427 "short": "-k",
2428 "long": "--account-key",
2429 "description": "the storage account key"
2430 },
2431 {
2432 "flags": "-c, --connection-string <connectionString>",
2433 "required": -25,
2434 "optional": 0,
2435 "bool": true,
2436 "short": "-c",
2437 "long": "--connection-string",
2438 "description": "the storage connection string"
2439 },
2440 {
2441 "flags": "-vv",
2442 "required": 0,
2443 "optional": 0,
2444 "bool": true,
2445 "long": "-vv",
2446 "description": "run storage command in debug mode"
2447 }
2448 ]
2449 },
2450 {
2451 "name": "set",
2452 "description": "Set a stored access policy on the container",
2453 "fullName": "storage container policy set",
2454 "usage": "[options] [container] [name]",
2455 "filePath": "commands/storage/storage.blob.js",
2456 "options": [
2457 {
2458 "flags": "-v, --verbose",
2459 "required": 0,
2460 "optional": 0,
2461 "bool": true,
2462 "short": "-v",
2463 "long": "--verbose",
2464 "description": "use verbose output"
2465 },
2466 {
2467 "flags": "--json",
2468 "required": 0,
2469 "optional": 0,
2470 "bool": true,
2471 "long": "--json",
2472 "description": "use json output"
2473 },
2474 {
2475 "flags": "--container <container>",
2476 "required": -13,
2477 "optional": 0,
2478 "bool": true,
2479 "long": "--container",
2480 "description": "the storage container name"
2481 },
2482 {
2483 "flags": "--name <name>",
2484 "required": -8,
2485 "optional": 0,
2486 "bool": true,
2487 "long": "--name",
2488 "description": "the policy name"
2489 },
2490 {
2491 "flags": "--start <start>",
2492 "required": -9,
2493 "optional": 0,
2494 "bool": true,
2495 "long": "--start",
2496 "description": "the UTC time at which the policy becomes valid and passing two spaces means to remove the existing setting"
2497 },
2498 {
2499 "flags": "--expiry <expiry>",
2500 "required": -10,
2501 "optional": 0,
2502 "bool": true,
2503 "long": "--expiry",
2504 "description": "the UTC time at which the policy expires and passing two spaces means to remove the existing setting"
2505 },
2506 {
2507 "flags": "--permissions <permissions>",
2508 "required": -15,
2509 "optional": 0,
2510 "bool": true,
2511 "long": "--permissions",
2512 "description": "the operation permissions combining symbols of r(Read)/w(Write)/d(Delete)/l(List) and passing two spaces means to remove the existing setting"
2513 },
2514 {
2515 "flags": "-a, --account-name <accountName>",
2516 "required": -20,
2517 "optional": 0,
2518 "bool": true,
2519 "short": "-a",
2520 "long": "--account-name",
2521 "description": "the storage account name"
2522 },
2523 {
2524 "flags": "-k, --account-key <accountKey>",
2525 "required": -19,
2526 "optional": 0,
2527 "bool": true,
2528 "short": "-k",
2529 "long": "--account-key",
2530 "description": "the storage account key"
2531 },
2532 {
2533 "flags": "-c, --connection-string <connectionString>",
2534 "required": -25,
2535 "optional": 0,
2536 "bool": true,
2537 "short": "-c",
2538 "long": "--connection-string",
2539 "description": "the storage connection string"
2540 },
2541 {
2542 "flags": "-vv",
2543 "required": 0,
2544 "optional": 0,
2545 "bool": true,
2546 "long": "-vv",
2547 "description": "run storage command in debug mode"
2548 }
2549 ]
2550 },
2551 {
2552 "name": "delete",
2553 "description": "Delete a stored access policy on the container",
2554 "fullName": "storage container policy delete",
2555 "usage": "[options] [container] [name]",
2556 "filePath": "commands/storage/storage.blob.js",
2557 "options": [
2558 {
2559 "flags": "-v, --verbose",
2560 "required": 0,
2561 "optional": 0,
2562 "bool": true,
2563 "short": "-v",
2564 "long": "--verbose",
2565 "description": "use verbose output"
2566 },
2567 {
2568 "flags": "--json",
2569 "required": 0,
2570 "optional": 0,
2571 "bool": true,
2572 "long": "--json",
2573 "description": "use json output"
2574 },
2575 {
2576 "flags": "--container <container>",
2577 "required": -13,
2578 "optional": 0,
2579 "bool": true,
2580 "long": "--container",
2581 "description": "the storage container name"
2582 },
2583 {
2584 "flags": "--name <name>",
2585 "required": -8,
2586 "optional": 0,
2587 "bool": true,
2588 "long": "--name",
2589 "description": "the policy name"
2590 },
2591 {
2592 "flags": "-a, --account-name <accountName>",
2593 "required": -20,
2594 "optional": 0,
2595 "bool": true,
2596 "short": "-a",
2597 "long": "--account-name",
2598 "description": "the storage account name"
2599 },
2600 {
2601 "flags": "-k, --account-key <accountKey>",
2602 "required": -19,
2603 "optional": 0,
2604 "bool": true,
2605 "short": "-k",
2606 "long": "--account-key",
2607 "description": "the storage account key"
2608 },
2609 {
2610 "flags": "-c, --connection-string <connectionString>",
2611 "required": -25,
2612 "optional": 0,
2613 "bool": true,
2614 "short": "-c",
2615 "long": "--connection-string",
2616 "description": "the storage connection string"
2617 },
2618 {
2619 "flags": "-vv",
2620 "required": 0,
2621 "optional": 0,
2622 "bool": true,
2623 "long": "-vv",
2624 "description": "run storage command in debug mode"
2625 }
2626 ]
2627 }
2628 ],
2629 "categories": {}
2630 }
2631 }
2632 },
2633 "blob": {
2634 "name": "blob",
2635 "description": "Commands to manage your Storage blobs",
2636 "fullName": "storage blob",
2637 "usage": "[options] [command]",
2638 "options": [],
2639 "commands": [
2640 {
2641 "name": "list",
2642 "description": "List storage blob in the specified storage container use wildcard and blob name prefix",
2643 "fullName": "storage blob list",
2644 "usage": "[options] [container] [prefix]",
2645 "filePath": "commands/storage/storage.blob.js",
2646 "options": [
2647 {
2648 "flags": "-v, --verbose",
2649 "required": 0,
2650 "optional": 0,
2651 "bool": true,
2652 "short": "-v",
2653 "long": "--verbose",
2654 "description": "use verbose output"
2655 },
2656 {
2657 "flags": "--json",
2658 "required": 0,
2659 "optional": 0,
2660 "bool": true,
2661 "long": "--json",
2662 "description": "use json output"
2663 },
2664 {
2665 "flags": "--container <container>",
2666 "required": -13,
2667 "optional": 0,
2668 "bool": true,
2669 "long": "--container",
2670 "description": "the storage container name"
2671 },
2672 {
2673 "flags": "-p, --prefix <prefix>",
2674 "required": -14,
2675 "optional": 0,
2676 "bool": true,
2677 "short": "-p",
2678 "long": "--prefix",
2679 "description": "the blob name prefix"
2680 },
2681 {
2682 "flags": "--sas <sas>",
2683 "required": -7,
2684 "optional": 0,
2685 "bool": true,
2686 "long": "--sas",
2687 "description": "the shared access signature of the storage container"
2688 },
2689 {
2690 "flags": "-a, --account-name <accountName>",
2691 "required": -20,
2692 "optional": 0,
2693 "bool": true,
2694 "short": "-a",
2695 "long": "--account-name",
2696 "description": "the storage account name"
2697 },
2698 {
2699 "flags": "-k, --account-key <accountKey>",
2700 "required": -19,
2701 "optional": 0,
2702 "bool": true,
2703 "short": "-k",
2704 "long": "--account-key",
2705 "description": "the storage account key"
2706 },
2707 {
2708 "flags": "-c, --connection-string <connectionString>",
2709 "required": -25,
2710 "optional": 0,
2711 "bool": true,
2712 "short": "-c",
2713 "long": "--connection-string",
2714 "description": "the storage connection string"
2715 },
2716 {
2717 "flags": "-vv",
2718 "required": 0,
2719 "optional": 0,
2720 "bool": true,
2721 "long": "-vv",
2722 "description": "run storage command in debug mode"
2723 }
2724 ]
2725 },
2726 {
2727 "name": "show",
2728 "description": "Show details of the specified storage blob",
2729 "fullName": "storage blob show",
2730 "usage": "[options] [container] [blob]",
2731 "filePath": "commands/storage/storage.blob.js",
2732 "options": [
2733 {
2734 "flags": "-v, --verbose",
2735 "required": 0,
2736 "optional": 0,
2737 "bool": true,
2738 "short": "-v",
2739 "long": "--verbose",
2740 "description": "use verbose output"
2741 },
2742 {
2743 "flags": "--json",
2744 "required": 0,
2745 "optional": 0,
2746 "bool": true,
2747 "long": "--json",
2748 "description": "use json output"
2749 },
2750 {
2751 "flags": "--container <container>",
2752 "required": -13,
2753 "optional": 0,
2754 "bool": true,
2755 "long": "--container",
2756 "description": "the storage container name"
2757 },
2758 {
2759 "flags": "-b, --blob <blobName>",
2760 "required": -12,
2761 "optional": 0,
2762 "bool": true,
2763 "short": "-b",
2764 "long": "--blob",
2765 "description": "the storage blob name"
2766 },
2767 {
2768 "flags": "--sas <sas>",
2769 "required": -7,
2770 "optional": 0,
2771 "bool": true,
2772 "long": "--sas",
2773 "description": "the shared access signature of the storage container or blob"
2774 },
2775 {
2776 "flags": "-a, --account-name <accountName>",
2777 "required": -20,
2778 "optional": 0,
2779 "bool": true,
2780 "short": "-a",
2781 "long": "--account-name",
2782 "description": "the storage account name"
2783 },
2784 {
2785 "flags": "-k, --account-key <accountKey>",
2786 "required": -19,
2787 "optional": 0,
2788 "bool": true,
2789 "short": "-k",
2790 "long": "--account-key",
2791 "description": "the storage account key"
2792 },
2793 {
2794 "flags": "-c, --connection-string <connectionString>",
2795 "required": -25,
2796 "optional": 0,
2797 "bool": true,
2798 "short": "-c",
2799 "long": "--connection-string",
2800 "description": "the storage connection string"
2801 },
2802 {
2803 "flags": "-vv",
2804 "required": 0,
2805 "optional": 0,
2806 "bool": true,
2807 "long": "-vv",
2808 "description": "run storage command in debug mode"
2809 }
2810 ]
2811 },
2812 {
2813 "name": "delete",
2814 "description": "Delete the specified storage blob",
2815 "fullName": "storage blob delete",
2816 "usage": "[options] [container] [blob]",
2817 "filePath": "commands/storage/storage.blob.js",
2818 "options": [
2819 {
2820 "flags": "-v, --verbose",
2821 "required": 0,
2822 "optional": 0,
2823 "bool": true,
2824 "short": "-v",
2825 "long": "--verbose",
2826 "description": "use verbose output"
2827 },
2828 {
2829 "flags": "--json",
2830 "required": 0,
2831 "optional": 0,
2832 "bool": true,
2833 "long": "--json",
2834 "description": "use json output"
2835 },
2836 {
2837 "flags": "--container <container>",
2838 "required": -13,
2839 "optional": 0,
2840 "bool": true,
2841 "long": "--container",
2842 "description": "the storage container name"
2843 },
2844 {
2845 "flags": "-b, --blob <blobName>",
2846 "required": -12,
2847 "optional": 0,
2848 "bool": true,
2849 "short": "-b",
2850 "long": "--blob",
2851 "description": "the storage blob name"
2852 },
2853 {
2854 "flags": "--sas <sas>",
2855 "required": -7,
2856 "optional": 0,
2857 "bool": true,
2858 "long": "--sas",
2859 "description": "the shared access signature of the storage container or blob"
2860 },
2861 {
2862 "flags": "-q, --quiet",
2863 "required": 0,
2864 "optional": 0,
2865 "bool": true,
2866 "short": "-q",
2867 "long": "--quiet",
2868 "description": "remove the specified Storage blob without confirmation"
2869 },
2870 {
2871 "flags": "-a, --account-name <accountName>",
2872 "required": -20,
2873 "optional": 0,
2874 "bool": true,
2875 "short": "-a",
2876 "long": "--account-name",
2877 "description": "the storage account name"
2878 },
2879 {
2880 "flags": "-k, --account-key <accountKey>",
2881 "required": -19,
2882 "optional": 0,
2883 "bool": true,
2884 "short": "-k",
2885 "long": "--account-key",
2886 "description": "the storage account key"
2887 },
2888 {
2889 "flags": "-c, --connection-string <connectionString>",
2890 "required": -25,
2891 "optional": 0,
2892 "bool": true,
2893 "short": "-c",
2894 "long": "--connection-string",
2895 "description": "the storage connection string"
2896 },
2897 {
2898 "flags": "-vv",
2899 "required": 0,
2900 "optional": 0,
2901 "bool": true,
2902 "long": "-vv",
2903 "description": "run storage command in debug mode"
2904 }
2905 ]
2906 },
2907 {
2908 "name": "upload",
2909 "description": "Upload the specified file to storage blob",
2910 "fullName": "storage blob upload",
2911 "usage": "[options] [file] [container] [blob]",
2912 "filePath": "commands/storage/storage.blob.js",
2913 "options": [
2914 {
2915 "flags": "-v, --verbose",
2916 "required": 0,
2917 "optional": 0,
2918 "bool": true,
2919 "short": "-v",
2920 "long": "--verbose",
2921 "description": "use verbose output"
2922 },
2923 {
2924 "flags": "--json",
2925 "required": 0,
2926 "optional": 0,
2927 "bool": true,
2928 "long": "--json",
2929 "description": "use json output"
2930 },
2931 {
2932 "flags": "-f, --file <file>",
2933 "required": -12,
2934 "optional": 0,
2935 "bool": true,
2936 "short": "-f",
2937 "long": "--file",
2938 "description": "the local file path"
2939 },
2940 {
2941 "flags": "--container <container>",
2942 "required": -13,
2943 "optional": 0,
2944 "bool": true,
2945 "long": "--container",
2946 "description": "the storage container name"
2947 },
2948 {
2949 "flags": "-b, --blob <blobName>",
2950 "required": -12,
2951 "optional": 0,
2952 "bool": true,
2953 "short": "-b",
2954 "long": "--blob",
2955 "description": "the storage blob name"
2956 },
2957 {
2958 "flags": "-t, --blobtype <blobtype>",
2959 "required": -16,
2960 "optional": 0,
2961 "bool": true,
2962 "short": "-t",
2963 "long": "--blobtype",
2964 "description": "the storage blob type(block, page, append)"
2965 },
2966 {
2967 "flags": "-p, --properties <properties>",
2968 "required": -18,
2969 "optional": 0,
2970 "bool": true,
2971 "short": "-p",
2972 "long": "--properties",
2973 "description": "the storage blob properties for uploaded file. Properties are key=value pairs and separated with semicolon(;). Available properties are contentType, contentEncoding, contentLanguage, cacheControl"
2974 },
2975 {
2976 "flags": "-m, --metadata <metadata>",
2977 "required": -16,
2978 "optional": 0,
2979 "bool": true,
2980 "short": "-m",
2981 "long": "--metadata",
2982 "description": "the storage blob metadata for uploaded file. Metadata are key=value pairs and separated with semicolon(;)"
2983 },
2984 {
2985 "flags": "--concurrenttaskcount <concurrenttaskcount>",
2986 "required": -23,
2987 "optional": 0,
2988 "bool": true,
2989 "long": "--concurrenttaskcount",
2990 "description": "the maximum number of concurrent upload requests"
2991 },
2992 {
2993 "flags": "-q, --quiet",
2994 "required": 0,
2995 "optional": 0,
2996 "bool": true,
2997 "short": "-q",
2998 "long": "--quiet",
2999 "description": "overwrite the specified Storage blob without confirmation"
3000 },
3001 {
3002 "flags": "-a, --account-name <accountName>",
3003 "required": -20,
3004 "optional": 0,
3005 "bool": true,
3006 "short": "-a",
3007 "long": "--account-name",
3008 "description": "the storage account name"
3009 },
3010 {
3011 "flags": "-k, --account-key <accountKey>",
3012 "required": -19,
3013 "optional": 0,
3014 "bool": true,
3015 "short": "-k",
3016 "long": "--account-key",
3017 "description": "the storage account key"
3018 },
3019 {
3020 "flags": "-c, --connection-string <connectionString>",
3021 "required": -25,
3022 "optional": 0,
3023 "bool": true,
3024 "short": "-c",
3025 "long": "--connection-string",
3026 "description": "the storage connection string"
3027 },
3028 {
3029 "flags": "-vv",
3030 "required": 0,
3031 "optional": 0,
3032 "bool": true,
3033 "long": "-vv",
3034 "description": "run storage command in debug mode"
3035 }
3036 ]
3037 },
3038 {
3039 "name": "download",
3040 "description": "Download the specified storage blob",
3041 "fullName": "storage blob download",
3042 "usage": "[options] [container] [blob] [destination]",
3043 "filePath": "commands/storage/storage.blob.js",
3044 "options": [
3045 {
3046 "flags": "-v, --verbose",
3047 "required": 0,
3048 "optional": 0,
3049 "bool": true,
3050 "short": "-v",
3051 "long": "--verbose",
3052 "description": "use verbose output"
3053 },
3054 {
3055 "flags": "--json",
3056 "required": 0,
3057 "optional": 0,
3058 "bool": true,
3059 "long": "--json",
3060 "description": "use json output"
3061 },
3062 {
3063 "flags": "--container <container>",
3064 "required": -13,
3065 "optional": 0,
3066 "bool": true,
3067 "long": "--container",
3068 "description": "the storage container name"
3069 },
3070 {
3071 "flags": "-b, --blob <blobName>",
3072 "required": -12,
3073 "optional": 0,
3074 "bool": true,
3075 "short": "-b",
3076 "long": "--blob",
3077 "description": "the storage blob name"
3078 },
3079 {
3080 "flags": "-d, --destination [destination]",
3081 "required": 0,
3082 "optional": -19,
3083 "bool": true,
3084 "short": "-d",
3085 "long": "--destination",
3086 "description": "download destination file or directory path"
3087 },
3088 {
3089 "flags": "-m, --checkmd5",
3090 "required": 0,
3091 "optional": 0,
3092 "bool": true,
3093 "short": "-m",
3094 "long": "--checkmd5",
3095 "description": "check md5sum for the downloaded file"
3096 },
3097 {
3098 "flags": "--concurrenttaskcount <concurrenttaskcount>",
3099 "required": -23,
3100 "optional": 0,
3101 "bool": true,
3102 "long": "--concurrenttaskcount",
3103 "description": "the maximum number of concurrent download requests"
3104 },
3105 {
3106 "flags": "--sas <sas>",
3107 "required": -7,
3108 "optional": 0,
3109 "bool": true,
3110 "long": "--sas",
3111 "description": "the shared access signature of the storage container or blob"
3112 },
3113 {
3114 "flags": "-q, --quiet",
3115 "required": 0,
3116 "optional": 0,
3117 "bool": true,
3118 "short": "-q",
3119 "long": "--quiet",
3120 "description": "overwrite the destination file without confirmation"
3121 },
3122 {
3123 "flags": "-a, --account-name <accountName>",
3124 "required": -20,
3125 "optional": 0,
3126 "bool": true,
3127 "short": "-a",
3128 "long": "--account-name",
3129 "description": "the storage account name"
3130 },
3131 {
3132 "flags": "-k, --account-key <accountKey>",
3133 "required": -19,
3134 "optional": 0,
3135 "bool": true,
3136 "short": "-k",
3137 "long": "--account-key",
3138 "description": "the storage account key"
3139 },
3140 {
3141 "flags": "-c, --connection-string <connectionString>",
3142 "required": -25,
3143 "optional": 0,
3144 "bool": true,
3145 "short": "-c",
3146 "long": "--connection-string",
3147 "description": "the storage connection string"
3148 },
3149 {
3150 "flags": "-vv",
3151 "required": 0,
3152 "optional": 0,
3153 "bool": true,
3154 "long": "-vv",
3155 "description": "run storage command in debug mode"
3156 }
3157 ]
3158 }
3159 ],
3160 "categories": {
3161 "copy": {
3162 "name": "copy",
3163 "description": "Commands to manage your blob copy operations",
3164 "fullName": "storage blob copy",
3165 "usage": "[options] [command]",
3166 "options": [],
3167 "commands": [
3168 {
3169 "name": "start",
3170 "description": "Start to copy the resource to the specified storage blob which completes asynchronously",
3171 "fullName": "storage blob copy start",
3172 "usage": "[options] [sourceUri] [destContainer]",
3173 "filePath": "commands/storage/storage.blob.js",
3174 "options": [
3175 {
3176 "flags": "-v, --verbose",
3177 "required": 0,
3178 "optional": 0,
3179 "bool": true,
3180 "short": "-v",
3181 "long": "--verbose",
3182 "description": "use verbose output"
3183 },
3184 {
3185 "flags": "--json",
3186 "required": 0,
3187 "optional": 0,
3188 "bool": true,
3189 "long": "--json",
3190 "description": "use json output"
3191 },
3192 {
3193 "flags": "--source-sas <sourceSas>",
3194 "required": -14,
3195 "optional": 0,
3196 "bool": true,
3197 "long": "--source-sas",
3198 "description": "the shared access signature of the source storage"
3199 },
3200 {
3201 "flags": "--source-uri <sourceUri>",
3202 "required": -14,
3203 "optional": 0,
3204 "bool": true,
3205 "long": "--source-uri",
3206 "description": "the source storage blob or file absolute uri"
3207 },
3208 {
3209 "flags": "--source-container <sourceContainer>",
3210 "required": -20,
3211 "optional": 0,
3212 "bool": true,
3213 "long": "--source-container",
3214 "description": "the source storage container name when copies a blob to a blob"
3215 },
3216 {
3217 "flags": "--source-blob <sourceBlob>",
3218 "required": -15,
3219 "optional": 0,
3220 "bool": true,
3221 "long": "--source-blob",
3222 "description": "the source storage blob name when copies a blob to a blob"
3223 },
3224 {
3225 "flags": "--source-share <sourceShare>",
3226 "required": -16,
3227 "optional": 0,
3228 "bool": true,
3229 "long": "--source-share",
3230 "description": "the source storage share name when copies a file to a blob"
3231 },
3232 {
3233 "flags": "--source-path <sourcePath>",
3234 "required": -15,
3235 "optional": 0,
3236 "bool": true,
3237 "long": "--source-path",
3238 "description": "the source storage file path when copies a file to a blob"
3239 },
3240 {
3241 "flags": "--dest-account-name <destAccountName>",
3242 "required": -21,
3243 "optional": 0,
3244 "bool": true,
3245 "long": "--dest-account-name",
3246 "description": "the destination storage account name"
3247 },
3248 {
3249 "flags": "--dest-account-key <destAccountKey>",
3250 "required": -20,
3251 "optional": 0,
3252 "bool": true,
3253 "long": "--dest-account-key",
3254 "description": "the destination storage account key"
3255 },
3256 {
3257 "flags": "--dest-connection-string <destConnectionString>",
3258 "required": -26,
3259 "optional": 0,
3260 "bool": true,
3261 "long": "--dest-connection-string",
3262 "description": "the destination storage connection string"
3263 },
3264 {
3265 "flags": "--dest-sas <destSas>",
3266 "required": -12,
3267 "optional": 0,
3268 "bool": true,
3269 "long": "--dest-sas",
3270 "description": "the shared access signature of the destination storage container or blob"
3271 },
3272 {
3273 "flags": "--dest-container <destContainer>",
3274 "required": -18,
3275 "optional": 0,
3276 "bool": true,
3277 "long": "--dest-container",
3278 "description": "the destination storage container name"
3279 },
3280 {
3281 "flags": "--dest-blob <destBlob>",
3282 "required": -13,
3283 "optional": 0,
3284 "bool": true,
3285 "long": "--dest-blob",
3286 "description": "the destination storage blob name"
3287 },
3288 {
3289 "flags": "-q, --quiet",
3290 "required": 0,
3291 "optional": 0,
3292 "bool": true,
3293 "short": "-q",
3294 "long": "--quiet",
3295 "description": "overwrite the destination blob without confirmation"
3296 },
3297 {
3298 "flags": "-a, --account-name <accountName>",
3299 "required": -20,
3300 "optional": 0,
3301 "bool": true,
3302 "short": "-a",
3303 "long": "--account-name",
3304 "description": "the storage account name"
3305 },
3306 {
3307 "flags": "-k, --account-key <accountKey>",
3308 "required": -19,
3309 "optional": 0,
3310 "bool": true,
3311 "short": "-k",
3312 "long": "--account-key",
3313 "description": "the storage account key"
3314 },
3315 {
3316 "flags": "-c, --connection-string <connectionString>",
3317 "required": -25,
3318 "optional": 0,
3319 "bool": true,
3320 "short": "-c",
3321 "long": "--connection-string",
3322 "description": "the storage connection string"
3323 },
3324 {
3325 "flags": "-vv",
3326 "required": 0,
3327 "optional": 0,
3328 "bool": true,
3329 "long": "-vv",
3330 "description": "run storage command in debug mode"
3331 }
3332 ]
3333 },
3334 {
3335 "name": "show",
3336 "description": "Show the copy status",
3337 "fullName": "storage blob copy show",
3338 "usage": "[options] [container] [blob]",
3339 "filePath": "commands/storage/storage.blob.js",
3340 "options": [
3341 {
3342 "flags": "-v, --verbose",
3343 "required": 0,
3344 "optional": 0,
3345 "bool": true,
3346 "short": "-v",
3347 "long": "--verbose",
3348 "description": "use verbose output"
3349 },
3350 {
3351 "flags": "--json",
3352 "required": 0,
3353 "optional": 0,
3354 "bool": true,
3355 "long": "--json",
3356 "description": "use json output"
3357 },
3358 {
3359 "flags": "--container <container>",
3360 "required": -13,
3361 "optional": 0,
3362 "bool": true,
3363 "long": "--container",
3364 "description": "the destination container in the blob copy start operation"
3365 },
3366 {
3367 "flags": "--blob <blob>",
3368 "required": -8,
3369 "optional": 0,
3370 "bool": true,
3371 "long": "--blob",
3372 "description": "the destination blob in the blob copy start operation"
3373 },
3374 {
3375 "flags": "--sas <sas>",
3376 "required": -7,
3377 "optional": 0,
3378 "bool": true,
3379 "long": "--sas",
3380 "description": "the shared access signature of the destination storage container or blob"
3381 },
3382 {
3383 "flags": "-a, --account-name <accountName>",
3384 "required": -20,
3385 "optional": 0,
3386 "bool": true,
3387 "short": "-a",
3388 "long": "--account-name",
3389 "description": "the storage account name"
3390 },
3391 {
3392 "flags": "-k, --account-key <accountKey>",
3393 "required": -19,
3394 "optional": 0,
3395 "bool": true,
3396 "short": "-k",
3397 "long": "--account-key",
3398 "description": "the storage account key"
3399 },
3400 {
3401 "flags": "-c, --connection-string <connectionString>",
3402 "required": -25,
3403 "optional": 0,
3404 "bool": true,
3405 "short": "-c",
3406 "long": "--connection-string",
3407 "description": "the storage connection string"
3408 },
3409 {
3410 "flags": "-vv",
3411 "required": 0,
3412 "optional": 0,
3413 "bool": true,
3414 "long": "-vv",
3415 "description": "run storage command in debug mode"
3416 }
3417 ]
3418 },
3419 {
3420 "name": "stop",
3421 "description": "Stop the copy operation",
3422 "fullName": "storage blob copy stop",
3423 "usage": "[options] [container] [blob] [copyid]",
3424 "filePath": "commands/storage/storage.blob.js",
3425 "options": [
3426 {
3427 "flags": "-v, --verbose",
3428 "required": 0,
3429 "optional": 0,
3430 "bool": true,
3431 "short": "-v",
3432 "long": "--verbose",
3433 "description": "use verbose output"
3434 },
3435 {
3436 "flags": "--json",
3437 "required": 0,
3438 "optional": 0,
3439 "bool": true,
3440 "long": "--json",
3441 "description": "use json output"
3442 },
3443 {
3444 "flags": "--container <container>",
3445 "required": -13,
3446 "optional": 0,
3447 "bool": true,
3448 "long": "--container",
3449 "description": "the destination container in the blob copy start operation"
3450 },
3451 {
3452 "flags": "--blob <blob>",
3453 "required": -8,
3454 "optional": 0,
3455 "bool": true,
3456 "long": "--blob",
3457 "description": "the destination blob in the blob copy start operation"
3458 },
3459 {
3460 "flags": "--copyid <copyid>",
3461 "required": -10,
3462 "optional": 0,
3463 "bool": true,
3464 "long": "--copyid",
3465 "description": "the copy ID which is returned from blob copy start operation"
3466 },
3467 {
3468 "flags": "-a, --account-name <accountName>",
3469 "required": -20,
3470 "optional": 0,
3471 "bool": true,
3472 "short": "-a",
3473 "long": "--account-name",
3474 "description": "the storage account name"
3475 },
3476 {
3477 "flags": "-k, --account-key <accountKey>",
3478 "required": -19,
3479 "optional": 0,
3480 "bool": true,
3481 "short": "-k",
3482 "long": "--account-key",
3483 "description": "the storage account key"
3484 },
3485 {
3486 "flags": "-c, --connection-string <connectionString>",
3487 "required": -25,
3488 "optional": 0,
3489 "bool": true,
3490 "short": "-c",
3491 "long": "--connection-string",
3492 "description": "the storage connection string"
3493 },
3494 {
3495 "flags": "-vv",
3496 "required": 0,
3497 "optional": 0,
3498 "bool": true,
3499 "long": "-vv",
3500 "description": "run storage command in debug mode"
3501 }
3502 ]
3503 }
3504 ],
3505 "categories": {}
3506 },
3507 "sas": {
3508 "name": "sas",
3509 "description": "Commands to manage shared access signature of your Storage blob",
3510 "fullName": "storage blob sas",
3511 "usage": "[options] [command]",
3512 "options": [],
3513 "commands": [
3514 {
3515 "name": "create",
3516 "description": "Generate shared access signature of storage blob",
3517 "fullName": "storage blob sas create",
3518 "usage": "[options] [container] [blob] [permissions] [expiry]",
3519 "filePath": "commands/storage/storage.blob.js",
3520 "options": [
3521 {
3522 "flags": "-v, --verbose",
3523 "required": 0,
3524 "optional": 0,
3525 "bool": true,
3526 "short": "-v",
3527 "long": "--verbose",
3528 "description": "use verbose output"
3529 },
3530 {
3531 "flags": "--json",
3532 "required": 0,
3533 "optional": 0,
3534 "bool": true,
3535 "long": "--json",
3536 "description": "use json output"
3537 },
3538 {
3539 "flags": "--container <container>",
3540 "required": -13,
3541 "optional": 0,
3542 "bool": true,
3543 "long": "--container",
3544 "description": "the storage container name"
3545 },
3546 {
3547 "flags": "--blob <blobName>",
3548 "required": -8,
3549 "optional": 0,
3550 "bool": true,
3551 "long": "--blob",
3552 "description": "the storage blob name"
3553 },
3554 {
3555 "flags": "--permissions <permissions>",
3556 "required": -15,
3557 "optional": 0,
3558 "bool": true,
3559 "long": "--permissions",
3560 "description": "the operation permissions combining symbols of r(Read)/w(Write)/d(Delete)"
3561 },
3562 {
3563 "flags": "--start <start>",
3564 "required": -9,
3565 "optional": 0,
3566 "bool": true,
3567 "long": "--start",
3568 "description": "the UTC time at which the SAS becomes valid"
3569 },
3570 {
3571 "flags": "--expiry <expiry>",
3572 "required": -10,
3573 "optional": 0,
3574 "bool": true,
3575 "long": "--expiry",
3576 "description": "the UTC time at which the SAS expires"
3577 },
3578 {
3579 "flags": "--policy <policy>",
3580 "required": -10,
3581 "optional": 0,
3582 "bool": true,
3583 "long": "--policy",
3584 "description": "the stored access policy identifier"
3585 },
3586 {
3587 "flags": "-a, --account-name <accountName>",
3588 "required": -20,
3589 "optional": 0,
3590 "bool": true,
3591 "short": "-a",
3592 "long": "--account-name",
3593 "description": "the storage account name"
3594 },
3595 {
3596 "flags": "-k, --account-key <accountKey>",
3597 "required": -19,
3598 "optional": 0,
3599 "bool": true,
3600 "short": "-k",
3601 "long": "--account-key",
3602 "description": "the storage account key"
3603 },
3604 {
3605 "flags": "-c, --connection-string <connectionString>",
3606 "required": -25,
3607 "optional": 0,
3608 "bool": true,
3609 "short": "-c",
3610 "long": "--connection-string",
3611 "description": "the storage connection string"
3612 },
3613 {
3614 "flags": "-vv",
3615 "required": 0,
3616 "optional": 0,
3617 "bool": true,
3618 "long": "-vv",
3619 "description": "run storage command in debug mode"
3620 }
3621 ]
3622 }
3623 ],
3624 "categories": {}
3625 }
3626 }
3627 },
3628 "share": {
3629 "name": "share",
3630 "description": "Commands to manage your Storage file shares",
3631 "fullName": "storage share",
3632 "usage": "[options] [command]",
3633 "options": [],
3634 "commands": [
3635 {
3636 "name": "create",
3637 "description": "Create a storage file share",
3638 "fullName": "storage share create",
3639 "usage": "[options] [share]",
3640 "filePath": "commands/storage/storage.file.js",
3641 "options": [
3642 {
3643 "flags": "-v, --verbose",
3644 "required": 0,
3645 "optional": 0,
3646 "bool": true,
3647 "short": "-v",
3648 "long": "--verbose",
3649 "description": "use verbose output"
3650 },
3651 {
3652 "flags": "--json",
3653 "required": 0,
3654 "optional": 0,
3655 "bool": true,
3656 "long": "--json",
3657 "description": "use json output"
3658 },
3659 {
3660 "flags": "--share <share>",
3661 "required": -9,
3662 "optional": 0,
3663 "bool": true,
3664 "long": "--share",
3665 "description": "the storage file share name"
3666 },
3667 {
3668 "flags": "--quota <quota>",
3669 "required": -9,
3670 "optional": 0,
3671 "bool": true,
3672 "long": "--quota",
3673 "description": "the storage file share quota (in GB)"
3674 },
3675 {
3676 "flags": "-a, --account-name <accountName>",
3677 "required": -20,
3678 "optional": 0,
3679 "bool": true,
3680 "short": "-a",
3681 "long": "--account-name",
3682 "description": "the storage account name"
3683 },
3684 {
3685 "flags": "-k, --account-key <accountKey>",
3686 "required": -19,
3687 "optional": 0,
3688 "bool": true,
3689 "short": "-k",
3690 "long": "--account-key",
3691 "description": "the storage account key"
3692 },
3693 {
3694 "flags": "-c, --connection-string <connectionString>",
3695 "required": -25,
3696 "optional": 0,
3697 "bool": true,
3698 "short": "-c",
3699 "long": "--connection-string",
3700 "description": "the storage connection string"
3701 },
3702 {
3703 "flags": "-vv",
3704 "required": 0,
3705 "optional": 0,
3706 "bool": true,
3707 "long": "-vv",
3708 "description": "run storage command in debug mode"
3709 }
3710 ]
3711 },
3712 {
3713 "name": "show",
3714 "description": "Show details of the storage file share",
3715 "fullName": "storage share show",
3716 "usage": "[options] [share]",
3717 "filePath": "commands/storage/storage.file.js",
3718 "options": [
3719 {
3720 "flags": "-v, --verbose",
3721 "required": 0,
3722 "optional": 0,
3723 "bool": true,
3724 "short": "-v",
3725 "long": "--verbose",
3726 "description": "use verbose output"
3727 },
3728 {
3729 "flags": "--json",
3730 "required": 0,
3731 "optional": 0,
3732 "bool": true,
3733 "long": "--json",
3734 "description": "use json output"
3735 },
3736 {
3737 "flags": "--share <share>",
3738 "required": -9,
3739 "optional": 0,
3740 "bool": true,
3741 "long": "--share",
3742 "description": "the storage file share name"
3743 },
3744 {
3745 "flags": "-a, --account-name <accountName>",
3746 "required": -20,
3747 "optional": 0,
3748 "bool": true,
3749 "short": "-a",
3750 "long": "--account-name",
3751 "description": "the storage account name"
3752 },
3753 {
3754 "flags": "-k, --account-key <accountKey>",
3755 "required": -19,
3756 "optional": 0,
3757 "bool": true,
3758 "short": "-k",
3759 "long": "--account-key",
3760 "description": "the storage account key"
3761 },
3762 {
3763 "flags": "-c, --connection-string <connectionString>",
3764 "required": -25,
3765 "optional": 0,
3766 "bool": true,
3767 "short": "-c",
3768 "long": "--connection-string",
3769 "description": "the storage connection string"
3770 },
3771 {
3772 "flags": "-vv",
3773 "required": 0,
3774 "optional": 0,
3775 "bool": true,
3776 "long": "-vv",
3777 "description": "run storage command in debug mode"
3778 }
3779 ]
3780 },
3781 {
3782 "name": "set",
3783 "description": "Set properties of the storage file share",
3784 "fullName": "storage share set",
3785 "usage": "[options] [share]",
3786 "filePath": "commands/storage/storage.file.js",
3787 "options": [
3788 {
3789 "flags": "-v, --verbose",
3790 "required": 0,
3791 "optional": 0,
3792 "bool": true,
3793 "short": "-v",
3794 "long": "--verbose",
3795 "description": "use verbose output"
3796 },
3797 {
3798 "flags": "--json",
3799 "required": 0,
3800 "optional": 0,
3801 "bool": true,
3802 "long": "--json",
3803 "description": "use json output"
3804 },
3805 {
3806 "flags": "--share <share>",
3807 "required": -9,
3808 "optional": 0,
3809 "bool": true,
3810 "long": "--share",
3811 "description": "the storage file share name"
3812 },
3813 {
3814 "flags": "--quota <quota>",
3815 "required": -9,
3816 "optional": 0,
3817 "bool": true,
3818 "long": "--quota",
3819 "description": "the storage file share quota (in GB)"
3820 },
3821 {
3822 "flags": "-a, --account-name <accountName>",
3823 "required": -20,
3824 "optional": 0,
3825 "bool": true,
3826 "short": "-a",
3827 "long": "--account-name",
3828 "description": "the storage account name"
3829 },
3830 {
3831 "flags": "-k, --account-key <accountKey>",
3832 "required": -19,
3833 "optional": 0,
3834 "bool": true,
3835 "short": "-k",
3836 "long": "--account-key",
3837 "description": "the storage account key"
3838 },
3839 {
3840 "flags": "-c, --connection-string <connectionString>",
3841 "required": -25,
3842 "optional": 0,
3843 "bool": true,
3844 "short": "-c",
3845 "long": "--connection-string",
3846 "description": "the storage connection string"
3847 },
3848 {
3849 "flags": "-vv",
3850 "required": 0,
3851 "optional": 0,
3852 "bool": true,
3853 "long": "-vv",
3854 "description": "run storage command in debug mode"
3855 }
3856 ]
3857 },
3858 {
3859 "name": "delete",
3860 "description": "Delete the specified storage file share",
3861 "fullName": "storage share delete",
3862 "usage": "[options] [share]",
3863 "filePath": "commands/storage/storage.file.js",
3864 "options": [
3865 {
3866 "flags": "-v, --verbose",
3867 "required": 0,
3868 "optional": 0,
3869 "bool": true,
3870 "short": "-v",
3871 "long": "--verbose",
3872 "description": "use verbose output"
3873 },
3874 {
3875 "flags": "--json",
3876 "required": 0,
3877 "optional": 0,
3878 "bool": true,
3879 "long": "--json",
3880 "description": "use json output"
3881 },
3882 {
3883 "flags": "--share <share>",
3884 "required": -9,
3885 "optional": 0,
3886 "bool": true,
3887 "long": "--share",
3888 "description": "the storage file share name"
3889 },
3890 {
3891 "flags": "-q, --quiet",
3892 "required": 0,
3893 "optional": 0,
3894 "bool": true,
3895 "short": "-q",
3896 "long": "--quiet",
3897 "description": "remove the specified storage file share without confirmation"
3898 },
3899 {
3900 "flags": "-a, --account-name <accountName>",
3901 "required": -20,
3902 "optional": 0,
3903 "bool": true,
3904 "short": "-a",
3905 "long": "--account-name",
3906 "description": "the storage account name"
3907 },
3908 {
3909 "flags": "-k, --account-key <accountKey>",
3910 "required": -19,
3911 "optional": 0,
3912 "bool": true,
3913 "short": "-k",
3914 "long": "--account-key",
3915 "description": "the storage account key"
3916 },
3917 {
3918 "flags": "-c, --connection-string <connectionString>",
3919 "required": -25,
3920 "optional": 0,
3921 "bool": true,
3922 "short": "-c",
3923 "long": "--connection-string",
3924 "description": "the storage connection string"
3925 },
3926 {
3927 "flags": "-vv",
3928 "required": 0,
3929 "optional": 0,
3930 "bool": true,
3931 "long": "-vv",
3932 "description": "run storage command in debug mode"
3933 }
3934 ]
3935 },
3936 {
3937 "name": "list",
3938 "description": "List storage shares with prefix",
3939 "fullName": "storage share list",
3940 "usage": "[options] [prefix]",
3941 "filePath": "commands/storage/storage.file.js",
3942 "options": [
3943 {
3944 "flags": "-v, --verbose",
3945 "required": 0,
3946 "optional": 0,
3947 "bool": true,
3948 "short": "-v",
3949 "long": "--verbose",
3950 "description": "use verbose output"
3951 },
3952 {
3953 "flags": "--json",
3954 "required": 0,
3955 "optional": 0,
3956 "bool": true,
3957 "long": "--json",
3958 "description": "use json output"
3959 },
3960 {
3961 "flags": "-p, --prefix <prefix>",
3962 "required": -14,
3963 "optional": 0,
3964 "bool": true,
3965 "short": "-p",
3966 "long": "--prefix",
3967 "description": "the storage share name prefix"
3968 },
3969 {
3970 "flags": "-a, --account-name <accountName>",
3971 "required": -20,
3972 "optional": 0,
3973 "bool": true,
3974 "short": "-a",
3975 "long": "--account-name",
3976 "description": "the storage account name"
3977 },
3978 {
3979 "flags": "-k, --account-key <accountKey>",
3980 "required": -19,
3981 "optional": 0,
3982 "bool": true,
3983 "short": "-k",
3984 "long": "--account-key",
3985 "description": "the storage account key"
3986 },
3987 {
3988 "flags": "-c, --connection-string <connectionString>",
3989 "required": -25,
3990 "optional": 0,
3991 "bool": true,
3992 "short": "-c",
3993 "long": "--connection-string",
3994 "description": "the storage connection string"
3995 },
3996 {
3997 "flags": "-vv",
3998 "required": 0,
3999 "optional": 0,
4000 "bool": true,
4001 "long": "-vv",
4002 "description": "run storage command in debug mode"
4003 }
4004 ]
4005 }
4006 ],
4007 "categories": {
4008 "sas": {
4009 "name": "sas",
4010 "description": "Commands to manage shared access signatures of your Storage file shares",
4011 "fullName": "storage share sas",
4012 "usage": "[options] [command]",
4013 "options": [],
4014 "commands": [
4015 {
4016 "name": "create",
4017 "description": "Generate shared access signature of storage share",
4018 "fullName": "storage share sas create",
4019 "usage": "[options] [share] [permissions] [expiry]",
4020 "filePath": "commands/storage/storage.file.js",
4021 "options": [
4022 {
4023 "flags": "-v, --verbose",
4024 "required": 0,
4025 "optional": 0,
4026 "bool": true,
4027 "short": "-v",
4028 "long": "--verbose",
4029 "description": "use verbose output"
4030 },
4031 {
4032 "flags": "--json",
4033 "required": 0,
4034 "optional": 0,
4035 "bool": true,
4036 "long": "--json",
4037 "description": "use json output"
4038 },
4039 {
4040 "flags": "--share <share>",
4041 "required": -9,
4042 "optional": 0,
4043 "bool": true,
4044 "long": "--share",
4045 "description": "the storage share name"
4046 },
4047 {
4048 "flags": "--permissions <permissions>",
4049 "required": -15,
4050 "optional": 0,
4051 "bool": true,
4052 "long": "--permissions",
4053 "description": "the operation permissions combining symbols of r(Read)/w(Write)/d(Delete)/l(List)"
4054 },
4055 {
4056 "flags": "--start <start>",
4057 "required": -9,
4058 "optional": 0,
4059 "bool": true,
4060 "long": "--start",
4061 "description": "the UTC time at which the SAS becomes valid"
4062 },
4063 {
4064 "flags": "--expiry <expiry>",
4065 "required": -10,
4066 "optional": 0,
4067 "bool": true,
4068 "long": "--expiry",
4069 "description": "the UTC time at which the SAS expires"
4070 },
4071 {
4072 "flags": "--policy <policy>",
4073 "required": -10,
4074 "optional": 0,
4075 "bool": true,
4076 "long": "--policy",
4077 "description": "the stored access policy identifier"
4078 },
4079 {
4080 "flags": "-a, --account-name <accountName>",
4081 "required": -20,
4082 "optional": 0,
4083 "bool": true,
4084 "short": "-a",
4085 "long": "--account-name",
4086 "description": "the storage account name"
4087 },
4088 {
4089 "flags": "-k, --account-key <accountKey>",
4090 "required": -19,
4091 "optional": 0,
4092 "bool": true,
4093 "short": "-k",
4094 "long": "--account-key",
4095 "description": "the storage account key"
4096 },
4097 {
4098 "flags": "-c, --connection-string <connectionString>",
4099 "required": -25,
4100 "optional": 0,
4101 "bool": true,
4102 "short": "-c",
4103 "long": "--connection-string",
4104 "description": "the storage connection string"
4105 },
4106 {
4107 "flags": "-vv",
4108 "required": 0,
4109 "optional": 0,
4110 "bool": true,
4111 "long": "-vv",
4112 "description": "run storage command in debug mode"
4113 }
4114 ]
4115 }
4116 ],
4117 "categories": {}
4118 },
4119 "policy": {
4120 "name": "policy",
4121 "description": "Commands to manage stored access policies of your Storage file share",
4122 "fullName": "storage share policy",
4123 "usage": "[options] [command]",
4124 "options": [],
4125 "commands": [
4126 {
4127 "name": "create",
4128 "description": "Create a stored access policy on the share",
4129 "fullName": "storage share policy create",
4130 "usage": "[options] [share] [name]",
4131 "filePath": "commands/storage/storage.file.js",
4132 "options": [
4133 {
4134 "flags": "-v, --verbose",
4135 "required": 0,
4136 "optional": 0,
4137 "bool": true,
4138 "short": "-v",
4139 "long": "--verbose",
4140 "description": "use verbose output"
4141 },
4142 {
4143 "flags": "--json",
4144 "required": 0,
4145 "optional": 0,
4146 "bool": true,
4147 "long": "--json",
4148 "description": "use json output"
4149 },
4150 {
4151 "flags": "--share <share>",
4152 "required": -9,
4153 "optional": 0,
4154 "bool": true,
4155 "long": "--share",
4156 "description": "the storage share name"
4157 },
4158 {
4159 "flags": "--name <name>",
4160 "required": -8,
4161 "optional": 0,
4162 "bool": true,
4163 "long": "--name",
4164 "description": "the policy name"
4165 },
4166 {
4167 "flags": "--start <start>",
4168 "required": -9,
4169 "optional": 0,
4170 "bool": true,
4171 "long": "--start",
4172 "description": "the UTC time at which the policy becomes valid"
4173 },
4174 {
4175 "flags": "--expiry <expiry>",
4176 "required": -10,
4177 "optional": 0,
4178 "bool": true,
4179 "long": "--expiry",
4180 "description": "the UTC time at which the policy expires"
4181 },
4182 {
4183 "flags": "--permissions <permissions>",
4184 "required": -15,
4185 "optional": 0,
4186 "bool": true,
4187 "long": "--permissions",
4188 "description": "the operation permissions combining symbols of r(Read)/w(Write)/d(Delete)/l(List)"
4189 },
4190 {
4191 "flags": "-a, --account-name <accountName>",
4192 "required": -20,
4193 "optional": 0,
4194 "bool": true,
4195 "short": "-a",
4196 "long": "--account-name",
4197 "description": "the storage account name"
4198 },
4199 {
4200 "flags": "-k, --account-key <accountKey>",
4201 "required": -19,
4202 "optional": 0,
4203 "bool": true,
4204 "short": "-k",
4205 "long": "--account-key",
4206 "description": "the storage account key"
4207 },
4208 {
4209 "flags": "-c, --connection-string <connectionString>",
4210 "required": -25,
4211 "optional": 0,
4212 "bool": true,
4213 "short": "-c",
4214 "long": "--connection-string",
4215 "description": "the storage connection string"
4216 },
4217 {
4218 "flags": "-vv",
4219 "required": 0,
4220 "optional": 0,
4221 "bool": true,
4222 "long": "-vv",
4223 "description": "run storage command in debug mode"
4224 }
4225 ]
4226 },
4227 {
4228 "name": "show",
4229 "description": "Show a stored access policy on the share",
4230 "fullName": "storage share policy show",
4231 "usage": "[options] [share] [name]",
4232 "filePath": "commands/storage/storage.file.js",
4233 "options": [
4234 {
4235 "flags": "-v, --verbose",
4236 "required": 0,
4237 "optional": 0,
4238 "bool": true,
4239 "short": "-v",
4240 "long": "--verbose",
4241 "description": "use verbose output"
4242 },
4243 {
4244 "flags": "--json",
4245 "required": 0,
4246 "optional": 0,
4247 "bool": true,
4248 "long": "--json",
4249 "description": "use json output"
4250 },
4251 {
4252 "flags": "--share <share>",
4253 "required": -9,
4254 "optional": 0,
4255 "bool": true,
4256 "long": "--share",
4257 "description": "the storage share name"
4258 },
4259 {
4260 "flags": "--name <name>",
4261 "required": -8,
4262 "optional": 0,
4263 "bool": true,
4264 "long": "--name",
4265 "description": "the policy name"
4266 },
4267 {
4268 "flags": "-a, --account-name <accountName>",
4269 "required": -20,
4270 "optional": 0,
4271 "bool": true,
4272 "short": "-a",
4273 "long": "--account-name",
4274 "description": "the storage account name"
4275 },
4276 {
4277 "flags": "-k, --account-key <accountKey>",
4278 "required": -19,
4279 "optional": 0,
4280 "bool": true,
4281 "short": "-k",
4282 "long": "--account-key",
4283 "description": "the storage account key"
4284 },
4285 {
4286 "flags": "-c, --connection-string <connectionString>",
4287 "required": -25,
4288 "optional": 0,
4289 "bool": true,
4290 "short": "-c",
4291 "long": "--connection-string",
4292 "description": "the storage connection string"
4293 },
4294 {
4295 "flags": "-vv",
4296 "required": 0,
4297 "optional": 0,
4298 "bool": true,
4299 "long": "-vv",
4300 "description": "run storage command in debug mode"
4301 }
4302 ]
4303 },
4304 {
4305 "name": "list",
4306 "description": "List stored access policies on the share",
4307 "fullName": "storage share policy list",
4308 "usage": "[options] [share]",
4309 "filePath": "commands/storage/storage.file.js",
4310 "options": [
4311 {
4312 "flags": "-v, --verbose",
4313 "required": 0,
4314 "optional": 0,
4315 "bool": true,
4316 "short": "-v",
4317 "long": "--verbose",
4318 "description": "use verbose output"
4319 },
4320 {
4321 "flags": "--json",
4322 "required": 0,
4323 "optional": 0,
4324 "bool": true,
4325 "long": "--json",
4326 "description": "use json output"
4327 },
4328 {
4329 "flags": "--share <share>",
4330 "required": -9,
4331 "optional": 0,
4332 "bool": true,
4333 "long": "--share",
4334 "description": "the storage share name"
4335 },
4336 {
4337 "flags": "-a, --account-name <accountName>",
4338 "required": -20,
4339 "optional": 0,
4340 "bool": true,
4341 "short": "-a",
4342 "long": "--account-name",
4343 "description": "the storage account name"
4344 },
4345 {
4346 "flags": "-k, --account-key <accountKey>",
4347 "required": -19,
4348 "optional": 0,
4349 "bool": true,
4350 "short": "-k",
4351 "long": "--account-key",
4352 "description": "the storage account key"
4353 },
4354 {
4355 "flags": "-c, --connection-string <connectionString>",
4356 "required": -25,
4357 "optional": 0,
4358 "bool": true,
4359 "short": "-c",
4360 "long": "--connection-string",
4361 "description": "the storage connection string"
4362 },
4363 {
4364 "flags": "-vv",
4365 "required": 0,
4366 "optional": 0,
4367 "bool": true,
4368 "long": "-vv",
4369 "description": "run storage command in debug mode"
4370 }
4371 ]
4372 },
4373 {
4374 "name": "set",
4375 "description": "Set a stored access policy on the share",
4376 "fullName": "storage share policy set",
4377 "usage": "[options] [share] [name]",
4378 "filePath": "commands/storage/storage.file.js",
4379 "options": [
4380 {
4381 "flags": "-v, --verbose",
4382 "required": 0,
4383 "optional": 0,
4384 "bool": true,
4385 "short": "-v",
4386 "long": "--verbose",
4387 "description": "use verbose output"
4388 },
4389 {
4390 "flags": "--json",
4391 "required": 0,
4392 "optional": 0,
4393 "bool": true,
4394 "long": "--json",
4395 "description": "use json output"
4396 },
4397 {
4398 "flags": "--share <share>",
4399 "required": -9,
4400 "optional": 0,
4401 "bool": true,
4402 "long": "--share",
4403 "description": "the storage share name"
4404 },
4405 {
4406 "flags": "--name <name>",
4407 "required": -8,
4408 "optional": 0,
4409 "bool": true,
4410 "long": "--name",
4411 "description": "the policy name"
4412 },
4413 {
4414 "flags": "--start <start>",
4415 "required": -9,
4416 "optional": 0,
4417 "bool": true,
4418 "long": "--start",
4419 "description": "the UTC time at which the policy becomes valid and passing two spaces means to remove the existing setting"
4420 },
4421 {
4422 "flags": "--expiry <expiry>",
4423 "required": -10,
4424 "optional": 0,
4425 "bool": true,
4426 "long": "--expiry",
4427 "description": "the UTC time at which the policy expires and passing two spaces means to remove the existing setting"
4428 },
4429 {
4430 "flags": "--permissions <permissions>",
4431 "required": -15,
4432 "optional": 0,
4433 "bool": true,
4434 "long": "--permissions",
4435 "description": "the operation permissions combining symbols of r(Read)/w(Write)/d(Delete)/l(List) and passing two spaces means to remove the existing setting"
4436 },
4437 {
4438 "flags": "-a, --account-name <accountName>",
4439 "required": -20,
4440 "optional": 0,
4441 "bool": true,
4442 "short": "-a",
4443 "long": "--account-name",
4444 "description": "the storage account name"
4445 },
4446 {
4447 "flags": "-k, --account-key <accountKey>",
4448 "required": -19,
4449 "optional": 0,
4450 "bool": true,
4451 "short": "-k",
4452 "long": "--account-key",
4453 "description": "the storage account key"
4454 },
4455 {
4456 "flags": "-c, --connection-string <connectionString>",
4457 "required": -25,
4458 "optional": 0,
4459 "bool": true,
4460 "short": "-c",
4461 "long": "--connection-string",
4462 "description": "the storage connection string"
4463 },
4464 {
4465 "flags": "-vv",
4466 "required": 0,
4467 "optional": 0,
4468 "bool": true,
4469 "long": "-vv",
4470 "description": "run storage command in debug mode"
4471 }
4472 ]
4473 },
4474 {
4475 "name": "delete",
4476 "description": "Delete a stored access policy on the share",
4477 "fullName": "storage share policy delete",
4478 "usage": "[options] [share] [name]",
4479 "filePath": "commands/storage/storage.file.js",
4480 "options": [
4481 {
4482 "flags": "-v, --verbose",
4483 "required": 0,
4484 "optional": 0,
4485 "bool": true,
4486 "short": "-v",
4487 "long": "--verbose",
4488 "description": "use verbose output"
4489 },
4490 {
4491 "flags": "--json",
4492 "required": 0,
4493 "optional": 0,
4494 "bool": true,
4495 "long": "--json",
4496 "description": "use json output"
4497 },
4498 {
4499 "flags": "--share <share>",
4500 "required": -9,
4501 "optional": 0,
4502 "bool": true,
4503 "long": "--share",
4504 "description": "the storage share name"
4505 },
4506 {
4507 "flags": "--name <name>",
4508 "required": -8,
4509 "optional": 0,
4510 "bool": true,
4511 "long": "--name",
4512 "description": "the policy name"
4513 },
4514 {
4515 "flags": "-a, --account-name <accountName>",
4516 "required": -20,
4517 "optional": 0,
4518 "bool": true,
4519 "short": "-a",
4520 "long": "--account-name",
4521 "description": "the storage account name"
4522 },
4523 {
4524 "flags": "-k, --account-key <accountKey>",
4525 "required": -19,
4526 "optional": 0,
4527 "bool": true,
4528 "short": "-k",
4529 "long": "--account-key",
4530 "description": "the storage account key"
4531 },
4532 {
4533 "flags": "-c, --connection-string <connectionString>",
4534 "required": -25,
4535 "optional": 0,
4536 "bool": true,
4537 "short": "-c",
4538 "long": "--connection-string",
4539 "description": "the storage connection string"
4540 },
4541 {
4542 "flags": "-vv",
4543 "required": 0,
4544 "optional": 0,
4545 "bool": true,
4546 "long": "-vv",
4547 "description": "run storage command in debug mode"
4548 }
4549 ]
4550 }
4551 ],
4552 "categories": {}
4553 }
4554 }
4555 },
4556 "file": {
4557 "name": "file",
4558 "description": "Commands to manage your Storage files",
4559 "fullName": "storage file",
4560 "usage": "[options] [command]",
4561 "options": [],
4562 "commands": [
4563 {
4564 "name": "list",
4565 "description": "List storage files in the specified share under specific path",
4566 "fullName": "storage file list",
4567 "usage": "[options] [share] [path]",
4568 "filePath": "commands/storage/storage.file.js",
4569 "options": [
4570 {
4571 "flags": "-v, --verbose",
4572 "required": 0,
4573 "optional": 0,
4574 "bool": true,
4575 "short": "-v",
4576 "long": "--verbose",
4577 "description": "use verbose output"
4578 },
4579 {
4580 "flags": "--json",
4581 "required": 0,
4582 "optional": 0,
4583 "bool": true,
4584 "long": "--json",
4585 "description": "use json output"
4586 },
4587 {
4588 "flags": "--share <share>",
4589 "required": -9,
4590 "optional": 0,
4591 "bool": true,
4592 "long": "--share",
4593 "description": "the storage share name"
4594 },
4595 {
4596 "flags": "-p, --path <path>",
4597 "required": -12,
4598 "optional": 0,
4599 "bool": true,
4600 "short": "-p",
4601 "long": "--path",
4602 "description": "the path to be listed"
4603 },
4604 {
4605 "flags": "--sas <sas>",
4606 "required": -7,
4607 "optional": 0,
4608 "bool": true,
4609 "long": "--sas",
4610 "description": "the shared access signature of the storage file share"
4611 },
4612 {
4613 "flags": "-a, --account-name <accountName>",
4614 "required": -20,
4615 "optional": 0,
4616 "bool": true,
4617 "short": "-a",
4618 "long": "--account-name",
4619 "description": "the storage account name"
4620 },
4621 {
4622 "flags": "-k, --account-key <accountKey>",
4623 "required": -19,
4624 "optional": 0,
4625 "bool": true,
4626 "short": "-k",
4627 "long": "--account-key",
4628 "description": "the storage account key"
4629 },
4630 {
4631 "flags": "-c, --connection-string <connectionString>",
4632 "required": -25,
4633 "optional": 0,
4634 "bool": true,
4635 "short": "-c",
4636 "long": "--connection-string",
4637 "description": "the storage connection string"
4638 },
4639 {
4640 "flags": "-vv",
4641 "required": 0,
4642 "optional": 0,
4643 "bool": true,
4644 "long": "-vv",
4645 "description": "run storage command in debug mode"
4646 }
4647 ]
4648 },
4649 {
4650 "name": "delete",
4651 "description": "Delete the specified storage file",
4652 "fullName": "storage file delete",
4653 "usage": "[options] [share] [path]",
4654 "filePath": "commands/storage/storage.file.js",
4655 "options": [
4656 {
4657 "flags": "-v, --verbose",
4658 "required": 0,
4659 "optional": 0,
4660 "bool": true,
4661 "short": "-v",
4662 "long": "--verbose",
4663 "description": "use verbose output"
4664 },
4665 {
4666 "flags": "--json",
4667 "required": 0,
4668 "optional": 0,
4669 "bool": true,
4670 "long": "--json",
4671 "description": "use json output"
4672 },
4673 {
4674 "flags": "--share <share>",
4675 "required": -9,
4676 "optional": 0,
4677 "bool": true,
4678 "long": "--share",
4679 "description": "the storage share name"
4680 },
4681 {
4682 "flags": "-p, --path <path>",
4683 "required": -12,
4684 "optional": 0,
4685 "bool": true,
4686 "short": "-p",
4687 "long": "--path",
4688 "description": "the path to the storage file"
4689 },
4690 {
4691 "flags": "-q, --quiet",
4692 "required": 0,
4693 "optional": 0,
4694 "bool": true,
4695 "short": "-q",
4696 "long": "--quiet",
4697 "description": "remove the specified storage file without confirmation"
4698 },
4699 {
4700 "flags": "--sas <sas>",
4701 "required": -7,
4702 "optional": 0,
4703 "bool": true,
4704 "long": "--sas",
4705 "description": "the shared access signature of the storage file share"
4706 },
4707 {
4708 "flags": "-a, --account-name <accountName>",
4709 "required": -20,
4710 "optional": 0,
4711 "bool": true,
4712 "short": "-a",
4713 "long": "--account-name",
4714 "description": "the storage account name"
4715 },
4716 {
4717 "flags": "-k, --account-key <accountKey>",
4718 "required": -19,
4719 "optional": 0,
4720 "bool": true,
4721 "short": "-k",
4722 "long": "--account-key",
4723 "description": "the storage account key"
4724 },
4725 {
4726 "flags": "-c, --connection-string <connectionString>",
4727 "required": -25,
4728 "optional": 0,
4729 "bool": true,
4730 "short": "-c",
4731 "long": "--connection-string",
4732 "description": "the storage connection string"
4733 },
4734 {
4735 "flags": "-vv",
4736 "required": 0,
4737 "optional": 0,
4738 "bool": true,
4739 "long": "-vv",
4740 "description": "run storage command in debug mode"
4741 }
4742 ]
4743 },
4744 {
4745 "name": "upload",
4746 "description": "Upload the specified local file to storage",
4747 "fullName": "storage file upload",
4748 "usage": "[options] [source] [share] [path]",
4749 "filePath": "commands/storage/storage.file.js",
4750 "options": [
4751 {
4752 "flags": "-v, --verbose",
4753 "required": 0,
4754 "optional": 0,
4755 "bool": true,
4756 "short": "-v",
4757 "long": "--verbose",
4758 "description": "use verbose output"
4759 },
4760 {
4761 "flags": "--json",
4762 "required": 0,
4763 "optional": 0,
4764 "bool": true,
4765 "long": "--json",
4766 "description": "use json output"
4767 },
4768 {
4769 "flags": "-s, --source <source>",
4770 "required": -14,
4771 "optional": 0,
4772 "bool": true,
4773 "short": "-s",
4774 "long": "--source",
4775 "description": "the local file path"
4776 },
4777 {
4778 "flags": "--share <share>",
4779 "required": -9,
4780 "optional": 0,
4781 "bool": true,
4782 "long": "--share",
4783 "description": "the storage share name"
4784 },
4785 {
4786 "flags": "-p, --path <path>",
4787 "required": -12,
4788 "optional": 0,
4789 "bool": true,
4790 "short": "-p",
4791 "long": "--path",
4792 "description": "the path to the storage file"
4793 },
4794 {
4795 "flags": "--concurrenttaskcount <concurrenttaskcount>",
4796 "required": -23,
4797 "optional": 0,
4798 "bool": true,
4799 "long": "--concurrenttaskcount",
4800 "description": "the maximum number of concurrent upload requests"
4801 },
4802 {
4803 "flags": "-q, --quiet",
4804 "required": 0,
4805 "optional": 0,
4806 "bool": true,
4807 "short": "-q",
4808 "long": "--quiet",
4809 "description": "overwrite the specified storage file without confirmation"
4810 },
4811 {
4812 "flags": "--sas <sas>",
4813 "required": -7,
4814 "optional": 0,
4815 "bool": true,
4816 "long": "--sas",
4817 "description": "the shared access signature of the storage file share"
4818 },
4819 {
4820 "flags": "-a, --account-name <accountName>",
4821 "required": -20,
4822 "optional": 0,
4823 "bool": true,
4824 "short": "-a",
4825 "long": "--account-name",
4826 "description": "the storage account name"
4827 },
4828 {
4829 "flags": "-k, --account-key <accountKey>",
4830 "required": -19,
4831 "optional": 0,
4832 "bool": true,
4833 "short": "-k",
4834 "long": "--account-key",
4835 "description": "the storage account key"
4836 },
4837 {
4838 "flags": "-c, --connection-string <connectionString>",
4839 "required": -25,
4840 "optional": 0,
4841 "bool": true,
4842 "short": "-c",
4843 "long": "--connection-string",
4844 "description": "the storage connection string"
4845 },
4846 {
4847 "flags": "-vv",
4848 "required": 0,
4849 "optional": 0,
4850 "bool": true,
4851 "long": "-vv",
4852 "description": "run storage command in debug mode"
4853 }
4854 ]
4855 },
4856 {
4857 "name": "download",
4858 "description": "Download the specified storage file",
4859 "fullName": "storage file download",
4860 "usage": "[options] [share] [path] [destination]",
4861 "filePath": "commands/storage/storage.file.js",
4862 "options": [
4863 {
4864 "flags": "-v, --verbose",
4865 "required": 0,
4866 "optional": 0,
4867 "bool": true,
4868 "short": "-v",
4869 "long": "--verbose",
4870 "description": "use verbose output"
4871 },
4872 {
4873 "flags": "--json",
4874 "required": 0,
4875 "optional": 0,
4876 "bool": true,
4877 "long": "--json",
4878 "description": "use json output"
4879 },
4880 {
4881 "flags": "--share <share>",
4882 "required": -9,
4883 "optional": 0,
4884 "bool": true,
4885 "long": "--share",
4886 "description": "the storage share name"
4887 },
4888 {
4889 "flags": "-p, --path <path>",
4890 "required": -12,
4891 "optional": 0,
4892 "bool": true,
4893 "short": "-p",
4894 "long": "--path",
4895 "description": "the path to the storage file"
4896 },
4897 {
4898 "flags": "-d, --destination <destination>",
4899 "required": -19,
4900 "optional": 0,
4901 "bool": true,
4902 "short": "-d",
4903 "long": "--destination",
4904 "description": "path to the destination file or directory"
4905 },
4906 {
4907 "flags": "-m, --checkmd5",
4908 "required": 0,
4909 "optional": 0,
4910 "bool": true,
4911 "short": "-m",
4912 "long": "--checkmd5",
4913 "description": "check md5sum for the downloaded file"
4914 },
4915 {
4916 "flags": "-q, --quiet",
4917 "required": 0,
4918 "optional": 0,
4919 "bool": true,
4920 "short": "-q",
4921 "long": "--quiet",
4922 "description": "overwrite the destination file without confirmation"
4923 },
4924 {
4925 "flags": "--sas <sas>",
4926 "required": -7,
4927 "optional": 0,
4928 "bool": true,
4929 "long": "--sas",
4930 "description": "the shared access signature of the storage file share"
4931 },
4932 {
4933 "flags": "-a, --account-name <accountName>",
4934 "required": -20,
4935 "optional": 0,
4936 "bool": true,
4937 "short": "-a",
4938 "long": "--account-name",
4939 "description": "the storage account name"
4940 },
4941 {
4942 "flags": "-k, --account-key <accountKey>",
4943 "required": -19,
4944 "optional": 0,
4945 "bool": true,
4946 "short": "-k",
4947 "long": "--account-key",
4948 "description": "the storage account key"
4949 },
4950 {
4951 "flags": "-c, --connection-string <connectionString>",
4952 "required": -25,
4953 "optional": 0,
4954 "bool": true,
4955 "short": "-c",
4956 "long": "--connection-string",
4957 "description": "the storage connection string"
4958 },
4959 {
4960 "flags": "-vv",
4961 "required": 0,
4962 "optional": 0,
4963 "bool": true,
4964 "long": "-vv",
4965 "description": "run storage command in debug mode"
4966 }
4967 ]
4968 }
4969 ],
4970 "categories": {
4971 "copy": {
4972 "name": "copy",
4973 "description": "Commands to manage your file copy operations",
4974 "fullName": "storage file copy",
4975 "usage": "[options] [command]",
4976 "options": [],
4977 "commands": [
4978 {
4979 "name": "start",
4980 "description": "Start to copy the resource to the specified storage file which completes asynchronously",
4981 "fullName": "storage file copy start",
4982 "usage": "[options] [sourceUri] [destShare]",
4983 "filePath": "commands/storage/storage.file.js",
4984 "options": [
4985 {
4986 "flags": "-v, --verbose",
4987 "required": 0,
4988 "optional": 0,
4989 "bool": true,
4990 "short": "-v",
4991 "long": "--verbose",
4992 "description": "use verbose output"
4993 },
4994 {
4995 "flags": "--json",
4996 "required": 0,
4997 "optional": 0,
4998 "bool": true,
4999 "long": "--json",
5000 "description": "use json output"
5001 },
5002 {
5003 "flags": "--source-sas <sourceSas>",
5004 "required": -14,
5005 "optional": 0,
5006 "bool": true,
5007 "long": "--source-sas",
5008 "description": "the shared access signature of the source storage"
5009 },
5010 {
5011 "flags": "--source-uri <sourceUri>",
5012 "required": -14,
5013 "optional": 0,
5014 "bool": true,
5015 "long": "--source-uri",
5016 "description": "the source storage blob or file absolute uri"
5017 },
5018 {
5019 "flags": "--source-share <sourceShare>",
5020 "required": -16,
5021 "optional": 0,
5022 "bool": true,
5023 "long": "--source-share",
5024 "description": "the source storage share name when copies a file to a blob"
5025 },
5026 {
5027 "flags": "--source-path <sourcePath>",
5028 "required": -15,
5029 "optional": 0,
5030 "bool": true,
5031 "long": "--source-path",
5032 "description": "the source storage file path when copies a file to a blob"
5033 },
5034 {
5035 "flags": "--source-container <sourceContainer>",
5036 "required": -20,
5037 "optional": 0,
5038 "bool": true,
5039 "long": "--source-container",
5040 "description": "the source storage container name when copies a blob to a blob"
5041 },
5042 {
5043 "flags": "--source-blob <sourceBlob>",
5044 "required": -15,
5045 "optional": 0,
5046 "bool": true,
5047 "long": "--source-blob",
5048 "description": "the source storage blob name when copies a blob to a blob"
5049 },
5050 {
5051 "flags": "--dest-account-name <destAccountName>",
5052 "required": -21,
5053 "optional": 0,
5054 "bool": true,
5055 "long": "--dest-account-name",
5056 "description": "the destination storage account name"
5057 },
5058 {
5059 "flags": "--dest-account-key <destAccountKey>",
5060 "required": -20,
5061 "optional": 0,
5062 "bool": true,
5063 "long": "--dest-account-key",
5064 "description": "the destination storage account key"
5065 },
5066 {
5067 "flags": "--dest-connection-string <destConnectionString>",
5068 "required": -26,
5069 "optional": 0,
5070 "bool": true,
5071 "long": "--dest-connection-string",
5072 "description": "the destination storage connection string"
5073 },
5074 {
5075 "flags": "--dest-sas <destSas>",
5076 "required": -12,
5077 "optional": 0,
5078 "bool": true,
5079 "long": "--dest-sas",
5080 "description": "the shared access signature of the destination storage share or file"
5081 },
5082 {
5083 "flags": "--dest-share <destShare>",
5084 "required": -14,
5085 "optional": 0,
5086 "bool": true,
5087 "long": "--dest-share",
5088 "description": "the destination storage share name"
5089 },
5090 {
5091 "flags": "--dest-path <destPath>",
5092 "required": -13,
5093 "optional": 0,
5094 "bool": true,
5095 "long": "--dest-path",
5096 "description": "the destination storage file path"
5097 },
5098 {
5099 "flags": "-q, --quiet",
5100 "required": 0,
5101 "optional": 0,
5102 "bool": true,
5103 "short": "-q",
5104 "long": "--quiet",
5105 "description": "overwrite the destination file without confirmation"
5106 },
5107 {
5108 "flags": "-a, --account-name <accountName>",
5109 "required": -20,
5110 "optional": 0,
5111 "bool": true,
5112 "short": "-a",
5113 "long": "--account-name",
5114 "description": "the storage account name"
5115 },
5116 {
5117 "flags": "-k, --account-key <accountKey>",
5118 "required": -19,
5119 "optional": 0,
5120 "bool": true,
5121 "short": "-k",
5122 "long": "--account-key",
5123 "description": "the storage account key"
5124 },
5125 {
5126 "flags": "-c, --connection-string <connectionString>",
5127 "required": -25,
5128 "optional": 0,
5129 "bool": true,
5130 "short": "-c",
5131 "long": "--connection-string",
5132 "description": "the storage connection string"
5133 },
5134 {
5135 "flags": "-vv",
5136 "required": 0,
5137 "optional": 0,
5138 "bool": true,
5139 "long": "-vv",
5140 "description": "run storage command in debug mode"
5141 }
5142 ]
5143 },
5144 {
5145 "name": "show",
5146 "description": "Show the copy status",
5147 "fullName": "storage file copy show",
5148 "usage": "[options] [share] [path]",
5149 "filePath": "commands/storage/storage.file.js",
5150 "options": [
5151 {
5152 "flags": "-v, --verbose",
5153 "required": 0,
5154 "optional": 0,
5155 "bool": true,
5156 "short": "-v",
5157 "long": "--verbose",
5158 "description": "use verbose output"
5159 },
5160 {
5161 "flags": "--json",
5162 "required": 0,
5163 "optional": 0,
5164 "bool": true,
5165 "long": "--json",
5166 "description": "use json output"
5167 },
5168 {
5169 "flags": "--share <share>",
5170 "required": -9,
5171 "optional": 0,
5172 "bool": true,
5173 "long": "--share",
5174 "description": "the destination share in the file copy start operation"
5175 },
5176 {
5177 "flags": "--path <path>",
5178 "required": -8,
5179 "optional": 0,
5180 "bool": true,
5181 "long": "--path",
5182 "description": "the destination file path in the file copy start operation"
5183 },
5184 {
5185 "flags": "--sas <sas>",
5186 "required": -7,
5187 "optional": 0,
5188 "bool": true,
5189 "long": "--sas",
5190 "description": "the shared access signature of the destination storage share or file"
5191 },
5192 {
5193 "flags": "-a, --account-name <accountName>",
5194 "required": -20,
5195 "optional": 0,
5196 "bool": true,
5197 "short": "-a",
5198 "long": "--account-name",
5199 "description": "the storage account name"
5200 },
5201 {
5202 "flags": "-k, --account-key <accountKey>",
5203 "required": -19,
5204 "optional": 0,
5205 "bool": true,
5206 "short": "-k",
5207 "long": "--account-key",
5208 "description": "the storage account key"
5209 },
5210 {
5211 "flags": "-c, --connection-string <connectionString>",
5212 "required": -25,
5213 "optional": 0,
5214 "bool": true,
5215 "short": "-c",
5216 "long": "--connection-string",
5217 "description": "the storage connection string"
5218 },
5219 {
5220 "flags": "-vv",
5221 "required": 0,
5222 "optional": 0,
5223 "bool": true,
5224 "long": "-vv",
5225 "description": "run storage command in debug mode"
5226 }
5227 ]
5228 },
5229 {
5230 "name": "stop",
5231 "description": "Stop the copy operation",
5232 "fullName": "storage file copy stop",
5233 "usage": "[options] [share] [path] [copyid]",
5234 "filePath": "commands/storage/storage.file.js",
5235 "options": [
5236 {
5237 "flags": "-v, --verbose",
5238 "required": 0,
5239 "optional": 0,
5240 "bool": true,
5241 "short": "-v",
5242 "long": "--verbose",
5243 "description": "use verbose output"
5244 },
5245 {
5246 "flags": "--json",
5247 "required": 0,
5248 "optional": 0,
5249 "bool": true,
5250 "long": "--json",
5251 "description": "use json output"
5252 },
5253 {
5254 "flags": "--share <share>",
5255 "required": -9,
5256 "optional": 0,
5257 "bool": true,
5258 "long": "--share",
5259 "description": "the destination share in the file copy start operation"
5260 },
5261 {
5262 "flags": "--path <path>",
5263 "required": -8,
5264 "optional": 0,
5265 "bool": true,
5266 "long": "--path",
5267 "description": "the destination file path in the file copy start operation"
5268 },
5269 {
5270 "flags": "--copyid <copyid>",
5271 "required": -10,
5272 "optional": 0,
5273 "bool": true,
5274 "long": "--copyid",
5275 "description": "the copy ID which is returned from file copy start operation"
5276 },
5277 {
5278 "flags": "-a, --account-name <accountName>",
5279 "required": -20,
5280 "optional": 0,
5281 "bool": true,
5282 "short": "-a",
5283 "long": "--account-name",
5284 "description": "the storage account name"
5285 },
5286 {
5287 "flags": "-k, --account-key <accountKey>",
5288 "required": -19,
5289 "optional": 0,
5290 "bool": true,
5291 "short": "-k",
5292 "long": "--account-key",
5293 "description": "the storage account key"
5294 },
5295 {
5296 "flags": "-c, --connection-string <connectionString>",
5297 "required": -25,
5298 "optional": 0,
5299 "bool": true,
5300 "short": "-c",
5301 "long": "--connection-string",
5302 "description": "the storage connection string"
5303 },
5304 {
5305 "flags": "-vv",
5306 "required": 0,
5307 "optional": 0,
5308 "bool": true,
5309 "long": "-vv",
5310 "description": "run storage command in debug mode"
5311 }
5312 ]
5313 }
5314 ],
5315 "categories": {}
5316 },
5317 "sas": {
5318 "name": "sas",
5319 "description": "Commands to manage shared access signatures of your Storage file",
5320 "fullName": "storage file sas",
5321 "usage": "[options] [command]",
5322 "options": [],
5323 "commands": [
5324 {
5325 "name": "create",
5326 "description": "Generate shared access signature of storage file",
5327 "fullName": "storage file sas create",
5328 "usage": "[options] [share] [path] [permissions] [expiry]",
5329 "filePath": "commands/storage/storage.file.js",
5330 "options": [
5331 {
5332 "flags": "-v, --verbose",
5333 "required": 0,
5334 "optional": 0,
5335 "bool": true,
5336 "short": "-v",
5337 "long": "--verbose",
5338 "description": "use verbose output"
5339 },
5340 {
5341 "flags": "--json",
5342 "required": 0,
5343 "optional": 0,
5344 "bool": true,
5345 "long": "--json",
5346 "description": "use json output"
5347 },
5348 {
5349 "flags": "--share <share>",
5350 "required": -9,
5351 "optional": 0,
5352 "bool": true,
5353 "long": "--share",
5354 "description": "the storage share name"
5355 },
5356 {
5357 "flags": "-p, --path <path>",
5358 "required": -12,
5359 "optional": 0,
5360 "bool": true,
5361 "short": "-p",
5362 "long": "--path",
5363 "description": "the path to the storage file"
5364 },
5365 {
5366 "flags": "--permissions <permissions>",
5367 "required": -15,
5368 "optional": 0,
5369 "bool": true,
5370 "long": "--permissions",
5371 "description": "the operation permissions combining symbols of r(Read)/w(Write)/d(Delete)"
5372 },
5373 {
5374 "flags": "--start <start>",
5375 "required": -9,
5376 "optional": 0,
5377 "bool": true,
5378 "long": "--start",
5379 "description": "the UTC time at which the SAS becomes valid"
5380 },
5381 {
5382 "flags": "--expiry <expiry>",
5383 "required": -10,
5384 "optional": 0,
5385 "bool": true,
5386 "long": "--expiry",
5387 "description": "the UTC time at which the SAS expires"
5388 },
5389 {
5390 "flags": "--policy <policy>",
5391 "required": -10,
5392 "optional": 0,
5393 "bool": true,
5394 "long": "--policy",
5395 "description": "the stored access policy identifier"
5396 },
5397 {
5398 "flags": "-a, --account-name <accountName>",
5399 "required": -20,
5400 "optional": 0,
5401 "bool": true,
5402 "short": "-a",
5403 "long": "--account-name",
5404 "description": "the storage account name"
5405 },
5406 {
5407 "flags": "-k, --account-key <accountKey>",
5408 "required": -19,
5409 "optional": 0,
5410 "bool": true,
5411 "short": "-k",
5412 "long": "--account-key",
5413 "description": "the storage account key"
5414 },
5415 {
5416 "flags": "-c, --connection-string <connectionString>",
5417 "required": -25,
5418 "optional": 0,
5419 "bool": true,
5420 "short": "-c",
5421 "long": "--connection-string",
5422 "description": "the storage connection string"
5423 },
5424 {
5425 "flags": "-vv",
5426 "required": 0,
5427 "optional": 0,
5428 "bool": true,
5429 "long": "-vv",
5430 "description": "run storage command in debug mode"
5431 }
5432 ]
5433 }
5434 ],
5435 "categories": {}
5436 }
5437 }
5438 },
5439 "directory": {
5440 "name": "directory",
5441 "description": "Commands to manage your Storage file directory",
5442 "fullName": "storage directory",
5443 "usage": "[options] [command]",
5444 "options": [],
5445 "commands": [
5446 {
5447 "name": "create",
5448 "description": "Create a storage file directory",
5449 "fullName": "storage directory create",
5450 "usage": "[options] [share] [path]",
5451 "filePath": "commands/storage/storage.file.js",
5452 "options": [
5453 {
5454 "flags": "-v, --verbose",
5455 "required": 0,
5456 "optional": 0,
5457 "bool": true,
5458 "short": "-v",
5459 "long": "--verbose",
5460 "description": "use verbose output"
5461 },
5462 {
5463 "flags": "--json",
5464 "required": 0,
5465 "optional": 0,
5466 "bool": true,
5467 "long": "--json",
5468 "description": "use json output"
5469 },
5470 {
5471 "flags": "--share <share>",
5472 "required": -9,
5473 "optional": 0,
5474 "bool": true,
5475 "long": "--share",
5476 "description": "the storage file share name"
5477 },
5478 {
5479 "flags": "-p, --path <path>",
5480 "required": -12,
5481 "optional": 0,
5482 "bool": true,
5483 "short": "-p",
5484 "long": "--path",
5485 "description": "the path to the storage file directory to be created"
5486 },
5487 {
5488 "flags": "--sas <sas>",
5489 "required": -7,
5490 "optional": 0,
5491 "bool": true,
5492 "long": "--sas",
5493 "description": "the shared access signature of the storage file share"
5494 },
5495 {
5496 "flags": "-a, --account-name <accountName>",
5497 "required": -20,
5498 "optional": 0,
5499 "bool": true,
5500 "short": "-a",
5501 "long": "--account-name",
5502 "description": "the storage account name"
5503 },
5504 {
5505 "flags": "-k, --account-key <accountKey>",
5506 "required": -19,
5507 "optional": 0,
5508 "bool": true,
5509 "short": "-k",
5510 "long": "--account-key",
5511 "description": "the storage account key"
5512 },
5513 {
5514 "flags": "-c, --connection-string <connectionString>",
5515 "required": -25,
5516 "optional": 0,
5517 "bool": true,
5518 "short": "-c",
5519 "long": "--connection-string",
5520 "description": "the storage connection string"
5521 },
5522 {
5523 "flags": "-vv",
5524 "required": 0,
5525 "optional": 0,
5526 "bool": true,
5527 "long": "-vv",
5528 "description": "run storage command in debug mode"
5529 }
5530 ]
5531 },
5532 {
5533 "name": "delete",
5534 "description": "Delete the specified storage file directory",
5535 "fullName": "storage directory delete",
5536 "usage": "[options] [share] [path]",
5537 "filePath": "commands/storage/storage.file.js",
5538 "options": [
5539 {
5540 "flags": "-v, --verbose",
5541 "required": 0,
5542 "optional": 0,
5543 "bool": true,
5544 "short": "-v",
5545 "long": "--verbose",
5546 "description": "use verbose output"
5547 },
5548 {
5549 "flags": "--json",
5550 "required": 0,
5551 "optional": 0,
5552 "bool": true,
5553 "long": "--json",
5554 "description": "use json output"
5555 },
5556 {
5557 "flags": "--share <share>",
5558 "required": -9,
5559 "optional": 0,
5560 "bool": true,
5561 "long": "--share",
5562 "description": "the storage share name"
5563 },
5564 {
5565 "flags": "-p, --path <path>",
5566 "required": -12,
5567 "optional": 0,
5568 "bool": true,
5569 "short": "-p",
5570 "long": "--path",
5571 "description": "the path to the storage file directory to be deleted"
5572 },
5573 {
5574 "flags": "-q, --quiet",
5575 "required": 0,
5576 "optional": 0,
5577 "bool": true,
5578 "short": "-q",
5579 "long": "--quiet",
5580 "description": "remove the specified storage file directory without confirmation"
5581 },
5582 {
5583 "flags": "--sas <sas>",
5584 "required": -7,
5585 "optional": 0,
5586 "bool": true,
5587 "long": "--sas",
5588 "description": "the shared access signature of the storage file share"
5589 },
5590 {
5591 "flags": "-a, --account-name <accountName>",
5592 "required": -20,
5593 "optional": 0,
5594 "bool": true,
5595 "short": "-a",
5596 "long": "--account-name",
5597 "description": "the storage account name"
5598 },
5599 {
5600 "flags": "-k, --account-key <accountKey>",
5601 "required": -19,
5602 "optional": 0,
5603 "bool": true,
5604 "short": "-k",
5605 "long": "--account-key",
5606 "description": "the storage account key"
5607 },
5608 {
5609 "flags": "-c, --connection-string <connectionString>",
5610 "required": -25,
5611 "optional": 0,
5612 "bool": true,
5613 "short": "-c",
5614 "long": "--connection-string",
5615 "description": "the storage connection string"
5616 },
5617 {
5618 "flags": "-vv",
5619 "required": 0,
5620 "optional": 0,
5621 "bool": true,
5622 "long": "-vv",
5623 "description": "run storage command in debug mode"
5624 }
5625 ]
5626 }
5627 ],
5628 "categories": {}
5629 },
5630 "queue": {
5631 "name": "queue",
5632 "description": "Commands to manage your Storage queues",
5633 "fullName": "storage queue",
5634 "usage": "[options] [command]",
5635 "options": [],
5636 "commands": [
5637 {
5638 "name": "create",
5639 "description": "Create a storage queue",
5640 "fullName": "storage queue create",
5641 "usage": "[options] [queue]",
5642 "filePath": "commands/storage/storage.queue.js",
5643 "options": [
5644 {
5645 "flags": "-v, --verbose",
5646 "required": 0,
5647 "optional": 0,
5648 "bool": true,
5649 "short": "-v",
5650 "long": "--verbose",
5651 "description": "use verbose output"
5652 },
5653 {
5654 "flags": "--json",
5655 "required": 0,
5656 "optional": 0,
5657 "bool": true,
5658 "long": "--json",
5659 "description": "use json output"
5660 },
5661 {
5662 "flags": "--queue <queue>",
5663 "required": -9,
5664 "optional": 0,
5665 "bool": true,
5666 "long": "--queue",
5667 "description": "the storage queue name"
5668 },
5669 {
5670 "flags": "-a, --account-name <accountName>",
5671 "required": -20,
5672 "optional": 0,
5673 "bool": true,
5674 "short": "-a",
5675 "long": "--account-name",
5676 "description": "the storage account name"
5677 },
5678 {
5679 "flags": "-k, --account-key <accountKey>",
5680 "required": -19,
5681 "optional": 0,
5682 "bool": true,
5683 "short": "-k",
5684 "long": "--account-key",
5685 "description": "the storage account key"
5686 },
5687 {
5688 "flags": "-c, --connection-string <connectionString>",
5689 "required": -25,
5690 "optional": 0,
5691 "bool": true,
5692 "short": "-c",
5693 "long": "--connection-string",
5694 "description": "the storage connection string"
5695 },
5696 {
5697 "flags": "-vv",
5698 "required": 0,
5699 "optional": 0,
5700 "bool": true,
5701 "long": "-vv",
5702 "description": "run storage command in debug mode"
5703 }
5704 ]
5705 },
5706 {
5707 "name": "list",
5708 "description": "List storage queues with wildcard",
5709 "fullName": "storage queue list",
5710 "usage": "[options] [prefix]",
5711 "filePath": "commands/storage/storage.queue.js",
5712 "options": [
5713 {
5714 "flags": "-v, --verbose",
5715 "required": 0,
5716 "optional": 0,
5717 "bool": true,
5718 "short": "-v",
5719 "long": "--verbose",
5720 "description": "use verbose output"
5721 },
5722 {
5723 "flags": "--json",
5724 "required": 0,
5725 "optional": 0,
5726 "bool": true,
5727 "long": "--json",
5728 "description": "use json output"
5729 },
5730 {
5731 "flags": "-p, --prefix <prefix>",
5732 "required": -14,
5733 "optional": 0,
5734 "bool": true,
5735 "short": "-p",
5736 "long": "--prefix",
5737 "description": "the storage queue name prefix"
5738 },
5739 {
5740 "flags": "-a, --account-name <accountName>",
5741 "required": -20,
5742 "optional": 0,
5743 "bool": true,
5744 "short": "-a",
5745 "long": "--account-name",
5746 "description": "the storage account name"
5747 },
5748 {
5749 "flags": "-k, --account-key <accountKey>",
5750 "required": -19,
5751 "optional": 0,
5752 "bool": true,
5753 "short": "-k",
5754 "long": "--account-key",
5755 "description": "the storage account key"
5756 },
5757 {
5758 "flags": "-c, --connection-string <connectionString>",
5759 "required": -25,
5760 "optional": 0,
5761 "bool": true,
5762 "short": "-c",
5763 "long": "--connection-string",
5764 "description": "the storage connection string"
5765 },
5766 {
5767 "flags": "-vv",
5768 "required": 0,
5769 "optional": 0,
5770 "bool": true,
5771 "long": "-vv",
5772 "description": "run storage command in debug mode"
5773 }
5774 ]
5775 },
5776 {
5777 "name": "show",
5778 "description": "Show details of the storage able",
5779 "fullName": "storage queue show",
5780 "usage": "[options] [queue]",
5781 "filePath": "commands/storage/storage.queue.js",
5782 "options": [
5783 {
5784 "flags": "-v, --verbose",
5785 "required": 0,
5786 "optional": 0,
5787 "bool": true,
5788 "short": "-v",
5789 "long": "--verbose",
5790 "description": "use verbose output"
5791 },
5792 {
5793 "flags": "--json",
5794 "required": 0,
5795 "optional": 0,
5796 "bool": true,
5797 "long": "--json",
5798 "description": "use json output"
5799 },
5800 {
5801 "flags": "--queue <queue>",
5802 "required": -9,
5803 "optional": 0,
5804 "bool": true,
5805 "long": "--queue",
5806 "description": "the storage queue name"
5807 },
5808 {
5809 "flags": "--sas <sas>",
5810 "required": -7,
5811 "optional": 0,
5812 "bool": true,
5813 "long": "--sas",
5814 "description": "the shared access signature of the storage queue"
5815 },
5816 {
5817 "flags": "-a, --account-name <accountName>",
5818 "required": -20,
5819 "optional": 0,
5820 "bool": true,
5821 "short": "-a",
5822 "long": "--account-name",
5823 "description": "the storage account name"
5824 },
5825 {
5826 "flags": "-k, --account-key <accountKey>",
5827 "required": -19,
5828 "optional": 0,
5829 "bool": true,
5830 "short": "-k",
5831 "long": "--account-key",
5832 "description": "the storage account key"
5833 },
5834 {
5835 "flags": "-c, --connection-string <connectionString>",
5836 "required": -25,
5837 "optional": 0,
5838 "bool": true,
5839 "short": "-c",
5840 "long": "--connection-string",
5841 "description": "the storage connection string"
5842 },
5843 {
5844 "flags": "-vv",
5845 "required": 0,
5846 "optional": 0,
5847 "bool": true,
5848 "long": "-vv",
5849 "description": "run storage command in debug mode"
5850 }
5851 ]
5852 },
5853 {
5854 "name": "delete",
5855 "description": "Delete the specified storage queue",
5856 "fullName": "storage queue delete",
5857 "usage": "[options] [queue]",
5858 "filePath": "commands/storage/storage.queue.js",
5859 "options": [
5860 {
5861 "flags": "-v, --verbose",
5862 "required": 0,
5863 "optional": 0,
5864 "bool": true,
5865 "short": "-v",
5866 "long": "--verbose",
5867 "description": "use verbose output"
5868 },
5869 {
5870 "flags": "--json",
5871 "required": 0,
5872 "optional": 0,
5873 "bool": true,
5874 "long": "--json",
5875 "description": "use json output"
5876 },
5877 {
5878 "flags": "--queue <queue>",
5879 "required": -9,
5880 "optional": 0,
5881 "bool": true,
5882 "long": "--queue",
5883 "description": "the storage queue name"
5884 },
5885 {
5886 "flags": "-q, --quiet",
5887 "required": 0,
5888 "optional": 0,
5889 "bool": true,
5890 "short": "-q",
5891 "long": "--quiet",
5892 "description": "remove the specified storage queue without confirmation"
5893 },
5894 {
5895 "flags": "-a, --account-name <accountName>",
5896 "required": -20,
5897 "optional": 0,
5898 "bool": true,
5899 "short": "-a",
5900 "long": "--account-name",
5901 "description": "the storage account name"
5902 },
5903 {
5904 "flags": "-k, --account-key <accountKey>",
5905 "required": -19,
5906 "optional": 0,
5907 "bool": true,
5908 "short": "-k",
5909 "long": "--account-key",
5910 "description": "the storage account key"
5911 },
5912 {
5913 "flags": "-c, --connection-string <connectionString>",
5914 "required": -25,
5915 "optional": 0,
5916 "bool": true,
5917 "short": "-c",
5918 "long": "--connection-string",
5919 "description": "the storage connection string"
5920 },
5921 {
5922 "flags": "-vv",
5923 "required": 0,
5924 "optional": 0,
5925 "bool": true,
5926 "long": "-vv",
5927 "description": "run storage command in debug mode"
5928 }
5929 ]
5930 }
5931 ],
5932 "categories": {
5933 "sas": {
5934 "name": "sas",
5935 "description": "Commands to manage shared access signatures of your Storage queue",
5936 "fullName": "storage queue sas",
5937 "usage": "[options] [command]",
5938 "options": [],
5939 "commands": [
5940 {
5941 "name": "create",
5942 "description": "Generate shared access signature of storage queue",
5943 "fullName": "storage queue sas create",
5944 "usage": "[options] [queue] [permissions] [expiry]",
5945 "filePath": "commands/storage/storage.queue.js",
5946 "options": [
5947 {
5948 "flags": "-v, --verbose",
5949 "required": 0,
5950 "optional": 0,
5951 "bool": true,
5952 "short": "-v",
5953 "long": "--verbose",
5954 "description": "use verbose output"
5955 },
5956 {
5957 "flags": "--json",
5958 "required": 0,
5959 "optional": 0,
5960 "bool": true,
5961 "long": "--json",
5962 "description": "use json output"
5963 },
5964 {
5965 "flags": "--queue <queue>",
5966 "required": -9,
5967 "optional": 0,
5968 "bool": true,
5969 "long": "--queue",
5970 "description": "the storage queue name"
5971 },
5972 {
5973 "flags": "--permissions <permissions>",
5974 "required": -15,
5975 "optional": 0,
5976 "bool": true,
5977 "long": "--permissions",
5978 "description": "the operation permissions combining symbols of r(Read)/a(Add)/u(Update)/p(Process)"
5979 },
5980 {
5981 "flags": "--start <start>",
5982 "required": -9,
5983 "optional": 0,
5984 "bool": true,
5985 "long": "--start",
5986 "description": "the UTC time at which the SAS becomes valid"
5987 },
5988 {
5989 "flags": "--expiry <expiry>",
5990 "required": -10,
5991 "optional": 0,
5992 "bool": true,
5993 "long": "--expiry",
5994 "description": "the UTC time at which the SAS expires"
5995 },
5996 {
5997 "flags": "--policy <policy>",
5998 "required": -10,
5999 "optional": 0,
6000 "bool": true,
6001 "long": "--policy",
6002 "description": "the stored access policy identifier"
6003 },
6004 {
6005 "flags": "-a, --account-name <accountName>",
6006 "required": -20,
6007 "optional": 0,
6008 "bool": true,
6009 "short": "-a",
6010 "long": "--account-name",
6011 "description": "the storage account name"
6012 },
6013 {
6014 "flags": "-k, --account-key <accountKey>",
6015 "required": -19,
6016 "optional": 0,
6017 "bool": true,
6018 "short": "-k",
6019 "long": "--account-key",
6020 "description": "the storage account key"
6021 },
6022 {
6023 "flags": "-c, --connection-string <connectionString>",
6024 "required": -25,
6025 "optional": 0,
6026 "bool": true,
6027 "short": "-c",
6028 "long": "--connection-string",
6029 "description": "the storage connection string"
6030 },
6031 {
6032 "flags": "-vv",
6033 "required": 0,
6034 "optional": 0,
6035 "bool": true,
6036 "long": "-vv",
6037 "description": "run storage command in debug mode"
6038 }
6039 ]
6040 }
6041 ],
6042 "categories": {}
6043 },
6044 "policy": {
6045 "name": "policy",
6046 "description": "Commands to manage stored access policies of your Storage queue",
6047 "fullName": "storage queue policy",
6048 "usage": "[options] [command]",
6049 "options": [],
6050 "commands": [
6051 {
6052 "name": "create",
6053 "description": "Create a stored access policy on the queue",
6054 "fullName": "storage queue policy create",
6055 "usage": "[options] [queue] [name]",
6056 "filePath": "commands/storage/storage.queue.js",
6057 "options": [
6058 {
6059 "flags": "-v, --verbose",
6060 "required": 0,
6061 "optional": 0,
6062 "bool": true,
6063 "short": "-v",
6064 "long": "--verbose",
6065 "description": "use verbose output"
6066 },
6067 {
6068 "flags": "--json",
6069 "required": 0,
6070 "optional": 0,
6071 "bool": true,
6072 "long": "--json",
6073 "description": "use json output"
6074 },
6075 {
6076 "flags": "--queue <queue>",
6077 "required": -9,
6078 "optional": 0,
6079 "bool": true,
6080 "long": "--queue",
6081 "description": "the storage queue name"
6082 },
6083 {
6084 "flags": "--name <name>",
6085 "required": -8,
6086 "optional": 0,
6087 "bool": true,
6088 "long": "--name",
6089 "description": "the policy name"
6090 },
6091 {
6092 "flags": "--start <start>",
6093 "required": -9,
6094 "optional": 0,
6095 "bool": true,
6096 "long": "--start",
6097 "description": "the UTC time at which the policy becomes valid"
6098 },
6099 {
6100 "flags": "--expiry <expiry>",
6101 "required": -10,
6102 "optional": 0,
6103 "bool": true,
6104 "long": "--expiry",
6105 "description": "the UTC time at which the policy expires"
6106 },
6107 {
6108 "flags": "--permissions <permissions>",
6109 "required": -15,
6110 "optional": 0,
6111 "bool": true,
6112 "long": "--permissions",
6113 "description": "the operation permissions combining symbols of r(Read)/a(Add)/u(Update)/p(Process)"
6114 },
6115 {
6116 "flags": "-a, --account-name <accountName>",
6117 "required": -20,
6118 "optional": 0,
6119 "bool": true,
6120 "short": "-a",
6121 "long": "--account-name",
6122 "description": "the storage account name"
6123 },
6124 {
6125 "flags": "-k, --account-key <accountKey>",
6126 "required": -19,
6127 "optional": 0,
6128 "bool": true,
6129 "short": "-k",
6130 "long": "--account-key",
6131 "description": "the storage account key"
6132 },
6133 {
6134 "flags": "-c, --connection-string <connectionString>",
6135 "required": -25,
6136 "optional": 0,
6137 "bool": true,
6138 "short": "-c",
6139 "long": "--connection-string",
6140 "description": "the storage connection string"
6141 },
6142 {
6143 "flags": "-vv",
6144 "required": 0,
6145 "optional": 0,
6146 "bool": true,
6147 "long": "-vv",
6148 "description": "run storage command in debug mode"
6149 }
6150 ]
6151 },
6152 {
6153 "name": "show",
6154 "description": "Show a stored access policy on the queue",
6155 "fullName": "storage queue policy show",
6156 "usage": "[options] [queue] [name]",
6157 "filePath": "commands/storage/storage.queue.js",
6158 "options": [
6159 {
6160 "flags": "-v, --verbose",
6161 "required": 0,
6162 "optional": 0,
6163 "bool": true,
6164 "short": "-v",
6165 "long": "--verbose",
6166 "description": "use verbose output"
6167 },
6168 {
6169 "flags": "--json",
6170 "required": 0,
6171 "optional": 0,
6172 "bool": true,
6173 "long": "--json",
6174 "description": "use json output"
6175 },
6176 {
6177 "flags": "--queue <queue>",
6178 "required": -9,
6179 "optional": 0,
6180 "bool": true,
6181 "long": "--queue",
6182 "description": "the storage queue name"
6183 },
6184 {
6185 "flags": "--name <name>",
6186 "required": -8,
6187 "optional": 0,
6188 "bool": true,
6189 "long": "--name",
6190 "description": "the policy name"
6191 },
6192 {
6193 "flags": "-a, --account-name <accountName>",
6194 "required": -20,
6195 "optional": 0,
6196 "bool": true,
6197 "short": "-a",
6198 "long": "--account-name",
6199 "description": "the storage account name"
6200 },
6201 {
6202 "flags": "-k, --account-key <accountKey>",
6203 "required": -19,
6204 "optional": 0,
6205 "bool": true,
6206 "short": "-k",
6207 "long": "--account-key",
6208 "description": "the storage account key"
6209 },
6210 {
6211 "flags": "-c, --connection-string <connectionString>",
6212 "required": -25,
6213 "optional": 0,
6214 "bool": true,
6215 "short": "-c",
6216 "long": "--connection-string",
6217 "description": "the storage connection string"
6218 },
6219 {
6220 "flags": "-vv",
6221 "required": 0,
6222 "optional": 0,
6223 "bool": true,
6224 "long": "-vv",
6225 "description": "run storage command in debug mode"
6226 }
6227 ]
6228 },
6229 {
6230 "name": "list",
6231 "description": "List stored access policies on the queue",
6232 "fullName": "storage queue policy list",
6233 "usage": "[options] [queue]",
6234 "filePath": "commands/storage/storage.queue.js",
6235 "options": [
6236 {
6237 "flags": "-v, --verbose",
6238 "required": 0,
6239 "optional": 0,
6240 "bool": true,
6241 "short": "-v",
6242 "long": "--verbose",
6243 "description": "use verbose output"
6244 },
6245 {
6246 "flags": "--json",
6247 "required": 0,
6248 "optional": 0,
6249 "bool": true,
6250 "long": "--json",
6251 "description": "use json output"
6252 },
6253 {
6254 "flags": "--queue <queue>",
6255 "required": -9,
6256 "optional": 0,
6257 "bool": true,
6258 "long": "--queue",
6259 "description": "the storage queue name"
6260 },
6261 {
6262 "flags": "-a, --account-name <accountName>",
6263 "required": -20,
6264 "optional": 0,
6265 "bool": true,
6266 "short": "-a",
6267 "long": "--account-name",
6268 "description": "the storage account name"
6269 },
6270 {
6271 "flags": "-k, --account-key <accountKey>",
6272 "required": -19,
6273 "optional": 0,
6274 "bool": true,
6275 "short": "-k",
6276 "long": "--account-key",
6277 "description": "the storage account key"
6278 },
6279 {
6280 "flags": "-c, --connection-string <connectionString>",
6281 "required": -25,
6282 "optional": 0,
6283 "bool": true,
6284 "short": "-c",
6285 "long": "--connection-string",
6286 "description": "the storage connection string"
6287 },
6288 {
6289 "flags": "-vv",
6290 "required": 0,
6291 "optional": 0,
6292 "bool": true,
6293 "long": "-vv",
6294 "description": "run storage command in debug mode"
6295 }
6296 ]
6297 },
6298 {
6299 "name": "set",
6300 "description": "Set a stored access policy on the queue",
6301 "fullName": "storage queue policy set",
6302 "usage": "[options] [queue] [name]",
6303 "filePath": "commands/storage/storage.queue.js",
6304 "options": [
6305 {
6306 "flags": "-v, --verbose",
6307 "required": 0,
6308 "optional": 0,
6309 "bool": true,
6310 "short": "-v",
6311 "long": "--verbose",
6312 "description": "use verbose output"
6313 },
6314 {
6315 "flags": "--json",
6316 "required": 0,
6317 "optional": 0,
6318 "bool": true,
6319 "long": "--json",
6320 "description": "use json output"
6321 },
6322 {
6323 "flags": "--queue <queue>",
6324 "required": -9,
6325 "optional": 0,
6326 "bool": true,
6327 "long": "--queue",
6328 "description": "the storage queue name"
6329 },
6330 {
6331 "flags": "--name <name>",
6332 "required": -8,
6333 "optional": 0,
6334 "bool": true,
6335 "long": "--name",
6336 "description": "the policy name"
6337 },
6338 {
6339 "flags": "--start <start>",
6340 "required": -9,
6341 "optional": 0,
6342 "bool": true,
6343 "long": "--start",
6344 "description": "the UTC time at which the policy becomes valid and passing two spaces means to remove the existing setting"
6345 },
6346 {
6347 "flags": "--expiry <expiry>",
6348 "required": -10,
6349 "optional": 0,
6350 "bool": true,
6351 "long": "--expiry",
6352 "description": "the UTC time at which the policy expires and passing two spaces means to remove the existing setting"
6353 },
6354 {
6355 "flags": "--permissions <permissions>",
6356 "required": -15,
6357 "optional": 0,
6358 "bool": true,
6359 "long": "--permissions",
6360 "description": "the operation permissions combining symbols of r(Read)/a(Add)/u(Update)/p(Process) and passing two spaces means to remove the existing setting"
6361 },
6362 {
6363 "flags": "-a, --account-name <accountName>",
6364 "required": -20,
6365 "optional": 0,
6366 "bool": true,
6367 "short": "-a",
6368 "long": "--account-name",
6369 "description": "the storage account name"
6370 },
6371 {
6372 "flags": "-k, --account-key <accountKey>",
6373 "required": -19,
6374 "optional": 0,
6375 "bool": true,
6376 "short": "-k",
6377 "long": "--account-key",
6378 "description": "the storage account key"
6379 },
6380 {
6381 "flags": "-c, --connection-string <connectionString>",
6382 "required": -25,
6383 "optional": 0,
6384 "bool": true,
6385 "short": "-c",
6386 "long": "--connection-string",
6387 "description": "the storage connection string"
6388 },
6389 {
6390 "flags": "-vv",
6391 "required": 0,
6392 "optional": 0,
6393 "bool": true,
6394 "long": "-vv",
6395 "description": "run storage command in debug mode"
6396 }
6397 ]
6398 },
6399 {
6400 "name": "delete",
6401 "description": "Delete a stored access policy on the queue",
6402 "fullName": "storage queue policy delete",
6403 "usage": "[options] [queue] [name]",
6404 "filePath": "commands/storage/storage.queue.js",
6405 "options": [
6406 {
6407 "flags": "-v, --verbose",
6408 "required": 0,
6409 "optional": 0,
6410 "bool": true,
6411 "short": "-v",
6412 "long": "--verbose",
6413 "description": "use verbose output"
6414 },
6415 {
6416 "flags": "--json",
6417 "required": 0,
6418 "optional": 0,
6419 "bool": true,
6420 "long": "--json",
6421 "description": "use json output"
6422 },
6423 {
6424 "flags": "--queue <queue>",
6425 "required": -9,
6426 "optional": 0,
6427 "bool": true,
6428 "long": "--queue",
6429 "description": "the storage queue name"
6430 },
6431 {
6432 "flags": "--name <name>",
6433 "required": -8,
6434 "optional": 0,
6435 "bool": true,
6436 "long": "--name",
6437 "description": "the policy name"
6438 },
6439 {
6440 "flags": "-a, --account-name <accountName>",
6441 "required": -20,
6442 "optional": 0,
6443 "bool": true,
6444 "short": "-a",
6445 "long": "--account-name",
6446 "description": "the storage account name"
6447 },
6448 {
6449 "flags": "-k, --account-key <accountKey>",
6450 "required": -19,
6451 "optional": 0,
6452 "bool": true,
6453 "short": "-k",
6454 "long": "--account-key",
6455 "description": "the storage account key"
6456 },
6457 {
6458 "flags": "-c, --connection-string <connectionString>",
6459 "required": -25,
6460 "optional": 0,
6461 "bool": true,
6462 "short": "-c",
6463 "long": "--connection-string",
6464 "description": "the storage connection string"
6465 },
6466 {
6467 "flags": "-vv",
6468 "required": 0,
6469 "optional": 0,
6470 "bool": true,
6471 "long": "-vv",
6472 "description": "run storage command in debug mode"
6473 }
6474 ]
6475 }
6476 ],
6477 "categories": {}
6478 }
6479 }
6480 },
6481 "logging": {
6482 "name": "logging",
6483 "description": "Commands to manage your Storage logging properties",
6484 "fullName": "storage logging",
6485 "usage": "[options] [command]",
6486 "options": [],
6487 "commands": [
6488 {
6489 "name": "show",
6490 "description": "Show the logging properties of the storage services ",
6491 "fullName": "storage logging show",
6492 "usage": "[options]",
6493 "filePath": "commands/storage/storage.service.js",
6494 "options": [
6495 {
6496 "flags": "-v, --verbose",
6497 "required": 0,
6498 "optional": 0,
6499 "bool": true,
6500 "short": "-v",
6501 "long": "--verbose",
6502 "description": "use verbose output"
6503 },
6504 {
6505 "flags": "--json",
6506 "required": 0,
6507 "optional": 0,
6508 "bool": true,
6509 "long": "--json",
6510 "description": "use json output"
6511 },
6512 {
6513 "flags": "--blob",
6514 "required": 0,
6515 "optional": 0,
6516 "bool": true,
6517 "long": "--blob",
6518 "description": "show logging properties for blob service"
6519 },
6520 {
6521 "flags": "--table",
6522 "required": 0,
6523 "optional": 0,
6524 "bool": true,
6525 "long": "--table",
6526 "description": "show logging properties for table service"
6527 },
6528 {
6529 "flags": "--queue",
6530 "required": 0,
6531 "optional": 0,
6532 "bool": true,
6533 "long": "--queue",
6534 "description": "show logging properties for queue service"
6535 },
6536 {
6537 "flags": "-a, --account-name <accountName>",
6538 "required": -20,
6539 "optional": 0,
6540 "bool": true,
6541 "short": "-a",
6542 "long": "--account-name",
6543 "description": "the storage account name"
6544 },
6545 {
6546 "flags": "-k, --account-key <accountKey>",
6547 "required": -19,
6548 "optional": 0,
6549 "bool": true,
6550 "short": "-k",
6551 "long": "--account-key",
6552 "description": "the storage account key"
6553 },
6554 {
6555 "flags": "-c, --connection-string <connectionString>",
6556 "required": -25,
6557 "optional": 0,
6558 "bool": true,
6559 "short": "-c",
6560 "long": "--connection-string",
6561 "description": "the storage connection string"
6562 },
6563 {
6564 "flags": "-vv",
6565 "required": 0,
6566 "optional": 0,
6567 "bool": true,
6568 "long": "-vv",
6569 "description": "run storage command in debug mode"
6570 }
6571 ]
6572 },
6573 {
6574 "name": "set",
6575 "description": "Set the logging properties of the storage service",
6576 "fullName": "storage logging set",
6577 "usage": "[options]",
6578 "filePath": "commands/storage/storage.service.js",
6579 "options": [
6580 {
6581 "flags": "-v, --verbose",
6582 "required": 0,
6583 "optional": 0,
6584 "bool": true,
6585 "short": "-v",
6586 "long": "--verbose",
6587 "description": "use verbose output"
6588 },
6589 {
6590 "flags": "--json",
6591 "required": 0,
6592 "optional": 0,
6593 "bool": true,
6594 "long": "--json",
6595 "description": "use json output"
6596 },
6597 {
6598 "flags": "--blob",
6599 "required": 0,
6600 "optional": 0,
6601 "bool": true,
6602 "long": "--blob",
6603 "description": "set logging properties for blob service"
6604 },
6605 {
6606 "flags": "--table",
6607 "required": 0,
6608 "optional": 0,
6609 "bool": true,
6610 "long": "--table",
6611 "description": "set logging properties for table service"
6612 },
6613 {
6614 "flags": "--queue",
6615 "required": 0,
6616 "optional": 0,
6617 "bool": true,
6618 "long": "--queue",
6619 "description": "set logging properties for queue service"
6620 },
6621 {
6622 "flags": "--version <version>",
6623 "required": -11,
6624 "optional": 0,
6625 "bool": true,
6626 "long": "--version",
6627 "description": "the version string"
6628 },
6629 {
6630 "flags": "--retention <retention>",
6631 "required": -13,
6632 "optional": 0,
6633 "bool": true,
6634 "long": "--retention",
6635 "description": "set logging retention in days"
6636 },
6637 {
6638 "flags": "--read",
6639 "required": 0,
6640 "optional": 0,
6641 "bool": true,
6642 "long": "--read",
6643 "description": "enable logging for read requests"
6644 },
6645 {
6646 "flags": "--read-off",
6647 "required": 0,
6648 "optional": 0,
6649 "bool": true,
6650 "long": "--read-off",
6651 "description": "disable logging for read requests"
6652 },
6653 {
6654 "flags": "--write",
6655 "required": 0,
6656 "optional": 0,
6657 "bool": true,
6658 "long": "--write",
6659 "description": "enable logging for write requests"
6660 },
6661 {
6662 "flags": "--write-off",
6663 "required": 0,
6664 "optional": 0,
6665 "bool": true,
6666 "long": "--write-off",
6667 "description": "disable logging for write requests"
6668 },
6669 {
6670 "flags": "--delete",
6671 "required": 0,
6672 "optional": 0,
6673 "bool": true,
6674 "long": "--delete",
6675 "description": "enable logging for delete requests"
6676 },
6677 {
6678 "flags": "--delete-off",
6679 "required": 0,
6680 "optional": 0,
6681 "bool": true,
6682 "long": "--delete-off",
6683 "description": "disable logging for delete requests"
6684 },
6685 {
6686 "flags": "-a, --account-name <accountName>",
6687 "required": -20,
6688 "optional": 0,
6689 "bool": true,
6690 "short": "-a",
6691 "long": "--account-name",
6692 "description": "the storage account name"
6693 },
6694 {
6695 "flags": "-k, --account-key <accountKey>",
6696 "required": -19,
6697 "optional": 0,
6698 "bool": true,
6699 "short": "-k",
6700 "long": "--account-key",
6701 "description": "the storage account key"
6702 },
6703 {
6704 "flags": "-c, --connection-string <connectionString>",
6705 "required": -25,
6706 "optional": 0,
6707 "bool": true,
6708 "short": "-c",
6709 "long": "--connection-string",
6710 "description": "the storage connection string"
6711 },
6712 {
6713 "flags": "-vv",
6714 "required": 0,
6715 "optional": 0,
6716 "bool": true,
6717 "long": "-vv",
6718 "description": "run storage command in debug mode"
6719 }
6720 ]
6721 }
6722 ],
6723 "categories": {}
6724 },
6725 "metrics": {
6726 "name": "metrics",
6727 "description": "Commands to manage your Storage metrics properties",
6728 "fullName": "storage metrics",
6729 "usage": "[options] [command]",
6730 "options": [],
6731 "commands": [
6732 {
6733 "name": "show",
6734 "description": "Show the metrics properties of the storage services ",
6735 "fullName": "storage metrics show",
6736 "usage": "[options]",
6737 "filePath": "commands/storage/storage.service.js",
6738 "options": [
6739 {
6740 "flags": "-v, --verbose",
6741 "required": 0,
6742 "optional": 0,
6743 "bool": true,
6744 "short": "-v",
6745 "long": "--verbose",
6746 "description": "use verbose output"
6747 },
6748 {
6749 "flags": "--json",
6750 "required": 0,
6751 "optional": 0,
6752 "bool": true,
6753 "long": "--json",
6754 "description": "use json output"
6755 },
6756 {
6757 "flags": "--blob",
6758 "required": 0,
6759 "optional": 0,
6760 "bool": true,
6761 "long": "--blob",
6762 "description": "show metrics properties for blob service"
6763 },
6764 {
6765 "flags": "--table",
6766 "required": 0,
6767 "optional": 0,
6768 "bool": true,
6769 "long": "--table",
6770 "description": "show metrics properties for table service"
6771 },
6772 {
6773 "flags": "--queue",
6774 "required": 0,
6775 "optional": 0,
6776 "bool": true,
6777 "long": "--queue",
6778 "description": "show metrics properties for queue service"
6779 },
6780 {
6781 "flags": "-a, --account-name <accountName>",
6782 "required": -20,
6783 "optional": 0,
6784 "bool": true,
6785 "short": "-a",
6786 "long": "--account-name",
6787 "description": "the storage account name"
6788 },
6789 {
6790 "flags": "-k, --account-key <accountKey>",
6791 "required": -19,
6792 "optional": 0,
6793 "bool": true,
6794 "short": "-k",
6795 "long": "--account-key",
6796 "description": "the storage account key"
6797 },
6798 {
6799 "flags": "-c, --connection-string <connectionString>",
6800 "required": -25,
6801 "optional": 0,
6802 "bool": true,
6803 "short": "-c",
6804 "long": "--connection-string",
6805 "description": "the storage connection string"
6806 },
6807 {
6808 "flags": "-vv",
6809 "required": 0,
6810 "optional": 0,
6811 "bool": true,
6812 "long": "-vv",
6813 "description": "run storage command in debug mode"
6814 }
6815 ]
6816 },
6817 {
6818 "name": "set",
6819 "description": "Set the metrics properties of the storage service",
6820 "fullName": "storage metrics set",
6821 "usage": "[options]",
6822 "filePath": "commands/storage/storage.service.js",
6823 "options": [
6824 {
6825 "flags": "-v, --verbose",
6826 "required": 0,
6827 "optional": 0,
6828 "bool": true,
6829 "short": "-v",
6830 "long": "--verbose",
6831 "description": "use verbose output"
6832 },
6833 {
6834 "flags": "--json",
6835 "required": 0,
6836 "optional": 0,
6837 "bool": true,
6838 "long": "--json",
6839 "description": "use json output"
6840 },
6841 {
6842 "flags": "--blob",
6843 "required": 0,
6844 "optional": 0,
6845 "bool": true,
6846 "long": "--blob",
6847 "description": "set metrics properties for blob service"
6848 },
6849 {
6850 "flags": "--table",
6851 "required": 0,
6852 "optional": 0,
6853 "bool": true,
6854 "long": "--table",
6855 "description": "set metrics properties for table service"
6856 },
6857 {
6858 "flags": "--queue",
6859 "required": 0,
6860 "optional": 0,
6861 "bool": true,
6862 "long": "--queue",
6863 "description": "set metrics properties for queue service"
6864 },
6865 {
6866 "flags": "--version <version>",
6867 "required": -11,
6868 "optional": 0,
6869 "bool": true,
6870 "long": "--version",
6871 "description": "the version string"
6872 },
6873 {
6874 "flags": "--retention <retention>",
6875 "required": -13,
6876 "optional": 0,
6877 "bool": true,
6878 "long": "--retention",
6879 "description": "set metrics retention in days"
6880 },
6881 {
6882 "flags": "--hour",
6883 "required": 0,
6884 "optional": 0,
6885 "bool": true,
6886 "long": "--hour",
6887 "description": "set hourly metrics properties"
6888 },
6889 {
6890 "flags": "--hour-off",
6891 "required": 0,
6892 "optional": 0,
6893 "bool": true,
6894 "long": "--hour-off",
6895 "description": "turn off hourly metrics properties"
6896 },
6897 {
6898 "flags": "--minute",
6899 "required": 0,
6900 "optional": 0,
6901 "bool": true,
6902 "long": "--minute",
6903 "description": "set minute metrics properties"
6904 },
6905 {
6906 "flags": "--minute-off",
6907 "required": 0,
6908 "optional": 0,
6909 "bool": true,
6910 "long": "--minute-off",
6911 "description": "turn off minute metrics properties"
6912 },
6913 {
6914 "flags": "--api",
6915 "required": 0,
6916 "optional": 0,
6917 "bool": true,
6918 "long": "--api",
6919 "description": "include API in metrics "
6920 },
6921 {
6922 "flags": "--api-off",
6923 "required": 0,
6924 "optional": 0,
6925 "bool": true,
6926 "long": "--api-off",
6927 "description": "exclude API from metrics"
6928 },
6929 {
6930 "flags": "-a, --account-name <accountName>",
6931 "required": -20,
6932 "optional": 0,
6933 "bool": true,
6934 "short": "-a",
6935 "long": "--account-name",
6936 "description": "the storage account name"
6937 },
6938 {
6939 "flags": "-k, --account-key <accountKey>",
6940 "required": -19,
6941 "optional": 0,
6942 "bool": true,
6943 "short": "-k",
6944 "long": "--account-key",
6945 "description": "the storage account key"
6946 },
6947 {
6948 "flags": "-c, --connection-string <connectionString>",
6949 "required": -25,
6950 "optional": 0,
6951 "bool": true,
6952 "short": "-c",
6953 "long": "--connection-string",
6954 "description": "the storage connection string"
6955 },
6956 {
6957 "flags": "-vv",
6958 "required": 0,
6959 "optional": 0,
6960 "bool": true,
6961 "long": "-vv",
6962 "description": "run storage command in debug mode"
6963 }
6964 ]
6965 }
6966 ],
6967 "categories": {}
6968 },
6969 "cors": {
6970 "name": "cors",
6971 "description": "Commands to manage your Storage CORS (Cross-Origin Resource Sharing)",
6972 "fullName": "storage cors",
6973 "usage": "[options] [command]",
6974 "options": [],
6975 "commands": [
6976 {
6977 "name": "set",
6978 "description": "Set the CORS rules of the storage service",
6979 "fullName": "storage cors set",
6980 "usage": "[options]",
6981 "filePath": "commands/storage/storage.service.js",
6982 "options": [
6983 {
6984 "flags": "-v, --verbose",
6985 "required": 0,
6986 "optional": 0,
6987 "bool": true,
6988 "short": "-v",
6989 "long": "--verbose",
6990 "description": "use verbose output"
6991 },
6992 {
6993 "flags": "--json",
6994 "required": 0,
6995 "optional": 0,
6996 "bool": true,
6997 "long": "--json",
6998 "description": "use json output"
6999 },
7000 {
7001 "flags": "--blob",
7002 "required": 0,
7003 "optional": 0,
7004 "bool": true,
7005 "long": "--blob",
7006 "description": "set CORS rules for blob service"
7007 },
7008 {
7009 "flags": "--table",
7010 "required": 0,
7011 "optional": 0,
7012 "bool": true,
7013 "long": "--table",
7014 "description": "set CORS rules for table service"
7015 },
7016 {
7017 "flags": "--queue",
7018 "required": 0,
7019 "optional": 0,
7020 "bool": true,
7021 "long": "--queue",
7022 "description": "set CORS rules for queue service"
7023 },
7024 {
7025 "flags": "--file",
7026 "required": 0,
7027 "optional": 0,
7028 "bool": true,
7029 "long": "--file",
7030 "description": "set CORS rules for file service"
7031 },
7032 {
7033 "flags": "--cors <cors>",
7034 "required": -8,
7035 "optional": 0,
7036 "bool": true,
7037 "long": "--cors",
7038 "description": "the CORS rules array in json format"
7039 },
7040 {
7041 "flags": "-a, --account-name <accountName>",
7042 "required": -20,
7043 "optional": 0,
7044 "bool": true,
7045 "short": "-a",
7046 "long": "--account-name",
7047 "description": "the storage account name"
7048 },
7049 {
7050 "flags": "-k, --account-key <accountKey>",
7051 "required": -19,
7052 "optional": 0,
7053 "bool": true,
7054 "short": "-k",
7055 "long": "--account-key",
7056 "description": "the storage account key"
7057 },
7058 {
7059 "flags": "-c, --connection-string <connectionString>",
7060 "required": -25,
7061 "optional": 0,
7062 "bool": true,
7063 "short": "-c",
7064 "long": "--connection-string",
7065 "description": "the storage connection string"
7066 },
7067 {
7068 "flags": "-vv",
7069 "required": 0,
7070 "optional": 0,
7071 "bool": true,
7072 "long": "-vv",
7073 "description": "run storage command in debug mode"
7074 }
7075 ]
7076 },
7077 {
7078 "name": "show",
7079 "description": "Show the CORS rules of the storage service",
7080 "fullName": "storage cors show",
7081 "usage": "[options]",
7082 "filePath": "commands/storage/storage.service.js",
7083 "options": [
7084 {
7085 "flags": "-v, --verbose",
7086 "required": 0,
7087 "optional": 0,
7088 "bool": true,
7089 "short": "-v",
7090 "long": "--verbose",
7091 "description": "use verbose output"
7092 },
7093 {
7094 "flags": "--json",
7095 "required": 0,
7096 "optional": 0,
7097 "bool": true,
7098 "long": "--json",
7099 "description": "use json output"
7100 },
7101 {
7102 "flags": "--blob",
7103 "required": 0,
7104 "optional": 0,
7105 "bool": true,
7106 "long": "--blob",
7107 "description": "show CORS rules for blob service"
7108 },
7109 {
7110 "flags": "--table",
7111 "required": 0,
7112 "optional": 0,
7113 "bool": true,
7114 "long": "--table",
7115 "description": "show CORS rules for table service"
7116 },
7117 {
7118 "flags": "--queue",
7119 "required": 0,
7120 "optional": 0,
7121 "bool": true,
7122 "long": "--queue",
7123 "description": "show CORS rules for queue service"
7124 },
7125 {
7126 "flags": "--file",
7127 "required": 0,
7128 "optional": 0,
7129 "bool": true,
7130 "long": "--file",
7131 "description": "show CORS rules for file service"
7132 },
7133 {
7134 "flags": "-a, --account-name <accountName>",
7135 "required": -20,
7136 "optional": 0,
7137 "bool": true,
7138 "short": "-a",
7139 "long": "--account-name",
7140 "description": "the storage account name"
7141 },
7142 {
7143 "flags": "-k, --account-key <accountKey>",
7144 "required": -19,
7145 "optional": 0,
7146 "bool": true,
7147 "short": "-k",
7148 "long": "--account-key",
7149 "description": "the storage account key"
7150 },
7151 {
7152 "flags": "-c, --connection-string <connectionString>",
7153 "required": -25,
7154 "optional": 0,
7155 "bool": true,
7156 "short": "-c",
7157 "long": "--connection-string",
7158 "description": "the storage connection string"
7159 },
7160 {
7161 "flags": "-vv",
7162 "required": 0,
7163 "optional": 0,
7164 "bool": true,
7165 "long": "-vv",
7166 "description": "run storage command in debug mode"
7167 }
7168 ]
7169 },
7170 {
7171 "name": "delete",
7172 "description": "Delete all the CORS rules of the storage service",
7173 "fullName": "storage cors delete",
7174 "usage": "[options]",
7175 "filePath": "commands/storage/storage.service.js",
7176 "options": [
7177 {
7178 "flags": "-v, --verbose",
7179 "required": 0,
7180 "optional": 0,
7181 "bool": true,
7182 "short": "-v",
7183 "long": "--verbose",
7184 "description": "use verbose output"
7185 },
7186 {
7187 "flags": "--json",
7188 "required": 0,
7189 "optional": 0,
7190 "bool": true,
7191 "long": "--json",
7192 "description": "use json output"
7193 },
7194 {
7195 "flags": "--blob",
7196 "required": 0,
7197 "optional": 0,
7198 "bool": true,
7199 "long": "--blob",
7200 "description": "delete CORS rules for blob service"
7201 },
7202 {
7203 "flags": "--table",
7204 "required": 0,
7205 "optional": 0,
7206 "bool": true,
7207 "long": "--table",
7208 "description": "delete CORS rules for table service"
7209 },
7210 {
7211 "flags": "--queue",
7212 "required": 0,
7213 "optional": 0,
7214 "bool": true,
7215 "long": "--queue",
7216 "description": "delete CORS rules for queue service"
7217 },
7218 {
7219 "flags": "--file",
7220 "required": 0,
7221 "optional": 0,
7222 "bool": true,
7223 "long": "--file",
7224 "description": "delete CORS rules for file service"
7225 },
7226 {
7227 "flags": "-q, --quiet",
7228 "required": 0,
7229 "optional": 0,
7230 "bool": true,
7231 "short": "-q",
7232 "long": "--quiet",
7233 "description": "delete the CORS rules without confirmation"
7234 },
7235 {
7236 "flags": "-a, --account-name <accountName>",
7237 "required": -20,
7238 "optional": 0,
7239 "bool": true,
7240 "short": "-a",
7241 "long": "--account-name",
7242 "description": "the storage account name"
7243 },
7244 {
7245 "flags": "-k, --account-key <accountKey>",
7246 "required": -19,
7247 "optional": 0,
7248 "bool": true,
7249 "short": "-k",
7250 "long": "--account-key",
7251 "description": "the storage account key"
7252 },
7253 {
7254 "flags": "-c, --connection-string <connectionString>",
7255 "required": -25,
7256 "optional": 0,
7257 "bool": true,
7258 "short": "-c",
7259 "long": "--connection-string",
7260 "description": "the storage connection string"
7261 },
7262 {
7263 "flags": "-vv",
7264 "required": 0,
7265 "optional": 0,
7266 "bool": true,
7267 "long": "-vv",
7268 "description": "run storage command in debug mode"
7269 }
7270 ]
7271 }
7272 ],
7273 "categories": {}
7274 },
7275 "table": {
7276 "name": "table",
7277 "description": "Commands to manage your Storage tables",
7278 "fullName": "storage table",
7279 "usage": "[options] [command]",
7280 "options": [],
7281 "commands": [
7282 {
7283 "name": "create",
7284 "description": "Create a storage table",
7285 "fullName": "storage table create",
7286 "usage": "[options] [table]",
7287 "filePath": "commands/storage/storage.table.js",
7288 "options": [
7289 {
7290 "flags": "-v, --verbose",
7291 "required": 0,
7292 "optional": 0,
7293 "bool": true,
7294 "short": "-v",
7295 "long": "--verbose",
7296 "description": "use verbose output"
7297 },
7298 {
7299 "flags": "--json",
7300 "required": 0,
7301 "optional": 0,
7302 "bool": true,
7303 "long": "--json",
7304 "description": "use json output"
7305 },
7306 {
7307 "flags": "--table <table>",
7308 "required": -9,
7309 "optional": 0,
7310 "bool": true,
7311 "long": "--table",
7312 "description": "the storage table name"
7313 },
7314 {
7315 "flags": "-a, --account-name <accountName>",
7316 "required": -20,
7317 "optional": 0,
7318 "bool": true,
7319 "short": "-a",
7320 "long": "--account-name",
7321 "description": "the storage account name"
7322 },
7323 {
7324 "flags": "-k, --account-key <accountKey>",
7325 "required": -19,
7326 "optional": 0,
7327 "bool": true,
7328 "short": "-k",
7329 "long": "--account-key",
7330 "description": "the storage account key"
7331 },
7332 {
7333 "flags": "-c, --connection-string <connectionString>",
7334 "required": -25,
7335 "optional": 0,
7336 "bool": true,
7337 "short": "-c",
7338 "long": "--connection-string",
7339 "description": "the storage connection string"
7340 },
7341 {
7342 "flags": "-vv",
7343 "required": 0,
7344 "optional": 0,
7345 "bool": true,
7346 "long": "-vv",
7347 "description": "run storage command in debug mode"
7348 }
7349 ]
7350 },
7351 {
7352 "name": "list",
7353 "description": "List storage tables with wildcard",
7354 "fullName": "storage table list",
7355 "usage": "[options] [prefix]",
7356 "filePath": "commands/storage/storage.table.js",
7357 "options": [
7358 {
7359 "flags": "-v, --verbose",
7360 "required": 0,
7361 "optional": 0,
7362 "bool": true,
7363 "short": "-v",
7364 "long": "--verbose",
7365 "description": "use verbose output"
7366 },
7367 {
7368 "flags": "--json",
7369 "required": 0,
7370 "optional": 0,
7371 "bool": true,
7372 "long": "--json",
7373 "description": "use json output"
7374 },
7375 {
7376 "flags": "-p, --prefix <prefix>",
7377 "required": -14,
7378 "optional": 0,
7379 "bool": true,
7380 "short": "-p",
7381 "long": "--prefix",
7382 "description": "the storage table name prefix"
7383 },
7384 {
7385 "flags": "-a, --account-name <accountName>",
7386 "required": -20,
7387 "optional": 0,
7388 "bool": true,
7389 "short": "-a",
7390 "long": "--account-name",
7391 "description": "the storage account name"
7392 },
7393 {
7394 "flags": "-k, --account-key <accountKey>",
7395 "required": -19,
7396 "optional": 0,
7397 "bool": true,
7398 "short": "-k",
7399 "long": "--account-key",
7400 "description": "the storage account key"
7401 },
7402 {
7403 "flags": "-c, --connection-string <connectionString>",
7404 "required": -25,
7405 "optional": 0,
7406 "bool": true,
7407 "short": "-c",
7408 "long": "--connection-string",
7409 "description": "the storage connection string"
7410 },
7411 {
7412 "flags": "-vv",
7413 "required": 0,
7414 "optional": 0,
7415 "bool": true,
7416 "long": "-vv",
7417 "description": "run storage command in debug mode"
7418 }
7419 ]
7420 },
7421 {
7422 "name": "show",
7423 "description": "Show details of the storage able",
7424 "fullName": "storage table show",
7425 "usage": "[options] [table]",
7426 "filePath": "commands/storage/storage.table.js",
7427 "options": [
7428 {
7429 "flags": "-v, --verbose",
7430 "required": 0,
7431 "optional": 0,
7432 "bool": true,
7433 "short": "-v",
7434 "long": "--verbose",
7435 "description": "use verbose output"
7436 },
7437 {
7438 "flags": "--json",
7439 "required": 0,
7440 "optional": 0,
7441 "bool": true,
7442 "long": "--json",
7443 "description": "use json output"
7444 },
7445 {
7446 "flags": "--table <table>",
7447 "required": -9,
7448 "optional": 0,
7449 "bool": true,
7450 "long": "--table",
7451 "description": "the storage table name"
7452 },
7453 {
7454 "flags": "-a, --account-name <accountName>",
7455 "required": -20,
7456 "optional": 0,
7457 "bool": true,
7458 "short": "-a",
7459 "long": "--account-name",
7460 "description": "the storage account name"
7461 },
7462 {
7463 "flags": "-k, --account-key <accountKey>",
7464 "required": -19,
7465 "optional": 0,
7466 "bool": true,
7467 "short": "-k",
7468 "long": "--account-key",
7469 "description": "the storage account key"
7470 },
7471 {
7472 "flags": "-c, --connection-string <connectionString>",
7473 "required": -25,
7474 "optional": 0,
7475 "bool": true,
7476 "short": "-c",
7477 "long": "--connection-string",
7478 "description": "the storage connection string"
7479 },
7480 {
7481 "flags": "-vv",
7482 "required": 0,
7483 "optional": 0,
7484 "bool": true,
7485 "long": "-vv",
7486 "description": "run storage command in debug mode"
7487 }
7488 ]
7489 },
7490 {
7491 "name": "delete",
7492 "description": "Delete the specified storage table",
7493 "fullName": "storage table delete",
7494 "usage": "[options] [table]",
7495 "filePath": "commands/storage/storage.table.js",
7496 "options": [
7497 {
7498 "flags": "-v, --verbose",
7499 "required": 0,
7500 "optional": 0,
7501 "bool": true,
7502 "short": "-v",
7503 "long": "--verbose",
7504 "description": "use verbose output"
7505 },
7506 {
7507 "flags": "--json",
7508 "required": 0,
7509 "optional": 0,
7510 "bool": true,
7511 "long": "--json",
7512 "description": "use json output"
7513 },
7514 {
7515 "flags": "--table <table>",
7516 "required": -9,
7517 "optional": 0,
7518 "bool": true,
7519 "long": "--table",
7520 "description": "the storage table name"
7521 },
7522 {
7523 "flags": "-q, --quiet",
7524 "required": 0,
7525 "optional": 0,
7526 "bool": true,
7527 "short": "-q",
7528 "long": "--quiet",
7529 "description": "remove the specified storage table without confirmation"
7530 },
7531 {
7532 "flags": "-a, --account-name <accountName>",
7533 "required": -20,
7534 "optional": 0,
7535 "bool": true,
7536 "short": "-a",
7537 "long": "--account-name",
7538 "description": "the storage account name"
7539 },
7540 {
7541 "flags": "-k, --account-key <accountKey>",
7542 "required": -19,
7543 "optional": 0,
7544 "bool": true,
7545 "short": "-k",
7546 "long": "--account-key",
7547 "description": "the storage account key"
7548 },
7549 {
7550 "flags": "-c, --connection-string <connectionString>",
7551 "required": -25,
7552 "optional": 0,
7553 "bool": true,
7554 "short": "-c",
7555 "long": "--connection-string",
7556 "description": "the storage connection string"
7557 },
7558 {
7559 "flags": "-vv",
7560 "required": 0,
7561 "optional": 0,
7562 "bool": true,
7563 "long": "-vv",
7564 "description": "run storage command in debug mode"
7565 }
7566 ]
7567 }
7568 ],
7569 "categories": {
7570 "sas": {
7571 "name": "sas",
7572 "description": "Commands to manage shared access signatures of your Storage table",
7573 "fullName": "storage table sas",
7574 "usage": "[options] [command]",
7575 "options": [],
7576 "commands": [
7577 {
7578 "name": "create",
7579 "description": "Generate a shared access signature of storage table",
7580 "fullName": "storage table sas create",
7581 "usage": "[options] [table] [permissions] [expiry]",
7582 "filePath": "commands/storage/storage.table.js",
7583 "options": [
7584 {
7585 "flags": "-v, --verbose",
7586 "required": 0,
7587 "optional": 0,
7588 "bool": true,
7589 "short": "-v",
7590 "long": "--verbose",
7591 "description": "use verbose output"
7592 },
7593 {
7594 "flags": "--json",
7595 "required": 0,
7596 "optional": 0,
7597 "bool": true,
7598 "long": "--json",
7599 "description": "use json output"
7600 },
7601 {
7602 "flags": "--table <table>",
7603 "required": -9,
7604 "optional": 0,
7605 "bool": true,
7606 "long": "--table",
7607 "description": "the storage table name"
7608 },
7609 {
7610 "flags": "--permissions <permissions>",
7611 "required": -15,
7612 "optional": 0,
7613 "bool": true,
7614 "long": "--permissions",
7615 "description": "the operation permissions combining symbols of r(Query)/a(Add)/u(Update)/d(Delete)"
7616 },
7617 {
7618 "flags": "--start <start>",
7619 "required": -9,
7620 "optional": 0,
7621 "bool": true,
7622 "long": "--start",
7623 "description": "the UTC time at which the SAS becomes valid"
7624 },
7625 {
7626 "flags": "--expiry <expiry>",
7627 "required": -10,
7628 "optional": 0,
7629 "bool": true,
7630 "long": "--expiry",
7631 "description": "the UTC time at which the SAS expires"
7632 },
7633 {
7634 "flags": "--policy <policy>",
7635 "required": -10,
7636 "optional": 0,
7637 "bool": true,
7638 "long": "--policy",
7639 "description": "the stored access policy identifier"
7640 },
7641 {
7642 "flags": "--start-pk <startPk>",
7643 "required": -12,
7644 "optional": 0,
7645 "bool": true,
7646 "long": "--start-pk",
7647 "description": "the inclusive starting partition key"
7648 },
7649 {
7650 "flags": "--end-pk <endPk>",
7651 "required": -10,
7652 "optional": 0,
7653 "bool": true,
7654 "long": "--end-pk",
7655 "description": "the inclusive ending partition key"
7656 },
7657 {
7658 "flags": "--start-rk <startRk>",
7659 "required": -12,
7660 "optional": 0,
7661 "bool": true,
7662 "long": "--start-rk",
7663 "description": "the inclusive starting row key"
7664 },
7665 {
7666 "flags": "--end-rk <endRk>",
7667 "required": -10,
7668 "optional": 0,
7669 "bool": true,
7670 "long": "--end-rk",
7671 "description": "the inclusive ending row key"
7672 },
7673 {
7674 "flags": "-a, --account-name <accountName>",
7675 "required": -20,
7676 "optional": 0,
7677 "bool": true,
7678 "short": "-a",
7679 "long": "--account-name",
7680 "description": "the storage account name"
7681 },
7682 {
7683 "flags": "-k, --account-key <accountKey>",
7684 "required": -19,
7685 "optional": 0,
7686 "bool": true,
7687 "short": "-k",
7688 "long": "--account-key",
7689 "description": "the storage account key"
7690 },
7691 {
7692 "flags": "-c, --connection-string <connectionString>",
7693 "required": -25,
7694 "optional": 0,
7695 "bool": true,
7696 "short": "-c",
7697 "long": "--connection-string",
7698 "description": "the storage connection string"
7699 },
7700 {
7701 "flags": "-vv",
7702 "required": 0,
7703 "optional": 0,
7704 "bool": true,
7705 "long": "-vv",
7706 "description": "run storage command in debug mode"
7707 }
7708 ]
7709 }
7710 ],
7711 "categories": {}
7712 },
7713 "policy": {
7714 "name": "policy",
7715 "description": "Commands to manage stored access policies of your Storage table",
7716 "fullName": "storage table policy",
7717 "usage": "[options] [command]",
7718 "options": [],
7719 "commands": [
7720 {
7721 "name": "create",
7722 "description": "Create a stored access policy on the table",
7723 "fullName": "storage table policy create",
7724 "usage": "[options] [table] [name]",
7725 "filePath": "commands/storage/storage.table.js",
7726 "options": [
7727 {
7728 "flags": "-v, --verbose",
7729 "required": 0,
7730 "optional": 0,
7731 "bool": true,
7732 "short": "-v",
7733 "long": "--verbose",
7734 "description": "use verbose output"
7735 },
7736 {
7737 "flags": "--json",
7738 "required": 0,
7739 "optional": 0,
7740 "bool": true,
7741 "long": "--json",
7742 "description": "use json output"
7743 },
7744 {
7745 "flags": "--table <table>",
7746 "required": -9,
7747 "optional": 0,
7748 "bool": true,
7749 "long": "--table",
7750 "description": "the storage table name"
7751 },
7752 {
7753 "flags": "--name <name>",
7754 "required": -8,
7755 "optional": 0,
7756 "bool": true,
7757 "long": "--name",
7758 "description": "the policy name"
7759 },
7760 {
7761 "flags": "--start <start>",
7762 "required": -9,
7763 "optional": 0,
7764 "bool": true,
7765 "long": "--start",
7766 "description": "the UTC time at which the policy becomes valid"
7767 },
7768 {
7769 "flags": "--expiry <expiry>",
7770 "required": -10,
7771 "optional": 0,
7772 "bool": true,
7773 "long": "--expiry",
7774 "description": "the UTC time at which the policy expires"
7775 },
7776 {
7777 "flags": "--permissions <permissions>",
7778 "required": -15,
7779 "optional": 0,
7780 "bool": true,
7781 "long": "--permissions",
7782 "description": "the operation permissions combining symbols of r(Query)/a(Add)/u(Update)/d(Delete)"
7783 },
7784 {
7785 "flags": "-a, --account-name <accountName>",
7786 "required": -20,
7787 "optional": 0,
7788 "bool": true,
7789 "short": "-a",
7790 "long": "--account-name",
7791 "description": "the storage account name"
7792 },
7793 {
7794 "flags": "-k, --account-key <accountKey>",
7795 "required": -19,
7796 "optional": 0,
7797 "bool": true,
7798 "short": "-k",
7799 "long": "--account-key",
7800 "description": "the storage account key"
7801 },
7802 {
7803 "flags": "-c, --connection-string <connectionString>",
7804 "required": -25,
7805 "optional": 0,
7806 "bool": true,
7807 "short": "-c",
7808 "long": "--connection-string",
7809 "description": "the storage connection string"
7810 },
7811 {
7812 "flags": "-vv",
7813 "required": 0,
7814 "optional": 0,
7815 "bool": true,
7816 "long": "-vv",
7817 "description": "run storage command in debug mode"
7818 }
7819 ]
7820 },
7821 {
7822 "name": "show",
7823 "description": "Show a stored access policy on the table",
7824 "fullName": "storage table policy show",
7825 "usage": "[options] [table] [name]",
7826 "filePath": "commands/storage/storage.table.js",
7827 "options": [
7828 {
7829 "flags": "-v, --verbose",
7830 "required": 0,
7831 "optional": 0,
7832 "bool": true,
7833 "short": "-v",
7834 "long": "--verbose",
7835 "description": "use verbose output"
7836 },
7837 {
7838 "flags": "--json",
7839 "required": 0,
7840 "optional": 0,
7841 "bool": true,
7842 "long": "--json",
7843 "description": "use json output"
7844 },
7845 {
7846 "flags": "--table <table>",
7847 "required": -9,
7848 "optional": 0,
7849 "bool": true,
7850 "long": "--table",
7851 "description": "the storage table name"
7852 },
7853 {
7854 "flags": "--name <name>",
7855 "required": -8,
7856 "optional": 0,
7857 "bool": true,
7858 "long": "--name",
7859 "description": "the policy name"
7860 },
7861 {
7862 "flags": "-a, --account-name <accountName>",
7863 "required": -20,
7864 "optional": 0,
7865 "bool": true,
7866 "short": "-a",
7867 "long": "--account-name",
7868 "description": "the storage account name"
7869 },
7870 {
7871 "flags": "-k, --account-key <accountKey>",
7872 "required": -19,
7873 "optional": 0,
7874 "bool": true,
7875 "short": "-k",
7876 "long": "--account-key",
7877 "description": "the storage account key"
7878 },
7879 {
7880 "flags": "-c, --connection-string <connectionString>",
7881 "required": -25,
7882 "optional": 0,
7883 "bool": true,
7884 "short": "-c",
7885 "long": "--connection-string",
7886 "description": "the storage connection string"
7887 },
7888 {
7889 "flags": "-vv",
7890 "required": 0,
7891 "optional": 0,
7892 "bool": true,
7893 "long": "-vv",
7894 "description": "run storage command in debug mode"
7895 }
7896 ]
7897 },
7898 {
7899 "name": "list",
7900 "description": "List stored access policies on the table",
7901 "fullName": "storage table policy list",
7902 "usage": "[options] [table]",
7903 "filePath": "commands/storage/storage.table.js",
7904 "options": [
7905 {
7906 "flags": "-v, --verbose",
7907 "required": 0,
7908 "optional": 0,
7909 "bool": true,
7910 "short": "-v",
7911 "long": "--verbose",
7912 "description": "use verbose output"
7913 },
7914 {
7915 "flags": "--json",
7916 "required": 0,
7917 "optional": 0,
7918 "bool": true,
7919 "long": "--json",
7920 "description": "use json output"
7921 },
7922 {
7923 "flags": "--table <table>",
7924 "required": -9,
7925 "optional": 0,
7926 "bool": true,
7927 "long": "--table",
7928 "description": "the storage table name"
7929 },
7930 {
7931 "flags": "-a, --account-name <accountName>",
7932 "required": -20,
7933 "optional": 0,
7934 "bool": true,
7935 "short": "-a",
7936 "long": "--account-name",
7937 "description": "the storage account name"
7938 },
7939 {
7940 "flags": "-k, --account-key <accountKey>",
7941 "required": -19,
7942 "optional": 0,
7943 "bool": true,
7944 "short": "-k",
7945 "long": "--account-key",
7946 "description": "the storage account key"
7947 },
7948 {
7949 "flags": "-c, --connection-string <connectionString>",
7950 "required": -25,
7951 "optional": 0,
7952 "bool": true,
7953 "short": "-c",
7954 "long": "--connection-string",
7955 "description": "the storage connection string"
7956 },
7957 {
7958 "flags": "-vv",
7959 "required": 0,
7960 "optional": 0,
7961 "bool": true,
7962 "long": "-vv",
7963 "description": "run storage command in debug mode"
7964 }
7965 ]
7966 },
7967 {
7968 "name": "set",
7969 "description": "Set a stored access policy on the table",
7970 "fullName": "storage table policy set",
7971 "usage": "[options] [table] [name]",
7972 "filePath": "commands/storage/storage.table.js",
7973 "options": [
7974 {
7975 "flags": "-v, --verbose",
7976 "required": 0,
7977 "optional": 0,
7978 "bool": true,
7979 "short": "-v",
7980 "long": "--verbose",
7981 "description": "use verbose output"
7982 },
7983 {
7984 "flags": "--json",
7985 "required": 0,
7986 "optional": 0,
7987 "bool": true,
7988 "long": "--json",
7989 "description": "use json output"
7990 },
7991 {
7992 "flags": "--table <table>",
7993 "required": -9,
7994 "optional": 0,
7995 "bool": true,
7996 "long": "--table",
7997 "description": "the storage table name"
7998 },
7999 {
8000 "flags": "--name <name>",
8001 "required": -8,
8002 "optional": 0,
8003 "bool": true,
8004 "long": "--name",
8005 "description": "the policy name"
8006 },
8007 {
8008 "flags": "--start <start>",
8009 "required": -9,
8010 "optional": 0,
8011 "bool": true,
8012 "long": "--start",
8013 "description": "the UTC time at which the policy becomes valid and passing two spaces means to remove the existing setting"
8014 },
8015 {
8016 "flags": "--expiry <expiry>",
8017 "required": -10,
8018 "optional": 0,
8019 "bool": true,
8020 "long": "--expiry",
8021 "description": "the UTC time at which the policy expires and passing two spaces means to remove the existing setting"
8022 },
8023 {
8024 "flags": "--permissions <permissions>",
8025 "required": -15,
8026 "optional": 0,
8027 "bool": true,
8028 "long": "--permissions",
8029 "description": "the operation permissions combining symbols of r(Query)/a(Add)/u(Update)/d(Delete) and passing two spaces means to remove the existing setting"
8030 },
8031 {
8032 "flags": "-a, --account-name <accountName>",
8033 "required": -20,
8034 "optional": 0,
8035 "bool": true,
8036 "short": "-a",
8037 "long": "--account-name",
8038 "description": "the storage account name"
8039 },
8040 {
8041 "flags": "-k, --account-key <accountKey>",
8042 "required": -19,
8043 "optional": 0,
8044 "bool": true,
8045 "short": "-k",
8046 "long": "--account-key",
8047 "description": "the storage account key"
8048 },
8049 {
8050 "flags": "-c, --connection-string <connectionString>",
8051 "required": -25,
8052 "optional": 0,
8053 "bool": true,
8054 "short": "-c",
8055 "long": "--connection-string",
8056 "description": "the storage connection string"
8057 },
8058 {
8059 "flags": "-vv",
8060 "required": 0,
8061 "optional": 0,
8062 "bool": true,
8063 "long": "-vv",
8064 "description": "run storage command in debug mode"
8065 }
8066 ]
8067 },
8068 {
8069 "name": "delete",
8070 "description": "Delete a stored access policy on the table",
8071 "fullName": "storage table policy delete",
8072 "usage": "[options] [table] [name]",
8073 "filePath": "commands/storage/storage.table.js",
8074 "options": [
8075 {
8076 "flags": "-v, --verbose",
8077 "required": 0,
8078 "optional": 0,
8079 "bool": true,
8080 "short": "-v",
8081 "long": "--verbose",
8082 "description": "use verbose output"
8083 },
8084 {
8085 "flags": "--json",
8086 "required": 0,
8087 "optional": 0,
8088 "bool": true,
8089 "long": "--json",
8090 "description": "use json output"
8091 },
8092 {
8093 "flags": "--table <table>",
8094 "required": -9,
8095 "optional": 0,
8096 "bool": true,
8097 "long": "--table",
8098 "description": "the storage table name"
8099 },
8100 {
8101 "flags": "--name <name>",
8102 "required": -8,
8103 "optional": 0,
8104 "bool": true,
8105 "long": "--name",
8106 "description": "the policy name"
8107 },
8108 {
8109 "flags": "-a, --account-name <accountName>",
8110 "required": -20,
8111 "optional": 0,
8112 "bool": true,
8113 "short": "-a",
8114 "long": "--account-name",
8115 "description": "the storage account name"
8116 },
8117 {
8118 "flags": "-k, --account-key <accountKey>",
8119 "required": -19,
8120 "optional": 0,
8121 "bool": true,
8122 "short": "-k",
8123 "long": "--account-key",
8124 "description": "the storage account key"
8125 },
8126 {
8127 "flags": "-c, --connection-string <connectionString>",
8128 "required": -25,
8129 "optional": 0,
8130 "bool": true,
8131 "short": "-c",
8132 "long": "--connection-string",
8133 "description": "the storage connection string"
8134 },
8135 {
8136 "flags": "-vv",
8137 "required": 0,
8138 "optional": 0,
8139 "bool": true,
8140 "long": "-vv",
8141 "description": "run storage command in debug mode"
8142 }
8143 ]
8144 }
8145 ],
8146 "categories": {}
8147 }
8148 }
8149 }
8150 }
8151 },
8152 "ad": {
8153 "name": "ad",
8154 "description": "Commands to display active directory objects",
8155 "fullName": "ad",
8156 "usage": "[options]",
8157 "options": [],
8158 "commands": [],
8159 "categories": {
8160 "app": {
8161 "name": "app",
8162 "description": "Commands to display active directory applications",
8163 "fullName": "ad app",
8164 "usage": "[options] [command]",
8165 "options": [],
8166 "commands": [
8167 {
8168 "name": "create",
8169 "description": "Creates a new active directory application",
8170 "fullName": "ad app create",
8171 "usage": "[options]",
8172 "filePath": "commands/arm/ad/ad.application.js",
8173 "options": [
8174 {
8175 "flags": "-v, --verbose",
8176 "required": 0,
8177 "optional": 0,
8178 "bool": true,
8179 "short": "-v",
8180 "long": "--verbose",
8181 "description": "use verbose output"
8182 },
8183 {
8184 "flags": "-vv",
8185 "required": 0,
8186 "optional": 0,
8187 "bool": true,
8188 "long": "-vv",
8189 "description": "more verbose with debug output"
8190 },
8191 {
8192 "flags": "--json",
8193 "required": 0,
8194 "optional": 0,
8195 "bool": true,
8196 "long": "--json",
8197 "description": "use json output"
8198 },
8199 {
8200 "flags": "-n --name <name>",
8201 "required": -11,
8202 "optional": 0,
8203 "bool": true,
8204 "short": "-n",
8205 "long": "--name",
8206 "description": "the display name for the application"
8207 },
8208 {
8209 "flags": "--home-page <home-page>",
8210 "required": -13,
8211 "optional": 0,
8212 "bool": true,
8213 "long": "--home-page",
8214 "description": "the URL to the application homepage"
8215 },
8216 {
8217 "flags": "-a --available",
8218 "required": 0,
8219 "optional": 0,
8220 "bool": true,
8221 "short": "-a",
8222 "long": "--available",
8223 "description": "indicates if the application will be available to other tenants"
8224 },
8225 {
8226 "flags": "-p --password <password>",
8227 "required": -15,
8228 "optional": 0,
8229 "bool": true,
8230 "short": "-p",
8231 "long": "--password",
8232 "description": "the value for the password credential associated with the application that will be valid for one year by default"
8233 },
8234 {
8235 "flags": "-i --identifier-uris <identifier-uris>",
8236 "required": -22,
8237 "optional": 0,
8238 "bool": true,
8239 "short": "-i",
8240 "long": "--identifier-uris",
8241 "description": "the comma-delimitied URIs that identify the application"
8242 },
8243 {
8244 "flags": "--key-value <key-value>",
8245 "required": -13,
8246 "optional": 0,
8247 "bool": true,
8248 "long": "--key-value",
8249 "description": "the value for the key credentials associated with the application that will be valid for one year by default"
8250 },
8251 {
8252 "flags": "--key-type <key-type>",
8253 "required": -12,
8254 "optional": 0,
8255 "bool": true,
8256 "long": "--key-type",
8257 "description": "the type of the key credentials associated with the application. Acceptable values are AsymmetricX509Cert, Password and Symmetric"
8258 },
8259 {
8260 "flags": "--key-usage <key-usage>",
8261 "required": -13,
8262 "optional": 0,
8263 "bool": true,
8264 "long": "--key-usage",
8265 "description": "the usage of the key credentials associated with the application. Acceptable values are Sign and Verify"
8266 },
8267 {
8268 "flags": "--start-date <start-date>",
8269 "required": -14,
8270 "optional": 0,
8271 "bool": true,
8272 "long": "--start-date",
8273 "description": "the start date after which password or key would be valid. Default value is current time"
8274 },
8275 {
8276 "flags": "--end-date <end-date>",
8277 "required": -12,
8278 "optional": 0,
8279 "bool": true,
8280 "long": "--end-date",
8281 "description": "the end date till which password or key is valid. Default value is one year after current time"
8282 }
8283 ]
8284 },
8285 {
8286 "name": "delete",
8287 "description": "Deletes the active directory application",
8288 "fullName": "ad app delete",
8289 "usage": "[options] <object-id>",
8290 "filePath": "commands/arm/ad/ad.application.js",
8291 "options": [
8292 {
8293 "flags": "-v, --verbose",
8294 "required": 0,
8295 "optional": 0,
8296 "bool": true,
8297 "short": "-v",
8298 "long": "--verbose",
8299 "description": "use verbose output"
8300 },
8301 {
8302 "flags": "-vv",
8303 "required": 0,
8304 "optional": 0,
8305 "bool": true,
8306 "long": "-vv",
8307 "description": "more verbose with debug output"
8308 },
8309 {
8310 "flags": "--json",
8311 "required": 0,
8312 "optional": 0,
8313 "bool": true,
8314 "long": "--json",
8315 "description": "use json output"
8316 },
8317 {
8318 "flags": "--objectId <objectId>",
8319 "required": -12,
8320 "optional": 0,
8321 "bool": true,
8322 "long": "--objectId",
8323 "description": "the object id of the application to remove"
8324 },
8325 {
8326 "flags": "-q, --quiet",
8327 "required": 0,
8328 "optional": 0,
8329 "bool": true,
8330 "short": "-q",
8331 "long": "--quiet",
8332 "description": "quiet mode (do not ask for delete confirmation)"
8333 }
8334 ]
8335 },
8336 {
8337 "name": "list",
8338 "description": "Get all active directory applications in current subscription's tenant",
8339 "fullName": "ad app list",
8340 "usage": "[options]",
8341 "filePath": "commands/arm/ad/ad.application.js",
8342 "options": [
8343 {
8344 "flags": "-v, --verbose",
8345 "required": 0,
8346 "optional": 0,
8347 "bool": true,
8348 "short": "-v",
8349 "long": "--verbose",
8350 "description": "use verbose output"
8351 },
8352 {
8353 "flags": "-vv",
8354 "required": 0,
8355 "optional": 0,
8356 "bool": true,
8357 "long": "-vv",
8358 "description": "more verbose with debug output"
8359 },
8360 {
8361 "flags": "--json",
8362 "required": 0,
8363 "optional": 0,
8364 "bool": true,
8365 "long": "--json",
8366 "description": "use json output"
8367 }
8368 ]
8369 },
8370 {
8371 "name": "show",
8372 "description": "Get active directory applications",
8373 "fullName": "ad app show",
8374 "usage": "[options]",
8375 "filePath": "commands/arm/ad/ad.application.js",
8376 "options": [
8377 {
8378 "flags": "-v, --verbose",
8379 "required": 0,
8380 "optional": 0,
8381 "bool": true,
8382 "short": "-v",
8383 "long": "--verbose",
8384 "description": "use verbose output"
8385 },
8386 {
8387 "flags": "-vv",
8388 "required": 0,
8389 "optional": 0,
8390 "bool": true,
8391 "long": "-vv",
8392 "description": "more verbose with debug output"
8393 },
8394 {
8395 "flags": "--json",
8396 "required": 0,
8397 "optional": 0,
8398 "bool": true,
8399 "long": "--json",
8400 "description": "use json output"
8401 },
8402 {
8403 "flags": "--appId <appId>",
8404 "required": -9,
8405 "optional": 0,
8406 "bool": true,
8407 "long": "--appId",
8408 "description": "the name of the application to return"
8409 },
8410 {
8411 "flags": "--objectId <objectId>",
8412 "required": -12,
8413 "optional": 0,
8414 "bool": true,
8415 "long": "--objectId",
8416 "description": "the object id of the application to return"
8417 },
8418 {
8419 "flags": "--identifierUri <identifierUri>",
8420 "required": -17,
8421 "optional": 0,
8422 "bool": true,
8423 "long": "--identifierUri",
8424 "description": "the identifier uri of the application to return"
8425 },
8426 {
8427 "flags": "--search <search>",
8428 "required": -10,
8429 "optional": 0,
8430 "bool": true,
8431 "long": "--search",
8432 "description": "search display name of the application starting with the provided value"
8433 }
8434 ]
8435 }
8436 ],
8437 "categories": {}
8438 },
8439 "group": {
8440 "name": "group",
8441 "description": "Commands to display active directory groups",
8442 "fullName": "ad group",
8443 "usage": "[options] [command]",
8444 "options": [],
8445 "commands": [
8446 {
8447 "name": "list",
8448 "description": "Get active directory groups in current subscription's tenant",
8449 "fullName": "ad group list",
8450 "usage": "[options]",
8451 "filePath": "commands/arm/ad/ad.groups.js",
8452 "options": [
8453 {
8454 "flags": "-v, --verbose",
8455 "required": 0,
8456 "optional": 0,
8457 "bool": true,
8458 "short": "-v",
8459 "long": "--verbose",
8460 "description": "use verbose output"
8461 },
8462 {
8463 "flags": "-vv",
8464 "required": 0,
8465 "optional": 0,
8466 "bool": true,
8467 "long": "-vv",
8468 "description": "more verbose with debug output"
8469 },
8470 {
8471 "flags": "--json",
8472 "required": 0,
8473 "optional": 0,
8474 "bool": true,
8475 "long": "--json",
8476 "description": "use json output"
8477 },
8478 {
8479 "flags": "| more",
8480 "required": 0,
8481 "optional": 0,
8482 "bool": true,
8483 "short": "",
8484 "long": "more",
8485 "description": "Provides paging support. Press 'Enter' for more information."
8486 }
8487 ]
8488 },
8489 {
8490 "name": "show",
8491 "description": "Get active directory groups",
8492 "fullName": "ad group show",
8493 "usage": "[options]",
8494 "filePath": "commands/arm/ad/ad.groups.js",
8495 "options": [
8496 {
8497 "flags": "-v, --verbose",
8498 "required": 0,
8499 "optional": 0,
8500 "bool": true,
8501 "short": "-v",
8502 "long": "--verbose",
8503 "description": "use verbose output"
8504 },
8505 {
8506 "flags": "-vv",
8507 "required": 0,
8508 "optional": 0,
8509 "bool": true,
8510 "long": "-vv",
8511 "description": "more verbose with debug output"
8512 },
8513 {
8514 "flags": "--json",
8515 "required": 0,
8516 "optional": 0,
8517 "bool": true,
8518 "long": "--json",
8519 "description": "use json output"
8520 },
8521 {
8522 "flags": "--objectId <objectId>",
8523 "required": -12,
8524 "optional": 0,
8525 "bool": true,
8526 "long": "--objectId",
8527 "description": "the object Id of the group to return"
8528 },
8529 {
8530 "flags": "--search <search>",
8531 "required": -10,
8532 "optional": 0,
8533 "bool": true,
8534 "long": "--search",
8535 "description": "Search by display name which starts with the provided value"
8536 }
8537 ]
8538 }
8539 ],
8540 "categories": {
8541 "member": {
8542 "name": "member",
8543 "description": "Commands to provide an active directory sub group or member info",
8544 "fullName": "ad group member",
8545 "usage": "[options] [command]",
8546 "options": [],
8547 "commands": [
8548 {
8549 "name": "list",
8550 "description": "Provides an active directory sub group or member info",
8551 "fullName": "ad group member list",
8552 "usage": "[options] [objectId]",
8553 "filePath": "commands/arm/ad/ad.groups.js",
8554 "options": [
8555 {
8556 "flags": "-v, --verbose",
8557 "required": 0,
8558 "optional": 0,
8559 "bool": true,
8560 "short": "-v",
8561 "long": "--verbose",
8562 "description": "use verbose output"
8563 },
8564 {
8565 "flags": "-vv",
8566 "required": 0,
8567 "optional": 0,
8568 "bool": true,
8569 "long": "-vv",
8570 "description": "more verbose with debug output"
8571 },
8572 {
8573 "flags": "--json",
8574 "required": 0,
8575 "optional": 0,
8576 "bool": true,
8577 "long": "--json",
8578 "description": "use json output"
8579 },
8580 {
8581 "flags": "--objectId <objectId>",
8582 "required": -12,
8583 "optional": 0,
8584 "bool": true,
8585 "long": "--objectId",
8586 "description": "Object id of group whose members to return."
8587 }
8588 ]
8589 }
8590 ],
8591 "categories": {}
8592 }
8593 }
8594 },
8595 "sp": {
8596 "name": "sp",
8597 "description": "Commands to display active directory service principals",
8598 "fullName": "ad sp",
8599 "usage": "[options] [command]",
8600 "options": [],
8601 "commands": [
8602 {
8603 "name": "list",
8604 "description": "Get all active directory service principals in current subscription's tenant",
8605 "fullName": "ad sp list",
8606 "usage": "[options]",
8607 "filePath": "commands/arm/ad/ad.servicePrincipals.js",
8608 "options": [
8609 {
8610 "flags": "-v, --verbose",
8611 "required": 0,
8612 "optional": 0,
8613 "bool": true,
8614 "short": "-v",
8615 "long": "--verbose",
8616 "description": "use verbose output"
8617 },
8618 {
8619 "flags": "-vv",
8620 "required": 0,
8621 "optional": 0,
8622 "bool": true,
8623 "long": "-vv",
8624 "description": "more verbose with debug output"
8625 },
8626 {
8627 "flags": "--json",
8628 "required": 0,
8629 "optional": 0,
8630 "bool": true,
8631 "long": "--json",
8632 "description": "use json output"
8633 },
8634 {
8635 "flags": "| more",
8636 "required": 0,
8637 "optional": 0,
8638 "bool": true,
8639 "short": "",
8640 "long": "more",
8641 "description": "Provides paging support. Press 'Enter' for more information."
8642 }
8643 ]
8644 },
8645 {
8646 "name": "show",
8647 "description": "Get active directory service principals",
8648 "fullName": "ad sp show",
8649 "usage": "[options]",
8650 "filePath": "commands/arm/ad/ad.servicePrincipals.js",
8651 "options": [
8652 {
8653 "flags": "-v, --verbose",
8654 "required": 0,
8655 "optional": 0,
8656 "bool": true,
8657 "short": "-v",
8658 "long": "--verbose",
8659 "description": "use verbose output"
8660 },
8661 {
8662 "flags": "-vv",
8663 "required": 0,
8664 "optional": 0,
8665 "bool": true,
8666 "long": "-vv",
8667 "description": "more verbose with debug output"
8668 },
8669 {
8670 "flags": "--json",
8671 "required": 0,
8672 "optional": 0,
8673 "bool": true,
8674 "long": "--json",
8675 "description": "use json output"
8676 },
8677 {
8678 "flags": "--spn <spn>",
8679 "required": -7,
8680 "optional": 0,
8681 "bool": true,
8682 "long": "--spn",
8683 "description": "the name of the service principal to return"
8684 },
8685 {
8686 "flags": "--objectId <objectId>",
8687 "required": -12,
8688 "optional": 0,
8689 "bool": true,
8690 "long": "--objectId",
8691 "description": "the object id of the service principal to return"
8692 },
8693 {
8694 "flags": "--search <search>",
8695 "required": -10,
8696 "optional": 0,
8697 "bool": true,
8698 "long": "--search",
8699 "description": "search display name of the service principal starting with the provided value"
8700 }
8701 ]
8702 },
8703 {
8704 "name": "create",
8705 "description": "Create active directory service principal",
8706 "fullName": "ad sp create",
8707 "usage": "[options] <applicationId>",
8708 "filePath": "commands/arm/ad/ad.servicePrincipals.js",
8709 "options": [
8710 {
8711 "flags": "-v, --verbose",
8712 "required": 0,
8713 "optional": 0,
8714 "bool": true,
8715 "short": "-v",
8716 "long": "--verbose",
8717 "description": "use verbose output"
8718 },
8719 {
8720 "flags": "-vv",
8721 "required": 0,
8722 "optional": 0,
8723 "bool": true,
8724 "long": "-vv",
8725 "description": "more verbose with debug output"
8726 },
8727 {
8728 "flags": "--json",
8729 "required": 0,
8730 "optional": 0,
8731 "bool": true,
8732 "long": "--json",
8733 "description": "use json output"
8734 },
8735 {
8736 "flags": "--applicationId <applicationId>",
8737 "required": -17,
8738 "optional": 0,
8739 "bool": true,
8740 "long": "--applicationId",
8741 "description": "the application Id for which service principal is created"
8742 }
8743 ]
8744 },
8745 {
8746 "name": "delete",
8747 "description": "Deletes active directory service principal",
8748 "fullName": "ad sp delete",
8749 "usage": "[options] <objectId>",
8750 "filePath": "commands/arm/ad/ad.servicePrincipals.js",
8751 "options": [
8752 {
8753 "flags": "-v, --verbose",
8754 "required": 0,
8755 "optional": 0,
8756 "bool": true,
8757 "short": "-v",
8758 "long": "--verbose",
8759 "description": "use verbose output"
8760 },
8761 {
8762 "flags": "-vv",
8763 "required": 0,
8764 "optional": 0,
8765 "bool": true,
8766 "long": "-vv",
8767 "description": "more verbose with debug output"
8768 },
8769 {
8770 "flags": "--json",
8771 "required": 0,
8772 "optional": 0,
8773 "bool": true,
8774 "long": "--json",
8775 "description": "use json output"
8776 },
8777 {
8778 "flags": "--objectId <objectId>",
8779 "required": -12,
8780 "optional": 0,
8781 "bool": true,
8782 "long": "--objectId",
8783 "description": "the object id of the service principal to delete"
8784 },
8785 {
8786 "flags": "-q, --quiet",
8787 "required": 0,
8788 "optional": 0,
8789 "bool": true,
8790 "short": "-q",
8791 "long": "--quiet",
8792 "description": "quiet mode (do not ask for delete confirmation)"
8793 }
8794 ]
8795 }
8796 ],
8797 "categories": {}
8798 },
8799 "user": {
8800 "name": "user",
8801 "description": "Commands to display active directory users",
8802 "fullName": "ad user",
8803 "usage": "[options] [command]",
8804 "options": [],
8805 "commands": [
8806 {
8807 "name": "list",
8808 "description": "Get all active directory users in current subscription's tenant",
8809 "fullName": "ad user list",
8810 "usage": "[options]",
8811 "filePath": "commands/arm/ad/ad.users.js",
8812 "options": [
8813 {
8814 "flags": "-v, --verbose",
8815 "required": 0,
8816 "optional": 0,
8817 "bool": true,
8818 "short": "-v",
8819 "long": "--verbose",
8820 "description": "use verbose output"
8821 },
8822 {
8823 "flags": "-vv",
8824 "required": 0,
8825 "optional": 0,
8826 "bool": true,
8827 "long": "-vv",
8828 "description": "more verbose with debug output"
8829 },
8830 {
8831 "flags": "--json",
8832 "required": 0,
8833 "optional": 0,
8834 "bool": true,
8835 "long": "--json",
8836 "description": "use json output"
8837 },
8838 {
8839 "flags": "| more",
8840 "required": 0,
8841 "optional": 0,
8842 "bool": true,
8843 "short": "",
8844 "long": "more",
8845 "description": "Provides paging support. Press 'Enter' for more information."
8846 }
8847 ]
8848 },
8849 {
8850 "name": "show",
8851 "description": "Get an active directory user",
8852 "fullName": "ad user show",
8853 "usage": "[options]",
8854 "filePath": "commands/arm/ad/ad.users.js",
8855 "options": [
8856 {
8857 "flags": "-v, --verbose",
8858 "required": 0,
8859 "optional": 0,
8860 "bool": true,
8861 "short": "-v",
8862 "long": "--verbose",
8863 "description": "use verbose output"
8864 },
8865 {
8866 "flags": "-vv",
8867 "required": 0,
8868 "optional": 0,
8869 "bool": true,
8870 "long": "-vv",
8871 "description": "more verbose with debug output"
8872 },
8873 {
8874 "flags": "--json",
8875 "required": 0,
8876 "optional": 0,
8877 "bool": true,
8878 "long": "--json",
8879 "description": "use json output"
8880 },
8881 {
8882 "flags": "--upn <upn>",
8883 "required": -7,
8884 "optional": 0,
8885 "bool": true,
8886 "long": "--upn",
8887 "description": "the principal name of the user to return"
8888 },
8889 {
8890 "flags": "--objectId <objectId>",
8891 "required": -12,
8892 "optional": 0,
8893 "bool": true,
8894 "long": "--objectId",
8895 "description": "the object id of the user to return"
8896 },
8897 {
8898 "flags": "--search <search>",
8899 "required": -10,
8900 "optional": 0,
8901 "bool": true,
8902 "long": "--search",
8903 "description": "search users with display name starting with the provided value"
8904 }
8905 ]
8906 }
8907 ],
8908 "categories": {}
8909 }
8910 }
8911 },
8912 "availset": {
8913 "name": "availset",
8914 "description": "Commands to manage your availablilty sets",
8915 "fullName": "availset",
8916 "usage": "[options] [command]",
8917 "options": [],
8918 "commands": [
8919 {
8920 "name": "create",
8921 "description": "Creates an availability set within a resource group",
8922 "fullName": "availset create",
8923 "usage": "[options] <resource-group> <name> <location> [tags]",
8924 "filePath": "commands/arm/availabilityset/availset.js",
8925 "options": [
8926 {
8927 "flags": "-v, --verbose",
8928 "required": 0,
8929 "optional": 0,
8930 "bool": true,
8931 "short": "-v",
8932 "long": "--verbose",
8933 "description": "use verbose output"
8934 },
8935 {
8936 "flags": "-vv",
8937 "required": 0,
8938 "optional": 0,
8939 "bool": true,
8940 "long": "-vv",
8941 "description": "more verbose with debug output"
8942 },
8943 {
8944 "flags": "--json",
8945 "required": 0,
8946 "optional": 0,
8947 "bool": true,
8948 "long": "--json",
8949 "description": "use json output"
8950 },
8951 {
8952 "flags": "-g, --resource-group <resource-group>",
8953 "required": -22,
8954 "optional": 0,
8955 "bool": true,
8956 "short": "-g",
8957 "long": "--resource-group",
8958 "description": "the resource group name"
8959 },
8960 {
8961 "flags": "-n, --name <name>",
8962 "required": -12,
8963 "optional": 0,
8964 "bool": true,
8965 "short": "-n",
8966 "long": "--name",
8967 "description": "the availability set name"
8968 },
8969 {
8970 "flags": "-l, --location <location>",
8971 "required": -16,
8972 "optional": 0,
8973 "bool": true,
8974 "short": "-l",
8975 "long": "--location",
8976 "description": "the location"
8977 },
8978 {
8979 "flags": "-t, --tags <tags>",
8980 "required": -12,
8981 "optional": 0,
8982 "bool": true,
8983 "short": "-t",
8984 "long": "--tags",
8985 "description": "the semicolon separated list of tags"
8986 },
8987 {
8988 "flags": "-s, --subscription <subscription>",
8989 "required": -20,
8990 "optional": 0,
8991 "bool": true,
8992 "short": "-s",
8993 "long": "--subscription",
8994 "description": "the subscription identifier"
8995 }
8996 ]
8997 },
8998 {
8999 "name": "list",
9000 "description": "Lists the availability sets within a resource group",
9001 "fullName": "availset list",
9002 "usage": "[options] <resource-group>",
9003 "filePath": "commands/arm/availabilityset/availset.js",
9004 "options": [
9005 {
9006 "flags": "-v, --verbose",
9007 "required": 0,
9008 "optional": 0,
9009 "bool": true,
9010 "short": "-v",
9011 "long": "--verbose",
9012 "description": "use verbose output"
9013 },
9014 {
9015 "flags": "-vv",
9016 "required": 0,
9017 "optional": 0,
9018 "bool": true,
9019 "long": "-vv",
9020 "description": "more verbose with debug output"
9021 },
9022 {
9023 "flags": "--json",
9024 "required": 0,
9025 "optional": 0,
9026 "bool": true,
9027 "long": "--json",
9028 "description": "use json output"
9029 },
9030 {
9031 "flags": "-g, --resource-group <resource-group>",
9032 "required": -22,
9033 "optional": 0,
9034 "bool": true,
9035 "short": "-g",
9036 "long": "--resource-group",
9037 "description": "the resource group name"
9038 },
9039 {
9040 "flags": "-s, --subscription <subscription>",
9041 "required": -20,
9042 "optional": 0,
9043 "bool": true,
9044 "short": "-s",
9045 "long": "--subscription",
9046 "description": "the subscription identifier"
9047 }
9048 ]
9049 },
9050 {
9051 "name": "show",
9052 "description": "Gets one availability set within a resource group",
9053 "fullName": "availset show",
9054 "usage": "[options] <resource-group> <name>",
9055 "filePath": "commands/arm/availabilityset/availset.js",
9056 "options": [
9057 {
9058 "flags": "-v, --verbose",
9059 "required": 0,
9060 "optional": 0,
9061 "bool": true,
9062 "short": "-v",
9063 "long": "--verbose",
9064 "description": "use verbose output"
9065 },
9066 {
9067 "flags": "-vv",
9068 "required": 0,
9069 "optional": 0,
9070 "bool": true,
9071 "long": "-vv",
9072 "description": "more verbose with debug output"
9073 },
9074 {
9075 "flags": "--json",
9076 "required": 0,
9077 "optional": 0,
9078 "bool": true,
9079 "long": "--json",
9080 "description": "use json output"
9081 },
9082 {
9083 "flags": "-g, --resource-group <resourceGroup>",
9084 "required": -22,
9085 "optional": 0,
9086 "bool": true,
9087 "short": "-g",
9088 "long": "--resource-group",
9089 "description": "the resource group name"
9090 },
9091 {
9092 "flags": "-n, --name <name>",
9093 "required": -12,
9094 "optional": 0,
9095 "bool": true,
9096 "short": "-n",
9097 "long": "--name",
9098 "description": "the availability set name"
9099 },
9100 {
9101 "flags": "-d, --depth <depth>",
9102 "required": -13,
9103 "optional": 0,
9104 "bool": true,
9105 "short": "-d",
9106 "long": "--depth",
9107 "description": "the number of times to recurse, to recurse indefinitely pass \"full\". (valid only with --json option)"
9108 },
9109 {
9110 "flags": "-s, --subscription <subscription>",
9111 "required": -20,
9112 "optional": 0,
9113 "bool": true,
9114 "short": "-s",
9115 "long": "--subscription",
9116 "description": "the subscription identifier"
9117 }
9118 ]
9119 },
9120 {
9121 "name": "delete",
9122 "description": "Deletes one availability set within a resource group",
9123 "fullName": "availset delete",
9124 "usage": "[options] <resource-group> <name>",
9125 "filePath": "commands/arm/availabilityset/availset.js",
9126 "options": [
9127 {
9128 "flags": "-v, --verbose",
9129 "required": 0,
9130 "optional": 0,
9131 "bool": true,
9132 "short": "-v",
9133 "long": "--verbose",
9134 "description": "use verbose output"
9135 },
9136 {
9137 "flags": "-vv",
9138 "required": 0,
9139 "optional": 0,
9140 "bool": true,
9141 "long": "-vv",
9142 "description": "more verbose with debug output"
9143 },
9144 {
9145 "flags": "--json",
9146 "required": 0,
9147 "optional": 0,
9148 "bool": true,
9149 "long": "--json",
9150 "description": "use json output"
9151 },
9152 {
9153 "flags": "-g, --resource-group <resource-group>",
9154 "required": -22,
9155 "optional": 0,
9156 "bool": true,
9157 "short": "-g",
9158 "long": "--resource-group",
9159 "description": "the resource group name"
9160 },
9161 {
9162 "flags": "-n, --name <name>",
9163 "required": -12,
9164 "optional": 0,
9165 "bool": true,
9166 "short": "-n",
9167 "long": "--name",
9168 "description": "the virtual machine name"
9169 },
9170 {
9171 "flags": "-q, --quiet",
9172 "required": 0,
9173 "optional": 0,
9174 "bool": true,
9175 "short": "-q",
9176 "long": "--quiet",
9177 "description": "quiet mode, do not ask for delete confirmation"
9178 },
9179 {
9180 "flags": "-s, --subscription <subscription>",
9181 "required": -20,
9182 "optional": 0,
9183 "bool": true,
9184 "short": "-s",
9185 "long": "--subscription",
9186 "description": "the subscription identifier"
9187 }
9188 ]
9189 }
9190 ],
9191 "categories": {}
9192 },
9193 "datalake": {
9194 "name": "datalake",
9195 "description": "Commands to manage your Data Lake objects",
9196 "fullName": "datalake",
9197 "usage": "[options]",
9198 "options": [],
9199 "commands": [],
9200 "categories": {
9201 "analytics": {
9202 "name": "analytics",
9203 "description": "Commands to manage your Data Lake Analytics objects",
9204 "fullName": "datalake analytics",
9205 "usage": "[options]",
9206 "options": [],
9207 "commands": [],
9208 "categories": {
9209 "job": {
9210 "name": "job",
9211 "description": "Commands to manage your Data Lake Analytics Jobs",
9212 "fullName": "datalake analytics job",
9213 "usage": "[options] [command]",
9214 "options": [],
9215 "commands": [
9216 {
9217 "name": "create",
9218 "description": "Submits a job to the specified Data Lake Analytics account.",
9219 "fullName": "datalake analytics job create",
9220 "usage": "[options] <accountName> <jobName> <script>",
9221 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
9222 "options": [
9223 {
9224 "flags": "-v, --verbose",
9225 "required": 0,
9226 "optional": 0,
9227 "bool": true,
9228 "short": "-v",
9229 "long": "--verbose",
9230 "description": "use verbose output"
9231 },
9232 {
9233 "flags": "-vv",
9234 "required": 0,
9235 "optional": 0,
9236 "bool": true,
9237 "long": "-vv",
9238 "description": "more verbose with debug output"
9239 },
9240 {
9241 "flags": "--json",
9242 "required": 0,
9243 "optional": 0,
9244 "bool": true,
9245 "long": "--json",
9246 "description": "use json output"
9247 },
9248 {
9249 "flags": "-n --accountName <accountName>",
9250 "required": -18,
9251 "optional": 0,
9252 "bool": true,
9253 "short": "-n",
9254 "long": "--accountName",
9255 "description": "the Data Lake Analytics account name to execute the action on"
9256 },
9257 {
9258 "flags": "-j --jobName <jobName>",
9259 "required": -14,
9260 "optional": 0,
9261 "bool": true,
9262 "short": "-j",
9263 "long": "--jobName",
9264 "description": "the name for this job submission"
9265 },
9266 {
9267 "flags": "-t --script <script>",
9268 "required": -13,
9269 "optional": 0,
9270 "bool": true,
9271 "short": "-t",
9272 "long": "--script",
9273 "description": "the script to run. This can be either the script contents, a relative path or the full path to a UTF-8 encoded script file"
9274 },
9275 {
9276 "flags": "-r --runtime <runtime>",
9277 "required": -14,
9278 "optional": 0,
9279 "bool": true,
9280 "short": "-r",
9281 "long": "--runtime",
9282 "description": "optionally indicates the runtime to use. The default runtime is the currently deployed production runtime.Use this if you have uploaded a custom runtime to your account and want job execution to go through that one instead of the one deployed by Microsoft."
9283 },
9284 {
9285 "flags": "-m --compileMode <compileMode>",
9286 "required": -18,
9287 "optional": 0,
9288 "bool": true,
9289 "short": "-m",
9290 "long": "--compileMode",
9291 "description": "optionally specify the type of compilation to do. Valid values are 'Semantic', 'Full', and 'SingleBox' Default is Full."
9292 },
9293 {
9294 "flags": "-c --compileOnly <compileOnly>",
9295 "required": -18,
9296 "optional": 0,
9297 "bool": true,
9298 "short": "-c",
9299 "long": "--compileOnly",
9300 "description": "optionally indicates that this job should only be compiled and not run."
9301 },
9302 {
9303 "flags": "-d --degreeOfParallelism <degreeOfParallelism>",
9304 "required": -26,
9305 "optional": 0,
9306 "bool": true,
9307 "short": "-d",
9308 "long": "--degreeOfParallelism",
9309 "description": "optionally specify the degree of parallelism for the job in a range from 1 to 50. Default value is 1."
9310 },
9311 {
9312 "flags": "-p --priority <priority>",
9313 "required": -15,
9314 "optional": 0,
9315 "bool": true,
9316 "short": "-p",
9317 "long": "--priority",
9318 "description": "optionally specify the priority for the job. Default value is 1000, with lower, positive, non-zero values having higher priority. 1 is the highest priority and int.maxValue is the lowest."
9319 },
9320 {
9321 "flags": "-g --resource-group <resource-group>",
9322 "required": -21,
9323 "optional": 0,
9324 "bool": true,
9325 "short": "-g",
9326 "long": "--resource-group",
9327 "description": "the optional resource group to force lookup of the Data Lake Analytics account in."
9328 },
9329 {
9330 "flags": "-s, --subscription <id>",
9331 "required": -20,
9332 "optional": 0,
9333 "bool": true,
9334 "short": "-s",
9335 "long": "--subscription",
9336 "description": "the subscription identifier"
9337 }
9338 ]
9339 },
9340 {
9341 "name": "show",
9342 "description": "shows the specified job and additional data if desired.",
9343 "fullName": "datalake analytics job show",
9344 "usage": "[options] <accountName> <jobId>",
9345 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
9346 "options": [
9347 {
9348 "flags": "-v, --verbose",
9349 "required": 0,
9350 "optional": 0,
9351 "bool": true,
9352 "short": "-v",
9353 "long": "--verbose",
9354 "description": "use verbose output"
9355 },
9356 {
9357 "flags": "-vv",
9358 "required": 0,
9359 "optional": 0,
9360 "bool": true,
9361 "long": "-vv",
9362 "description": "more verbose with debug output"
9363 },
9364 {
9365 "flags": "--json",
9366 "required": 0,
9367 "optional": 0,
9368 "bool": true,
9369 "long": "--json",
9370 "description": "use json output"
9371 },
9372 {
9373 "flags": "-n --accountName <accountName>",
9374 "required": -18,
9375 "optional": 0,
9376 "bool": true,
9377 "short": "-n",
9378 "long": "--accountName",
9379 "description": "the Data Lake Analytics account name to execute the action on"
9380 },
9381 {
9382 "flags": "-j --jobId <jobId>",
9383 "required": -12,
9384 "optional": 0,
9385 "bool": true,
9386 "short": "-j",
9387 "long": "--jobId",
9388 "description": "the job ID of the job to retrieve."
9389 },
9390 {
9391 "flags": "-d --includeDebugInfo",
9392 "required": 0,
9393 "optional": 0,
9394 "bool": true,
9395 "short": "-d",
9396 "long": "--includeDebugInfo",
9397 "description": "optionally indicates that debug info should be output for the job as well."
9398 },
9399 {
9400 "flags": "-t --includeStatistics",
9401 "required": 0,
9402 "optional": 0,
9403 "bool": true,
9404 "short": "-t",
9405 "long": "--includeStatistics",
9406 "description": "optionally indicates that statistics for the job should be output as well."
9407 },
9408 {
9409 "flags": "-g --resource-group <resource-group>",
9410 "required": -21,
9411 "optional": 0,
9412 "bool": true,
9413 "short": "-g",
9414 "long": "--resource-group",
9415 "description": "the optional resource group to force lookup of the Data Lake Analytics account in."
9416 },
9417 {
9418 "flags": "-s, --subscription <id>",
9419 "required": -20,
9420 "optional": 0,
9421 "bool": true,
9422 "short": "-s",
9423 "long": "--subscription",
9424 "description": "the subscription identifier"
9425 }
9426 ]
9427 },
9428 {
9429 "name": "cancel",
9430 "description": "cancels the specified job.",
9431 "fullName": "datalake analytics job cancel",
9432 "usage": "[options] <accountName> <jobId>",
9433 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
9434 "options": [
9435 {
9436 "flags": "-v, --verbose",
9437 "required": 0,
9438 "optional": 0,
9439 "bool": true,
9440 "short": "-v",
9441 "long": "--verbose",
9442 "description": "use verbose output"
9443 },
9444 {
9445 "flags": "-vv",
9446 "required": 0,
9447 "optional": 0,
9448 "bool": true,
9449 "long": "-vv",
9450 "description": "more verbose with debug output"
9451 },
9452 {
9453 "flags": "--json",
9454 "required": 0,
9455 "optional": 0,
9456 "bool": true,
9457 "long": "--json",
9458 "description": "use json output"
9459 },
9460 {
9461 "flags": "-n --accountName <accountName>",
9462 "required": -18,
9463 "optional": 0,
9464 "bool": true,
9465 "short": "-n",
9466 "long": "--accountName",
9467 "description": "the Data Lake Analytics account name to execute the action on"
9468 },
9469 {
9470 "flags": "-j --jobId <jobId>",
9471 "required": -12,
9472 "optional": 0,
9473 "bool": true,
9474 "short": "-j",
9475 "long": "--jobId",
9476 "description": "the job ID of the job to retrieve."
9477 },
9478 {
9479 "flags": "-q, --quiet",
9480 "required": 0,
9481 "optional": 0,
9482 "bool": true,
9483 "short": "-q",
9484 "long": "--quiet",
9485 "description": "quiet mode (do not ask for cancel confirmation)"
9486 },
9487 {
9488 "flags": "-g --resource-group <resource-group>",
9489 "required": -21,
9490 "optional": 0,
9491 "bool": true,
9492 "short": "-g",
9493 "long": "--resource-group",
9494 "description": "the optional resource group to force lookup of the Data Lake Analytics account in."
9495 },
9496 {
9497 "flags": "-s, --subscription <id>",
9498 "required": -20,
9499 "optional": 0,
9500 "bool": true,
9501 "short": "-s",
9502 "long": "--subscription",
9503 "description": "the subscription identifier"
9504 }
9505 ]
9506 },
9507 {
9508 "name": "list",
9509 "description": "lists the jobs in the specified account given the specified filters and criteria.",
9510 "fullName": "datalake analytics job list",
9511 "usage": "[options] <accountName>",
9512 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
9513 "options": [
9514 {
9515 "flags": "-v, --verbose",
9516 "required": 0,
9517 "optional": 0,
9518 "bool": true,
9519 "short": "-v",
9520 "long": "--verbose",
9521 "description": "use verbose output"
9522 },
9523 {
9524 "flags": "-vv",
9525 "required": 0,
9526 "optional": 0,
9527 "bool": true,
9528 "long": "-vv",
9529 "description": "more verbose with debug output"
9530 },
9531 {
9532 "flags": "--json",
9533 "required": 0,
9534 "optional": 0,
9535 "bool": true,
9536 "long": "--json",
9537 "description": "use json output"
9538 },
9539 {
9540 "flags": "-n --accountName <accountName>",
9541 "required": -18,
9542 "optional": 0,
9543 "bool": true,
9544 "short": "-n",
9545 "long": "--accountName",
9546 "description": "the Data Lake Analytics account name to execute the action on"
9547 },
9548 {
9549 "flags": "-j --jobName <jobName>",
9550 "required": -14,
9551 "optional": 0,
9552 "bool": true,
9553 "short": "-j",
9554 "long": "--jobName",
9555 "description": "An optional filter which returns jobs with only the specified friendly name."
9556 },
9557 {
9558 "flags": "-u, --submitter <submitter>",
9559 "required": -17,
9560 "optional": 0,
9561 "bool": true,
9562 "short": "-u",
9563 "long": "--submitter",
9564 "description": "An optional filter which returns jobs only by the specified submitter in the format user@domain"
9565 },
9566 {
9567 "flags": "-a, --submittedAfter <submittedAfter>",
9568 "required": -22,
9569 "optional": 0,
9570 "bool": true,
9571 "short": "-a",
9572 "long": "--submittedAfter",
9573 "description": "An optional filter which returns jobs only submitted after the specified time (as a date time offset)."
9574 },
9575 {
9576 "flags": "-b, --submittedBefore <submittedAfter>",
9577 "required": -23,
9578 "optional": 0,
9579 "bool": true,
9580 "short": "-b",
9581 "long": "--submittedBefore",
9582 "description": "An optional filter which returns jobs only submitted before the specified time (as a date time offset)."
9583 },
9584 {
9585 "flags": "-t, --state <comma delmited string of states>",
9586 "required": -13,
9587 "optional": 0,
9588 "bool": true,
9589 "short": "-t",
9590 "long": "--state",
9591 "description": "An optional filter which returns jobs with only the specified states (as comma delmited string). Valid states are: accepted, compiling, ended, new, queued, running, scheduling, starting and paused"
9592 },
9593 {
9594 "flags": "-r, --result <comma delmited string of results>",
9595 "required": -14,
9596 "optional": 0,
9597 "bool": true,
9598 "short": "-r",
9599 "long": "--result",
9600 "description": "An optional filter which returns jobs with only the specified results (as comma delmited string). Valid results are: none, succeeded, cancelled and failed"
9601 },
9602 {
9603 "flags": "-g --resource-group <resource-group>",
9604 "required": -21,
9605 "optional": 0,
9606 "bool": true,
9607 "short": "-g",
9608 "long": "--resource-group",
9609 "description": "the optional resource group to force lookup of the Data Lake Analytics account in."
9610 },
9611 {
9612 "flags": "-s, --subscription <id>",
9613 "required": -20,
9614 "optional": 0,
9615 "bool": true,
9616 "short": "-s",
9617 "long": "--subscription",
9618 "description": "the subscription identifier"
9619 }
9620 ]
9621 }
9622 ],
9623 "categories": {}
9624 },
9625 "catalog": {
9626 "name": "catalog",
9627 "description": "Commands to manage your Data Lake Analytics Catalog",
9628 "fullName": "datalake analytics catalog",
9629 "usage": "[options] [command]",
9630 "options": [],
9631 "commands": [
9632 {
9633 "name": "list",
9634 "description": "Lists all of the specified catalog item types under the path or, if the full path is given, just the single catalog item at that path.",
9635 "fullName": "datalake analytics catalog list",
9636 "usage": "[options] <accountName> <itemType> <itemPath>",
9637 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
9638 "options": [
9639 {
9640 "flags": "-v, --verbose",
9641 "required": 0,
9642 "optional": 0,
9643 "bool": true,
9644 "short": "-v",
9645 "long": "--verbose",
9646 "description": "use verbose output"
9647 },
9648 {
9649 "flags": "-vv",
9650 "required": 0,
9651 "optional": 0,
9652 "bool": true,
9653 "long": "-vv",
9654 "description": "more verbose with debug output"
9655 },
9656 {
9657 "flags": "--json",
9658 "required": 0,
9659 "optional": 0,
9660 "bool": true,
9661 "long": "--json",
9662 "description": "use json output"
9663 },
9664 {
9665 "flags": "-n --accountName <accountName>",
9666 "required": -18,
9667 "optional": 0,
9668 "bool": true,
9669 "short": "-n",
9670 "long": "--accountName",
9671 "description": "The Data Lake Analytics account name to perform the action on."
9672 },
9673 {
9674 "flags": "-t --itemType <itemType>",
9675 "required": -15,
9676 "optional": 0,
9677 "bool": true,
9678 "short": "-t",
9679 "long": "--itemType",
9680 "description": "The catalog item type to return. Valid values are (case insensitive): database, schema, secret, credential, assembly, externaldatasource, table, tablevaluedfunction, view, procedure, types or tablestatistics"
9681 },
9682 {
9683 "flags": "-p --itemPath <itemPath>",
9684 "required": -15,
9685 "optional": 0,
9686 "bool": true,
9687 "short": "-p",
9688 "long": "--itemPath",
9689 "description": "The path to the catalog item(s) to get or list in the format: <FirstPart>.<OptionalSecondPart>.<OptionalThirdPart>.<OptionalFourthPart>. This MUST be null when listing all databases."
9690 },
9691 {
9692 "flags": "-g --resource-group <resource-group>",
9693 "required": -21,
9694 "optional": 0,
9695 "bool": true,
9696 "short": "-g",
9697 "long": "--resource-group",
9698 "description": "the optional resource group to list the accounts in"
9699 },
9700 {
9701 "flags": "-s, --subscription <id>",
9702 "required": -20,
9703 "optional": 0,
9704 "bool": true,
9705 "short": "-s",
9706 "long": "--subscription",
9707 "description": "the subscription identifier"
9708 }
9709 ]
9710 }
9711 ],
9712 "categories": {
9713 "secret": {
9714 "name": "secret",
9715 "description": "Commands to manage your Data Lake Analytics Catalog secrets",
9716 "fullName": "datalake analytics catalog secret",
9717 "usage": "[options] [command]",
9718 "options": [],
9719 "commands": [
9720 {
9721 "name": "create",
9722 "description": "Creates the specified secret for the specified database.",
9723 "fullName": "datalake analytics catalog secret create",
9724 "usage": "[options] <accountName> <databaseName> <hostUri> <secretName>",
9725 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
9726 "options": [
9727 {
9728 "flags": "-v, --verbose",
9729 "required": 0,
9730 "optional": 0,
9731 "bool": true,
9732 "short": "-v",
9733 "long": "--verbose",
9734 "description": "use verbose output"
9735 },
9736 {
9737 "flags": "-vv",
9738 "required": 0,
9739 "optional": 0,
9740 "bool": true,
9741 "long": "-vv",
9742 "description": "more verbose with debug output"
9743 },
9744 {
9745 "flags": "--json",
9746 "required": 0,
9747 "optional": 0,
9748 "bool": true,
9749 "long": "--json",
9750 "description": "use json output"
9751 },
9752 {
9753 "flags": "-n --accountName <accountName>",
9754 "required": -18,
9755 "optional": 0,
9756 "bool": true,
9757 "short": "-n",
9758 "long": "--accountName",
9759 "description": "The Data Lake Analytics account name to perform the action on."
9760 },
9761 {
9762 "flags": "-d --databaseName <databaseName>",
9763 "required": -19,
9764 "optional": 0,
9765 "bool": true,
9766 "short": "-d",
9767 "long": "--databaseName",
9768 "description": "The name of the database in which the secret will be created."
9769 },
9770 {
9771 "flags": "-u --hostUri <hostUri>",
9772 "required": -14,
9773 "optional": 0,
9774 "bool": true,
9775 "short": "-u",
9776 "long": "--hostUri",
9777 "description": "The full host URI associated with the external data source. The secret will be used with this host URI."
9778 },
9779 {
9780 "flags": "-e --secretName <secretName>",
9781 "required": -17,
9782 "optional": 0,
9783 "bool": true,
9784 "short": "-e",
9785 "long": "--secretName",
9786 "description": "secret name, will prompt if not given"
9787 },
9788 {
9789 "flags": "-p --password <password>",
9790 "required": -15,
9791 "optional": 0,
9792 "bool": true,
9793 "short": "-p",
9794 "long": "--password",
9795 "description": "secret password, will prompt if not given"
9796 },
9797 {
9798 "flags": "-g --resource-group <resource-group>",
9799 "required": -21,
9800 "optional": 0,
9801 "bool": true,
9802 "short": "-g",
9803 "long": "--resource-group",
9804 "description": "the optional resource group to list the accounts in"
9805 },
9806 {
9807 "flags": "-s, --subscription <id>",
9808 "required": -20,
9809 "optional": 0,
9810 "bool": true,
9811 "short": "-s",
9812 "long": "--subscription",
9813 "description": "the subscription identifier"
9814 }
9815 ]
9816 },
9817 {
9818 "name": "set",
9819 "description": "Updates the password and/or hostUri of the specified secret in the specified database.",
9820 "fullName": "datalake analytics catalog secret set",
9821 "usage": "[options] <accountName> <databaseName> <hostUri> <secretName>",
9822 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
9823 "options": [
9824 {
9825 "flags": "-v, --verbose",
9826 "required": 0,
9827 "optional": 0,
9828 "bool": true,
9829 "short": "-v",
9830 "long": "--verbose",
9831 "description": "use verbose output"
9832 },
9833 {
9834 "flags": "-vv",
9835 "required": 0,
9836 "optional": 0,
9837 "bool": true,
9838 "long": "-vv",
9839 "description": "more verbose with debug output"
9840 },
9841 {
9842 "flags": "--json",
9843 "required": 0,
9844 "optional": 0,
9845 "bool": true,
9846 "long": "--json",
9847 "description": "use json output"
9848 },
9849 {
9850 "flags": "-n --accountName <accountName>",
9851 "required": -18,
9852 "optional": 0,
9853 "bool": true,
9854 "short": "-n",
9855 "long": "--accountName",
9856 "description": "The Data Lake Analytics account name to perform the action on."
9857 },
9858 {
9859 "flags": "-d --databaseName <databaseName>",
9860 "required": -19,
9861 "optional": 0,
9862 "bool": true,
9863 "short": "-d",
9864 "long": "--databaseName",
9865 "description": "The name of the database in which the secret will be updated."
9866 },
9867 {
9868 "flags": "-u --hostUri <hostUri>",
9869 "required": -14,
9870 "optional": 0,
9871 "bool": true,
9872 "short": "-u",
9873 "long": "--hostUri",
9874 "description": "The full host URI associated with the external data source. The secret will be used with this host URI."
9875 },
9876 {
9877 "flags": "-e --secretName <secretName>",
9878 "required": -17,
9879 "optional": 0,
9880 "bool": true,
9881 "short": "-e",
9882 "long": "--secretName",
9883 "description": "secret name, will prompt if not given"
9884 },
9885 {
9886 "flags": "-p --password <password>",
9887 "required": -15,
9888 "optional": 0,
9889 "bool": true,
9890 "short": "-p",
9891 "long": "--password",
9892 "description": "secret password, will prompt if not given"
9893 },
9894 {
9895 "flags": "-g --resource-group <resource-group>",
9896 "required": -21,
9897 "optional": 0,
9898 "bool": true,
9899 "short": "-g",
9900 "long": "--resource-group",
9901 "description": "the optional resource group to list the accounts in"
9902 },
9903 {
9904 "flags": "-s, --subscription <id>",
9905 "required": -20,
9906 "optional": 0,
9907 "bool": true,
9908 "short": "-s",
9909 "long": "--subscription",
9910 "description": "the subscription identifier"
9911 }
9912 ]
9913 },
9914 {
9915 "name": "delete",
9916 "description": "Updates the password and/or hostUri of the specified secret in the specified database.",
9917 "fullName": "datalake analytics catalog secret delete",
9918 "usage": "[options] <accountName> <databaseName> <hostUri> <secretName>",
9919 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
9920 "options": [
9921 {
9922 "flags": "-v, --verbose",
9923 "required": 0,
9924 "optional": 0,
9925 "bool": true,
9926 "short": "-v",
9927 "long": "--verbose",
9928 "description": "use verbose output"
9929 },
9930 {
9931 "flags": "-vv",
9932 "required": 0,
9933 "optional": 0,
9934 "bool": true,
9935 "long": "-vv",
9936 "description": "more verbose with debug output"
9937 },
9938 {
9939 "flags": "--json",
9940 "required": 0,
9941 "optional": 0,
9942 "bool": true,
9943 "long": "--json",
9944 "description": "use json output"
9945 },
9946 {
9947 "flags": "-n --accountName <accountName>",
9948 "required": -18,
9949 "optional": 0,
9950 "bool": true,
9951 "short": "-n",
9952 "long": "--accountName",
9953 "description": "The Data Lake Analytics account name to perform the action on."
9954 },
9955 {
9956 "flags": "-d --databaseName <databaseName>",
9957 "required": -19,
9958 "optional": 0,
9959 "bool": true,
9960 "short": "-d",
9961 "long": "--databaseName",
9962 "description": "The name of the database in which the secret(s) will be deleted."
9963 },
9964 {
9965 "flags": "-e --secretName <secretName>",
9966 "required": -17,
9967 "optional": 0,
9968 "bool": true,
9969 "short": "-e",
9970 "long": "--secretName",
9971 "description": "Optional secret name to delete, if not specified will delete all secrets in the specified database"
9972 },
9973 {
9974 "flags": "-q, --quiet",
9975 "required": 0,
9976 "optional": 0,
9977 "bool": true,
9978 "short": "-q",
9979 "long": "--quiet",
9980 "description": "quiet mode (do not ask for delete confirmation)"
9981 },
9982 {
9983 "flags": "-g --resource-group <resource-group>",
9984 "required": -21,
9985 "optional": 0,
9986 "bool": true,
9987 "short": "-g",
9988 "long": "--resource-group",
9989 "description": "the optional resource group to list the accounts in"
9990 },
9991 {
9992 "flags": "-s, --subscription <id>",
9993 "required": -20,
9994 "optional": 0,
9995 "bool": true,
9996 "short": "-s",
9997 "long": "--subscription",
9998 "description": "the subscription identifier"
9999 }
10000 ]
10001 }
10002 ],
10003 "categories": {}
10004 }
10005 }
10006 },
10007 "account": {
10008 "name": "account",
10009 "description": "Commands to manage your Data Lake Analytics accounts",
10010 "fullName": "datalake analytics account",
10011 "usage": "[options] [command]",
10012 "options": [],
10013 "commands": [
10014 {
10015 "name": "list",
10016 "description": "List all Data Lake Analytics accounts available for your subscription or subscription and resource group",
10017 "fullName": "datalake analytics account list",
10018 "usage": "[options]",
10019 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
10020 "options": [
10021 {
10022 "flags": "-v, --verbose",
10023 "required": 0,
10024 "optional": 0,
10025 "bool": true,
10026 "short": "-v",
10027 "long": "--verbose",
10028 "description": "use verbose output"
10029 },
10030 {
10031 "flags": "-vv",
10032 "required": 0,
10033 "optional": 0,
10034 "bool": true,
10035 "long": "-vv",
10036 "description": "more verbose with debug output"
10037 },
10038 {
10039 "flags": "--json",
10040 "required": 0,
10041 "optional": 0,
10042 "bool": true,
10043 "long": "--json",
10044 "description": "use json output"
10045 },
10046 {
10047 "flags": "-g --resource-group <resource-group>",
10048 "required": -21,
10049 "optional": 0,
10050 "bool": true,
10051 "short": "-g",
10052 "long": "--resource-group",
10053 "description": "the optional resource group to list the accounts in"
10054 },
10055 {
10056 "flags": "-s, --subscription <id>",
10057 "required": -20,
10058 "optional": 0,
10059 "bool": true,
10060 "short": "-s",
10061 "long": "--subscription",
10062 "description": "the subscription identifier"
10063 }
10064 ]
10065 },
10066 {
10067 "name": "show",
10068 "description": "Shows a Data Lake Analytics account based on account name",
10069 "fullName": "datalake analytics account show",
10070 "usage": "[options] <accountName>",
10071 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
10072 "options": [
10073 {
10074 "flags": "-v, --verbose",
10075 "required": 0,
10076 "optional": 0,
10077 "bool": true,
10078 "short": "-v",
10079 "long": "--verbose",
10080 "description": "use verbose output"
10081 },
10082 {
10083 "flags": "-vv",
10084 "required": 0,
10085 "optional": 0,
10086 "bool": true,
10087 "long": "-vv",
10088 "description": "more verbose with debug output"
10089 },
10090 {
10091 "flags": "--json",
10092 "required": 0,
10093 "optional": 0,
10094 "bool": true,
10095 "long": "--json",
10096 "description": "use json output"
10097 },
10098 {
10099 "flags": "-n --accountName <accountName>",
10100 "required": -18,
10101 "optional": 0,
10102 "bool": true,
10103 "short": "-n",
10104 "long": "--accountName",
10105 "description": "the Data Lake Analytics account name to retrieve"
10106 },
10107 {
10108 "flags": "-g --resource-group <resource-group>",
10109 "required": -21,
10110 "optional": 0,
10111 "bool": true,
10112 "short": "-g",
10113 "long": "--resource-group",
10114 "description": "the optional resource group to list the accounts in"
10115 },
10116 {
10117 "flags": "-s, --subscription <id>",
10118 "required": -20,
10119 "optional": 0,
10120 "bool": true,
10121 "short": "-s",
10122 "long": "--subscription",
10123 "description": "the subscription identifier"
10124 }
10125 ]
10126 },
10127 {
10128 "name": "delete",
10129 "description": "Deletes a Data Lake Analytics Account based on account name",
10130 "fullName": "datalake analytics account delete",
10131 "usage": "[options] <accountName>",
10132 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
10133 "options": [
10134 {
10135 "flags": "-v, --verbose",
10136 "required": 0,
10137 "optional": 0,
10138 "bool": true,
10139 "short": "-v",
10140 "long": "--verbose",
10141 "description": "use verbose output"
10142 },
10143 {
10144 "flags": "-vv",
10145 "required": 0,
10146 "optional": 0,
10147 "bool": true,
10148 "long": "-vv",
10149 "description": "more verbose with debug output"
10150 },
10151 {
10152 "flags": "--json",
10153 "required": 0,
10154 "optional": 0,
10155 "bool": true,
10156 "long": "--json",
10157 "description": "use json output"
10158 },
10159 {
10160 "flags": "-n --accountName <accountName>",
10161 "required": -18,
10162 "optional": 0,
10163 "bool": true,
10164 "short": "-n",
10165 "long": "--accountName",
10166 "description": "the Data Lake Analytics account name to delete"
10167 },
10168 {
10169 "flags": "-g --resource-group <resource-group>",
10170 "required": -21,
10171 "optional": 0,
10172 "bool": true,
10173 "short": "-g",
10174 "long": "--resource-group",
10175 "description": "the optional resource group to force the command to find the Data Lake Analytics account to delete in."
10176 },
10177 {
10178 "flags": "-q, --quiet",
10179 "required": 0,
10180 "optional": 0,
10181 "bool": true,
10182 "short": "-q",
10183 "long": "--quiet",
10184 "description": "quiet mode (do not ask for delete confirmation)"
10185 },
10186 {
10187 "flags": "-s, --subscription <id>",
10188 "required": -20,
10189 "optional": 0,
10190 "bool": true,
10191 "short": "-s",
10192 "long": "--subscription",
10193 "description": "the subscription identifier"
10194 }
10195 ]
10196 },
10197 {
10198 "name": "create",
10199 "description": "Creates a Data Lake Analytics Account",
10200 "fullName": "datalake analytics account create",
10201 "usage": "[options] <accountName> <location> <resource-group> <defaultDataLakeStore>",
10202 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
10203 "options": [
10204 {
10205 "flags": "-v, --verbose",
10206 "required": 0,
10207 "optional": 0,
10208 "bool": true,
10209 "short": "-v",
10210 "long": "--verbose",
10211 "description": "use verbose output"
10212 },
10213 {
10214 "flags": "-vv",
10215 "required": 0,
10216 "optional": 0,
10217 "bool": true,
10218 "long": "-vv",
10219 "description": "more verbose with debug output"
10220 },
10221 {
10222 "flags": "--json",
10223 "required": 0,
10224 "optional": 0,
10225 "bool": true,
10226 "long": "--json",
10227 "description": "use json output"
10228 },
10229 {
10230 "flags": "-n --accountName <accountName>",
10231 "required": -18,
10232 "optional": 0,
10233 "bool": true,
10234 "short": "-n",
10235 "long": "--accountName",
10236 "description": "The Data Lake Analytics account name to create"
10237 },
10238 {
10239 "flags": "-l --location <location>",
10240 "required": -15,
10241 "optional": 0,
10242 "bool": true,
10243 "short": "-l",
10244 "long": "--location",
10245 "description": "the location the Data Lake Analytics account will be created in. Valid values are: North Central US, South Central US, Central US, West Europe, North Europe, West US, East US, East US 2, Japan East, Japan West, Brazil South, Southeast Asia, East Asia, Australia East, Australia Southeast"
10246 },
10247 {
10248 "flags": "-g --resource-group <resource-group>",
10249 "required": -21,
10250 "optional": 0,
10251 "bool": true,
10252 "short": "-g",
10253 "long": "--resource-group",
10254 "description": "the resource group to create the account in"
10255 },
10256 {
10257 "flags": "-d --defaultDataLakeStore <defaultDataLakeStore>",
10258 "required": -27,
10259 "optional": 0,
10260 "bool": true,
10261 "short": "-d",
10262 "long": "--defaultDataLakeStore",
10263 "description": "the default Data Lake Store to associate with this account."
10264 },
10265 {
10266 "flags": "-t --tags <tags>",
10267 "required": -11,
10268 "optional": 0,
10269 "bool": true,
10270 "short": "-t",
10271 "long": "--tags",
10272 "description": "Tags to set to the the Data Lake Analytics account. Can be mutliple. In the format of 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
10273 },
10274 {
10275 "flags": "-s, --subscription <id>",
10276 "required": -20,
10277 "optional": 0,
10278 "bool": true,
10279 "short": "-s",
10280 "long": "--subscription",
10281 "description": "the subscription identifier"
10282 }
10283 ]
10284 },
10285 {
10286 "name": "set",
10287 "description": "Updates the properties of an existing Data Lake Analytics Account",
10288 "fullName": "datalake analytics account set",
10289 "usage": "[options] <accountName> <defaultDataLakeStore>",
10290 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
10291 "options": [
10292 {
10293 "flags": "-v, --verbose",
10294 "required": 0,
10295 "optional": 0,
10296 "bool": true,
10297 "short": "-v",
10298 "long": "--verbose",
10299 "description": "use verbose output"
10300 },
10301 {
10302 "flags": "-vv",
10303 "required": 0,
10304 "optional": 0,
10305 "bool": true,
10306 "long": "-vv",
10307 "description": "more verbose with debug output"
10308 },
10309 {
10310 "flags": "--json",
10311 "required": 0,
10312 "optional": 0,
10313 "bool": true,
10314 "long": "--json",
10315 "description": "use json output"
10316 },
10317 {
10318 "flags": "-n --accountName <accountName>",
10319 "required": -18,
10320 "optional": 0,
10321 "bool": true,
10322 "short": "-n",
10323 "long": "--accountName",
10324 "description": "The Data Lake Analytics Account name to perform the action on."
10325 },
10326 {
10327 "flags": "-g --resource-group <resource-group>",
10328 "required": -21,
10329 "optional": 0,
10330 "bool": true,
10331 "short": "-g",
10332 "long": "--resource-group",
10333 "description": "the optional resource group to forcibly look for the account to update in"
10334 },
10335 {
10336 "flags": "-d --defaultDataLakeStore <defaultDataLakeStore>",
10337 "required": -27,
10338 "optional": 0,
10339 "bool": true,
10340 "short": "-d",
10341 "long": "--defaultDataLakeStore",
10342 "description": "the optional new default Data Lake Store account to set for this account"
10343 },
10344 {
10345 "flags": "-t --tags <tags>",
10346 "required": -11,
10347 "optional": 0,
10348 "bool": true,
10349 "short": "-t",
10350 "long": "--tags",
10351 "description": "Tags to set to the Data Lake Analytics account group. Can be mutliple. In the format of 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
10352 },
10353 {
10354 "flags": "--no-tags",
10355 "required": 0,
10356 "optional": 0,
10357 "bool": false,
10358 "long": "--no-tags",
10359 "description": "remove all existing tags"
10360 },
10361 {
10362 "flags": "-s, --subscription <id>",
10363 "required": -20,
10364 "optional": 0,
10365 "bool": true,
10366 "short": "-s",
10367 "long": "--subscription",
10368 "description": "the subscription identifier"
10369 }
10370 ]
10371 }
10372 ],
10373 "categories": {
10374 "datasource": {
10375 "name": "datasource",
10376 "description": "Commands to manage your Data Lake Analytics account data sources",
10377 "fullName": "datalake analytics account datasource",
10378 "usage": "[options] [command]",
10379 "options": [],
10380 "commands": [
10381 {
10382 "name": "add",
10383 "description": "Adds an existing data source (Data Lake Store or Azure Blob) to the Data Lake Analytics Account",
10384 "fullName": "datalake analytics account datasource add",
10385 "usage": "[options] <accountName>",
10386 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
10387 "options": [
10388 {
10389 "flags": "-v, --verbose",
10390 "required": 0,
10391 "optional": 0,
10392 "bool": true,
10393 "short": "-v",
10394 "long": "--verbose",
10395 "description": "use verbose output"
10396 },
10397 {
10398 "flags": "-vv",
10399 "required": 0,
10400 "optional": 0,
10401 "bool": true,
10402 "long": "-vv",
10403 "description": "more verbose with debug output"
10404 },
10405 {
10406 "flags": "--json",
10407 "required": 0,
10408 "optional": 0,
10409 "bool": true,
10410 "long": "--json",
10411 "description": "use json output"
10412 },
10413 {
10414 "flags": "-n --accountName <accountName>",
10415 "required": -18,
10416 "optional": 0,
10417 "bool": true,
10418 "short": "-n",
10419 "long": "--accountName",
10420 "description": "The Data Lake Analytics Account name to perform the action on."
10421 },
10422 {
10423 "flags": "-l --dataLakeStore <dataLakeStore>",
10424 "required": -20,
10425 "optional": 0,
10426 "bool": true,
10427 "short": "-l",
10428 "long": "--dataLakeStore",
10429 "description": "the Data Lake Store account to add. NOTE: this argument and --isDefaultDataLakeStore are part of a parameter set, and cannot be specified with --azureBlob and --accessKey."
10430 },
10431 {
10432 "flags": "-d --isDefaultDataLakeStore",
10433 "required": 0,
10434 "optional": 0,
10435 "bool": true,
10436 "short": "-d",
10437 "long": "--isDefaultDataLakeStore",
10438 "description": "the optional switch to indicate that the Data Lake being added should be the default Data Lake. NOTE: this argument and --dataLakeStore are part of a parameter set, and cannot be specified with --azureBlob and --accessKey."
10439 },
10440 {
10441 "flags": "-b --azureBlob <azureBlob>",
10442 "required": -16,
10443 "optional": 0,
10444 "bool": true,
10445 "short": "-b",
10446 "long": "--azureBlob",
10447 "description": "the azure blob to add to the account. NOTE: this argument and --accessKey are part of a parameter set, and cannot be specified with --dataLakeStore and --isDefaultDataLakeStore."
10448 },
10449 {
10450 "flags": "-k --accessKey <accessKey>",
10451 "required": -16,
10452 "optional": 0,
10453 "bool": true,
10454 "short": "-k",
10455 "long": "--accessKey",
10456 "description": "the access key associated with the azureBlob. NOTE: this argument and --azureBlob are part of a parameter set, and cannot be specified with --dataLakeStore and --isDefaultDataLakeStore."
10457 },
10458 {
10459 "flags": "-g --resource-group <resource-group>",
10460 "required": -21,
10461 "optional": 0,
10462 "bool": true,
10463 "short": "-g",
10464 "long": "--resource-group",
10465 "description": "the optional resource group to forcibly look for the account to update in"
10466 },
10467 {
10468 "flags": "-s, --subscription <id>",
10469 "required": -20,
10470 "optional": 0,
10471 "bool": true,
10472 "short": "-s",
10473 "long": "--subscription",
10474 "description": "the subscription identifier"
10475 }
10476 ]
10477 },
10478 {
10479 "name": "delete",
10480 "description": "removes a data source (Data Lake Store or Azure Blob) from the Data Lake Analytics Account",
10481 "fullName": "datalake analytics account datasource delete",
10482 "usage": "[options] <accountName>",
10483 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
10484 "options": [
10485 {
10486 "flags": "-v, --verbose",
10487 "required": 0,
10488 "optional": 0,
10489 "bool": true,
10490 "short": "-v",
10491 "long": "--verbose",
10492 "description": "use verbose output"
10493 },
10494 {
10495 "flags": "-vv",
10496 "required": 0,
10497 "optional": 0,
10498 "bool": true,
10499 "long": "-vv",
10500 "description": "more verbose with debug output"
10501 },
10502 {
10503 "flags": "--json",
10504 "required": 0,
10505 "optional": 0,
10506 "bool": true,
10507 "long": "--json",
10508 "description": "use json output"
10509 },
10510 {
10511 "flags": "-n --accountName <accountName>",
10512 "required": -18,
10513 "optional": 0,
10514 "bool": true,
10515 "short": "-n",
10516 "long": "--accountName",
10517 "description": "The Data Lake Analytics Account name to perform the action on."
10518 },
10519 {
10520 "flags": "-l --dataLakeStore <dataLakeStore>",
10521 "required": -20,
10522 "optional": 0,
10523 "bool": true,
10524 "short": "-l",
10525 "long": "--dataLakeStore",
10526 "description": "the Data Lake to remove from the account. NOTE: this argument is part of a parameter set, and cannot be specified with --azureBlob."
10527 },
10528 {
10529 "flags": "-b --azureBlob <azureBlob>",
10530 "required": -16,
10531 "optional": 0,
10532 "bool": true,
10533 "short": "-b",
10534 "long": "--azureBlob",
10535 "description": "the azure blob to remove from the account. NOTE: this argument is part of a parameter set, and cannot be specified with --dataLakeStore."
10536 },
10537 {
10538 "flags": "-g --resource-group <resource-group>",
10539 "required": -21,
10540 "optional": 0,
10541 "bool": true,
10542 "short": "-g",
10543 "long": "--resource-group",
10544 "description": "the optional resource group to forcibly look for the account to update in"
10545 },
10546 {
10547 "flags": "-s, --subscription <id>",
10548 "required": -20,
10549 "optional": 0,
10550 "bool": true,
10551 "short": "-s",
10552 "long": "--subscription",
10553 "description": "the subscription identifier"
10554 }
10555 ]
10556 },
10557 {
10558 "name": "set",
10559 "description": "Sets an existing data source (Data Lake Store or Azure Blob) in the Data Lake Analytics Account. Typically used to set the data source as default (for Data Lake) or update the access key (for Azure Blob)",
10560 "fullName": "datalake analytics account datasource set",
10561 "usage": "[options] <accountName>",
10562 "filePath": "commands/arm/datalakeanalytics/datalakeanalytics.js",
10563 "options": [
10564 {
10565 "flags": "-v, --verbose",
10566 "required": 0,
10567 "optional": 0,
10568 "bool": true,
10569 "short": "-v",
10570 "long": "--verbose",
10571 "description": "use verbose output"
10572 },
10573 {
10574 "flags": "-vv",
10575 "required": 0,
10576 "optional": 0,
10577 "bool": true,
10578 "long": "-vv",
10579 "description": "more verbose with debug output"
10580 },
10581 {
10582 "flags": "--json",
10583 "required": 0,
10584 "optional": 0,
10585 "bool": true,
10586 "long": "--json",
10587 "description": "use json output"
10588 },
10589 {
10590 "flags": "-n --accountName <accountName>",
10591 "required": -18,
10592 "optional": 0,
10593 "bool": true,
10594 "short": "-n",
10595 "long": "--accountName",
10596 "description": "The Data Lake Analytics Account name to perform the action on."
10597 },
10598 {
10599 "flags": "-l --dataLakeStore <dataLakeStore>",
10600 "required": -20,
10601 "optional": 0,
10602 "bool": true,
10603 "short": "-l",
10604 "long": "--dataLakeStore",
10605 "description": "the Data Lake Store account to set. NOTE: this argument and --isDefaultDataLakeStore are part of a parameter set, and cannot be specified with --azureBlob and --accessKey."
10606 },
10607 {
10608 "flags": "-d --isDefaultDataLakeStore",
10609 "required": 0,
10610 "optional": 0,
10611 "bool": true,
10612 "short": "-d",
10613 "long": "--isDefaultDataLakeStore",
10614 "description": "the optional switch to indicate that the Data Lake being set should be the default Data Lake. NOTE: this argument and --dataLakeStore are part of a parameter set, and cannot be specified with --azureBlob and --accessKey."
10615 },
10616 {
10617 "flags": "-b --azureBlob <azureBlob>",
10618 "required": -16,
10619 "optional": 0,
10620 "bool": true,
10621 "short": "-b",
10622 "long": "--azureBlob",
10623 "description": "the azure blob to set in the account. NOTE: this argument and --accessKey are part of a parameter set, and cannot be specified with --dataLakeStore and --isDefaultDataLakeStore."
10624 },
10625 {
10626 "flags": "-k --accessKey <accessKey>",
10627 "required": -16,
10628 "optional": 0,
10629 "bool": true,
10630 "short": "-k",
10631 "long": "--accessKey",
10632 "description": "the access key associated with the azureBlob to update. NOTE: this argument and --azureBlob are part of a parameter set, and cannot be specified with --dataLakeStore and --isDefaultDataLakeStore."
10633 },
10634 {
10635 "flags": "-g --resource-group <resource-group>",
10636 "required": -21,
10637 "optional": 0,
10638 "bool": true,
10639 "short": "-g",
10640 "long": "--resource-group",
10641 "description": "the optional resource group to forcibly look for the account to update in"
10642 },
10643 {
10644 "flags": "-s, --subscription <id>",
10645 "required": -20,
10646 "optional": 0,
10647 "bool": true,
10648 "short": "-s",
10649 "long": "--subscription",
10650 "description": "the subscription identifier"
10651 }
10652 ]
10653 }
10654 ],
10655 "categories": {}
10656 }
10657 }
10658 }
10659 }
10660 },
10661 "store": {
10662 "name": "store",
10663 "description": "Commands to manage your Data Lake Storage objects",
10664 "fullName": "datalake store",
10665 "usage": "[options]",
10666 "options": [],
10667 "commands": [],
10668 "categories": {
10669 "filesystem": {
10670 "name": "filesystem",
10671 "description": "Commands to manage your Data Lake Storage FileSystem",
10672 "fullName": "datalake store filesystem",
10673 "usage": "[options] [command]",
10674 "options": [],
10675 "commands": [
10676 {
10677 "name": "list",
10678 "description": "Lists the contents of the specified path (files and folders).",
10679 "fullName": "datalake store filesystem list",
10680 "usage": "[options] <accountName> <path>",
10681 "filePath": "commands/arm/datalakestore/datalakestore.js",
10682 "options": [
10683 {
10684 "flags": "-v, --verbose",
10685 "required": 0,
10686 "optional": 0,
10687 "bool": true,
10688 "short": "-v",
10689 "long": "--verbose",
10690 "description": "use verbose output"
10691 },
10692 {
10693 "flags": "-vv",
10694 "required": 0,
10695 "optional": 0,
10696 "bool": true,
10697 "long": "-vv",
10698 "description": "more verbose with debug output"
10699 },
10700 {
10701 "flags": "--json",
10702 "required": 0,
10703 "optional": 0,
10704 "bool": true,
10705 "long": "--json",
10706 "description": "use json output"
10707 },
10708 {
10709 "flags": "-n --accountName <accountName>",
10710 "required": -18,
10711 "optional": 0,
10712 "bool": true,
10713 "short": "-n",
10714 "long": "--accountName",
10715 "description": "the Data Lake Store account name to execute the action on"
10716 },
10717 {
10718 "flags": "-p --path <path>",
10719 "required": -11,
10720 "optional": 0,
10721 "bool": true,
10722 "short": "-p",
10723 "long": "--path",
10724 "description": "the full path to the folder to list (e.g. /someFolder or /someFolder/someNestedFolder)"
10725 },
10726 {
10727 "flags": "-s, --subscription <id>",
10728 "required": -20,
10729 "optional": 0,
10730 "bool": true,
10731 "short": "-s",
10732 "long": "--subscription",
10733 "description": "the subscription identifier"
10734 }
10735 ]
10736 },
10737 {
10738 "name": "show",
10739 "description": "Gets the specified Data Lake Store file or folder details",
10740 "fullName": "datalake store filesystem show",
10741 "usage": "[options] <accountName> <path>",
10742 "filePath": "commands/arm/datalakestore/datalakestore.js",
10743 "options": [
10744 {
10745 "flags": "-v, --verbose",
10746 "required": 0,
10747 "optional": 0,
10748 "bool": true,
10749 "short": "-v",
10750 "long": "--verbose",
10751 "description": "use verbose output"
10752 },
10753 {
10754 "flags": "-vv",
10755 "required": 0,
10756 "optional": 0,
10757 "bool": true,
10758 "long": "-vv",
10759 "description": "more verbose with debug output"
10760 },
10761 {
10762 "flags": "--json",
10763 "required": 0,
10764 "optional": 0,
10765 "bool": true,
10766 "long": "--json",
10767 "description": "use json output"
10768 },
10769 {
10770 "flags": "-n --accountName <accountName>",
10771 "required": -18,
10772 "optional": 0,
10773 "bool": true,
10774 "short": "-n",
10775 "long": "--accountName",
10776 "description": "the Data Lake Store account name to execute the action on"
10777 },
10778 {
10779 "flags": "-p --path <path>",
10780 "required": -11,
10781 "optional": 0,
10782 "bool": true,
10783 "short": "-p",
10784 "long": "--path",
10785 "description": "the full path to the folder or file to get (e.g. /someFolder or /someFolder/someFile.txt)"
10786 },
10787 {
10788 "flags": "-s, --subscription <id>",
10789 "required": -20,
10790 "optional": 0,
10791 "bool": true,
10792 "short": "-s",
10793 "long": "--subscription",
10794 "description": "the subscription identifier"
10795 }
10796 ]
10797 },
10798 {
10799 "name": "delete",
10800 "description": "deletes the specified Data Lake Store file or folder, with the option for recursive delete (if the folder has contents)",
10801 "fullName": "datalake store filesystem delete",
10802 "usage": "[options] <accountName> <path>",
10803 "filePath": "commands/arm/datalakestore/datalakestore.js",
10804 "options": [
10805 {
10806 "flags": "-v, --verbose",
10807 "required": 0,
10808 "optional": 0,
10809 "bool": true,
10810 "short": "-v",
10811 "long": "--verbose",
10812 "description": "use verbose output"
10813 },
10814 {
10815 "flags": "-vv",
10816 "required": 0,
10817 "optional": 0,
10818 "bool": true,
10819 "long": "-vv",
10820 "description": "more verbose with debug output"
10821 },
10822 {
10823 "flags": "--json",
10824 "required": 0,
10825 "optional": 0,
10826 "bool": true,
10827 "long": "--json",
10828 "description": "use json output"
10829 },
10830 {
10831 "flags": "-n --accountName <accountName>",
10832 "required": -18,
10833 "optional": 0,
10834 "bool": true,
10835 "short": "-n",
10836 "long": "--accountName",
10837 "description": "the Data Lake Store account name to execute the action on"
10838 },
10839 {
10840 "flags": "-p --path <path>",
10841 "required": -11,
10842 "optional": 0,
10843 "bool": true,
10844 "short": "-p",
10845 "long": "--path",
10846 "description": "the full path to the folder or file to get (e.g. /someFolder or /someFolder/someFile.txt)"
10847 },
10848 {
10849 "flags": "-r --recurse",
10850 "required": 0,
10851 "optional": 0,
10852 "bool": true,
10853 "short": "-r",
10854 "long": "--recurse",
10855 "description": "optionally indicates that this should be a recursive delete, which will delete a folder and all contents underneath it."
10856 },
10857 {
10858 "flags": "-q --quiet",
10859 "required": 0,
10860 "optional": 0,
10861 "bool": true,
10862 "short": "-q",
10863 "long": "--quiet",
10864 "description": "optionally indicates the delete should be immediately performed with no confirmation or prompting. Use carefully."
10865 },
10866 {
10867 "flags": "-s, --subscription <id>",
10868 "required": -20,
10869 "optional": 0,
10870 "bool": true,
10871 "short": "-s",
10872 "long": "--subscription",
10873 "description": "the subscription identifier"
10874 }
10875 ]
10876 },
10877 {
10878 "name": "create",
10879 "description": "Creates the specified folder or file, with the option to include content in file creation.",
10880 "fullName": "datalake store filesystem create",
10881 "usage": "[options] <accountName> <path>",
10882 "filePath": "commands/arm/datalakestore/datalakestore.js",
10883 "options": [
10884 {
10885 "flags": "-v, --verbose",
10886 "required": 0,
10887 "optional": 0,
10888 "bool": true,
10889 "short": "-v",
10890 "long": "--verbose",
10891 "description": "use verbose output"
10892 },
10893 {
10894 "flags": "-vv",
10895 "required": 0,
10896 "optional": 0,
10897 "bool": true,
10898 "long": "-vv",
10899 "description": "more verbose with debug output"
10900 },
10901 {
10902 "flags": "--json",
10903 "required": 0,
10904 "optional": 0,
10905 "bool": true,
10906 "long": "--json",
10907 "description": "use json output"
10908 },
10909 {
10910 "flags": "-n --accountName <accountName>",
10911 "required": -18,
10912 "optional": 0,
10913 "bool": true,
10914 "short": "-n",
10915 "long": "--accountName",
10916 "description": "the Data Lake Store account name to execute the action on"
10917 },
10918 {
10919 "flags": "-p --path <path>",
10920 "required": -11,
10921 "optional": 0,
10922 "bool": true,
10923 "short": "-p",
10924 "long": "--path",
10925 "description": "the full path to the file to add content to (e.g. /someFolder/someFile.txt)"
10926 },
10927 {
10928 "flags": "-v --value <value>",
10929 "required": -12,
10930 "optional": 0,
10931 "bool": true,
10932 "short": "-v",
10933 "long": "--value",
10934 "description": "optional indicates the contents (as a string) to create the file with. NOTE: This parameter cannot be specified with --folder (-d)"
10935 },
10936 {
10937 "flags": "-d --folder",
10938 "required": 0,
10939 "optional": 0,
10940 "bool": true,
10941 "short": "-d",
10942 "long": "--folder",
10943 "description": "optionally specify that the item being created is a folder, not a file. If this is not specified, a file will be created. NOTE: This parameter cannot be specified with --encoding (-e) or --value (-v)"
10944 },
10945 {
10946 "flags": "-f --force",
10947 "required": 0,
10948 "optional": 0,
10949 "bool": true,
10950 "short": "-f",
10951 "long": "--force",
10952 "description": "optionally indicates that the file or folder being created can overwrite the file or folder at path if it already exists (default is false). 'true' must be passed in for the overwrite to work"
10953 },
10954 {
10955 "flags": "-s, --subscription <id>",
10956 "required": -20,
10957 "optional": 0,
10958 "bool": true,
10959 "short": "-s",
10960 "long": "--subscription",
10961 "description": "the subscription identifier"
10962 }
10963 ]
10964 },
10965 {
10966 "name": "import",
10967 "description": "Uploads the specified the specified file, to the target destination in an Azure Data Lake. NOTE: Only text files are supported by this command at present.",
10968 "fullName": "datalake store filesystem import",
10969 "usage": "[options] <accountName> <path> <destination>",
10970 "filePath": "commands/arm/datalakestore/datalakestore.js",
10971 "options": [
10972 {
10973 "flags": "-v, --verbose",
10974 "required": 0,
10975 "optional": 0,
10976 "bool": true,
10977 "short": "-v",
10978 "long": "--verbose",
10979 "description": "use verbose output"
10980 },
10981 {
10982 "flags": "-vv",
10983 "required": 0,
10984 "optional": 0,
10985 "bool": true,
10986 "long": "-vv",
10987 "description": "more verbose with debug output"
10988 },
10989 {
10990 "flags": "--json",
10991 "required": 0,
10992 "optional": 0,
10993 "bool": true,
10994 "long": "--json",
10995 "description": "use json output"
10996 },
10997 {
10998 "flags": "-n --accountName <accountName>",
10999 "required": -18,
11000 "optional": 0,
11001 "bool": true,
11002 "short": "-n",
11003 "long": "--accountName",
11004 "description": "the Data Lake Store account name to execute the action on"
11005 },
11006 {
11007 "flags": "-p --path <path>",
11008 "required": -11,
11009 "optional": 0,
11010 "bool": true,
11011 "short": "-p",
11012 "long": "--path",
11013 "description": "the full local path to the file to import (e.g. /someFolder/someFile.txt or C:somefoldersomeFile.txt)"
11014 },
11015 {
11016 "flags": "-d --destination <destination>",
11017 "required": -18,
11018 "optional": 0,
11019 "bool": true,
11020 "short": "-d",
11021 "long": "--destination",
11022 "description": "the full path in the Data Lake Store where the file should be imported to (e.g. /someFolder/someFile.txt"
11023 },
11024 {
11025 "flags": "-f --force",
11026 "required": 0,
11027 "optional": 0,
11028 "bool": true,
11029 "short": "-f",
11030 "long": "--force",
11031 "description": "optionally indicates that the file or folder being created can overwrite the file or folder at path if it already exists (default is false). 'true' must be passed in for the overwrite to work"
11032 },
11033 {
11034 "flags": "-s, --subscription <id>",
11035 "required": -20,
11036 "optional": 0,
11037 "bool": true,
11038 "short": "-s",
11039 "long": "--subscription",
11040 "description": "the subscription identifier"
11041 }
11042 ]
11043 },
11044 {
11045 "name": "concat",
11046 "description": "Concatenates the specified list of files into the specified destination file.",
11047 "fullName": "datalake store filesystem concat",
11048 "usage": "[options] <accountName> <paths> <destination>",
11049 "filePath": "commands/arm/datalakestore/datalakestore.js",
11050 "options": [
11051 {
11052 "flags": "-v, --verbose",
11053 "required": 0,
11054 "optional": 0,
11055 "bool": true,
11056 "short": "-v",
11057 "long": "--verbose",
11058 "description": "use verbose output"
11059 },
11060 {
11061 "flags": "-vv",
11062 "required": 0,
11063 "optional": 0,
11064 "bool": true,
11065 "long": "-vv",
11066 "description": "more verbose with debug output"
11067 },
11068 {
11069 "flags": "--json",
11070 "required": 0,
11071 "optional": 0,
11072 "bool": true,
11073 "long": "--json",
11074 "description": "use json output"
11075 },
11076 {
11077 "flags": "-n --accountName <accountName>",
11078 "required": -18,
11079 "optional": 0,
11080 "bool": true,
11081 "short": "-n",
11082 "long": "--accountName",
11083 "description": "the Data Lake Store account name to execute the action on"
11084 },
11085 {
11086 "flags": "-p --paths <paths>",
11087 "required": -12,
11088 "optional": 0,
11089 "bool": true,
11090 "short": "-p",
11091 "long": "--paths",
11092 "description": "a comma seperated list of full paths to concatenate (e.g. '/someFolder/someFile.txt,/somefolder/somefile2.txt,/anotherFolder/newFile.txt')"
11093 },
11094 {
11095 "flags": "-d --destination <destination>",
11096 "required": -18,
11097 "optional": 0,
11098 "bool": true,
11099 "short": "-d",
11100 "long": "--destination",
11101 "description": "specify the target file that all of the files in --paths should be concatenated into (e.g /someFolder/targetFile.txt)"
11102 },
11103 {
11104 "flags": "-f --force",
11105 "required": 0,
11106 "optional": 0,
11107 "bool": true,
11108 "short": "-f",
11109 "long": "--force",
11110 "description": "optionally indicates that the file or folder being created can overwrite the file or folder at path if it already exists (default is false). 'true' must be passed in for the overwrite to work"
11111 },
11112 {
11113 "flags": "-s, --subscription <id>",
11114 "required": -20,
11115 "optional": 0,
11116 "bool": true,
11117 "short": "-s",
11118 "long": "--subscription",
11119 "description": "the subscription identifier"
11120 }
11121 ]
11122 },
11123 {
11124 "name": "move",
11125 "description": "Moves (renames) the specified file or folder into the specified destination file or folder.",
11126 "fullName": "datalake store filesystem move",
11127 "usage": "[options] <accountName> <path> <destination>",
11128 "filePath": "commands/arm/datalakestore/datalakestore.js",
11129 "options": [
11130 {
11131 "flags": "-v, --verbose",
11132 "required": 0,
11133 "optional": 0,
11134 "bool": true,
11135 "short": "-v",
11136 "long": "--verbose",
11137 "description": "use verbose output"
11138 },
11139 {
11140 "flags": "-vv",
11141 "required": 0,
11142 "optional": 0,
11143 "bool": true,
11144 "long": "-vv",
11145 "description": "more verbose with debug output"
11146 },
11147 {
11148 "flags": "--json",
11149 "required": 0,
11150 "optional": 0,
11151 "bool": true,
11152 "long": "--json",
11153 "description": "use json output"
11154 },
11155 {
11156 "flags": "-n --accountName <accountName>",
11157 "required": -18,
11158 "optional": 0,
11159 "bool": true,
11160 "short": "-n",
11161 "long": "--accountName",
11162 "description": "the Data Lake Store account name to execute the action on"
11163 },
11164 {
11165 "flags": "-p --path <path>",
11166 "required": -11,
11167 "optional": 0,
11168 "bool": true,
11169 "short": "-p",
11170 "long": "--path",
11171 "description": "the path to the file or folder to move (e.g. /someFolder or /someFolder/someFile.txt)"
11172 },
11173 {
11174 "flags": "-d --destination <destination>",
11175 "required": -18,
11176 "optional": 0,
11177 "bool": true,
11178 "short": "-d",
11179 "long": "--destination",
11180 "description": "specify the target location to move the file or folder to"
11181 },
11182 {
11183 "flags": "-f --force",
11184 "required": 0,
11185 "optional": 0,
11186 "bool": true,
11187 "short": "-f",
11188 "long": "--force",
11189 "description": "optionally indicates that the file or folder being created can overwrite the file or folder at path if it already exists (default is false). 'true' must be passed in for the overwrite to work"
11190 },
11191 {
11192 "flags": "-s, --subscription <id>",
11193 "required": -20,
11194 "optional": 0,
11195 "bool": true,
11196 "short": "-s",
11197 "long": "--subscription",
11198 "description": "the subscription identifier"
11199 }
11200 ]
11201 },
11202 {
11203 "name": "addcontent",
11204 "description": "Appends the specified content to the end of the Data Lake Store file path specified.",
11205 "fullName": "datalake store filesystem addcontent",
11206 "usage": "[options] <accountName> <path> <value>",
11207 "filePath": "commands/arm/datalakestore/datalakestore.js",
11208 "options": [
11209 {
11210 "flags": "-v, --verbose",
11211 "required": 0,
11212 "optional": 0,
11213 "bool": true,
11214 "short": "-v",
11215 "long": "--verbose",
11216 "description": "use verbose output"
11217 },
11218 {
11219 "flags": "-vv",
11220 "required": 0,
11221 "optional": 0,
11222 "bool": true,
11223 "long": "-vv",
11224 "description": "more verbose with debug output"
11225 },
11226 {
11227 "flags": "--json",
11228 "required": 0,
11229 "optional": 0,
11230 "bool": true,
11231 "long": "--json",
11232 "description": "use json output"
11233 },
11234 {
11235 "flags": "-n --accountName <accountName>",
11236 "required": -18,
11237 "optional": 0,
11238 "bool": true,
11239 "short": "-n",
11240 "long": "--accountName",
11241 "description": "the Data Lake Store account name to execute the action on"
11242 },
11243 {
11244 "flags": "-p --path <path>",
11245 "required": -11,
11246 "optional": 0,
11247 "bool": true,
11248 "short": "-p",
11249 "long": "--path",
11250 "description": "the full path to the file to add content to (e.g. /someFolder/someFile.txt)"
11251 },
11252 {
11253 "flags": "-v --value <value>",
11254 "required": -12,
11255 "optional": 0,
11256 "bool": true,
11257 "short": "-v",
11258 "long": "--value",
11259 "description": "the contents to append to the file"
11260 },
11261 {
11262 "flags": "-s, --subscription <id>",
11263 "required": -20,
11264 "optional": 0,
11265 "bool": true,
11266 "short": "-s",
11267 "long": "--subscription",
11268 "description": "the subscription identifier"
11269 }
11270 ]
11271 },
11272 {
11273 "name": "export",
11274 "description": "Downloads the specified file to the target location. NOTE: Only text files are supported by this command at present.",
11275 "fullName": "datalake store filesystem export",
11276 "usage": "[options] <accountName> <path> <destination>",
11277 "filePath": "commands/arm/datalakestore/datalakestore.js",
11278 "options": [
11279 {
11280 "flags": "-v, --verbose",
11281 "required": 0,
11282 "optional": 0,
11283 "bool": true,
11284 "short": "-v",
11285 "long": "--verbose",
11286 "description": "use verbose output"
11287 },
11288 {
11289 "flags": "-vv",
11290 "required": 0,
11291 "optional": 0,
11292 "bool": true,
11293 "long": "-vv",
11294 "description": "more verbose with debug output"
11295 },
11296 {
11297 "flags": "--json",
11298 "required": 0,
11299 "optional": 0,
11300 "bool": true,
11301 "long": "--json",
11302 "description": "use json output"
11303 },
11304 {
11305 "flags": "-n --accountName <accountName>",
11306 "required": -18,
11307 "optional": 0,
11308 "bool": true,
11309 "short": "-n",
11310 "long": "--accountName",
11311 "description": "the Data Lake Store account name to execute the action on"
11312 },
11313 {
11314 "flags": "-p --path <path>",
11315 "required": -11,
11316 "optional": 0,
11317 "bool": true,
11318 "short": "-p",
11319 "long": "--path",
11320 "description": "the full path in the Data Lake Store where the file should be imported to (e.g. /someFolder/someFile.txt"
11321 },
11322 {
11323 "flags": "-d --destination <destination>",
11324 "required": -18,
11325 "optional": 0,
11326 "bool": true,
11327 "short": "-d",
11328 "long": "--destination",
11329 "description": "the full local path to the file to import (e.g. /someFolder/someFile.txt or C:somefoldersomeFile.txt)"
11330 },
11331 {
11332 "flags": "-f --force",
11333 "required": 0,
11334 "optional": 0,
11335 "bool": true,
11336 "short": "-f",
11337 "long": "--force",
11338 "description": "optionally indicates that the file being created can overwrite the file at path if it already exists (default is false)."
11339 },
11340 {
11341 "flags": "-s, --subscription <id>",
11342 "required": -20,
11343 "optional": 0,
11344 "bool": true,
11345 "short": "-s",
11346 "long": "--subscription",
11347 "description": "the subscription identifier"
11348 }
11349 ]
11350 },
11351 {
11352 "name": "read",
11353 "description": "Previews the specified Data Lake Store file starting at index 0 (or the specified offset) until the length is reached, displaying the results to the console.",
11354 "fullName": "datalake store filesystem read",
11355 "usage": "[options] <accountName> <path> <length>",
11356 "filePath": "commands/arm/datalakestore/datalakestore.js",
11357 "options": [
11358 {
11359 "flags": "-v, --verbose",
11360 "required": 0,
11361 "optional": 0,
11362 "bool": true,
11363 "short": "-v",
11364 "long": "--verbose",
11365 "description": "use verbose output"
11366 },
11367 {
11368 "flags": "-vv",
11369 "required": 0,
11370 "optional": 0,
11371 "bool": true,
11372 "long": "-vv",
11373 "description": "more verbose with debug output"
11374 },
11375 {
11376 "flags": "--json",
11377 "required": 0,
11378 "optional": 0,
11379 "bool": true,
11380 "long": "--json",
11381 "description": "use json output"
11382 },
11383 {
11384 "flags": "-n --accountName <accountName>",
11385 "required": -18,
11386 "optional": 0,
11387 "bool": true,
11388 "short": "-n",
11389 "long": "--accountName",
11390 "description": "the Data Lake Store account name to execute the action on"
11391 },
11392 {
11393 "flags": "-p --path <path>",
11394 "required": -11,
11395 "optional": 0,
11396 "bool": true,
11397 "short": "-p",
11398 "long": "--path",
11399 "description": "the full path to the file to download (e.g. /someFolder/someFile.txt)"
11400 },
11401 {
11402 "flags": "-l --length <length>",
11403 "required": -13,
11404 "optional": 0,
11405 "bool": true,
11406 "short": "-l",
11407 "long": "--length",
11408 "description": "the length, in bytes, to read from the file"
11409 },
11410 {
11411 "flags": "-o --offset <offset>",
11412 "required": -13,
11413 "optional": 0,
11414 "bool": true,
11415 "short": "-o",
11416 "long": "--offset",
11417 "description": "the optional offset to begin reading at (default is 0)"
11418 },
11419 {
11420 "flags": "-s, --subscription <id>",
11421 "required": -20,
11422 "optional": 0,
11423 "bool": true,
11424 "short": "-s",
11425 "long": "--subscription",
11426 "description": "the subscription identifier"
11427 }
11428 ]
11429 }
11430 ],
11431 "categories": {}
11432 },
11433 "permissions": {
11434 "name": "permissions",
11435 "description": "Commands to manage your Data Lake Storage FileSystem Permissions",
11436 "fullName": "datalake store permissions",
11437 "usage": "[options] [command]",
11438 "options": [],
11439 "commands": [
11440 {
11441 "name": "show",
11442 "description": "Gets the specified Data Lake Store folder ACL",
11443 "fullName": "datalake store permissions show",
11444 "usage": "[options] <accountName> <path>",
11445 "filePath": "commands/arm/datalakestore/datalakestore.js",
11446 "options": [
11447 {
11448 "flags": "-v, --verbose",
11449 "required": 0,
11450 "optional": 0,
11451 "bool": true,
11452 "short": "-v",
11453 "long": "--verbose",
11454 "description": "use verbose output"
11455 },
11456 {
11457 "flags": "-vv",
11458 "required": 0,
11459 "optional": 0,
11460 "bool": true,
11461 "long": "-vv",
11462 "description": "more verbose with debug output"
11463 },
11464 {
11465 "flags": "--json",
11466 "required": 0,
11467 "optional": 0,
11468 "bool": true,
11469 "long": "--json",
11470 "description": "use json output"
11471 },
11472 {
11473 "flags": "-n --accountName <accountName>",
11474 "required": -18,
11475 "optional": 0,
11476 "bool": true,
11477 "short": "-n",
11478 "long": "--accountName",
11479 "description": "the Data Lake Store account name to execute the action on"
11480 },
11481 {
11482 "flags": "-p --path <path>",
11483 "required": -11,
11484 "optional": 0,
11485 "bool": true,
11486 "short": "-p",
11487 "long": "--path",
11488 "description": "the full path to the folder or file to get (e.g. /someFolder or /someFolder/someFile.txt)"
11489 },
11490 {
11491 "flags": "-s, --subscription <id>",
11492 "required": -20,
11493 "optional": 0,
11494 "bool": true,
11495 "short": "-s",
11496 "long": "--subscription",
11497 "description": "the subscription identifier"
11498 }
11499 ]
11500 },
11501 {
11502 "name": "delete",
11503 "description": "Deletes the entire ACL associated with a folder",
11504 "fullName": "datalake store permissions delete",
11505 "usage": "[options] <accountName> <path>",
11506 "filePath": "commands/arm/datalakestore/datalakestore.js",
11507 "options": [
11508 {
11509 "flags": "-v, --verbose",
11510 "required": 0,
11511 "optional": 0,
11512 "bool": true,
11513 "short": "-v",
11514 "long": "--verbose",
11515 "description": "use verbose output"
11516 },
11517 {
11518 "flags": "-vv",
11519 "required": 0,
11520 "optional": 0,
11521 "bool": true,
11522 "long": "-vv",
11523 "description": "more verbose with debug output"
11524 },
11525 {
11526 "flags": "--json",
11527 "required": 0,
11528 "optional": 0,
11529 "bool": true,
11530 "long": "--json",
11531 "description": "use json output"
11532 },
11533 {
11534 "flags": "-n --accountName <accountName>",
11535 "required": -18,
11536 "optional": 0,
11537 "bool": true,
11538 "short": "-n",
11539 "long": "--accountName",
11540 "description": "the Data Lake Store account name to execute the action on"
11541 },
11542 {
11543 "flags": "-p --path <path>",
11544 "required": -11,
11545 "optional": 0,
11546 "bool": true,
11547 "short": "-p",
11548 "long": "--path",
11549 "description": "the full path to the folder to remove ACLs from (e.g. /someFolder)"
11550 },
11551 {
11552 "flags": "-d --defaultAcl",
11553 "required": 0,
11554 "optional": 0,
11555 "bool": true,
11556 "short": "-d",
11557 "long": "--defaultAcl",
11558 "description": "optionally indicates that the default ACL should be removed instead of the regular ACL. Default is false."
11559 },
11560 {
11561 "flags": "-q, --quiet",
11562 "required": 0,
11563 "optional": 0,
11564 "bool": true,
11565 "short": "-q",
11566 "long": "--quiet",
11567 "description": "quiet mode (do not ask for delete confirmation)"
11568 },
11569 {
11570 "flags": "-s, --subscription <id>",
11571 "required": -20,
11572 "optional": 0,
11573 "bool": true,
11574 "short": "-s",
11575 "long": "--subscription",
11576 "description": "the subscription identifier"
11577 }
11578 ]
11579 },
11580 {
11581 "name": "set",
11582 "description": "sets the specified Data Lake Store folder ACL (overwriting the previous ACL entries)",
11583 "fullName": "datalake store permissions set",
11584 "usage": "[options] <accountName> <path> <aclSpec>",
11585 "filePath": "commands/arm/datalakestore/datalakestore.js",
11586 "options": [
11587 {
11588 "flags": "-v, --verbose",
11589 "required": 0,
11590 "optional": 0,
11591 "bool": true,
11592 "short": "-v",
11593 "long": "--verbose",
11594 "description": "use verbose output"
11595 },
11596 {
11597 "flags": "-vv",
11598 "required": 0,
11599 "optional": 0,
11600 "bool": true,
11601 "long": "-vv",
11602 "description": "more verbose with debug output"
11603 },
11604 {
11605 "flags": "--json",
11606 "required": 0,
11607 "optional": 0,
11608 "bool": true,
11609 "long": "--json",
11610 "description": "use json output"
11611 },
11612 {
11613 "flags": "-n --accountName <accountName>",
11614 "required": -18,
11615 "optional": 0,
11616 "bool": true,
11617 "short": "-n",
11618 "long": "--accountName",
11619 "description": "the Data Lake Store account name to execute the action on"
11620 },
11621 {
11622 "flags": "-p --path <path>",
11623 "required": -11,
11624 "optional": 0,
11625 "bool": true,
11626 "short": "-p",
11627 "long": "--path",
11628 "description": "the full path to the folder to remove ACLs from (e.g. /someFolder)"
11629 },
11630 {
11631 "flags": "-a --aclSpec <aclSpec>",
11632 "required": -14,
11633 "optional": 0,
11634 "bool": true,
11635 "short": "-a",
11636 "long": "--aclSpec",
11637 "description": "a comma delimited list of fully qualified ACL entries to set in the format [default:]<user>|<group>:<object Id>:<permissions> (e.g 'user:5546499e-795f-4f5f-b411-8179051f8b0a:r-x' or 'default:group:5546499e-795f-4f5f-b411-8179051f8b0a:rwx'). This list must also include default entries (no object ID in the middle)"
11638 },
11639 {
11640 "flags": "-q, --quiet",
11641 "required": 0,
11642 "optional": 0,
11643 "bool": true,
11644 "short": "-q",
11645 "long": "--quiet",
11646 "description": "quiet mode (do not ask for overwrite confirmation)"
11647 },
11648 {
11649 "flags": "-s, --subscription <id>",
11650 "required": -20,
11651 "optional": 0,
11652 "bool": true,
11653 "short": "-s",
11654 "long": "--subscription",
11655 "description": "the subscription identifier"
11656 }
11657 ]
11658 }
11659 ],
11660 "categories": {
11661 "entry": {
11662 "name": "entry",
11663 "description": "Commands to manage your Data Lake Storage FileSystem granular permissions entries",
11664 "fullName": "datalake store permissions entry",
11665 "usage": "[options] [command]",
11666 "options": [],
11667 "commands": [
11668 {
11669 "name": "delete",
11670 "description": "deletes the specific ACE entry or entries from the path",
11671 "fullName": "datalake store permissions entry delete",
11672 "usage": "[options] <accountName> <path> <aclEntries>",
11673 "filePath": "commands/arm/datalakestore/datalakestore.js",
11674 "options": [
11675 {
11676 "flags": "-v, --verbose",
11677 "required": 0,
11678 "optional": 0,
11679 "bool": true,
11680 "short": "-v",
11681 "long": "--verbose",
11682 "description": "use verbose output"
11683 },
11684 {
11685 "flags": "-vv",
11686 "required": 0,
11687 "optional": 0,
11688 "bool": true,
11689 "long": "-vv",
11690 "description": "more verbose with debug output"
11691 },
11692 {
11693 "flags": "--json",
11694 "required": 0,
11695 "optional": 0,
11696 "bool": true,
11697 "long": "--json",
11698 "description": "use json output"
11699 },
11700 {
11701 "flags": "-n --accountName <accountName>",
11702 "required": -18,
11703 "optional": 0,
11704 "bool": true,
11705 "short": "-n",
11706 "long": "--accountName",
11707 "description": "the Data Lake Store account name to execute the action on"
11708 },
11709 {
11710 "flags": "-p --path <path>",
11711 "required": -11,
11712 "optional": 0,
11713 "bool": true,
11714 "short": "-p",
11715 "long": "--path",
11716 "description": "the full path to the folder to remove ACEs from (e.g. /someFolder)"
11717 },
11718 {
11719 "flags": "-a --aclEntries <aclEntries>",
11720 "required": -17,
11721 "optional": 0,
11722 "bool": true,
11723 "short": "-a",
11724 "long": "--aclEntries",
11725 "description": "a comma delimited list of the fully qualified ACE entry or entries to delete in the format [default:]<user>|<group>:<object Id> (e.g 'user:5546499e-795f-4f5f-b411-8179051f8b0a' or 'default:group:5546499e-795f-4f5f-b411-8179051f8b0a')"
11726 },
11727 {
11728 "flags": "-q, --quiet",
11729 "required": 0,
11730 "optional": 0,
11731 "bool": true,
11732 "short": "-q",
11733 "long": "--quiet",
11734 "description": "quiet mode (do not ask for delete confirmation)"
11735 },
11736 {
11737 "flags": "-s, --subscription <id>",
11738 "required": -20,
11739 "optional": 0,
11740 "bool": true,
11741 "short": "-s",
11742 "long": "--subscription",
11743 "description": "the subscription identifier"
11744 }
11745 ]
11746 },
11747 {
11748 "name": "set",
11749 "description": "sets the specified Data Lake Store folder ACE entry or entries",
11750 "fullName": "datalake store permissions entry set",
11751 "usage": "[options] <accountName> <path> <aclEntries>",
11752 "filePath": "commands/arm/datalakestore/datalakestore.js",
11753 "options": [
11754 {
11755 "flags": "-v, --verbose",
11756 "required": 0,
11757 "optional": 0,
11758 "bool": true,
11759 "short": "-v",
11760 "long": "--verbose",
11761 "description": "use verbose output"
11762 },
11763 {
11764 "flags": "-vv",
11765 "required": 0,
11766 "optional": 0,
11767 "bool": true,
11768 "long": "-vv",
11769 "description": "more verbose with debug output"
11770 },
11771 {
11772 "flags": "--json",
11773 "required": 0,
11774 "optional": 0,
11775 "bool": true,
11776 "long": "--json",
11777 "description": "use json output"
11778 },
11779 {
11780 "flags": "-n --accountName <accountName>",
11781 "required": -18,
11782 "optional": 0,
11783 "bool": true,
11784 "short": "-n",
11785 "long": "--accountName",
11786 "description": "the Data Lake Store account name to execute the action on"
11787 },
11788 {
11789 "flags": "-p --path <path>",
11790 "required": -11,
11791 "optional": 0,
11792 "bool": true,
11793 "short": "-p",
11794 "long": "--path",
11795 "description": "the full path to the folder to set ACEs on (e.g. /someFolder)"
11796 },
11797 {
11798 "flags": "-a --aclEntries <aclEntries>",
11799 "required": -17,
11800 "optional": 0,
11801 "bool": true,
11802 "short": "-a",
11803 "long": "--aclEntries",
11804 "description": "a comma delimited list of the fully qualified ACE entries to set in the format [default:]<user>|<group>:<object Id>:<permissions> (e.g 'user:5546499e-795f-4f5f-b411-8179051f8b0a:r-x' or 'default:group:5546499e-795f-4f5f-b411-8179051f8b0a:rwx')"
11805 },
11806 {
11807 "flags": "-q, --quiet",
11808 "required": 0,
11809 "optional": 0,
11810 "bool": true,
11811 "short": "-q",
11812 "long": "--quiet",
11813 "description": "quiet mode (do not ask for overwrite confirmation)"
11814 },
11815 {
11816 "flags": "-s, --subscription <id>",
11817 "required": -20,
11818 "optional": 0,
11819 "bool": true,
11820 "short": "-s",
11821 "long": "--subscription",
11822 "description": "the subscription identifier"
11823 }
11824 ]
11825 }
11826 ],
11827 "categories": {}
11828 }
11829 }
11830 },
11831 "account": {
11832 "name": "account",
11833 "description": "Commands to manage your Data Lake Storage accounts",
11834 "fullName": "datalake store account",
11835 "usage": "[options] [command]",
11836 "options": [],
11837 "commands": [
11838 {
11839 "name": "list",
11840 "description": "List all Data Lake Store accounts available for your subscription or subscription and resource group",
11841 "fullName": "datalake store account list",
11842 "usage": "[options]",
11843 "filePath": "commands/arm/datalakestore/datalakestore.js",
11844 "options": [
11845 {
11846 "flags": "-v, --verbose",
11847 "required": 0,
11848 "optional": 0,
11849 "bool": true,
11850 "short": "-v",
11851 "long": "--verbose",
11852 "description": "use verbose output"
11853 },
11854 {
11855 "flags": "-vv",
11856 "required": 0,
11857 "optional": 0,
11858 "bool": true,
11859 "long": "-vv",
11860 "description": "more verbose with debug output"
11861 },
11862 {
11863 "flags": "--json",
11864 "required": 0,
11865 "optional": 0,
11866 "bool": true,
11867 "long": "--json",
11868 "description": "use json output"
11869 },
11870 {
11871 "flags": "-g --resource-group <resource-group>",
11872 "required": -21,
11873 "optional": 0,
11874 "bool": true,
11875 "short": "-g",
11876 "long": "--resource-group",
11877 "description": "the optional resource group to list the accounts in"
11878 },
11879 {
11880 "flags": "-s, --subscription <id>",
11881 "required": -20,
11882 "optional": 0,
11883 "bool": true,
11884 "short": "-s",
11885 "long": "--subscription",
11886 "description": "the subscription identifier"
11887 }
11888 ]
11889 },
11890 {
11891 "name": "show",
11892 "description": "Shows a Data Lake Store Account based on account name",
11893 "fullName": "datalake store account show",
11894 "usage": "[options] <accountName>",
11895 "filePath": "commands/arm/datalakestore/datalakestore.js",
11896 "options": [
11897 {
11898 "flags": "-v, --verbose",
11899 "required": 0,
11900 "optional": 0,
11901 "bool": true,
11902 "short": "-v",
11903 "long": "--verbose",
11904 "description": "use verbose output"
11905 },
11906 {
11907 "flags": "-vv",
11908 "required": 0,
11909 "optional": 0,
11910 "bool": true,
11911 "long": "-vv",
11912 "description": "more verbose with debug output"
11913 },
11914 {
11915 "flags": "--json",
11916 "required": 0,
11917 "optional": 0,
11918 "bool": true,
11919 "long": "--json",
11920 "description": "use json output"
11921 },
11922 {
11923 "flags": "-n --accountName <accountName>",
11924 "required": -18,
11925 "optional": 0,
11926 "bool": true,
11927 "short": "-n",
11928 "long": "--accountName",
11929 "description": "the Data Lake Store account name"
11930 },
11931 {
11932 "flags": "-g --resource-group <resource-group>",
11933 "required": -21,
11934 "optional": 0,
11935 "bool": true,
11936 "short": "-g",
11937 "long": "--resource-group",
11938 "description": "the optional resource group to list the accounts in"
11939 },
11940 {
11941 "flags": "-s, --subscription <id>",
11942 "required": -20,
11943 "optional": 0,
11944 "bool": true,
11945 "short": "-s",
11946 "long": "--subscription",
11947 "description": "the subscription identifier"
11948 }
11949 ]
11950 },
11951 {
11952 "name": "delete",
11953 "description": "Deletes a Data Lake Store Account based on account name",
11954 "fullName": "datalake store account delete",
11955 "usage": "[options] <accountName>",
11956 "filePath": "commands/arm/datalakestore/datalakestore.js",
11957 "options": [
11958 {
11959 "flags": "-v, --verbose",
11960 "required": 0,
11961 "optional": 0,
11962 "bool": true,
11963 "short": "-v",
11964 "long": "--verbose",
11965 "description": "use verbose output"
11966 },
11967 {
11968 "flags": "-vv",
11969 "required": 0,
11970 "optional": 0,
11971 "bool": true,
11972 "long": "-vv",
11973 "description": "more verbose with debug output"
11974 },
11975 {
11976 "flags": "--json",
11977 "required": 0,
11978 "optional": 0,
11979 "bool": true,
11980 "long": "--json",
11981 "description": "use json output"
11982 },
11983 {
11984 "flags": "-n --accountName <accountName>",
11985 "required": -18,
11986 "optional": 0,
11987 "bool": true,
11988 "short": "-n",
11989 "long": "--accountName",
11990 "description": "the Data Lake Store account name"
11991 },
11992 {
11993 "flags": "-g --resource-group <resource-group>",
11994 "required": -21,
11995 "optional": 0,
11996 "bool": true,
11997 "short": "-g",
11998 "long": "--resource-group",
11999 "description": "the optional resource group to force the command to find the Data Lake Store account to delete in."
12000 },
12001 {
12002 "flags": "-q, --quiet",
12003 "required": 0,
12004 "optional": 0,
12005 "bool": true,
12006 "short": "-q",
12007 "long": "--quiet",
12008 "description": "quiet mode (do not ask for delete confirmation)"
12009 },
12010 {
12011 "flags": "-s, --subscription <id>",
12012 "required": -20,
12013 "optional": 0,
12014 "bool": true,
12015 "short": "-s",
12016 "long": "--subscription",
12017 "description": "the subscription identifier"
12018 }
12019 ]
12020 },
12021 {
12022 "name": "create",
12023 "description": "Creates a Data Lake Store Account",
12024 "fullName": "datalake store account create",
12025 "usage": "[options] <accountName> <location> <resource-group>",
12026 "filePath": "commands/arm/datalakestore/datalakestore.js",
12027 "options": [
12028 {
12029 "flags": "-v, --verbose",
12030 "required": 0,
12031 "optional": 0,
12032 "bool": true,
12033 "short": "-v",
12034 "long": "--verbose",
12035 "description": "use verbose output"
12036 },
12037 {
12038 "flags": "-vv",
12039 "required": 0,
12040 "optional": 0,
12041 "bool": true,
12042 "long": "-vv",
12043 "description": "more verbose with debug output"
12044 },
12045 {
12046 "flags": "--json",
12047 "required": 0,
12048 "optional": 0,
12049 "bool": true,
12050 "long": "--json",
12051 "description": "use json output"
12052 },
12053 {
12054 "flags": "-n --accountName <accountName>",
12055 "required": -18,
12056 "optional": 0,
12057 "bool": true,
12058 "short": "-n",
12059 "long": "--accountName",
12060 "description": "The Data Lake Store account name to create"
12061 },
12062 {
12063 "flags": "-l --location <location>",
12064 "required": -15,
12065 "optional": 0,
12066 "bool": true,
12067 "short": "-l",
12068 "long": "--location",
12069 "description": "the location the Data Lake Store account will be created in. Valid values are: North Central US, South Central US, Central US, West Europe, North Europe, West US, East US, East US 2, Japan East, Japan West, Brazil South, Southeast Asia, East Asia, Australia East, Australia Southeast"
12070 },
12071 {
12072 "flags": "-g --resource-group <resource-group>",
12073 "required": -21,
12074 "optional": 0,
12075 "bool": true,
12076 "short": "-g",
12077 "long": "--resource-group",
12078 "description": "the resource group to create the account in"
12079 },
12080 {
12081 "flags": "-d --defaultGroup <defaultGroup>",
12082 "required": -19,
12083 "optional": 0,
12084 "bool": true,
12085 "short": "-d",
12086 "long": "--defaultGroup",
12087 "description": "the optional default permissions group to add to the account when created"
12088 },
12089 {
12090 "flags": "-t --tags <tags>",
12091 "required": -11,
12092 "optional": 0,
12093 "bool": true,
12094 "short": "-t",
12095 "long": "--tags",
12096 "description": "Tags to set to the the Data Lake Store account. Can be mutliple. In the format of 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
12097 },
12098 {
12099 "flags": "-s, --subscription <id>",
12100 "required": -20,
12101 "optional": 0,
12102 "bool": true,
12103 "short": "-s",
12104 "long": "--subscription",
12105 "description": "the subscription identifier"
12106 }
12107 ]
12108 },
12109 {
12110 "name": "set",
12111 "description": "Updates the properties of an existing Data Lake Store Account",
12112 "fullName": "datalake store account set",
12113 "usage": "[options] <accountName>",
12114 "filePath": "commands/arm/datalakestore/datalakestore.js",
12115 "options": [
12116 {
12117 "flags": "-v, --verbose",
12118 "required": 0,
12119 "optional": 0,
12120 "bool": true,
12121 "short": "-v",
12122 "long": "--verbose",
12123 "description": "use verbose output"
12124 },
12125 {
12126 "flags": "-vv",
12127 "required": 0,
12128 "optional": 0,
12129 "bool": true,
12130 "long": "-vv",
12131 "description": "more verbose with debug output"
12132 },
12133 {
12134 "flags": "--json",
12135 "required": 0,
12136 "optional": 0,
12137 "bool": true,
12138 "long": "--json",
12139 "description": "use json output"
12140 },
12141 {
12142 "flags": "-n --accountName <accountName>",
12143 "required": -18,
12144 "optional": 0,
12145 "bool": true,
12146 "short": "-n",
12147 "long": "--accountName",
12148 "description": "The Data Lake Store account name to update with new tags and/or default permissions group"
12149 },
12150 {
12151 "flags": "-g --resource-group <resource-group>",
12152 "required": -21,
12153 "optional": 0,
12154 "bool": true,
12155 "short": "-g",
12156 "long": "--resource-group",
12157 "description": "the optional resource group to forcibly look for the account to update in"
12158 },
12159 {
12160 "flags": "-d --defaultGroup <defaultGroup>",
12161 "required": -19,
12162 "optional": 0,
12163 "bool": true,
12164 "short": "-d",
12165 "long": "--defaultGroup",
12166 "description": "the optional default permissions group to set in the existing account"
12167 },
12168 {
12169 "flags": "-t --tags <tags>",
12170 "required": -11,
12171 "optional": 0,
12172 "bool": true,
12173 "short": "-t",
12174 "long": "--tags",
12175 "description": "Tags to set to the Data Lake Store account. Can be mutliple. In the format of 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
12176 },
12177 {
12178 "flags": "--no-tags",
12179 "required": 0,
12180 "optional": 0,
12181 "bool": false,
12182 "long": "--no-tags",
12183 "description": "remove all existing tags"
12184 },
12185 {
12186 "flags": "-s, --subscription <id>",
12187 "required": -20,
12188 "optional": 0,
12189 "bool": true,
12190 "short": "-s",
12191 "long": "--subscription",
12192 "description": "the subscription identifier"
12193 }
12194 ]
12195 }
12196 ],
12197 "categories": {}
12198 }
12199 }
12200 }
12201 }
12202 },
12203 "feature": {
12204 "name": "feature",
12205 "description": "Commands to manage your features",
12206 "fullName": "feature",
12207 "usage": "[options] [command]",
12208 "options": [],
12209 "commands": [
12210 {
12211 "name": "list",
12212 "description": "List all features available for your subscription",
12213 "fullName": "feature list",
12214 "usage": "[options]",
12215 "filePath": "commands/arm/feature/feature.js",
12216 "options": [
12217 {
12218 "flags": "-v, --verbose",
12219 "required": 0,
12220 "optional": 0,
12221 "bool": true,
12222 "short": "-v",
12223 "long": "--verbose",
12224 "description": "use verbose output"
12225 },
12226 {
12227 "flags": "-vv",
12228 "required": 0,
12229 "optional": 0,
12230 "bool": true,
12231 "long": "-vv",
12232 "description": "more verbose with debug output"
12233 },
12234 {
12235 "flags": "--json",
12236 "required": 0,
12237 "optional": 0,
12238 "bool": true,
12239 "long": "--json",
12240 "description": "use json output"
12241 },
12242 {
12243 "flags": "--subscription <subscription>",
12244 "required": -16,
12245 "optional": 0,
12246 "bool": true,
12247 "long": "--subscription",
12248 "description": "the subscription identifier"
12249 }
12250 ]
12251 },
12252 {
12253 "name": "show",
12254 "description": "Shows a feature",
12255 "fullName": "feature show",
12256 "usage": "[options] <providerName> <featureName>",
12257 "filePath": "commands/arm/feature/feature.js",
12258 "options": [
12259 {
12260 "flags": "-v, --verbose",
12261 "required": 0,
12262 "optional": 0,
12263 "bool": true,
12264 "short": "-v",
12265 "long": "--verbose",
12266 "description": "use verbose output"
12267 },
12268 {
12269 "flags": "-vv",
12270 "required": 0,
12271 "optional": 0,
12272 "bool": true,
12273 "long": "-vv",
12274 "description": "more verbose with debug output"
12275 },
12276 {
12277 "flags": "--json",
12278 "required": 0,
12279 "optional": 0,
12280 "bool": true,
12281 "long": "--json",
12282 "description": "use json output"
12283 },
12284 {
12285 "flags": "-p --providerName <providerName>",
12286 "required": -19,
12287 "optional": 0,
12288 "bool": true,
12289 "short": "-p",
12290 "long": "--providerName",
12291 "description": "the resource provider name"
12292 },
12293 {
12294 "flags": "-n --featureName <featureName>",
12295 "required": -18,
12296 "optional": 0,
12297 "bool": true,
12298 "short": "-n",
12299 "long": "--featureName",
12300 "description": "the feature name"
12301 },
12302 {
12303 "flags": "--subscription <subscription>",
12304 "required": -16,
12305 "optional": 0,
12306 "bool": true,
12307 "long": "--subscription",
12308 "description": "the subscription identifier"
12309 }
12310 ]
12311 },
12312 {
12313 "name": "register",
12314 "description": "Registers a previewed feature of a resource provider.",
12315 "fullName": "feature register",
12316 "usage": "[options] <providerName> <featureName>",
12317 "filePath": "commands/arm/feature/feature.js",
12318 "options": [
12319 {
12320 "flags": "-v, --verbose",
12321 "required": 0,
12322 "optional": 0,
12323 "bool": true,
12324 "short": "-v",
12325 "long": "--verbose",
12326 "description": "use verbose output"
12327 },
12328 {
12329 "flags": "-vv",
12330 "required": 0,
12331 "optional": 0,
12332 "bool": true,
12333 "long": "-vv",
12334 "description": "more verbose with debug output"
12335 },
12336 {
12337 "flags": "--json",
12338 "required": 0,
12339 "optional": 0,
12340 "bool": true,
12341 "long": "--json",
12342 "description": "use json output"
12343 },
12344 {
12345 "flags": "-p --providerName <providerName>",
12346 "required": -19,
12347 "optional": 0,
12348 "bool": true,
12349 "short": "-p",
12350 "long": "--providerName",
12351 "description": "the resource provider name"
12352 },
12353 {
12354 "flags": "-n --name <featureName>",
12355 "required": -11,
12356 "optional": 0,
12357 "bool": true,
12358 "short": "-n",
12359 "long": "--name",
12360 "description": "the feature name"
12361 },
12362 {
12363 "flags": "--subscription <subscription>",
12364 "required": -16,
12365 "optional": 0,
12366 "bool": true,
12367 "long": "--subscription",
12368 "description": "the subscription identifier"
12369 }
12370 ]
12371 }
12372 ],
12373 "categories": {}
12374 },
12375 "group": {
12376 "name": "group",
12377 "description": "Commands to manage your resource groups",
12378 "fullName": "group",
12379 "usage": "[options] [command]",
12380 "options": [],
12381 "commands": [
12382 {
12383 "name": "create",
12384 "description": "Creates a new resource group",
12385 "fullName": "group create",
12386 "usage": "[options] <name> <location>",
12387 "filePath": "commands/arm/group/group.js",
12388 "options": [
12389 {
12390 "flags": "-v, --verbose",
12391 "required": 0,
12392 "optional": 0,
12393 "bool": true,
12394 "short": "-v",
12395 "long": "--verbose",
12396 "description": "use verbose output"
12397 },
12398 {
12399 "flags": "-vv",
12400 "required": 0,
12401 "optional": 0,
12402 "bool": true,
12403 "long": "-vv",
12404 "description": "more verbose with debug output"
12405 },
12406 {
12407 "flags": "--json",
12408 "required": 0,
12409 "optional": 0,
12410 "bool": true,
12411 "long": "--json",
12412 "description": "use json output"
12413 },
12414 {
12415 "flags": "-n --name <name>",
12416 "required": -11,
12417 "optional": 0,
12418 "bool": true,
12419 "short": "-n",
12420 "long": "--name",
12421 "description": "the resource group name"
12422 },
12423 {
12424 "flags": "-l --location <location>",
12425 "required": -15,
12426 "optional": 0,
12427 "bool": true,
12428 "short": "-l",
12429 "long": "--location",
12430 "description": "the location where we will create the group"
12431 },
12432 {
12433 "flags": "-d --deployment-name <deployment-name>",
12434 "required": -22,
12435 "optional": 0,
12436 "bool": true,
12437 "short": "-d",
12438 "long": "--deployment-name",
12439 "description": "the name of the deployment we will create (only valid when a template is used)"
12440 },
12441 {
12442 "flags": "-f --template-file <template-file>",
12443 "required": -20,
12444 "optional": 0,
12445 "bool": true,
12446 "short": "-f",
12447 "long": "--template-file",
12448 "description": "the path to the template file in the file system",
12449 "fileRelatedOption": true
12450 },
12451 {
12452 "flags": "--template-uri <template-uri>",
12453 "required": -16,
12454 "optional": 0,
12455 "bool": true,
12456 "long": "--template-uri",
12457 "description": "the uri to the remote template file"
12458 },
12459 {
12460 "flags": "--template-version <template-version>",
12461 "required": -20,
12462 "optional": 0,
12463 "bool": true,
12464 "long": "--template-version",
12465 "description": "the content version of the template"
12466 },
12467 {
12468 "flags": "-p --parameters <parameters>",
12469 "required": -17,
12470 "optional": 0,
12471 "bool": true,
12472 "short": "-p",
12473 "long": "--parameters",
12474 "description": "a JSON-formatted string containing parameters"
12475 },
12476 {
12477 "flags": "-e --parameters-file <parametersFile>",
12478 "required": -22,
12479 "optional": 0,
12480 "bool": true,
12481 "short": "-e",
12482 "long": "--parameters-file",
12483 "description": "a file containing parameters",
12484 "fileRelatedOption": true
12485 },
12486 {
12487 "flags": "-t --tags <tags>",
12488 "required": -11,
12489 "optional": 0,
12490 "bool": true,
12491 "short": "-t",
12492 "long": "--tags",
12493 "description": "Tags to set to the resource group. Can be multiple. In the format of 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
12494 },
12495 {
12496 "flags": "--subscription <subscription>",
12497 "required": -16,
12498 "optional": 0,
12499 "bool": true,
12500 "long": "--subscription",
12501 "description": "the subscription identifier"
12502 }
12503 ]
12504 },
12505 {
12506 "name": "set",
12507 "description": "Set tags to a resource group",
12508 "fullName": "group set",
12509 "usage": "[options] <name> <tags>",
12510 "filePath": "commands/arm/group/group.js",
12511 "options": [
12512 {
12513 "flags": "-v, --verbose",
12514 "required": 0,
12515 "optional": 0,
12516 "bool": true,
12517 "short": "-v",
12518 "long": "--verbose",
12519 "description": "use verbose output"
12520 },
12521 {
12522 "flags": "-vv",
12523 "required": 0,
12524 "optional": 0,
12525 "bool": true,
12526 "long": "-vv",
12527 "description": "more verbose with debug output"
12528 },
12529 {
12530 "flags": "--json",
12531 "required": 0,
12532 "optional": 0,
12533 "bool": true,
12534 "long": "--json",
12535 "description": "use json output"
12536 },
12537 {
12538 "flags": "-n --name <name>",
12539 "required": -11,
12540 "optional": 0,
12541 "bool": true,
12542 "short": "-n",
12543 "long": "--name",
12544 "description": "the resource group name"
12545 },
12546 {
12547 "flags": "-t --tags <tags>",
12548 "required": -11,
12549 "optional": 0,
12550 "bool": true,
12551 "short": "-t",
12552 "long": "--tags",
12553 "description": "Tags to set to the resource group. Can be multiple. In the format of 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
12554 },
12555 {
12556 "flags": "--no-tags",
12557 "required": 0,
12558 "optional": 0,
12559 "bool": false,
12560 "long": "--no-tags",
12561 "description": "remove all existing tags"
12562 },
12563 {
12564 "flags": "--subscription <subscription>",
12565 "required": -16,
12566 "optional": 0,
12567 "bool": true,
12568 "long": "--subscription",
12569 "description": "the subscription identifier"
12570 }
12571 ]
12572 },
12573 {
12574 "name": "delete",
12575 "description": "Deletes a resource group",
12576 "fullName": "group delete",
12577 "usage": "[options] <name>",
12578 "filePath": "commands/arm/group/group.js",
12579 "options": [
12580 {
12581 "flags": "-v, --verbose",
12582 "required": 0,
12583 "optional": 0,
12584 "bool": true,
12585 "short": "-v",
12586 "long": "--verbose",
12587 "description": "use verbose output"
12588 },
12589 {
12590 "flags": "-vv",
12591 "required": 0,
12592 "optional": 0,
12593 "bool": true,
12594 "long": "-vv",
12595 "description": "more verbose with debug output"
12596 },
12597 {
12598 "flags": "--json",
12599 "required": 0,
12600 "optional": 0,
12601 "bool": true,
12602 "long": "--json",
12603 "description": "use json output"
12604 },
12605 {
12606 "flags": "-n --name <name>",
12607 "required": -11,
12608 "optional": 0,
12609 "bool": true,
12610 "short": "-n",
12611 "long": "--name",
12612 "description": "the resource group name"
12613 },
12614 {
12615 "flags": "-q, --quiet",
12616 "required": 0,
12617 "optional": 0,
12618 "bool": true,
12619 "short": "-q",
12620 "long": "--quiet",
12621 "description": "quiet mode (do not ask for delete confirmation)"
12622 },
12623 {
12624 "flags": "--subscription <subscription>",
12625 "required": -16,
12626 "optional": 0,
12627 "bool": true,
12628 "long": "--subscription",
12629 "description": "the subscription identifier"
12630 }
12631 ]
12632 },
12633 {
12634 "name": "list",
12635 "description": "Lists the resource groups for your subscription",
12636 "fullName": "group list",
12637 "usage": "[options]",
12638 "filePath": "commands/arm/group/group.js",
12639 "options": [
12640 {
12641 "flags": "-v, --verbose",
12642 "required": 0,
12643 "optional": 0,
12644 "bool": true,
12645 "short": "-v",
12646 "long": "--verbose",
12647 "description": "use verbose output"
12648 },
12649 {
12650 "flags": "-vv",
12651 "required": 0,
12652 "optional": 0,
12653 "bool": true,
12654 "long": "-vv",
12655 "description": "more verbose with debug output"
12656 },
12657 {
12658 "flags": "--json",
12659 "required": 0,
12660 "optional": 0,
12661 "bool": true,
12662 "long": "--json",
12663 "description": "use json output"
12664 },
12665 {
12666 "flags": "-d, --details",
12667 "required": 0,
12668 "optional": 0,
12669 "bool": true,
12670 "short": "-d",
12671 "long": "--details",
12672 "description": "show additional resource group details such as resources, permissions etc."
12673 },
12674 {
12675 "flags": "-t --tags <tags>",
12676 "required": -11,
12677 "optional": 0,
12678 "bool": true,
12679 "short": "-t",
12680 "long": "--tags",
12681 "description": "Tag to use to filter to the resource group. Can only take 1 tag. In the format of \"name=value\". Name is required and value is optional. For example, -t tag1 or -t tag1=value1."
12682 },
12683 {
12684 "flags": "--subscription <subscription>",
12685 "required": -16,
12686 "optional": 0,
12687 "bool": true,
12688 "long": "--subscription",
12689 "description": "the subscription identifier"
12690 }
12691 ]
12692 },
12693 {
12694 "name": "show",
12695 "description": "Shows a resource group for your subscription",
12696 "fullName": "group show",
12697 "usage": "[options] <name>",
12698 "filePath": "commands/arm/group/group.js",
12699 "options": [
12700 {
12701 "flags": "-v, --verbose",
12702 "required": 0,
12703 "optional": 0,
12704 "bool": true,
12705 "short": "-v",
12706 "long": "--verbose",
12707 "description": "use verbose output"
12708 },
12709 {
12710 "flags": "-vv",
12711 "required": 0,
12712 "optional": 0,
12713 "bool": true,
12714 "long": "-vv",
12715 "description": "more verbose with debug output"
12716 },
12717 {
12718 "flags": "--json",
12719 "required": 0,
12720 "optional": 0,
12721 "bool": true,
12722 "long": "--json",
12723 "description": "use json output"
12724 },
12725 {
12726 "flags": "-n --name <name>",
12727 "required": -11,
12728 "optional": 0,
12729 "bool": true,
12730 "short": "-n",
12731 "long": "--name",
12732 "description": "the resource group name"
12733 },
12734 {
12735 "flags": "--subscription <subscription>",
12736 "required": -16,
12737 "optional": 0,
12738 "bool": true,
12739 "long": "--subscription",
12740 "description": "the subscription identifier"
12741 }
12742 ]
12743 }
12744 ],
12745 "categories": {
12746 "deployment": {
12747 "name": "deployment",
12748 "description": "Commands to manage your deployment in a resource group",
12749 "fullName": "group deployment",
12750 "usage": "[options] [command]",
12751 "options": [],
12752 "commands": [
12753 {
12754 "name": "create",
12755 "description": "Creates a deployment",
12756 "fullName": "group deployment create",
12757 "usage": "[options] [resource-group] [name]",
12758 "filePath": "commands/arm/group/group.deployment.js",
12759 "options": [
12760 {
12761 "flags": "-v, --verbose",
12762 "required": 0,
12763 "optional": 0,
12764 "bool": true,
12765 "short": "-v",
12766 "long": "--verbose",
12767 "description": "use verbose output"
12768 },
12769 {
12770 "flags": "-vv",
12771 "required": 0,
12772 "optional": 0,
12773 "bool": true,
12774 "long": "-vv",
12775 "description": "more verbose with debug output"
12776 },
12777 {
12778 "flags": "--json",
12779 "required": 0,
12780 "optional": 0,
12781 "bool": true,
12782 "long": "--json",
12783 "description": "use json output"
12784 },
12785 {
12786 "flags": "-g --resource-group <resource-group>",
12787 "required": -21,
12788 "optional": 0,
12789 "bool": true,
12790 "short": "-g",
12791 "long": "--resource-group",
12792 "description": "the name of the resource group"
12793 },
12794 {
12795 "flags": "-n --name <name>",
12796 "required": -11,
12797 "optional": 0,
12798 "bool": true,
12799 "short": "-n",
12800 "long": "--name",
12801 "description": "the name of the deployment"
12802 },
12803 {
12804 "flags": "-f --template-file <template-file>",
12805 "required": -20,
12806 "optional": 0,
12807 "bool": true,
12808 "short": "-f",
12809 "long": "--template-file",
12810 "description": "the path to the template file in the file system",
12811 "fileRelatedOption": true
12812 },
12813 {
12814 "flags": "--template-uri <template-uri>",
12815 "required": -16,
12816 "optional": 0,
12817 "bool": true,
12818 "long": "--template-uri",
12819 "description": "the uri to the remote template file"
12820 },
12821 {
12822 "flags": "--template-version <template-version>",
12823 "required": -20,
12824 "optional": 0,
12825 "bool": true,
12826 "long": "--template-version",
12827 "description": "the content version of the template"
12828 },
12829 {
12830 "flags": "-p --parameters <parameters>",
12831 "required": -17,
12832 "optional": 0,
12833 "bool": true,
12834 "short": "-p",
12835 "long": "--parameters",
12836 "description": "a JSON-formatted string containing parameters"
12837 },
12838 {
12839 "flags": "-e --parameters-file <parametersFile>",
12840 "required": -22,
12841 "optional": 0,
12842 "bool": true,
12843 "short": "-e",
12844 "long": "--parameters-file",
12845 "description": "a file containing parameters",
12846 "fileRelatedOption": true
12847 },
12848 {
12849 "flags": "-m --mode <mode>",
12850 "required": -11,
12851 "optional": 0,
12852 "bool": true,
12853 "short": "-m",
12854 "long": "--mode",
12855 "description": "the deployment mode: specify one of Incremental or Complete. If no mode is specified, Incremental is used as default. When Complete mode is used, all the resources in the specified resource group, which are not included in the template, will be deleted."
12856 },
12857 {
12858 "flags": "-q --quiet",
12859 "required": 0,
12860 "optional": 0,
12861 "bool": true,
12862 "short": "-q",
12863 "long": "--quiet",
12864 "description": "quiet mode (when complete mode is specified, do not ask for deployment confirmation)"
12865 },
12866 {
12867 "flags": "--nowait",
12868 "required": 0,
12869 "optional": 0,
12870 "bool": true,
12871 "long": "--nowait",
12872 "description": "does not wait for the deployment to complete. Returns as soon as the deployment is created"
12873 },
12874 {
12875 "flags": "--novalidate",
12876 "required": 0,
12877 "optional": 0,
12878 "bool": true,
12879 "long": "--novalidate",
12880 "description": "do not validate deployment"
12881 },
12882 {
12883 "flags": "--subscription <subscription>",
12884 "required": -16,
12885 "optional": 0,
12886 "bool": true,
12887 "long": "--subscription",
12888 "description": "the subscription identifier"
12889 }
12890 ]
12891 },
12892 {
12893 "name": "list",
12894 "description": "Gets deployments",
12895 "fullName": "group deployment list",
12896 "usage": "[options] <resource-group> [state]",
12897 "filePath": "commands/arm/group/group.deployment.js",
12898 "options": [
12899 {
12900 "flags": "-v, --verbose",
12901 "required": 0,
12902 "optional": 0,
12903 "bool": true,
12904 "short": "-v",
12905 "long": "--verbose",
12906 "description": "use verbose output"
12907 },
12908 {
12909 "flags": "-vv",
12910 "required": 0,
12911 "optional": 0,
12912 "bool": true,
12913 "long": "-vv",
12914 "description": "more verbose with debug output"
12915 },
12916 {
12917 "flags": "--json",
12918 "required": 0,
12919 "optional": 0,
12920 "bool": true,
12921 "long": "--json",
12922 "description": "use json output"
12923 },
12924 {
12925 "flags": "-g --resource-group <resourceGroup>",
12926 "required": -21,
12927 "optional": 0,
12928 "bool": true,
12929 "short": "-g",
12930 "long": "--resource-group",
12931 "description": "the name of the resource group."
12932 },
12933 {
12934 "flags": "--state <state>",
12935 "required": -9,
12936 "optional": 0,
12937 "bool": true,
12938 "long": "--state",
12939 "description": "filter the deployments by provisioning state (valid values are Accepted, Running, Failed, and Succeeded)"
12940 },
12941 {
12942 "flags": "--subscription <subscription>",
12943 "required": -16,
12944 "optional": 0,
12945 "bool": true,
12946 "long": "--subscription",
12947 "description": "subscription containing deployments to list (optional)"
12948 }
12949 ]
12950 },
12951 {
12952 "name": "show",
12953 "description": "Shows a deployment",
12954 "fullName": "group deployment show",
12955 "usage": "[options] <resource-group> [deployment-name]",
12956 "filePath": "commands/arm/group/group.deployment.js",
12957 "options": [
12958 {
12959 "flags": "-v, --verbose",
12960 "required": 0,
12961 "optional": 0,
12962 "bool": true,
12963 "short": "-v",
12964 "long": "--verbose",
12965 "description": "use verbose output"
12966 },
12967 {
12968 "flags": "-vv",
12969 "required": 0,
12970 "optional": 0,
12971 "bool": true,
12972 "long": "-vv",
12973 "description": "more verbose with debug output"
12974 },
12975 {
12976 "flags": "--json",
12977 "required": 0,
12978 "optional": 0,
12979 "bool": true,
12980 "long": "--json",
12981 "description": "use json output"
12982 },
12983 {
12984 "flags": "-g --resource-group <resourceGroup>",
12985 "required": -21,
12986 "optional": 0,
12987 "bool": true,
12988 "short": "-g",
12989 "long": "--resource-group",
12990 "description": "the name of the resource group."
12991 },
12992 {
12993 "flags": "-n --name <name>",
12994 "required": -11,
12995 "optional": 0,
12996 "bool": true,
12997 "short": "-n",
12998 "long": "--name",
12999 "description": "the name of the deployment (if not specified, the most recent deployment is shown)"
13000 },
13001 {
13002 "flags": "--subscription <subscription>",
13003 "required": -16,
13004 "optional": 0,
13005 "bool": true,
13006 "long": "--subscription",
13007 "description": "subscription containing the deployment to display (optional)"
13008 }
13009 ]
13010 },
13011 {
13012 "name": "stop",
13013 "description": "Stops a deployment",
13014 "fullName": "group deployment stop",
13015 "usage": "[options] <resource-group> [deployment-name]",
13016 "filePath": "commands/arm/group/group.deployment.js",
13017 "options": [
13018 {
13019 "flags": "-v, --verbose",
13020 "required": 0,
13021 "optional": 0,
13022 "bool": true,
13023 "short": "-v",
13024 "long": "--verbose",
13025 "description": "use verbose output"
13026 },
13027 {
13028 "flags": "-vv",
13029 "required": 0,
13030 "optional": 0,
13031 "bool": true,
13032 "long": "-vv",
13033 "description": "more verbose with debug output"
13034 },
13035 {
13036 "flags": "--json",
13037 "required": 0,
13038 "optional": 0,
13039 "bool": true,
13040 "long": "--json",
13041 "description": "use json output"
13042 },
13043 {
13044 "flags": "-g --resource-group <resourceGroup>",
13045 "required": -21,
13046 "optional": 0,
13047 "bool": true,
13048 "short": "-g",
13049 "long": "--resource-group",
13050 "description": "the name of the resource group"
13051 },
13052 {
13053 "flags": "-q --quiet",
13054 "required": 0,
13055 "optional": 0,
13056 "bool": true,
13057 "short": "-q",
13058 "long": "--quiet",
13059 "description": "quiet mode (do not ask for stop deployment confirmation)"
13060 },
13061 {
13062 "flags": "-n --name <name>",
13063 "required": -11,
13064 "optional": 0,
13065 "bool": true,
13066 "short": "-n",
13067 "long": "--name",
13068 "description": "the name of the deployment (if not specified, the currently running deployment is stopped)"
13069 },
13070 {
13071 "flags": "--subscription <subscription>",
13072 "required": -16,
13073 "optional": 0,
13074 "bool": true,
13075 "long": "--subscription",
13076 "description": "the subscription identifier"
13077 }
13078 ]
13079 },
13080 {
13081 "name": "delete",
13082 "description": "Deletes a deployment",
13083 "fullName": "group deployment delete",
13084 "usage": "[options] <resource-group> <deployment-name>",
13085 "filePath": "commands/arm/group/group.deployment.js",
13086 "options": [
13087 {
13088 "flags": "-v, --verbose",
13089 "required": 0,
13090 "optional": 0,
13091 "bool": true,
13092 "short": "-v",
13093 "long": "--verbose",
13094 "description": "use verbose output"
13095 },
13096 {
13097 "flags": "-vv",
13098 "required": 0,
13099 "optional": 0,
13100 "bool": true,
13101 "long": "-vv",
13102 "description": "more verbose with debug output"
13103 },
13104 {
13105 "flags": "--json",
13106 "required": 0,
13107 "optional": 0,
13108 "bool": true,
13109 "long": "--json",
13110 "description": "use json output"
13111 },
13112 {
13113 "flags": "-g --resource-group <resourceGroup>",
13114 "required": -21,
13115 "optional": 0,
13116 "bool": true,
13117 "short": "-g",
13118 "long": "--resource-group",
13119 "description": "the name of the resource group."
13120 },
13121 {
13122 "flags": "-n --name <name>",
13123 "required": -11,
13124 "optional": 0,
13125 "bool": true,
13126 "short": "-n",
13127 "long": "--name",
13128 "description": "the name of the deployment."
13129 },
13130 {
13131 "flags": "-q, --quiet",
13132 "required": 0,
13133 "optional": 0,
13134 "bool": true,
13135 "short": "-q",
13136 "long": "--quiet",
13137 "description": "quiet mode (do not ask for delete confirmation)"
13138 },
13139 {
13140 "flags": "--subscription <subscription>",
13141 "required": -16,
13142 "optional": 0,
13143 "bool": true,
13144 "long": "--subscription",
13145 "description": "subscription containing the deployment to display (optional)"
13146 }
13147 ]
13148 }
13149 ],
13150 "categories": {
13151 "operation": {
13152 "name": "operation",
13153 "description": "Commands to list deployment operations in a resource group",
13154 "fullName": "group deployment operation",
13155 "usage": "[options] [command]",
13156 "options": [],
13157 "commands": [
13158 {
13159 "name": "list",
13160 "description": "Lists operations in a deployment",
13161 "fullName": "group deployment operation list",
13162 "usage": "[options] [resource-group] [name]",
13163 "filePath": "commands/arm/group/group.deployment.operation.js",
13164 "options": [
13165 {
13166 "flags": "-v, --verbose",
13167 "required": 0,
13168 "optional": 0,
13169 "bool": true,
13170 "short": "-v",
13171 "long": "--verbose",
13172 "description": "use verbose output"
13173 },
13174 {
13175 "flags": "-vv",
13176 "required": 0,
13177 "optional": 0,
13178 "bool": true,
13179 "long": "-vv",
13180 "description": "more verbose with debug output"
13181 },
13182 {
13183 "flags": "--json",
13184 "required": 0,
13185 "optional": 0,
13186 "bool": true,
13187 "long": "--json",
13188 "description": "use json output"
13189 },
13190 {
13191 "flags": "-g --resource-group <resource-group>",
13192 "required": -21,
13193 "optional": 0,
13194 "bool": true,
13195 "short": "-g",
13196 "long": "--resource-group",
13197 "description": "the name of the resource group"
13198 },
13199 {
13200 "flags": "-n --name <name>",
13201 "required": -11,
13202 "optional": 0,
13203 "bool": true,
13204 "short": "-n",
13205 "long": "--name",
13206 "description": "the name of the deployment"
13207 },
13208 {
13209 "flags": "--subscription <subscription>",
13210 "required": -16,
13211 "optional": 0,
13212 "bool": true,
13213 "long": "--subscription",
13214 "description": "the subscription identifier"
13215 }
13216 ]
13217 }
13218 ],
13219 "categories": {}
13220 }
13221 }
13222 },
13223 "log": {
13224 "name": "log",
13225 "description": "Commands to manage resource group logs",
13226 "fullName": "group log",
13227 "usage": "[options] [command]",
13228 "options": [],
13229 "commands": [
13230 {
13231 "name": "show",
13232 "description": "Retrieves and shows logs for resource group operations",
13233 "fullName": "group log show",
13234 "usage": "[options] [name]",
13235 "filePath": "commands/arm/group/group.js",
13236 "options": [
13237 {
13238 "flags": "-v, --verbose",
13239 "required": 0,
13240 "optional": 0,
13241 "bool": true,
13242 "short": "-v",
13243 "long": "--verbose",
13244 "description": "use verbose output"
13245 },
13246 {
13247 "flags": "-vv",
13248 "required": 0,
13249 "optional": 0,
13250 "bool": true,
13251 "long": "-vv",
13252 "description": "more verbose with debug output"
13253 },
13254 {
13255 "flags": "--json",
13256 "required": 0,
13257 "optional": 0,
13258 "bool": true,
13259 "long": "--json",
13260 "description": "use json output"
13261 },
13262 {
13263 "flags": "-n --name <name>",
13264 "required": -11,
13265 "optional": 0,
13266 "bool": true,
13267 "short": "-n",
13268 "long": "--name",
13269 "description": "the resource group name"
13270 },
13271 {
13272 "flags": "-a --all",
13273 "required": 0,
13274 "optional": 0,
13275 "bool": true,
13276 "short": "-a",
13277 "long": "--all",
13278 "description": "returns logs for all operations (including CRUD and deployment)"
13279 },
13280 {
13281 "flags": "-l --last-deployment",
13282 "required": 0,
13283 "optional": 0,
13284 "bool": true,
13285 "short": "-l",
13286 "long": "--last-deployment",
13287 "description": "returns logs for the last deployment"
13288 },
13289 {
13290 "flags": "-d --deployment <name>",
13291 "required": -17,
13292 "optional": 0,
13293 "bool": true,
13294 "short": "-d",
13295 "long": "--deployment",
13296 "description": "the name of the deployment whose logs you want to see"
13297 },
13298 {
13299 "flags": "-s --subscription <subscription>",
13300 "required": -19,
13301 "optional": 0,
13302 "bool": true,
13303 "short": "-s",
13304 "long": "--subscription",
13305 "description": "the subscription identifier"
13306 }
13307 ]
13308 }
13309 ],
13310 "categories": {}
13311 },
13312 "template": {
13313 "name": "template",
13314 "description": "Commands to manage your local or gallery resource group template",
13315 "fullName": "group template",
13316 "usage": "[options] [command]",
13317 "options": [],
13318 "commands": [
13319 {
13320 "name": "list",
13321 "description": "Lists gallery resource group templates",
13322 "fullName": "group template list",
13323 "usage": "[options]",
13324 "filePath": "commands/arm/group/group.template.js",
13325 "options": [
13326 {
13327 "flags": "-v, --verbose",
13328 "required": 0,
13329 "optional": 0,
13330 "bool": true,
13331 "short": "-v",
13332 "long": "--verbose",
13333 "description": "use verbose output"
13334 },
13335 {
13336 "flags": "-vv",
13337 "required": 0,
13338 "optional": 0,
13339 "bool": true,
13340 "long": "-vv",
13341 "description": "more verbose with debug output"
13342 },
13343 {
13344 "flags": "--json",
13345 "required": 0,
13346 "optional": 0,
13347 "bool": true,
13348 "long": "--json",
13349 "description": "use json output"
13350 },
13351 {
13352 "flags": "-c --category [category]",
13353 "required": 0,
13354 "optional": -15,
13355 "bool": true,
13356 "short": "-c",
13357 "long": "--category",
13358 "description": "the category of the templates to list"
13359 },
13360 {
13361 "flags": "-p --publisher [publisher]",
13362 "required": 0,
13363 "optional": -16,
13364 "bool": true,
13365 "short": "-p",
13366 "long": "--publisher",
13367 "description": "the publisher of the templates to list"
13368 }
13369 ]
13370 },
13371 {
13372 "name": "show",
13373 "description": "Shows a gallery resource group template",
13374 "fullName": "group template show",
13375 "usage": "[options] <name>",
13376 "filePath": "commands/arm/group/group.template.js",
13377 "options": [
13378 {
13379 "flags": "-v, --verbose",
13380 "required": 0,
13381 "optional": 0,
13382 "bool": true,
13383 "short": "-v",
13384 "long": "--verbose",
13385 "description": "use verbose output"
13386 },
13387 {
13388 "flags": "-vv",
13389 "required": 0,
13390 "optional": 0,
13391 "bool": true,
13392 "long": "-vv",
13393 "description": "more verbose with debug output"
13394 },
13395 {
13396 "flags": "--json",
13397 "required": 0,
13398 "optional": 0,
13399 "bool": true,
13400 "long": "--json",
13401 "description": "use json output"
13402 },
13403 {
13404 "flags": "-n --name <name>",
13405 "required": -11,
13406 "optional": 0,
13407 "bool": true,
13408 "short": "-n",
13409 "long": "--name",
13410 "description": "the name of template to show"
13411 }
13412 ]
13413 },
13414 {
13415 "name": "download",
13416 "description": "Downloads a gallery resource group template",
13417 "fullName": "group template download",
13418 "usage": "[options] [name] [directory]",
13419 "filePath": "commands/arm/group/group.template.js",
13420 "options": [
13421 {
13422 "flags": "-v, --verbose",
13423 "required": 0,
13424 "optional": 0,
13425 "bool": true,
13426 "short": "-v",
13427 "long": "--verbose",
13428 "description": "use verbose output"
13429 },
13430 {
13431 "flags": "-vv",
13432 "required": 0,
13433 "optional": 0,
13434 "bool": true,
13435 "long": "-vv",
13436 "description": "more verbose with debug output"
13437 },
13438 {
13439 "flags": "--json",
13440 "required": 0,
13441 "optional": 0,
13442 "bool": true,
13443 "long": "--json",
13444 "description": "use json output"
13445 },
13446 {
13447 "flags": "-n --name <name>",
13448 "required": -11,
13449 "optional": 0,
13450 "bool": true,
13451 "short": "-n",
13452 "long": "--name",
13453 "description": "the name of the template to download"
13454 },
13455 {
13456 "flags": "-d --directory <directory>",
13457 "required": -16,
13458 "optional": 0,
13459 "bool": true,
13460 "short": "-d",
13461 "long": "--directory",
13462 "description": "the name of the destination directory"
13463 },
13464 {
13465 "flags": "-q --quiet",
13466 "required": 0,
13467 "optional": 0,
13468 "bool": true,
13469 "short": "-q",
13470 "long": "--quiet",
13471 "description": "quiet mode (do not prompt for overwrite if output file exists)"
13472 }
13473 ]
13474 },
13475 {
13476 "name": "validate",
13477 "description": "Validates a template to see whether it's using the right syntax, resource providers, resource types, etc.",
13478 "fullName": "group template validate",
13479 "usage": "[options] <resource-group>",
13480 "filePath": "commands/arm/group/group.template.js",
13481 "options": [
13482 {
13483 "flags": "-v, --verbose",
13484 "required": 0,
13485 "optional": 0,
13486 "bool": true,
13487 "short": "-v",
13488 "long": "--verbose",
13489 "description": "use verbose output"
13490 },
13491 {
13492 "flags": "-vv",
13493 "required": 0,
13494 "optional": 0,
13495 "bool": true,
13496 "long": "-vv",
13497 "description": "more verbose with debug output"
13498 },
13499 {
13500 "flags": "--json",
13501 "required": 0,
13502 "optional": 0,
13503 "bool": true,
13504 "long": "--json",
13505 "description": "use json output"
13506 },
13507 {
13508 "flags": "-g --resource-group <resource-group>",
13509 "required": -21,
13510 "optional": 0,
13511 "bool": true,
13512 "short": "-g",
13513 "long": "--resource-group",
13514 "description": "the name of the resource group"
13515 },
13516 {
13517 "flags": "-f --template-file <template-file>",
13518 "required": -20,
13519 "optional": 0,
13520 "bool": true,
13521 "short": "-f",
13522 "long": "--template-file",
13523 "description": "the path to the template file in the file system",
13524 "fileRelatedOption": true
13525 },
13526 {
13527 "flags": "--template-uri <template-uri>",
13528 "required": -16,
13529 "optional": 0,
13530 "bool": true,
13531 "long": "--template-uri",
13532 "description": "the uri to the remote template file"
13533 },
13534 {
13535 "flags": "--template-version <template-version>",
13536 "required": -20,
13537 "optional": 0,
13538 "bool": true,
13539 "long": "--template-version",
13540 "description": "the content version of the template"
13541 },
13542 {
13543 "flags": "-p --parameters <parameters>",
13544 "required": -17,
13545 "optional": 0,
13546 "bool": true,
13547 "short": "-p",
13548 "long": "--parameters",
13549 "description": "a JSON-formatted string containing parameters"
13550 },
13551 {
13552 "flags": "-e --parameters-file <parametersFile>",
13553 "required": -22,
13554 "optional": 0,
13555 "bool": true,
13556 "short": "-e",
13557 "long": "--parameters-file",
13558 "description": "a file containing parameters",
13559 "fileRelatedOption": true
13560 },
13561 {
13562 "flags": "--subscription <subscription>",
13563 "required": -16,
13564 "optional": 0,
13565 "bool": true,
13566 "long": "--subscription",
13567 "description": "the subscription identifier"
13568 }
13569 ]
13570 }
13571 ],
13572 "categories": {}
13573 }
13574 }
13575 },
13576 "hdinsight": {
13577 "name": "hdinsight",
13578 "description": "Commands to manage HDInsight clusters and jobs",
13579 "fullName": "hdinsight",
13580 "usage": "[options]",
13581 "options": [],
13582 "commands": [],
13583 "categories": {
13584 "cluster": {
13585 "name": "cluster",
13586 "description": "Commands to manage HDInsight clusters",
13587 "fullName": "hdinsight cluster",
13588 "usage": "[options] [command]",
13589 "options": [],
13590 "commands": [
13591 {
13592 "name": "create",
13593 "description": "Create a cluster in a resource group",
13594 "fullName": "hdinsight cluster create",
13595 "usage": "[options] <clusterName>",
13596 "filePath": "commands/arm/hdinsight/hdinsight.js",
13597 "options": [
13598 {
13599 "flags": "-v, --verbose",
13600 "required": 0,
13601 "optional": 0,
13602 "bool": true,
13603 "short": "-v",
13604 "long": "--verbose",
13605 "description": "use verbose output"
13606 },
13607 {
13608 "flags": "-vv",
13609 "required": 0,
13610 "optional": 0,
13611 "bool": true,
13612 "long": "-vv",
13613 "description": "more verbose with debug output"
13614 },
13615 {
13616 "flags": "--json",
13617 "required": 0,
13618 "optional": 0,
13619 "bool": true,
13620 "long": "--json",
13621 "description": "use json output"
13622 },
13623 {
13624 "flags": "-g --resource-group <resource-group>",
13625 "required": -21,
13626 "optional": 0,
13627 "bool": true,
13628 "short": "-g",
13629 "long": "--resource-group",
13630 "description": "The name of the resource group"
13631 },
13632 {
13633 "flags": "-c, --clusterName <clusterName>",
13634 "required": -19,
13635 "optional": 0,
13636 "bool": true,
13637 "short": "-c",
13638 "long": "--clusterName",
13639 "description": "HDInsight cluster name"
13640 },
13641 {
13642 "flags": "-l, --location <location>",
13643 "required": -16,
13644 "optional": 0,
13645 "bool": true,
13646 "short": "-l",
13647 "long": "--location",
13648 "description": "Data center location for the cluster"
13649 },
13650 {
13651 "flags": "-y, --osType <osType>",
13652 "required": -14,
13653 "optional": 0,
13654 "bool": true,
13655 "short": "-y",
13656 "long": "--osType",
13657 "description": "HDInsight cluster operating system - 'Windows' or 'Linux'"
13658 },
13659 {
13660 "flags": "--version <version>",
13661 "required": -11,
13662 "optional": 0,
13663 "bool": true,
13664 "long": "--version",
13665 "description": "HDInsight cluster version"
13666 },
13667 {
13668 "flags": "--clusterType <clusterType>",
13669 "required": -15,
13670 "optional": 0,
13671 "bool": true,
13672 "long": "--clusterType",
13673 "description": "HDInsight cluster type. Hadoop | HBase | Spark | Storm"
13674 },
13675 {
13676 "flags": "--defaultStorageAccountName <storageAccountName>",
13677 "required": -29,
13678 "optional": 0,
13679 "bool": true,
13680 "long": "--defaultStorageAccountName",
13681 "description": "Storage account url to use for default HDInsight storage"
13682 },
13683 {
13684 "flags": "--defaultStorageAccountKey <storageAccountKey>",
13685 "required": -28,
13686 "optional": 0,
13687 "bool": true,
13688 "long": "--defaultStorageAccountKey",
13689 "description": "Key to the storage account to use for default HDInsight storage"
13690 },
13691 {
13692 "flags": "--defaultStorageContainer <storageContainer>",
13693 "required": -27,
13694 "optional": 0,
13695 "bool": true,
13696 "long": "--defaultStorageContainer",
13697 "description": "Container in the storage account to use for HDInsight default storage"
13698 },
13699 {
13700 "flags": "--headNodeSize <headNodeSize>",
13701 "required": -16,
13702 "optional": 0,
13703 "bool": true,
13704 "long": "--headNodeSize",
13705 "description": "(Optional) Head node size for the cluster"
13706 },
13707 {
13708 "flags": "--workerNodeCount <workerNodeCount>",
13709 "required": -19,
13710 "optional": 0,
13711 "bool": true,
13712 "long": "--workerNodeCount",
13713 "description": "Number of worker nodes to use for the cluster"
13714 },
13715 {
13716 "flags": "--workerNodeSize <workerNodeSize>",
13717 "required": -18,
13718 "optional": 0,
13719 "bool": true,
13720 "long": "--workerNodeSize",
13721 "description": "(Optional) Worker node size for the cluster)"
13722 },
13723 {
13724 "flags": "--zookeeperNodeSize <zookeeperNodeSize>",
13725 "required": -21,
13726 "optional": 0,
13727 "bool": true,
13728 "long": "--zookeeperNodeSize",
13729 "description": "(Optional) Zookeeper node size for the cluster"
13730 },
13731 {
13732 "flags": "--userName <userName>",
13733 "required": -12,
13734 "optional": 0,
13735 "bool": true,
13736 "long": "--userName",
13737 "description": "Cluster username"
13738 },
13739 {
13740 "flags": "--password <password>",
13741 "required": -12,
13742 "optional": 0,
13743 "bool": true,
13744 "long": "--password",
13745 "description": "Cluster password"
13746 },
13747 {
13748 "flags": "--sshUserName <sshUserName>",
13749 "required": -15,
13750 "optional": 0,
13751 "bool": true,
13752 "long": "--sshUserName",
13753 "description": "SSH username (only for Linux clusters)"
13754 },
13755 {
13756 "flags": "--sshPassword <sshPassword>",
13757 "required": -15,
13758 "optional": 0,
13759 "bool": true,
13760 "long": "--sshPassword",
13761 "description": "SSH password (only for Linux clusters)"
13762 },
13763 {
13764 "flags": "--sshPublicKey <sshPublicKey>",
13765 "required": -16,
13766 "optional": 0,
13767 "bool": true,
13768 "long": "--sshPublicKey",
13769 "description": "SSH public key (only for Linux clusters)"
13770 },
13771 {
13772 "flags": "--rdpUserName <rdpUserName>",
13773 "required": -15,
13774 "optional": 0,
13775 "bool": true,
13776 "long": "--rdpUserName",
13777 "description": "RDP username (only for Windows clusters)"
13778 },
13779 {
13780 "flags": "--rdpPassword <rdpPassword>",
13781 "required": -15,
13782 "optional": 0,
13783 "bool": true,
13784 "long": "--rdpPassword",
13785 "description": "RDP password (only for Windows clusters)"
13786 },
13787 {
13788 "flags": "--rdpAccessExpiry <rdpAccessExpiry>",
13789 "required": -19,
13790 "optional": 0,
13791 "bool": true,
13792 "long": "--rdpAccessExpiry",
13793 "description": "RDP access expiry. For example 12/12/2015 (only for Windows clusters)"
13794 },
13795 {
13796 "flags": "--virtualNetworkId <virtualNetworkId>",
13797 "required": -20,
13798 "optional": 0,
13799 "bool": true,
13800 "long": "--virtualNetworkId",
13801 "description": "(Optional) Virtual network ID for the cluster. Value is a GUID for Windows cluster and ARM resource ID for Linux cluster) "
13802 },
13803 {
13804 "flags": "--subnetName <subnetName>",
13805 "required": -14,
13806 "optional": 0,
13807 "bool": true,
13808 "long": "--subnetName",
13809 "description": "(Optional) Subnet for the cluster"
13810 },
13811 {
13812 "flags": "--additionalStorageAccounts <additionalStorageAccounts>",
13813 "required": -29,
13814 "optional": 0,
13815 "bool": true,
13816 "long": "--additionalStorageAccounts",
13817 "description": "(Optional) Additional storage accounts. Can be multiple. In the format of 'accountName#accountKey'. For example, --additionalStorageAccounts \"acc1#key1;acc2#key2\""
13818 },
13819 {
13820 "flags": "--hiveMetastoreServerName <hiveMetastoreServerName>",
13821 "required": -27,
13822 "optional": 0,
13823 "bool": true,
13824 "long": "--hiveMetastoreServerName",
13825 "description": "(Optional) SQL Server name for the external metastore for Hive"
13826 },
13827 {
13828 "flags": "--hiveMetastoreDatabaseName <hiveMetastoreDatabaseName>",
13829 "required": -29,
13830 "optional": 0,
13831 "bool": true,
13832 "long": "--hiveMetastoreDatabaseName",
13833 "description": "(Optional) Database name for the external metastore for Hive"
13834 },
13835 {
13836 "flags": "--hiveMetastoreUserName <hiveMetastoreUserName>",
13837 "required": -25,
13838 "optional": 0,
13839 "bool": true,
13840 "long": "--hiveMetastoreUserName",
13841 "description": "(Optional) Database username for the external metastore for Hive"
13842 },
13843 {
13844 "flags": "--hiveMetastorePassword <hiveMetastorePassword>",
13845 "required": -25,
13846 "optional": 0,
13847 "bool": true,
13848 "long": "--hiveMetastorePassword",
13849 "description": "(Optional) Database password for the external metastore for Hive"
13850 },
13851 {
13852 "flags": "--oozieMetastoreServerName <oozieMetastoreServerName>",
13853 "required": -28,
13854 "optional": 0,
13855 "bool": true,
13856 "long": "--oozieMetastoreServerName",
13857 "description": "(Optional) SQL Server name for the external metastore for Oozie"
13858 },
13859 {
13860 "flags": "--oozieMetastoreDatabaseName <oozieMetastoreDatabaseName>",
13861 "required": -30,
13862 "optional": 0,
13863 "bool": true,
13864 "long": "--oozieMetastoreDatabaseName",
13865 "description": "(Optional) Database name for the external metastore for Oozie"
13866 },
13867 {
13868 "flags": "--oozieMetastoreUserName <oozieMetastoreUserName>",
13869 "required": -26,
13870 "optional": 0,
13871 "bool": true,
13872 "long": "--oozieMetastoreUserName",
13873 "description": "(Optional) Database username for the external metastore for Oozie"
13874 },
13875 {
13876 "flags": "--oozieMetastorePassword <oozieMetastorePassword>",
13877 "required": -26,
13878 "optional": 0,
13879 "bool": true,
13880 "long": "--oozieMetastorePassword",
13881 "description": "(Optional) Database password for the external metastore for Oozie"
13882 },
13883 {
13884 "flags": "--configurationPath <configurationPath>",
13885 "required": -21,
13886 "optional": 0,
13887 "bool": true,
13888 "long": "--configurationPath",
13889 "description": "(Optional) HDInsight cluster configuration file path"
13890 },
13891 {
13892 "flags": "-s, --subscription <id>",
13893 "required": -20,
13894 "optional": 0,
13895 "bool": true,
13896 "short": "-s",
13897 "long": "--subscription",
13898 "description": "The subscription id"
13899 },
13900 {
13901 "flags": "--tags <tags>",
13902 "required": -8,
13903 "optional": 0,
13904 "bool": true,
13905 "long": "--tags",
13906 "description": "Tags to set to the cluster. Can be multiple. In the format of 'name=value'. Name is required and value is optional. For example, --tags tag1=value1;tag2"
13907 }
13908 ]
13909 },
13910 {
13911 "name": "delete",
13912 "description": "Delete a cluster",
13913 "fullName": "hdinsight cluster delete",
13914 "usage": "[options] <clusterName>",
13915 "filePath": "commands/arm/hdinsight/hdinsight.js",
13916 "options": [
13917 {
13918 "flags": "-v, --verbose",
13919 "required": 0,
13920 "optional": 0,
13921 "bool": true,
13922 "short": "-v",
13923 "long": "--verbose",
13924 "description": "use verbose output"
13925 },
13926 {
13927 "flags": "-vv",
13928 "required": 0,
13929 "optional": 0,
13930 "bool": true,
13931 "long": "-vv",
13932 "description": "more verbose with debug output"
13933 },
13934 {
13935 "flags": "--json",
13936 "required": 0,
13937 "optional": 0,
13938 "bool": true,
13939 "long": "--json",
13940 "description": "use json output"
13941 },
13942 {
13943 "flags": "-g --resource-group <resource-group>",
13944 "required": -21,
13945 "optional": 0,
13946 "bool": true,
13947 "short": "-g",
13948 "long": "--resource-group",
13949 "description": "The name of the resource group"
13950 },
13951 {
13952 "flags": "--clusterName <clusterName>",
13953 "required": -15,
13954 "optional": 0,
13955 "bool": true,
13956 "long": "--clusterName",
13957 "description": "Cluster name"
13958 },
13959 {
13960 "flags": "-q, --quiet",
13961 "required": 0,
13962 "optional": 0,
13963 "bool": true,
13964 "short": "-q",
13965 "long": "--quiet",
13966 "description": "quiet mode (do not ask for delete confirmation)"
13967 },
13968 {
13969 "flags": "-s, --subscription <id>",
13970 "required": -20,
13971 "optional": 0,
13972 "bool": true,
13973 "short": "-s",
13974 "long": "--subscription",
13975 "description": "The subscription id"
13976 }
13977 ]
13978 },
13979 {
13980 "name": "show",
13981 "description": "Show cluster details",
13982 "fullName": "hdinsight cluster show",
13983 "usage": "[options] <clusterName>",
13984 "filePath": "commands/arm/hdinsight/hdinsight.js",
13985 "options": [
13986 {
13987 "flags": "-v, --verbose",
13988 "required": 0,
13989 "optional": 0,
13990 "bool": true,
13991 "short": "-v",
13992 "long": "--verbose",
13993 "description": "use verbose output"
13994 },
13995 {
13996 "flags": "-vv",
13997 "required": 0,
13998 "optional": 0,
13999 "bool": true,
14000 "long": "-vv",
14001 "description": "more verbose with debug output"
14002 },
14003 {
14004 "flags": "--json",
14005 "required": 0,
14006 "optional": 0,
14007 "bool": true,
14008 "long": "--json",
14009 "description": "use json output"
14010 },
14011 {
14012 "flags": "-g --resource-group <resource-group>",
14013 "required": -21,
14014 "optional": 0,
14015 "bool": true,
14016 "short": "-g",
14017 "long": "--resource-group",
14018 "description": "The name of the resource group"
14019 },
14020 {
14021 "flags": "-c, --clusterName <clusterName>",
14022 "required": -19,
14023 "optional": 0,
14024 "bool": true,
14025 "short": "-c",
14026 "long": "--clusterName",
14027 "description": "HDInsight cluster name"
14028 },
14029 {
14030 "flags": "-s, --subscription <id>",
14031 "required": -20,
14032 "optional": 0,
14033 "bool": true,
14034 "short": "-s",
14035 "long": "--subscription",
14036 "description": "The subscription id"
14037 }
14038 ]
14039 },
14040 {
14041 "name": "list",
14042 "description": "List all the clusters (in a specific resource group if provided) .",
14043 "fullName": "hdinsight cluster list",
14044 "usage": "[options]",
14045 "filePath": "commands/arm/hdinsight/hdinsight.js",
14046 "options": [
14047 {
14048 "flags": "-v, --verbose",
14049 "required": 0,
14050 "optional": 0,
14051 "bool": true,
14052 "short": "-v",
14053 "long": "--verbose",
14054 "description": "use verbose output"
14055 },
14056 {
14057 "flags": "-vv",
14058 "required": 0,
14059 "optional": 0,
14060 "bool": true,
14061 "long": "-vv",
14062 "description": "more verbose with debug output"
14063 },
14064 {
14065 "flags": "--json",
14066 "required": 0,
14067 "optional": 0,
14068 "bool": true,
14069 "long": "--json",
14070 "description": "use json output"
14071 },
14072 {
14073 "flags": "-g --resource-group <resource-group>",
14074 "required": -21,
14075 "optional": 0,
14076 "bool": true,
14077 "short": "-g",
14078 "long": "--resource-group",
14079 "description": "The name of the resource group"
14080 },
14081 {
14082 "flags": "-s, --subscription <id>",
14083 "required": -20,
14084 "optional": 0,
14085 "bool": true,
14086 "short": "-s",
14087 "long": "--subscription",
14088 "description": "The subscription id"
14089 }
14090 ]
14091 },
14092 {
14093 "name": "resize",
14094 "description": "Resizes the cluster",
14095 "fullName": "hdinsight cluster resize",
14096 "usage": "[options] <clusterName> <targetInstanceCount>",
14097 "filePath": "commands/arm/hdinsight/hdinsight.js",
14098 "options": [
14099 {
14100 "flags": "-v, --verbose",
14101 "required": 0,
14102 "optional": 0,
14103 "bool": true,
14104 "short": "-v",
14105 "long": "--verbose",
14106 "description": "use verbose output"
14107 },
14108 {
14109 "flags": "-vv",
14110 "required": 0,
14111 "optional": 0,
14112 "bool": true,
14113 "long": "-vv",
14114 "description": "more verbose with debug output"
14115 },
14116 {
14117 "flags": "--json",
14118 "required": 0,
14119 "optional": 0,
14120 "bool": true,
14121 "long": "--json",
14122 "description": "use json output"
14123 },
14124 {
14125 "flags": "-g --resource-group <resource-group>",
14126 "required": -21,
14127 "optional": 0,
14128 "bool": true,
14129 "short": "-g",
14130 "long": "--resource-group",
14131 "description": "The name of the resource group"
14132 },
14133 {
14134 "flags": "-c, --clusterName <clusterName>",
14135 "required": -19,
14136 "optional": 0,
14137 "bool": true,
14138 "short": "-c",
14139 "long": "--clusterName",
14140 "description": "HDInsight cluster name"
14141 },
14142 {
14143 "flags": "--targetInstanceCount <targetInstanceCount>",
14144 "required": -23,
14145 "optional": 0,
14146 "bool": true,
14147 "long": "--targetInstanceCount",
14148 "description": "Target instance count."
14149 },
14150 {
14151 "flags": "-s, --subscription <id>",
14152 "required": -20,
14153 "optional": 0,
14154 "bool": true,
14155 "short": "-s",
14156 "long": "--subscription",
14157 "description": "The subscription id"
14158 }
14159 ]
14160 },
14161 {
14162 "name": "enable-http-access",
14163 "description": "Enable HTTP access for cluster",
14164 "fullName": "hdinsight cluster enable-http-access",
14165 "usage": "[options] <clusterName> <userName> <password>",
14166 "filePath": "commands/arm/hdinsight/hdinsight.js",
14167 "options": [
14168 {
14169 "flags": "-v, --verbose",
14170 "required": 0,
14171 "optional": 0,
14172 "bool": true,
14173 "short": "-v",
14174 "long": "--verbose",
14175 "description": "use verbose output"
14176 },
14177 {
14178 "flags": "-vv",
14179 "required": 0,
14180 "optional": 0,
14181 "bool": true,
14182 "long": "-vv",
14183 "description": "more verbose with debug output"
14184 },
14185 {
14186 "flags": "--json",
14187 "required": 0,
14188 "optional": 0,
14189 "bool": true,
14190 "long": "--json",
14191 "description": "use json output"
14192 },
14193 {
14194 "flags": "-g --resource-group <resource-group>",
14195 "required": -21,
14196 "optional": 0,
14197 "bool": true,
14198 "short": "-g",
14199 "long": "--resource-group",
14200 "description": "The name of the resource group"
14201 },
14202 {
14203 "flags": "-c, --clusterName <clusterName>",
14204 "required": -19,
14205 "optional": 0,
14206 "bool": true,
14207 "short": "-c",
14208 "long": "--clusterName",
14209 "description": "HDInsight cluster name"
14210 },
14211 {
14212 "flags": "--userName <userName>",
14213 "required": -12,
14214 "optional": 0,
14215 "bool": true,
14216 "long": "--userName",
14217 "description": "Cluster username"
14218 },
14219 {
14220 "flags": "--password <password>",
14221 "required": -12,
14222 "optional": 0,
14223 "bool": true,
14224 "long": "--password",
14225 "description": "Cluster password"
14226 },
14227 {
14228 "flags": "-s, --subscription <id>",
14229 "required": -20,
14230 "optional": 0,
14231 "bool": true,
14232 "short": "-s",
14233 "long": "--subscription",
14234 "description": "The subscription id"
14235 }
14236 ]
14237 },
14238 {
14239 "name": "disable-http-access",
14240 "description": "Disable HTTP access for cluster",
14241 "fullName": "hdinsight cluster disable-http-access",
14242 "usage": "[options] <clusterName>",
14243 "filePath": "commands/arm/hdinsight/hdinsight.js",
14244 "options": [
14245 {
14246 "flags": "-v, --verbose",
14247 "required": 0,
14248 "optional": 0,
14249 "bool": true,
14250 "short": "-v",
14251 "long": "--verbose",
14252 "description": "use verbose output"
14253 },
14254 {
14255 "flags": "-vv",
14256 "required": 0,
14257 "optional": 0,
14258 "bool": true,
14259 "long": "-vv",
14260 "description": "more verbose with debug output"
14261 },
14262 {
14263 "flags": "--json",
14264 "required": 0,
14265 "optional": 0,
14266 "bool": true,
14267 "long": "--json",
14268 "description": "use json output"
14269 },
14270 {
14271 "flags": "-g --resource-group <resource-group>",
14272 "required": -21,
14273 "optional": 0,
14274 "bool": true,
14275 "short": "-g",
14276 "long": "--resource-group",
14277 "description": "The name of the resource group"
14278 },
14279 {
14280 "flags": "-c, --clusterName <clusterName>",
14281 "required": -19,
14282 "optional": 0,
14283 "bool": true,
14284 "short": "-c",
14285 "long": "--clusterName",
14286 "description": "HDInsight cluster name"
14287 },
14288 {
14289 "flags": "-s, --subscription <id>",
14290 "required": -20,
14291 "optional": 0,
14292 "bool": true,
14293 "short": "-s",
14294 "long": "--subscription",
14295 "description": "The subscription id"
14296 }
14297 ]
14298 },
14299 {
14300 "name": "enable-rdp-access",
14301 "description": "Enable RDP access for cluster",
14302 "fullName": "hdinsight cluster enable-rdp-access",
14303 "usage": "[options] <clusterName> <rdpUserName> <rdpPassword> <rdpExpiryDate>",
14304 "filePath": "commands/arm/hdinsight/hdinsight.js",
14305 "options": [
14306 {
14307 "flags": "-v, --verbose",
14308 "required": 0,
14309 "optional": 0,
14310 "bool": true,
14311 "short": "-v",
14312 "long": "--verbose",
14313 "description": "use verbose output"
14314 },
14315 {
14316 "flags": "-vv",
14317 "required": 0,
14318 "optional": 0,
14319 "bool": true,
14320 "long": "-vv",
14321 "description": "more verbose with debug output"
14322 },
14323 {
14324 "flags": "--json",
14325 "required": 0,
14326 "optional": 0,
14327 "bool": true,
14328 "long": "--json",
14329 "description": "use json output"
14330 },
14331 {
14332 "flags": "-g --resource-group <resource-group>",
14333 "required": -21,
14334 "optional": 0,
14335 "bool": true,
14336 "short": "-g",
14337 "long": "--resource-group",
14338 "description": "The name of the resource group"
14339 },
14340 {
14341 "flags": "-c, --clusterName <clusterName>",
14342 "required": -19,
14343 "optional": 0,
14344 "bool": true,
14345 "short": "-c",
14346 "long": "--clusterName",
14347 "description": "HDInsight cluster name"
14348 },
14349 {
14350 "flags": "--rdpUserName <rdpUserName>",
14351 "required": -15,
14352 "optional": 0,
14353 "bool": true,
14354 "long": "--rdpUserName",
14355 "description": "RDP username"
14356 },
14357 {
14358 "flags": "--rdpPassword <rdpPassword>",
14359 "required": -15,
14360 "optional": 0,
14361 "bool": true,
14362 "long": "--rdpPassword",
14363 "description": "RDP password"
14364 },
14365 {
14366 "flags": "--rdpExpiryDate <rdpExpiryDate>",
14367 "required": -17,
14368 "optional": 0,
14369 "bool": true,
14370 "long": "--rdpExpiryDate",
14371 "description": "RDP access expiry date"
14372 },
14373 {
14374 "flags": "-s, --subscription <id>",
14375 "required": -20,
14376 "optional": 0,
14377 "bool": true,
14378 "short": "-s",
14379 "long": "--subscription",
14380 "description": "The subscription id"
14381 }
14382 ]
14383 },
14384 {
14385 "name": "disable-rdp-access",
14386 "description": "Disable HTTP access for cluster",
14387 "fullName": "hdinsight cluster disable-rdp-access",
14388 "usage": "[options] <clusterName>",
14389 "filePath": "commands/arm/hdinsight/hdinsight.js",
14390 "options": [
14391 {
14392 "flags": "-v, --verbose",
14393 "required": 0,
14394 "optional": 0,
14395 "bool": true,
14396 "short": "-v",
14397 "long": "--verbose",
14398 "description": "use verbose output"
14399 },
14400 {
14401 "flags": "-vv",
14402 "required": 0,
14403 "optional": 0,
14404 "bool": true,
14405 "long": "-vv",
14406 "description": "more verbose with debug output"
14407 },
14408 {
14409 "flags": "--json",
14410 "required": 0,
14411 "optional": 0,
14412 "bool": true,
14413 "long": "--json",
14414 "description": "use json output"
14415 },
14416 {
14417 "flags": "-g --resource-group <resource-group>",
14418 "required": -21,
14419 "optional": 0,
14420 "bool": true,
14421 "short": "-g",
14422 "long": "--resource-group",
14423 "description": "The name of the resource group"
14424 },
14425 {
14426 "flags": "-c, --clusterName <clusterName>",
14427 "required": -19,
14428 "optional": 0,
14429 "bool": true,
14430 "short": "-c",
14431 "long": "--clusterName",
14432 "description": "HDInsight cluster name"
14433 },
14434 {
14435 "flags": "-s, --subscription <id>",
14436 "required": -20,
14437 "optional": 0,
14438 "bool": true,
14439 "short": "-s",
14440 "long": "--subscription",
14441 "description": "The subscription id"
14442 }
14443 ]
14444 }
14445 ],
14446 "categories": {}
14447 },
14448 "config": {
14449 "name": "config",
14450 "description": "Commands to manage HDInsight cluster configuration",
14451 "fullName": "hdinsight config",
14452 "usage": "[options] [command]",
14453 "options": [],
14454 "commands": [
14455 {
14456 "name": "create",
14457 "description": "Creates a persisted Azure HDInsight cluster configuration file.",
14458 "fullName": "hdinsight config create",
14459 "usage": "[options] <configFilePath> <overwrite>",
14460 "filePath": "commands/arm/hdinsight/hdinsight.js",
14461 "options": [
14462 {
14463 "flags": "-v, --verbose",
14464 "required": 0,
14465 "optional": 0,
14466 "bool": true,
14467 "short": "-v",
14468 "long": "--verbose",
14469 "description": "use verbose output"
14470 },
14471 {
14472 "flags": "-vv",
14473 "required": 0,
14474 "optional": 0,
14475 "bool": true,
14476 "long": "-vv",
14477 "description": "more verbose with debug output"
14478 },
14479 {
14480 "flags": "--json",
14481 "required": 0,
14482 "optional": 0,
14483 "bool": true,
14484 "long": "--json",
14485 "description": "use json output"
14486 },
14487 {
14488 "flags": "--configFilePath <configFilePath>",
14489 "required": -18,
14490 "optional": 0,
14491 "bool": true,
14492 "long": "--configFilePath",
14493 "description": "HdInsight configuration file path"
14494 },
14495 {
14496 "flags": "--overwrite <overwrite>",
14497 "required": -13,
14498 "optional": 0,
14499 "bool": true,
14500 "long": "--overwrite",
14501 "description": "Overwrites existing configuration file"
14502 }
14503 ]
14504 },
14505 {
14506 "name": "add-config-values",
14507 "description": "Adds a Hadoop configuration value customization or a Hive shared library customization to an HDInsight cluster configuration. Each component config is in the format of 'name=value'. For example, parameter1=value1;parameter2=value2",
14508 "fullName": "hdinsight config add-config-values",
14509 "usage": "[options] <configFilePath>",
14510 "filePath": "commands/arm/hdinsight/hdinsight.js",
14511 "options": [
14512 {
14513 "flags": "-v, --verbose",
14514 "required": 0,
14515 "optional": 0,
14516 "bool": true,
14517 "short": "-v",
14518 "long": "--verbose",
14519 "description": "use verbose output"
14520 },
14521 {
14522 "flags": "-vv",
14523 "required": 0,
14524 "optional": 0,
14525 "bool": true,
14526 "long": "-vv",
14527 "description": "more verbose with debug output"
14528 },
14529 {
14530 "flags": "--json",
14531 "required": 0,
14532 "optional": 0,
14533 "bool": true,
14534 "long": "--json",
14535 "description": "use json output"
14536 },
14537 {
14538 "flags": "--configFilePath <configFilePath>",
14539 "required": -18,
14540 "optional": 0,
14541 "bool": true,
14542 "long": "--configFilePath",
14543 "description": "Configuration file path"
14544 },
14545 {
14546 "flags": "--core-site <core-site>",
14547 "required": -13,
14548 "optional": 0,
14549 "bool": true,
14550 "long": "--core-site",
14551 "description": "Config values in the format of 'name=value'"
14552 },
14553 {
14554 "flags": "--hive-site <hive-site>",
14555 "required": -13,
14556 "optional": 0,
14557 "bool": true,
14558 "long": "--hive-site",
14559 "description": "Config values in the format of 'name=value'"
14560 },
14561 {
14562 "flags": "--hive-env <hive-env>",
14563 "required": -12,
14564 "optional": 0,
14565 "bool": true,
14566 "long": "--hive-env",
14567 "description": "Config values in the format of 'name=value'"
14568 },
14569 {
14570 "flags": "--hdfs-site <hdfs-site>",
14571 "required": -13,
14572 "optional": 0,
14573 "bool": true,
14574 "long": "--hdfs-site",
14575 "description": "Config values in the format of 'name=value'"
14576 },
14577 {
14578 "flags": "--hbase-env <hbase-env>",
14579 "required": -13,
14580 "optional": 0,
14581 "bool": true,
14582 "long": "--hbase-env",
14583 "description": "Config values in the format of 'name=value'"
14584 },
14585 {
14586 "flags": "--hbase-site <hbase-site>",
14587 "required": -14,
14588 "optional": 0,
14589 "bool": true,
14590 "long": "--hbase-site",
14591 "description": "Config values in the format of 'name=value'"
14592 },
14593 {
14594 "flags": "--mapred-site <mapred-site>",
14595 "required": -15,
14596 "optional": 0,
14597 "bool": true,
14598 "long": "--mapred-site",
14599 "description": "Config values in the format of 'name=value'"
14600 },
14601 {
14602 "flags": "--oozie-env <oozie-env>",
14603 "required": -13,
14604 "optional": 0,
14605 "bool": true,
14606 "long": "--oozie-env",
14607 "description": "Config values in the format of 'name=value'"
14608 },
14609 {
14610 "flags": "--oozie-site <oozie-site>",
14611 "required": -14,
14612 "optional": 0,
14613 "bool": true,
14614 "long": "--oozie-site",
14615 "description": "Config values in the format of 'name=value'"
14616 },
14617 {
14618 "flags": "--storm-site <storm-site>",
14619 "required": -14,
14620 "optional": 0,
14621 "bool": true,
14622 "long": "--storm-site",
14623 "description": "Config values in the format of 'name=value'"
14624 },
14625 {
14626 "flags": "--tez-site <tez-site>",
14627 "required": -12,
14628 "optional": 0,
14629 "bool": true,
14630 "long": "--tez-site",
14631 "description": "Config values in the format of 'name=value'"
14632 },
14633 {
14634 "flags": "--webhcat-site <webhcat-site>",
14635 "required": -16,
14636 "optional": 0,
14637 "bool": true,
14638 "long": "--webhcat-site",
14639 "description": "Config values in the format of 'name=value'"
14640 },
14641 {
14642 "flags": "--gateway <gateway>",
14643 "required": -11,
14644 "optional": 0,
14645 "bool": true,
14646 "long": "--gateway",
14647 "description": "Config values in the format of 'name=value'"
14648 },
14649 {
14650 "flags": "--yarn <yarn>",
14651 "required": -8,
14652 "optional": 0,
14653 "bool": true,
14654 "long": "--yarn",
14655 "description": "Config values in the format of 'name=value'"
14656 },
14657 {
14658 "flags": "-s, --subscription <id>",
14659 "required": -20,
14660 "optional": 0,
14661 "bool": true,
14662 "short": "-s",
14663 "long": "--subscription",
14664 "description": "The subscription id"
14665 }
14666 ]
14667 },
14668 {
14669 "name": "add-script-action",
14670 "description": "Adds a HDInsight script action.",
14671 "fullName": "hdinsight config add-script-action",
14672 "usage": "[options] <configFilePath>",
14673 "filePath": "commands/arm/hdinsight/hdinsight.js",
14674 "options": [
14675 {
14676 "flags": "-v, --verbose",
14677 "required": 0,
14678 "optional": 0,
14679 "bool": true,
14680 "short": "-v",
14681 "long": "--verbose",
14682 "description": "use verbose output"
14683 },
14684 {
14685 "flags": "-vv",
14686 "required": 0,
14687 "optional": 0,
14688 "bool": true,
14689 "long": "-vv",
14690 "description": "more verbose with debug output"
14691 },
14692 {
14693 "flags": "--json",
14694 "required": 0,
14695 "optional": 0,
14696 "bool": true,
14697 "long": "--json",
14698 "description": "use json output"
14699 },
14700 {
14701 "flags": "--configFilePath <configFilePath>",
14702 "required": -18,
14703 "optional": 0,
14704 "bool": true,
14705 "long": "--configFilePath",
14706 "description": "Configuration file path"
14707 },
14708 {
14709 "flags": "--nodeType <nodeType>",
14710 "required": -12,
14711 "optional": 0,
14712 "bool": true,
14713 "long": "--nodeType",
14714 "description": "Specifies the node on which this cmdlet applies the action. Supported node types: HeadNode | WorkerNode | ZookeeperNode"
14715 },
14716 {
14717 "flags": "--uri <uri>",
14718 "required": -7,
14719 "optional": 0,
14720 "bool": true,
14721 "long": "--uri",
14722 "description": "Specifies the URI for the action"
14723 },
14724 {
14725 "flags": "--name <name>",
14726 "required": -8,
14727 "optional": 0,
14728 "bool": true,
14729 "long": "--name",
14730 "description": "Specifies the name of the action"
14731 },
14732 {
14733 "flags": "--parameters <parameters>",
14734 "required": -14,
14735 "optional": 0,
14736 "bool": true,
14737 "long": "--parameters",
14738 "description": "Specifies the parameters for the action"
14739 },
14740 {
14741 "flags": "-s, --subscription <id>",
14742 "required": -20,
14743 "optional": 0,
14744 "bool": true,
14745 "short": "-s",
14746 "long": "--subscription",
14747 "description": "The subscription id"
14748 }
14749 ]
14750 }
14751 ],
14752 "categories": {}
14753 }
14754 }
14755 },
14756 "insights": {
14757 "name": "insights",
14758 "description": "Commands related to monitoring Insights (events, alert rules, autoscale settings, metrics)",
14759 "fullName": "insights",
14760 "usage": "[options]",
14761 "options": [],
14762 "commands": [],
14763 "categories": {
14764 "alerts": {
14765 "name": "alerts",
14766 "description": "Retrieve alerts logs",
14767 "fullName": "insights alerts",
14768 "usage": "[options] [command]",
14769 "options": [],
14770 "commands": [
14771 {
14772 "name": "list",
14773 "description": "List alert logs for a resource.",
14774 "fullName": "insights alerts list",
14775 "usage": "[options] <resourceId>",
14776 "filePath": "commands/arm/insights/insights.alerts.js",
14777 "options": [
14778 {
14779 "flags": "-v, --verbose",
14780 "required": 0,
14781 "optional": 0,
14782 "bool": true,
14783 "short": "-v",
14784 "long": "--verbose",
14785 "description": "use verbose output"
14786 },
14787 {
14788 "flags": "-vv",
14789 "required": 0,
14790 "optional": 0,
14791 "bool": true,
14792 "long": "-vv",
14793 "description": "more verbose with debug output"
14794 },
14795 {
14796 "flags": "--json",
14797 "required": 0,
14798 "optional": 0,
14799 "bool": true,
14800 "long": "--json",
14801 "description": "use json output"
14802 },
14803 {
14804 "flags": "-i --resourceId <resourceId>",
14805 "required": -17,
14806 "optional": 0,
14807 "bool": true,
14808 "short": "-i",
14809 "long": "--resourceId",
14810 "description": "The resource Id."
14811 },
14812 {
14813 "flags": "-b --startTime <startTime>",
14814 "required": -16,
14815 "optional": 0,
14816 "bool": true,
14817 "short": "-b",
14818 "long": "--startTime",
14819 "description": "The start time of the query. In ISO format with explicit indication of timezone: 1970-01-01T00:00:00Z, 1970-01-01T00:00:00-0500"
14820 },
14821 {
14822 "flags": "-e --endTime <endTime>",
14823 "required": -14,
14824 "optional": 0,
14825 "bool": true,
14826 "short": "-e",
14827 "long": "--endTime",
14828 "description": "The end time of the query. In ISO format with explicit indication of timezone: 1970-01-01T00:00:00Z, 1970-01-01T00:00:00-0500"
14829 },
14830 {
14831 "flags": "--status <status>",
14832 "required": -10,
14833 "optional": 0,
14834 "bool": true,
14835 "long": "--status",
14836 "description": "The status."
14837 },
14838 {
14839 "flags": "--caller <caller>",
14840 "required": -10,
14841 "optional": 0,
14842 "bool": true,
14843 "long": "--caller",
14844 "description": "Caller to look for when querying."
14845 },
14846 {
14847 "flags": "-d --detailedOutput",
14848 "required": 0,
14849 "optional": 0,
14850 "bool": true,
14851 "short": "-d",
14852 "long": "--detailedOutput",
14853 "description": "Shows the details of the events in the log."
14854 },
14855 {
14856 "flags": "-s --subscription <subscription>",
14857 "required": -19,
14858 "optional": 0,
14859 "bool": true,
14860 "short": "-s",
14861 "long": "--subscription",
14862 "description": "The subscription identifier."
14863 }
14864 ]
14865 }
14866 ],
14867 "categories": {
14868 "rule": {
14869 "name": "rule",
14870 "description": "Retrieve alerts rules",
14871 "fullName": "insights alerts rule",
14872 "usage": "[options] [command]",
14873 "options": [],
14874 "commands": [
14875 {
14876 "name": "list",
14877 "description": "List alert rules for a resource.",
14878 "fullName": "insights alerts rule list",
14879 "usage": "[options] <resourceGroup>",
14880 "filePath": "commands/arm/insights/insights.alerts.rule.js",
14881 "options": [
14882 {
14883 "flags": "-v, --verbose",
14884 "required": 0,
14885 "optional": 0,
14886 "bool": true,
14887 "short": "-v",
14888 "long": "--verbose",
14889 "description": "use verbose output"
14890 },
14891 {
14892 "flags": "-vv",
14893 "required": 0,
14894 "optional": 0,
14895 "bool": true,
14896 "long": "-vv",
14897 "description": "more verbose with debug output"
14898 },
14899 {
14900 "flags": "--json",
14901 "required": 0,
14902 "optional": 0,
14903 "bool": true,
14904 "long": "--json",
14905 "description": "use json output"
14906 },
14907 {
14908 "flags": "-g --resourceGroup <resourceGroup>",
14909 "required": -20,
14910 "optional": 0,
14911 "bool": true,
14912 "short": "-g",
14913 "long": "--resourceGroup",
14914 "description": "The resource group."
14915 },
14916 {
14917 "flags": "-n --ruleName <ruleName>",
14918 "required": -15,
14919 "optional": 0,
14920 "bool": true,
14921 "short": "-n",
14922 "long": "--ruleName",
14923 "description": "The name of the rule to query."
14924 },
14925 {
14926 "flags": "-i --targetResourceId <targetResourceId>",
14927 "required": -23,
14928 "optional": 0,
14929 "bool": true,
14930 "short": "-i",
14931 "long": "--targetResourceId",
14932 "description": "The target resource of the query."
14933 },
14934 {
14935 "flags": "-s --subscription <subscription>",
14936 "required": -19,
14937 "optional": 0,
14938 "bool": true,
14939 "short": "-s",
14940 "long": "--subscription",
14941 "description": "The subscription identifier."
14942 }
14943 ]
14944 },
14945 {
14946 "name": "delete",
14947 "description": "Deletes an alert rule.",
14948 "fullName": "insights alerts rule delete",
14949 "usage": "[options] <resourceGroup> <ruleName>",
14950 "filePath": "commands/arm/insights/insights.alerts.rule.js",
14951 "options": [
14952 {
14953 "flags": "-v, --verbose",
14954 "required": 0,
14955 "optional": 0,
14956 "bool": true,
14957 "short": "-v",
14958 "long": "--verbose",
14959 "description": "use verbose output"
14960 },
14961 {
14962 "flags": "-vv",
14963 "required": 0,
14964 "optional": 0,
14965 "bool": true,
14966 "long": "-vv",
14967 "description": "more verbose with debug output"
14968 },
14969 {
14970 "flags": "--json",
14971 "required": 0,
14972 "optional": 0,
14973 "bool": true,
14974 "long": "--json",
14975 "description": "use json output"
14976 },
14977 {
14978 "flags": "-g --resourceGroup <resourceGroup>",
14979 "required": -20,
14980 "optional": 0,
14981 "bool": true,
14982 "short": "-g",
14983 "long": "--resourceGroup",
14984 "description": "The resource group."
14985 },
14986 {
14987 "flags": "-n --ruleName <ruleName>",
14988 "required": -15,
14989 "optional": 0,
14990 "bool": true,
14991 "short": "-n",
14992 "long": "--ruleName",
14993 "description": "The name of the rule to query."
14994 },
14995 {
14996 "flags": "-s --subscription <subscription>",
14997 "required": -19,
14998 "optional": 0,
14999 "bool": true,
15000 "short": "-s",
15001 "long": "--subscription",
15002 "description": "The subscription identifier."
15003 }
15004 ]
15005 },
15006 {
15007 "name": "set",
15008 "description": "Create or set a metric alert rule.",
15009 "fullName": "insights alerts rule set",
15010 "usage": "[options] <ruleType> <ruleName> <location> <resourceGroup>",
15011 "filePath": "commands/arm/insights/insights.alerts.rule.js",
15012 "options": [
15013 {
15014 "flags": "-v, --verbose",
15015 "required": 0,
15016 "optional": 0,
15017 "bool": true,
15018 "short": "-v",
15019 "long": "--verbose",
15020 "description": "use verbose output"
15021 },
15022 {
15023 "flags": "-vv",
15024 "required": 0,
15025 "optional": 0,
15026 "bool": true,
15027 "long": "-vv",
15028 "description": "more verbose with debug output"
15029 },
15030 {
15031 "flags": "--json",
15032 "required": 0,
15033 "optional": 0,
15034 "bool": true,
15035 "long": "--json",
15036 "description": "use json output"
15037 },
15038 {
15039 "flags": "-y --ruleType <ruleType>",
15040 "required": -15,
15041 "optional": 0,
15042 "bool": true,
15043 "short": "-y",
15044 "long": "--ruleType",
15045 "description": "The type of the rule (Event, Metric, Webtest)."
15046 },
15047 {
15048 "flags": "-x --disable",
15049 "required": 0,
15050 "optional": 0,
15051 "bool": true,
15052 "short": "-x",
15053 "long": "--disable",
15054 "description": "Flag to disable the rule."
15055 },
15056 {
15057 "flags": "-s --subscription <subscription>",
15058 "required": -19,
15059 "optional": 0,
15060 "bool": true,
15061 "short": "-s",
15062 "long": "--subscription",
15063 "description": "The subscription identifier."
15064 },
15065 {
15066 "flags": "-n --ruleName <ruleName>",
15067 "required": -15,
15068 "optional": 0,
15069 "bool": true,
15070 "short": "-n",
15071 "long": "--ruleName",
15072 "description": "The name of the rule."
15073 },
15074 {
15075 "flags": "-d --description <description>",
15076 "required": -18,
15077 "optional": 0,
15078 "bool": true,
15079 "short": "-d",
15080 "long": "--description",
15081 "description": "The description of the rule."
15082 },
15083 {
15084 "flags": "-l --location <location>",
15085 "required": -15,
15086 "optional": 0,
15087 "bool": true,
15088 "short": "-l",
15089 "long": "--location",
15090 "description": "The location."
15091 },
15092 {
15093 "flags": "-g --resourceGroup <resourceGroup>",
15094 "required": -20,
15095 "optional": 0,
15096 "bool": true,
15097 "short": "-g",
15098 "long": "--resourceGroup",
15099 "description": "The resource group."
15100 },
15101 {
15102 "flags": "--windowSize <windowSize>",
15103 "required": -14,
15104 "optional": 0,
15105 "bool": true,
15106 "long": "--windowSize",
15107 "description": "The time window size. Expected format hh:mm:ss."
15108 },
15109 {
15110 "flags": "--sendToServiceOwners",
15111 "required": 0,
15112 "optional": 0,
15113 "bool": true,
15114 "long": "--sendToServiceOwners",
15115 "description": "Flag to send e-mail to service owners."
15116 },
15117 {
15118 "flags": "--customEmails <customEmails>",
15119 "required": -16,
15120 "optional": 0,
15121 "bool": true,
15122 "long": "--customEmails",
15123 "description": "The list of custom e-mail addresses."
15124 },
15125 {
15126 "flags": "-o --conditionOperator <conditionOperator>",
15127 "required": -24,
15128 "optional": 0,
15129 "bool": true,
15130 "short": "-o",
15131 "long": "--conditionOperator",
15132 "description": "The condition operator: GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual. Value is case insensitive."
15133 },
15134 {
15135 "flags": "-a --threshold <threshold>",
15136 "required": -16,
15137 "optional": 0,
15138 "bool": true,
15139 "short": "-a",
15140 "long": "--threshold",
15141 "description": "The threshold."
15142 },
15143 {
15144 "flags": "-i --resourceId <resourceId>",
15145 "required": -17,
15146 "optional": 0,
15147 "bool": true,
15148 "short": "-i",
15149 "long": "--resourceId",
15150 "description": "The resource Id."
15151 },
15152 {
15153 "flags": "-m --metricName <metricName>",
15154 "required": -17,
15155 "optional": 0,
15156 "bool": true,
15157 "short": "-m",
15158 "long": "--metricName",
15159 "description": "The metric name."
15160 },
15161 {
15162 "flags": "--timeAggregationOperator <timeAggregationOperator>",
15163 "required": -27,
15164 "optional": 0,
15165 "bool": true,
15166 "long": "--timeAggregationOperator",
15167 "description": "The time aggregation operator: Average, Minimum, Maximum, Total. Value is case insensitve."
15168 },
15169 {
15170 "flags": "-e --eventName <eventName>",
15171 "required": -16,
15172 "optional": 0,
15173 "bool": true,
15174 "short": "-e",
15175 "long": "--eventName",
15176 "description": "The event name."
15177 },
15178 {
15179 "flags": "-z --eventSource <eventSource>",
15180 "required": -18,
15181 "optional": 0,
15182 "bool": true,
15183 "short": "-z",
15184 "long": "--eventSource",
15185 "description": "The event source."
15186 },
15187 {
15188 "flags": "-f --level <level>",
15189 "required": -12,
15190 "optional": 0,
15191 "bool": true,
15192 "short": "-f",
15193 "long": "--level",
15194 "description": "The level for the rule."
15195 },
15196 {
15197 "flags": "-p --operationName <operationName>",
15198 "required": -20,
15199 "optional": 0,
15200 "bool": true,
15201 "short": "-p",
15202 "long": "--operationName",
15203 "description": "The operation name."
15204 },
15205 {
15206 "flags": "-k --resourceProvider <resourceProvider>",
15207 "required": -23,
15208 "optional": 0,
15209 "bool": true,
15210 "short": "-k",
15211 "long": "--resourceProvider",
15212 "description": "The resource provider."
15213 },
15214 {
15215 "flags": "-u --status <status>",
15216 "required": -13,
15217 "optional": 0,
15218 "bool": true,
15219 "short": "-u",
15220 "long": "--status",
15221 "description": "The status."
15222 },
15223 {
15224 "flags": "-b --subStatus <subStatus>",
15225 "required": -16,
15226 "optional": 0,
15227 "bool": true,
15228 "short": "-b",
15229 "long": "--subStatus",
15230 "description": "The substatus."
15231 },
15232 {
15233 "flags": "--eMailAddress <eMailAddress>",
15234 "required": -16,
15235 "optional": 0,
15236 "bool": true,
15237 "long": "--eMailAddress",
15238 "description": "The e-mail address."
15239 },
15240 {
15241 "flags": "-f --failedLocationCount <failedLocationCount>",
15242 "required": -26,
15243 "optional": 0,
15244 "bool": true,
15245 "short": "-f",
15246 "long": "--failedLocationCount",
15247 "description": "The failed location."
15248 }
15249 ]
15250 }
15251 ],
15252 "categories": {}
15253 }
15254 }
15255 },
15256 "autoscale": {
15257 "name": "autoscale",
15258 "description": "Retrieve autoscale logs",
15259 "fullName": "insights autoscale",
15260 "usage": "[options] [command]",
15261 "options": [],
15262 "commands": [
15263 {
15264 "name": "list",
15265 "description": "List autoscale logs for a resource.",
15266 "fullName": "insights autoscale list",
15267 "usage": "[options]",
15268 "filePath": "commands/arm/insights/insights.autoscale.js",
15269 "options": [
15270 {
15271 "flags": "-v, --verbose",
15272 "required": 0,
15273 "optional": 0,
15274 "bool": true,
15275 "short": "-v",
15276 "long": "--verbose",
15277 "description": "use verbose output"
15278 },
15279 {
15280 "flags": "-vv",
15281 "required": 0,
15282 "optional": 0,
15283 "bool": true,
15284 "long": "-vv",
15285 "description": "more verbose with debug output"
15286 },
15287 {
15288 "flags": "--json",
15289 "required": 0,
15290 "optional": 0,
15291 "bool": true,
15292 "long": "--json",
15293 "description": "use json output"
15294 },
15295 {
15296 "flags": "-i --resourceId <resourceId>",
15297 "required": -17,
15298 "optional": 0,
15299 "bool": true,
15300 "short": "-i",
15301 "long": "--resourceId",
15302 "description": "The resource Id."
15303 },
15304 {
15305 "flags": "-b --startTime <startTime>",
15306 "required": -16,
15307 "optional": 0,
15308 "bool": true,
15309 "short": "-b",
15310 "long": "--startTime",
15311 "description": "The start time of the query. In ISO format with explicit indication of timezone: 1970-01-01T00:00:00Z, 1970-01-01T00:00:00-0500"
15312 },
15313 {
15314 "flags": "-e --endTime <endTime>",
15315 "required": -14,
15316 "optional": 0,
15317 "bool": true,
15318 "short": "-e",
15319 "long": "--endTime",
15320 "description": "The end time of the query. In ISO format with explicit indication of timezone: 1970-01-01T00:00:00Z, 1970-01-01T00:00:00-0500"
15321 },
15322 {
15323 "flags": "--status <status>",
15324 "required": -10,
15325 "optional": 0,
15326 "bool": true,
15327 "long": "--status",
15328 "description": "The status."
15329 },
15330 {
15331 "flags": "--caller <caller>",
15332 "required": -10,
15333 "optional": 0,
15334 "bool": true,
15335 "long": "--caller",
15336 "description": "Caller to look for when querying."
15337 },
15338 {
15339 "flags": "-d --detailedOutput",
15340 "required": 0,
15341 "optional": 0,
15342 "bool": true,
15343 "short": "-d",
15344 "long": "--detailedOutput",
15345 "description": "Shows the details of the events in the log."
15346 },
15347 {
15348 "flags": "-s --subscription <subscription>",
15349 "required": -19,
15350 "optional": 0,
15351 "bool": true,
15352 "short": "-s",
15353 "long": "--subscription",
15354 "description": "The subscription identifier."
15355 }
15356 ]
15357 }
15358 ],
15359 "categories": {
15360 "profile": {
15361 "name": "profile",
15362 "description": "Manages autoscale profiles",
15363 "fullName": "insights autoscale profile",
15364 "usage": "[options] [command]",
15365 "options": [],
15366 "commands": [
15367 {
15368 "name": "set",
15369 "description": "Create or set an autoscale profile.",
15370 "fullName": "insights autoscale profile set",
15371 "usage": "[options] <profileType> <profileName> <defaultCapacity> <maximumCapacity> <minimumCapacity> <rules>",
15372 "filePath": "commands/arm/insights/insights.autoscale.profile.js",
15373 "options": [
15374 {
15375 "flags": "-v, --verbose",
15376 "required": 0,
15377 "optional": 0,
15378 "bool": true,
15379 "short": "-v",
15380 "long": "--verbose",
15381 "description": "use verbose output"
15382 },
15383 {
15384 "flags": "-vv",
15385 "required": 0,
15386 "optional": 0,
15387 "bool": true,
15388 "long": "-vv",
15389 "description": "more verbose with debug output"
15390 },
15391 {
15392 "flags": "--json",
15393 "required": 0,
15394 "optional": 0,
15395 "bool": true,
15396 "long": "--json",
15397 "description": "use json output"
15398 },
15399 {
15400 "flags": "-y --profileType <profileType>",
15401 "required": -18,
15402 "optional": 0,
15403 "bool": true,
15404 "short": "-y",
15405 "long": "--profileType",
15406 "description": "The type of the profile: NoSchedule, FixedDate, Recurrent (the value case insensitive)"
15407 },
15408 {
15409 "flags": "-n --profileName <profileName>",
15410 "required": -18,
15411 "optional": 0,
15412 "bool": true,
15413 "short": "-n",
15414 "long": "--profileName",
15415 "description": "The name of the profile."
15416 },
15417 {
15418 "flags": "-d --defaultCapacity <defaultCapacity>",
15419 "required": -22,
15420 "optional": 0,
15421 "bool": true,
15422 "short": "-d",
15423 "long": "--defaultCapacity",
15424 "description": "The default capacity of the profile."
15425 },
15426 {
15427 "flags": "-a --maximumCapacity <maximumCapacity>",
15428 "required": -22,
15429 "optional": 0,
15430 "bool": true,
15431 "short": "-a",
15432 "long": "--maximumCapacity",
15433 "description": "The maximum capacity of the profile."
15434 },
15435 {
15436 "flags": "-m --minimumCapacity <minimumCapacity>",
15437 "required": -22,
15438 "optional": 0,
15439 "bool": true,
15440 "short": "-m",
15441 "long": "--minimumCapacity",
15442 "description": "The minimum capacity of the profile."
15443 },
15444 {
15445 "flags": "-l --rules <rules>",
15446 "required": -12,
15447 "optional": 0,
15448 "bool": true,
15449 "short": "-l",
15450 "long": "--rules",
15451 "description": "The rules of the profile. A json string containing a listing of scale rules."
15452 },
15453 {
15454 "flags": "-b --startTimeWindow <startTimeWindow>",
15455 "required": -22,
15456 "optional": 0,
15457 "bool": true,
15458 "short": "-b",
15459 "long": "--startTimeWindow",
15460 "description": "The start time window of a fixed date schedule."
15461 },
15462 {
15463 "flags": "-e --endTimeWindow <endTimeWindow>",
15464 "required": -20,
15465 "optional": 0,
15466 "bool": true,
15467 "short": "-e",
15468 "long": "--endTimeWindow",
15469 "description": "The end time window of a fixed date schedule."
15470 },
15471 {
15472 "flags": "-z --timeWindowTimeZone <timeWindowTimeZone>",
15473 "required": -25,
15474 "optional": 0,
15475 "bool": true,
15476 "short": "-z",
15477 "long": "--timeWindowTimeZone",
15478 "description": "The time window timezone of a fixed date schedule."
15479 },
15480 {
15481 "flags": "-f --recurrenceFrequency <recurrenceFrequency>",
15482 "required": -26,
15483 "optional": 0,
15484 "bool": true,
15485 "short": "-f",
15486 "long": "--recurrenceFrequency",
15487 "description": "The recurrence frequency of a recurrent schedule: None, Second, Minute, Hour, Day, Week, Month, Year (the value is case insensitive)"
15488 },
15489 {
15490 "flags": "-g --scheduleDays <scheduleDays>",
15491 "required": -19,
15492 "optional": 0,
15493 "bool": true,
15494 "short": "-g",
15495 "long": "--scheduleDays",
15496 "description": "The list of schedule days a recurrent schedule. Values are comma-separated."
15497 },
15498 {
15499 "flags": "-o --scheduleHours <scheduleHours>",
15500 "required": -20,
15501 "optional": 0,
15502 "bool": true,
15503 "short": "-o",
15504 "long": "--scheduleHours",
15505 "description": "The list of schedule hours a recurrent schedule. Values are comma-separated."
15506 },
15507 {
15508 "flags": "-u --scheduleMinutes <scheduleMinutes>",
15509 "required": -22,
15510 "optional": 0,
15511 "bool": true,
15512 "short": "-u",
15513 "long": "--scheduleMinutes",
15514 "description": "The list of schedule minutes a recurrent schedule. Values are comma-separated."
15515 },
15516 {
15517 "flags": "-x --scheduleTimeZone <scheduleTimeZone>",
15518 "required": -23,
15519 "optional": 0,
15520 "bool": true,
15521 "short": "-x",
15522 "long": "--scheduleTimeZone",
15523 "description": "The list of schedule timezone a recurrent schedule."
15524 }
15525 ]
15526 }
15527 ],
15528 "categories": {}
15529 },
15530 "rule": {
15531 "name": "rule",
15532 "description": "Manages autoscale rules",
15533 "fullName": "insights autoscale rule",
15534 "usage": "[options] [command]",
15535 "options": [],
15536 "commands": [
15537 {
15538 "name": "set",
15539 "description": "Create or set an autoscale rule.",
15540 "fullName": "insights autoscale rule set",
15541 "usage": "[options] <metricName> <metricResourceId> <conditionOperatorType> <metricStatisticType> <threshold> <timeGrain> <actionCooldown> <actionDirection> <actionType> <scaleValue>",
15542 "filePath": "commands/arm/insights/insights.autoscale.rule.js",
15543 "options": [
15544 {
15545 "flags": "-v, --verbose",
15546 "required": 0,
15547 "optional": 0,
15548 "bool": true,
15549 "short": "-v",
15550 "long": "--verbose",
15551 "description": "use verbose output"
15552 },
15553 {
15554 "flags": "-vv",
15555 "required": 0,
15556 "optional": 0,
15557 "bool": true,
15558 "long": "-vv",
15559 "description": "more verbose with debug output"
15560 },
15561 {
15562 "flags": "--json",
15563 "required": 0,
15564 "optional": 0,
15565 "bool": true,
15566 "long": "--json",
15567 "description": "use json output"
15568 },
15569 {
15570 "flags": "-m --metricName <metricName>",
15571 "required": -17,
15572 "optional": 0,
15573 "bool": true,
15574 "short": "-m",
15575 "long": "--metricName",
15576 "description": "The metric name."
15577 },
15578 {
15579 "flags": "-i --metricResourceId <metricResourceId>",
15580 "required": -23,
15581 "optional": 0,
15582 "bool": true,
15583 "short": "-i",
15584 "long": "--metricResourceId",
15585 "description": "The resource Id."
15586 },
15587 {
15588 "flags": "-o --conditionOperatorType <conditionOperatorType>",
15589 "required": -28,
15590 "optional": 0,
15591 "bool": true,
15592 "short": "-o",
15593 "long": "--conditionOperatorType",
15594 "description": "The condition operator: Equals, NotEquals, GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual. The value is case insensitive."
15595 },
15596 {
15597 "flags": "-r --metricStatisticType <metricStatisticType>",
15598 "required": -26,
15599 "optional": 0,
15600 "bool": true,
15601 "short": "-r",
15602 "long": "--metricStatisticType",
15603 "description": "The metric statistic type: Average, Min, Max, Sum. The value is case insensitive."
15604 },
15605 {
15606 "flags": "-t --threshold <threshold>",
15607 "required": -16,
15608 "optional": 0,
15609 "bool": true,
15610 "short": "-t",
15611 "long": "--threshold",
15612 "description": "The threshold."
15613 },
15614 {
15615 "flags": "-n --timeGrain <timeGrain>",
15616 "required": -16,
15617 "optional": 0,
15618 "bool": true,
15619 "short": "-n",
15620 "long": "--timeGrain",
15621 "description": "The time grain. Expected format hh:mm:ss."
15622 },
15623 {
15624 "flags": "-c --actionCooldown <actionCooldown>",
15625 "required": -21,
15626 "optional": 0,
15627 "bool": true,
15628 "short": "-c",
15629 "long": "--actionCooldown",
15630 "description": "The scale action cooldown time. Expected format hh:mm:ss."
15631 },
15632 {
15633 "flags": "-d --actionDirection <actionDirection>",
15634 "required": -22,
15635 "optional": 0,
15636 "bool": true,
15637 "short": "-d",
15638 "long": "--actionDirection",
15639 "description": "The scale action direction: None, Increase, Decrease. The value is case insensitive."
15640 },
15641 {
15642 "flags": "-y --actionType <actionType>",
15643 "required": -17,
15644 "optional": 0,
15645 "bool": true,
15646 "short": "-y",
15647 "long": "--actionType",
15648 "description": "The scale action type name: ChangeSize, ChangeCount, PercentChangeCount, ExactCount. The value is case insensitive."
15649 },
15650 {
15651 "flags": "-l --scaleValue <scaleValue>",
15652 "required": -17,
15653 "optional": 0,
15654 "bool": true,
15655 "short": "-l",
15656 "long": "--scaleValue",
15657 "description": "The scale action value."
15658 },
15659 {
15660 "flags": "-a --timeAggregationOperator <timeAggregationOperator>",
15661 "required": -30,
15662 "optional": 0,
15663 "bool": true,
15664 "short": "-a",
15665 "long": "--timeAggregationOperator",
15666 "description": "The time aggregation operator: Average, Minimum, Maximum, Total. The value is case insensitive."
15667 },
15668 {
15669 "flags": "-w --windowSize <windowSize>",
15670 "required": -17,
15671 "optional": 0,
15672 "bool": true,
15673 "short": "-w",
15674 "long": "--windowSize",
15675 "description": "The time window size. Expected format hh:mm:ss."
15676 }
15677 ]
15678 }
15679 ],
15680 "categories": {}
15681 },
15682 "setting": {
15683 "name": "setting",
15684 "description": "Manages autoscale settings",
15685 "fullName": "insights autoscale setting",
15686 "usage": "[options] [command]",
15687 "options": [],
15688 "commands": [
15689 {
15690 "name": "list",
15691 "description": "List autoscale settings for a resource.",
15692 "fullName": "insights autoscale setting list",
15693 "usage": "[options] <resourceGroup>",
15694 "filePath": "commands/arm/insights/insights.autoscale.setting.js",
15695 "options": [
15696 {
15697 "flags": "-v, --verbose",
15698 "required": 0,
15699 "optional": 0,
15700 "bool": true,
15701 "short": "-v",
15702 "long": "--verbose",
15703 "description": "use verbose output"
15704 },
15705 {
15706 "flags": "-vv",
15707 "required": 0,
15708 "optional": 0,
15709 "bool": true,
15710 "long": "-vv",
15711 "description": "more verbose with debug output"
15712 },
15713 {
15714 "flags": "--json",
15715 "required": 0,
15716 "optional": 0,
15717 "bool": true,
15718 "long": "--json",
15719 "description": "use json output"
15720 },
15721 {
15722 "flags": "-g --resourceGroup <resourceGroup>",
15723 "required": -20,
15724 "optional": 0,
15725 "bool": true,
15726 "short": "-g",
15727 "long": "--resourceGroup",
15728 "description": "The resource group."
15729 },
15730 {
15731 "flags": "-n --settingName <settingName>",
15732 "required": -18,
15733 "optional": 0,
15734 "bool": true,
15735 "short": "-n",
15736 "long": "--settingName",
15737 "description": "The name of the setting."
15738 }
15739 ]
15740 },
15741 {
15742 "name": "delete",
15743 "description": "Deletes an autoscale setting.",
15744 "fullName": "insights autoscale setting delete",
15745 "usage": "[options] <resourceGroup> <settingName>",
15746 "filePath": "commands/arm/insights/insights.autoscale.setting.js",
15747 "options": [
15748 {
15749 "flags": "-v, --verbose",
15750 "required": 0,
15751 "optional": 0,
15752 "bool": true,
15753 "short": "-v",
15754 "long": "--verbose",
15755 "description": "use verbose output"
15756 },
15757 {
15758 "flags": "-vv",
15759 "required": 0,
15760 "optional": 0,
15761 "bool": true,
15762 "long": "-vv",
15763 "description": "more verbose with debug output"
15764 },
15765 {
15766 "flags": "--json",
15767 "required": 0,
15768 "optional": 0,
15769 "bool": true,
15770 "long": "--json",
15771 "description": "use json output"
15772 },
15773 {
15774 "flags": "-g --resourceGroup <resourceGroup>",
15775 "required": -20,
15776 "optional": 0,
15777 "bool": true,
15778 "short": "-g",
15779 "long": "--resourceGroup",
15780 "description": "The resource group."
15781 },
15782 {
15783 "flags": "-n --settingName <settingName>",
15784 "required": -18,
15785 "optional": 0,
15786 "bool": true,
15787 "short": "-n",
15788 "long": "--settingName",
15789 "description": "The name of the setting."
15790 }
15791 ]
15792 },
15793 {
15794 "name": "set",
15795 "description": "Create or set an autoscale setting.",
15796 "fullName": "insights autoscale setting set",
15797 "usage": "[options] <resourceGroup>",
15798 "filePath": "commands/arm/insights/insights.autoscale.setting.js",
15799 "options": [
15800 {
15801 "flags": "-v, --verbose",
15802 "required": 0,
15803 "optional": 0,
15804 "bool": true,
15805 "short": "-v",
15806 "long": "--verbose",
15807 "description": "use verbose output"
15808 },
15809 {
15810 "flags": "-vv",
15811 "required": 0,
15812 "optional": 0,
15813 "bool": true,
15814 "long": "-vv",
15815 "description": "more verbose with debug output"
15816 },
15817 {
15818 "flags": "--json",
15819 "required": 0,
15820 "optional": 0,
15821 "bool": true,
15822 "long": "--json",
15823 "description": "use json output"
15824 },
15825 {
15826 "flags": "-x --disable",
15827 "required": 0,
15828 "optional": 0,
15829 "bool": true,
15830 "short": "-x",
15831 "long": "--disable",
15832 "description": "Flag to disable the setting."
15833 },
15834 {
15835 "flags": "-a --autoProfiles <autoProfiles>",
15836 "required": -19,
15837 "optional": 0,
15838 "bool": true,
15839 "short": "-a",
15840 "long": "--autoProfiles",
15841 "description": "A list of autoscale profiles in JSON format."
15842 },
15843 {
15844 "flags": "-g --resourceGroup <resourceGroup>",
15845 "required": -20,
15846 "optional": 0,
15847 "bool": true,
15848 "short": "-g",
15849 "long": "--resourceGroup",
15850 "description": "The resource group."
15851 },
15852 {
15853 "flags": "-n --settingName <settingName>",
15854 "required": -18,
15855 "optional": 0,
15856 "bool": true,
15857 "short": "-n",
15858 "long": "--settingName",
15859 "description": "The name of the setting."
15860 },
15861 {
15862 "flags": "-l --location <location>",
15863 "required": -15,
15864 "optional": 0,
15865 "bool": true,
15866 "short": "-l",
15867 "long": "--location",
15868 "description": "The location."
15869 },
15870 {
15871 "flags": "-i --targetResourceId <targetResourceId>",
15872 "required": -23,
15873 "optional": 0,
15874 "bool": true,
15875 "short": "-i",
15876 "long": "--targetResourceId",
15877 "description": "The resource Id."
15878 },
15879 {
15880 "flags": "-p --settingSpec <settingSpec>",
15881 "required": -18,
15882 "optional": 0,
15883 "bool": true,
15884 "short": "-p",
15885 "long": "--settingSpec",
15886 "description": "The setting spec in JSON format."
15887 }
15888 ]
15889 }
15890 ],
15891 "categories": {}
15892 }
15893 }
15894 },
15895 "diagnostic": {
15896 "name": "diagnostic",
15897 "description": "Configure diagnostics for resources",
15898 "fullName": "insights diagnostic",
15899 "usage": "[options] [command]",
15900 "options": [],
15901 "commands": [
15902 {
15903 "name": "get",
15904 "description": "Get the diagnostics for the resource.",
15905 "fullName": "insights diagnostic get",
15906 "usage": "[options]",
15907 "filePath": "commands/arm/insights/insights.diagnostic.get.js",
15908 "options": [
15909 {
15910 "flags": "-v, --verbose",
15911 "required": 0,
15912 "optional": 0,
15913 "bool": true,
15914 "short": "-v",
15915 "long": "--verbose",
15916 "description": "use verbose output"
15917 },
15918 {
15919 "flags": "-vv",
15920 "required": 0,
15921 "optional": 0,
15922 "bool": true,
15923 "long": "-vv",
15924 "description": "more verbose with debug output"
15925 },
15926 {
15927 "flags": "--json",
15928 "required": 0,
15929 "optional": 0,
15930 "bool": true,
15931 "long": "--json",
15932 "description": "use json output"
15933 },
15934 {
15935 "flags": "-i, --resourceId <resourceId>",
15936 "required": -18,
15937 "optional": 0,
15938 "bool": true,
15939 "short": "-i",
15940 "long": "--resourceId",
15941 "description": "resource Id."
15942 }
15943 ]
15944 },
15945 {
15946 "name": "set",
15947 "description": "Set the diagnostics for the resource.",
15948 "fullName": "insights diagnostic set",
15949 "usage": "[options]",
15950 "filePath": "commands/arm/insights/insights.diagnostic.set.js",
15951 "options": [
15952 {
15953 "flags": "-v, --verbose",
15954 "required": 0,
15955 "optional": 0,
15956 "bool": true,
15957 "short": "-v",
15958 "long": "--verbose",
15959 "description": "use verbose output"
15960 },
15961 {
15962 "flags": "-vv",
15963 "required": 0,
15964 "optional": 0,
15965 "bool": true,
15966 "long": "-vv",
15967 "description": "more verbose with debug output"
15968 },
15969 {
15970 "flags": "--json",
15971 "required": 0,
15972 "optional": 0,
15973 "bool": true,
15974 "long": "--json",
15975 "description": "use json output"
15976 },
15977 {
15978 "flags": "-i, --resourceId <resourceId>",
15979 "required": -18,
15980 "optional": 0,
15981 "bool": true,
15982 "short": "-i",
15983 "long": "--resourceId",
15984 "description": "resource Id."
15985 },
15986 {
15987 "flags": "-a, --storageId <storageId>",
15988 "required": -17,
15989 "optional": 0,
15990 "bool": true,
15991 "short": "-a",
15992 "long": "--storageId",
15993 "description": "storage account Id."
15994 },
15995 {
15996 "flags": "-e, --enabled <enabled>",
15997 "required": -15,
15998 "optional": 0,
15999 "bool": true,
16000 "short": "-e",
16001 "long": "--enabled",
16002 "description": "whether the configuration is enabled or disabled."
16003 },
16004 {
16005 "flags": "-c, --categories <categories>",
16006 "required": -18,
16007 "optional": 0,
16008 "bool": true,
16009 "short": "-c",
16010 "long": "--categories",
16011 "description": "categories to be affected. Valid values vary per resource type."
16012 },
16013 {
16014 "flags": "-t, --timegrains <timegrains>",
16015 "required": -18,
16016 "optional": 0,
16017 "bool": true,
16018 "short": "-t",
16019 "long": "--timegrains",
16020 "description": "timegrains to be affected in ISO 8601 format. Example: 'PT1M' for 1 minute."
16021 }
16022 ]
16023 }
16024 ],
16025 "categories": {}
16026 },
16027 "logs": {
16028 "name": "logs",
16029 "description": "Retrieve operation logs for a subscription, a correlationId, a resource group, resource, or resource provider.",
16030 "fullName": "insights logs",
16031 "usage": "[options] [command]",
16032 "options": [],
16033 "commands": [
16034 {
16035 "name": "list",
16036 "description": "List operation logs for a subscription.",
16037 "fullName": "insights logs list",
16038 "usage": "[options]",
16039 "filePath": "commands/arm/insights/insights.js",
16040 "options": [
16041 {
16042 "flags": "-v, --verbose",
16043 "required": 0,
16044 "optional": 0,
16045 "bool": true,
16046 "short": "-v",
16047 "long": "--verbose",
16048 "description": "use verbose output"
16049 },
16050 {
16051 "flags": "-vv",
16052 "required": 0,
16053 "optional": 0,
16054 "bool": true,
16055 "long": "-vv",
16056 "description": "more verbose with debug output"
16057 },
16058 {
16059 "flags": "--json",
16060 "required": 0,
16061 "optional": 0,
16062 "bool": true,
16063 "long": "--json",
16064 "description": "use json output"
16065 },
16066 {
16067 "flags": "-c --correlationId <correlationId>",
16068 "required": -20,
16069 "optional": 0,
16070 "bool": true,
16071 "short": "-c",
16072 "long": "--correlationId",
16073 "description": "The correlation id of the query."
16074 },
16075 {
16076 "flags": "-g --resourceGroup <resourceGroup>",
16077 "required": -20,
16078 "optional": 0,
16079 "bool": true,
16080 "short": "-g",
16081 "long": "--resourceGroup",
16082 "description": "The resource group."
16083 },
16084 {
16085 "flags": "-i --resourceId <resourceId>",
16086 "required": -17,
16087 "optional": 0,
16088 "bool": true,
16089 "short": "-i",
16090 "long": "--resourceId",
16091 "description": "The resource Id."
16092 },
16093 {
16094 "flags": "-p --resourceProvider <resourceProvider>",
16095 "required": -23,
16096 "optional": 0,
16097 "bool": true,
16098 "short": "-p",
16099 "long": "--resourceProvider",
16100 "description": "The resource provider."
16101 },
16102 {
16103 "flags": "-b --startTime <startTime>",
16104 "required": -16,
16105 "optional": 0,
16106 "bool": true,
16107 "short": "-b",
16108 "long": "--startTime",
16109 "description": "The start time of the query. In ISO format with explicit indication of timezone: 1970-01-01T00:00:00Z, 1970-01-01T00:00:00-0500"
16110 },
16111 {
16112 "flags": "-e --endTime <endTime>",
16113 "required": -14,
16114 "optional": 0,
16115 "bool": true,
16116 "short": "-e",
16117 "long": "--endTime",
16118 "description": "The end time of the query. In ISO format with explicit indication of timezone: 1970-01-01T00:00:00Z, 1970-01-01T00:00:00-0500"
16119 },
16120 {
16121 "flags": "--status <status>",
16122 "required": -10,
16123 "optional": 0,
16124 "bool": true,
16125 "long": "--status",
16126 "description": "The status."
16127 },
16128 {
16129 "flags": "--caller <caller>",
16130 "required": -10,
16131 "optional": 0,
16132 "bool": true,
16133 "long": "--caller",
16134 "description": "Caller to look for when querying."
16135 },
16136 {
16137 "flags": "-d --detailedOutput",
16138 "required": 0,
16139 "optional": 0,
16140 "bool": true,
16141 "short": "-d",
16142 "long": "--detailedOutput",
16143 "description": "Shows the details of the events in the log."
16144 },
16145 {
16146 "flags": "-s --subscription <subscription>",
16147 "required": -19,
16148 "optional": 0,
16149 "bool": true,
16150 "short": "-s",
16151 "long": "--subscription",
16152 "description": "The subscription identifier."
16153 }
16154 ]
16155 }
16156 ],
16157 "categories": {}
16158 },
16159 "metrics": {
16160 "name": "metrics",
16161 "description": "Retrieve metrics values resource",
16162 "fullName": "insights metrics",
16163 "usage": "[options] [command]",
16164 "options": [],
16165 "commands": [
16166 {
16167 "name": "list",
16168 "description": "List metric values for a resource.",
16169 "fullName": "insights metrics list",
16170 "usage": "[options] <resourceId> <timeGrain>",
16171 "filePath": "commands/arm/insights/insights.metrics.js",
16172 "options": [
16173 {
16174 "flags": "-v, --verbose",
16175 "required": 0,
16176 "optional": 0,
16177 "bool": true,
16178 "short": "-v",
16179 "long": "--verbose",
16180 "description": "use verbose output"
16181 },
16182 {
16183 "flags": "-vv",
16184 "required": 0,
16185 "optional": 0,
16186 "bool": true,
16187 "long": "-vv",
16188 "description": "more verbose with debug output"
16189 },
16190 {
16191 "flags": "--json",
16192 "required": 0,
16193 "optional": 0,
16194 "bool": true,
16195 "long": "--json",
16196 "description": "use json output"
16197 },
16198 {
16199 "flags": "-i --resourceId <resourceId>",
16200 "required": -17,
16201 "optional": 0,
16202 "bool": true,
16203 "short": "-i",
16204 "long": "--resourceId",
16205 "description": "The resource Id."
16206 },
16207 {
16208 "flags": "-t --timeGrain <timeGrain>",
16209 "required": -16,
16210 "optional": 0,
16211 "bool": true,
16212 "short": "-t",
16213 "long": "--timeGrain",
16214 "description": "The time grain. Expected format hh:mm:ss."
16215 },
16216 {
16217 "flags": "-b --startTime <startTime>",
16218 "required": -16,
16219 "optional": 0,
16220 "bool": true,
16221 "short": "-b",
16222 "long": "--startTime",
16223 "description": "The start time of the query. In ISO format with explicit indication of timezone: 1970-01-01T00:00:00Z, 1970-01-01T00:00:00-0500"
16224 },
16225 {
16226 "flags": "-e --endTime <endTime>",
16227 "required": -14,
16228 "optional": 0,
16229 "bool": true,
16230 "short": "-e",
16231 "long": "--endTime",
16232 "description": "The end time of the query. In ISO format with explicit indication of timezone: 1970-01-01T00:00:00Z, 1970-01-01T00:00:00-0500"
16233 },
16234 {
16235 "flags": "-n --metricNames <metricNames>",
16236 "required": -18,
16237 "optional": 0,
16238 "bool": true,
16239 "short": "-n",
16240 "long": "--metricNames",
16241 "description": "The list of metric names."
16242 },
16243 {
16244 "flags": "-s --subscription <subscription>",
16245 "required": -19,
16246 "optional": 0,
16247 "bool": true,
16248 "short": "-s",
16249 "long": "--subscription",
16250 "description": "The subscription identifier."
16251 }
16252 ]
16253 }
16254 ],
16255 "categories": {
16256 "definition": {
16257 "name": "definition",
16258 "description": "Retrieves metric definitions for a resource",
16259 "fullName": "insights metrics definition",
16260 "usage": "[options] [command]",
16261 "options": [],
16262 "commands": [
16263 {
16264 "name": "list",
16265 "description": "List metric definitions for a resource.",
16266 "fullName": "insights metrics definition list",
16267 "usage": "[options] <resourceId>",
16268 "filePath": "commands/arm/insights/insights.metrics.definition.js",
16269 "options": [
16270 {
16271 "flags": "-v, --verbose",
16272 "required": 0,
16273 "optional": 0,
16274 "bool": true,
16275 "short": "-v",
16276 "long": "--verbose",
16277 "description": "use verbose output"
16278 },
16279 {
16280 "flags": "-vv",
16281 "required": 0,
16282 "optional": 0,
16283 "bool": true,
16284 "long": "-vv",
16285 "description": "more verbose with debug output"
16286 },
16287 {
16288 "flags": "--json",
16289 "required": 0,
16290 "optional": 0,
16291 "bool": true,
16292 "long": "--json",
16293 "description": "use json output"
16294 },
16295 {
16296 "flags": "-i --resourceId <resourceId>",
16297 "required": -17,
16298 "optional": 0,
16299 "bool": true,
16300 "short": "-i",
16301 "long": "--resourceId",
16302 "description": "The resource Id."
16303 },
16304 {
16305 "flags": "-n --metricNames <metricNames>",
16306 "required": -18,
16307 "optional": 0,
16308 "bool": true,
16309 "short": "-n",
16310 "long": "--metricNames",
16311 "description": "The list of metric names."
16312 },
16313 {
16314 "flags": "-s --subscription <subscription>",
16315 "required": -19,
16316 "optional": 0,
16317 "bool": true,
16318 "short": "-s",
16319 "long": "--subscription",
16320 "description": "The subscription identifier."
16321 }
16322 ]
16323 }
16324 ],
16325 "categories": {}
16326 }
16327 }
16328 },
16329 "usage": {
16330 "name": "usage",
16331 "description": "Retrieve usage metrics for a resource.",
16332 "fullName": "insights usage",
16333 "usage": "[options] [command]",
16334 "options": [],
16335 "commands": [
16336 {
16337 "name": "list",
16338 "description": "List usage metrics for a resource.",
16339 "fullName": "insights usage list",
16340 "usage": "[options] <resourceId>",
16341 "filePath": "commands/arm/insights/insights.usage.js",
16342 "options": [
16343 {
16344 "flags": "-v, --verbose",
16345 "required": 0,
16346 "optional": 0,
16347 "bool": true,
16348 "short": "-v",
16349 "long": "--verbose",
16350 "description": "use verbose output"
16351 },
16352 {
16353 "flags": "-vv",
16354 "required": 0,
16355 "optional": 0,
16356 "bool": true,
16357 "long": "-vv",
16358 "description": "more verbose with debug output"
16359 },
16360 {
16361 "flags": "--json",
16362 "required": 0,
16363 "optional": 0,
16364 "bool": true,
16365 "long": "--json",
16366 "description": "use json output"
16367 },
16368 {
16369 "flags": "-p --ApiVersion <apiVersion>",
16370 "required": -17,
16371 "optional": 0,
16372 "bool": true,
16373 "short": "-p",
16374 "long": "--ApiVersion",
16375 "description": "The underlying resource provider API version."
16376 },
16377 {
16378 "flags": "-n --metricNames <metricNames>",
16379 "required": -18,
16380 "optional": 0,
16381 "bool": true,
16382 "short": "-n",
16383 "long": "--metricNames",
16384 "description": "The list of metric names."
16385 },
16386 {
16387 "flags": "-b --startTime <startTime>",
16388 "required": -16,
16389 "optional": 0,
16390 "bool": true,
16391 "short": "-b",
16392 "long": "--startTime",
16393 "description": "The start time of the query. In ISO format with explicit indication of timezone: 1970-01-01T00:00:00Z, 1970-01-01T00:00:00-0500"
16394 },
16395 {
16396 "flags": "-e --endTime <endTime>",
16397 "required": -14,
16398 "optional": 0,
16399 "bool": true,
16400 "short": "-e",
16401 "long": "--endTime",
16402 "description": "The end time of the query. In ISO format with explicit indication of timezone: 1970-01-01T00:00:00Z, 1970-01-01T00:00:00-0500"
16403 },
16404 {
16405 "flags": "-s --subscription <subscription>",
16406 "required": -19,
16407 "optional": 0,
16408 "bool": true,
16409 "short": "-s",
16410 "long": "--subscription",
16411 "description": "The subscription identifier."
16412 }
16413 ]
16414 }
16415 ],
16416 "categories": {}
16417 }
16418 }
16419 },
16420 "keyvault": {
16421 "name": "keyvault",
16422 "description": "Commands to manage key vault instances in the Azure Key Vault service",
16423 "fullName": "keyvault",
16424 "usage": "[options] [command]",
16425 "options": [],
16426 "commands": [
16427 {
16428 "name": "list",
16429 "description": "Lists existing vaults",
16430 "fullName": "keyvault list",
16431 "usage": "[[--resource-group] <resource-group>] [options]",
16432 "filePath": "commands/arm/keyvault/keyvault.js",
16433 "options": [
16434 {
16435 "flags": "-v, --verbose",
16436 "required": 0,
16437 "optional": 0,
16438 "bool": true,
16439 "short": "-v",
16440 "long": "--verbose",
16441 "description": "use verbose output"
16442 },
16443 {
16444 "flags": "-vv",
16445 "required": 0,
16446 "optional": 0,
16447 "bool": true,
16448 "long": "-vv",
16449 "description": "more verbose with debug output"
16450 },
16451 {
16452 "flags": "--json",
16453 "required": 0,
16454 "optional": 0,
16455 "bool": true,
16456 "long": "--json",
16457 "description": "use json output"
16458 },
16459 {
16460 "flags": "-g, --resource-group <resource-group>",
16461 "required": -22,
16462 "optional": 0,
16463 "bool": true,
16464 "short": "-g",
16465 "long": "--resource-group",
16466 "description": "lists only vaults belonging to the informed resource group"
16467 },
16468 {
16469 "flags": "-s, --subscription <subscription>",
16470 "required": -20,
16471 "optional": 0,
16472 "bool": true,
16473 "short": "-s",
16474 "long": "--subscription",
16475 "description": "the subscription identifier"
16476 }
16477 ]
16478 },
16479 {
16480 "name": "create",
16481 "description": "Creates a vault",
16482 "fullName": "keyvault create",
16483 "usage": "[--vault-name] <vault-name> --resource-group <resource-group> --location <location> [options]",
16484 "filePath": "commands/arm/keyvault/keyvault.js",
16485 "options": [
16486 {
16487 "flags": "-v, --verbose",
16488 "required": 0,
16489 "optional": 0,
16490 "bool": true,
16491 "short": "-v",
16492 "long": "--verbose",
16493 "description": "use verbose output"
16494 },
16495 {
16496 "flags": "-vv",
16497 "required": 0,
16498 "optional": 0,
16499 "bool": true,
16500 "long": "-vv",
16501 "description": "more verbose with debug output"
16502 },
16503 {
16504 "flags": "--json",
16505 "required": 0,
16506 "optional": 0,
16507 "bool": true,
16508 "long": "--json",
16509 "description": "use json output"
16510 },
16511 {
16512 "flags": "-u, --vault-name <vault-name>",
16513 "required": -18,
16514 "optional": 0,
16515 "bool": true,
16516 "short": "-u",
16517 "long": "--vault-name",
16518 "description": "the vault name; this is used to compute the vault's DNS name"
16519 },
16520 {
16521 "flags": "-g, --resource-group <resource-group>",
16522 "required": -22,
16523 "optional": 0,
16524 "bool": true,
16525 "short": "-g",
16526 "long": "--resource-group",
16527 "description": "the resource group name"
16528 },
16529 {
16530 "flags": "-l, --location <location>",
16531 "required": -16,
16532 "optional": 0,
16533 "bool": true,
16534 "short": "-l",
16535 "long": "--location",
16536 "description": "Azure region in which to create the vault"
16537 },
16538 {
16539 "flags": "-x, --sku <sku>",
16540 "required": -11,
16541 "optional": 0,
16542 "bool": true,
16543 "short": "-x",
16544 "long": "--sku",
16545 "description": "SKU setting, one of: [Standard, Premium]"
16546 },
16547 {
16548 "flags": "-t, --tags <tags>",
16549 "required": -12,
16550 "optional": 0,
16551 "bool": true,
16552 "short": "-t",
16553 "long": "--tags",
16554 "description": "Tags to set on the vault. Can be multiple in the format 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
16555 },
16556 {
16557 "flags": "-s, --subscription <subscription>",
16558 "required": -20,
16559 "optional": 0,
16560 "bool": true,
16561 "short": "-s",
16562 "long": "--subscription",
16563 "description": "the subscription identifier"
16564 }
16565 ]
16566 },
16567 {
16568 "name": "set-attributes",
16569 "description": "Changes attributes of an existing vault",
16570 "fullName": "keyvault set-attributes",
16571 "usage": "[--vault-name] <vault-name> [options]",
16572 "filePath": "commands/arm/keyvault/keyvault.js",
16573 "options": [
16574 {
16575 "flags": "-v, --verbose",
16576 "required": 0,
16577 "optional": 0,
16578 "bool": true,
16579 "short": "-v",
16580 "long": "--verbose",
16581 "description": "use verbose output"
16582 },
16583 {
16584 "flags": "-vv",
16585 "required": 0,
16586 "optional": 0,
16587 "bool": true,
16588 "long": "-vv",
16589 "description": "more verbose with debug output"
16590 },
16591 {
16592 "flags": "--json",
16593 "required": 0,
16594 "optional": 0,
16595 "bool": true,
16596 "long": "--json",
16597 "description": "use json output"
16598 },
16599 {
16600 "flags": "-u, --vault-name <vault-name>",
16601 "required": -18,
16602 "optional": 0,
16603 "bool": true,
16604 "short": "-u",
16605 "long": "--vault-name",
16606 "description": "the vault name"
16607 },
16608 {
16609 "flags": "-g, --resource-group <resource-group>",
16610 "required": -22,
16611 "optional": 0,
16612 "bool": true,
16613 "short": "-g",
16614 "long": "--resource-group",
16615 "description": "changes only if vault belongs to the informed resource group; otherwise returns 'not found'"
16616 },
16617 {
16618 "flags": "-x, --sku <sku>",
16619 "required": -11,
16620 "optional": 0,
16621 "bool": true,
16622 "short": "-x",
16623 "long": "--sku",
16624 "description": "SKU setting, one of: [Standard, Premium]"
16625 },
16626 {
16627 "flags": "-t, --tags <tags>",
16628 "required": -12,
16629 "optional": 0,
16630 "bool": true,
16631 "short": "-t",
16632 "long": "--tags",
16633 "description": "Tags to set on the vault. Can be multiple in the format 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
16634 },
16635 {
16636 "flags": "--reset-tags",
16637 "required": 0,
16638 "optional": 0,
16639 "bool": true,
16640 "long": "--reset-tags",
16641 "description": "remove previously existing tags; can combined with --tags"
16642 },
16643 {
16644 "flags": "-s, --subscription <subscription>",
16645 "required": -20,
16646 "optional": 0,
16647 "bool": true,
16648 "short": "-s",
16649 "long": "--subscription",
16650 "description": "the subscription identifier"
16651 }
16652 ]
16653 },
16654 {
16655 "name": "show",
16656 "description": "Shows properties of a vault",
16657 "fullName": "keyvault show",
16658 "usage": "[--vault-name] <vault-name> [options]",
16659 "filePath": "commands/arm/keyvault/keyvault.js",
16660 "options": [
16661 {
16662 "flags": "-v, --verbose",
16663 "required": 0,
16664 "optional": 0,
16665 "bool": true,
16666 "short": "-v",
16667 "long": "--verbose",
16668 "description": "use verbose output"
16669 },
16670 {
16671 "flags": "-vv",
16672 "required": 0,
16673 "optional": 0,
16674 "bool": true,
16675 "long": "-vv",
16676 "description": "more verbose with debug output"
16677 },
16678 {
16679 "flags": "--json",
16680 "required": 0,
16681 "optional": 0,
16682 "bool": true,
16683 "long": "--json",
16684 "description": "use json output"
16685 },
16686 {
16687 "flags": "-u, --vault-name <vault-name>",
16688 "required": -18,
16689 "optional": 0,
16690 "bool": true,
16691 "short": "-u",
16692 "long": "--vault-name",
16693 "description": "the vault name"
16694 },
16695 {
16696 "flags": "-g, --resource-group <resource-group>",
16697 "required": -22,
16698 "optional": 0,
16699 "bool": true,
16700 "short": "-g",
16701 "long": "--resource-group",
16702 "description": "shows only if vault belongs to the informed resource group; otherwise returns 'not found'"
16703 },
16704 {
16705 "flags": "-s, --subscription <subscription>",
16706 "required": -20,
16707 "optional": 0,
16708 "bool": true,
16709 "short": "-s",
16710 "long": "--subscription",
16711 "description": "the subscription identifier"
16712 }
16713 ]
16714 },
16715 {
16716 "name": "delete",
16717 "description": "Deletes an existing vault",
16718 "fullName": "keyvault delete",
16719 "usage": "[--vault-name] <vault-name> [options]",
16720 "filePath": "commands/arm/keyvault/keyvault.js",
16721 "options": [
16722 {
16723 "flags": "-v, --verbose",
16724 "required": 0,
16725 "optional": 0,
16726 "bool": true,
16727 "short": "-v",
16728 "long": "--verbose",
16729 "description": "use verbose output"
16730 },
16731 {
16732 "flags": "-vv",
16733 "required": 0,
16734 "optional": 0,
16735 "bool": true,
16736 "long": "-vv",
16737 "description": "more verbose with debug output"
16738 },
16739 {
16740 "flags": "--json",
16741 "required": 0,
16742 "optional": 0,
16743 "bool": true,
16744 "long": "--json",
16745 "description": "use json output"
16746 },
16747 {
16748 "flags": "-u, --vault-name <vault-name>",
16749 "required": -18,
16750 "optional": 0,
16751 "bool": true,
16752 "short": "-u",
16753 "long": "--vault-name",
16754 "description": "the vault name"
16755 },
16756 {
16757 "flags": "-g, --resource-group <resource-group>",
16758 "required": -22,
16759 "optional": 0,
16760 "bool": true,
16761 "short": "-g",
16762 "long": "--resource-group",
16763 "description": "deletes only if vault belongs to the informed resource group; otherwise returns 'not found'"
16764 },
16765 {
16766 "flags": "-q, --quiet",
16767 "required": 0,
16768 "optional": 0,
16769 "bool": true,
16770 "short": "-q",
16771 "long": "--quiet",
16772 "description": "quiet mode (do not ask for delete confirmation)"
16773 },
16774 {
16775 "flags": "-p, --pass-thru",
16776 "required": 0,
16777 "optional": 0,
16778 "bool": true,
16779 "short": "-p",
16780 "long": "--pass-thru",
16781 "description": "outputs the deleted vault"
16782 },
16783 {
16784 "flags": "-s, --subscription <subscription>",
16785 "required": -20,
16786 "optional": 0,
16787 "bool": true,
16788 "short": "-s",
16789 "long": "--subscription",
16790 "description": "the subscription identifier"
16791 }
16792 ]
16793 },
16794 {
16795 "name": "set-policy",
16796 "description": "Adds or modifies an access policy for a vault",
16797 "fullName": "keyvault set-policy",
16798 "usage": "[--vault-name] <vault-name> [options]",
16799 "filePath": "commands/arm/keyvault/keyvault.js",
16800 "options": [
16801 {
16802 "flags": "-v, --verbose",
16803 "required": 0,
16804 "optional": 0,
16805 "bool": true,
16806 "short": "-v",
16807 "long": "--verbose",
16808 "description": "use verbose output"
16809 },
16810 {
16811 "flags": "-vv",
16812 "required": 0,
16813 "optional": 0,
16814 "bool": true,
16815 "long": "-vv",
16816 "description": "more verbose with debug output"
16817 },
16818 {
16819 "flags": "--json",
16820 "required": 0,
16821 "optional": 0,
16822 "bool": true,
16823 "long": "--json",
16824 "description": "use json output"
16825 },
16826 {
16827 "flags": "-u, --vault-name <vault-name>",
16828 "required": -18,
16829 "optional": 0,
16830 "bool": true,
16831 "short": "-u",
16832 "long": "--vault-name",
16833 "description": "the vault name"
16834 },
16835 {
16836 "flags": "-g, --resource-group <resource-group>",
16837 "required": -22,
16838 "optional": 0,
16839 "bool": true,
16840 "short": "-g",
16841 "long": "--resource-group",
16842 "description": "changes only if vault belongs to the informed resource group; otherwise returns 'not found'"
16843 },
16844 {
16845 "flags": "--object-id <object-id>",
16846 "required": -13,
16847 "optional": 0,
16848 "bool": true,
16849 "long": "--object-id",
16850 "description": "a GUID that identifies the principal that will receive permissions"
16851 },
16852 {
16853 "flags": "--spn <service-principal-name>",
16854 "required": -7,
16855 "optional": 0,
16856 "bool": true,
16857 "long": "--spn",
16858 "description": "name of a service principal that will receive permissions"
16859 },
16860 {
16861 "flags": "--upn <user-principal-name>",
16862 "required": -7,
16863 "optional": 0,
16864 "bool": true,
16865 "long": "--upn",
16866 "description": "name of a user principal that will receive permissions"
16867 },
16868 {
16869 "flags": "--perms-to-keys <perms-to-keys>",
16870 "required": -17,
16871 "optional": 0,
16872 "bool": true,
16873 "long": "--perms-to-keys",
16874 "description": "JSON-encoded array of strings representing key operations; each string can be one of [all, create, import, update, delete, get, list, backup, restore, sign, verify, encrypt, decrypt, wrapKey, unwrapKey]"
16875 },
16876 {
16877 "flags": "--perms-to-secrets <perms-to-secrets>",
16878 "required": -20,
16879 "optional": 0,
16880 "bool": true,
16881 "long": "--perms-to-secrets",
16882 "description": "JSON-encoded array of strings representing secret operations; each string can be one of [all, set, get, list, delete]"
16883 },
16884 {
16885 "flags": "--enabled-for-deployment <boolean>",
16886 "required": -26,
16887 "optional": 0,
16888 "bool": true,
16889 "long": "--enabled-for-deployment",
16890 "description": "specifies whether the Azure Compute resource provider can access secrets"
16891 },
16892 {
16893 "flags": "--enabled-for-template-deployment <boolean>",
16894 "required": -35,
16895 "optional": 0,
16896 "bool": true,
16897 "long": "--enabled-for-template-deployment",
16898 "description": "specifies whether Azure Resource Manager can access secrets"
16899 },
16900 {
16901 "flags": "--enabled-for-disk-encryption <boolean>",
16902 "required": -31,
16903 "optional": 0,
16904 "bool": true,
16905 "long": "--enabled-for-disk-encryption",
16906 "description": "specifies whether Azure Disk Encryption can access secrets"
16907 },
16908 {
16909 "flags": "-s, --subscription <subscription>",
16910 "required": -20,
16911 "optional": 0,
16912 "bool": true,
16913 "short": "-s",
16914 "long": "--subscription",
16915 "description": "the subscription identifier"
16916 }
16917 ]
16918 },
16919 {
16920 "name": "delete-policy",
16921 "description": "Removes an access policy from a vault",
16922 "fullName": "keyvault delete-policy",
16923 "usage": "[--vault-name] <vault-name> [options]",
16924 "filePath": "commands/arm/keyvault/keyvault.js",
16925 "options": [
16926 {
16927 "flags": "-v, --verbose",
16928 "required": 0,
16929 "optional": 0,
16930 "bool": true,
16931 "short": "-v",
16932 "long": "--verbose",
16933 "description": "use verbose output"
16934 },
16935 {
16936 "flags": "-vv",
16937 "required": 0,
16938 "optional": 0,
16939 "bool": true,
16940 "long": "-vv",
16941 "description": "more verbose with debug output"
16942 },
16943 {
16944 "flags": "--json",
16945 "required": 0,
16946 "optional": 0,
16947 "bool": true,
16948 "long": "--json",
16949 "description": "use json output"
16950 },
16951 {
16952 "flags": "-u, --vault-name <vault-name>",
16953 "required": -18,
16954 "optional": 0,
16955 "bool": true,
16956 "short": "-u",
16957 "long": "--vault-name",
16958 "description": "the vault name"
16959 },
16960 {
16961 "flags": "-g, --resource-group <resource-group>",
16962 "required": -22,
16963 "optional": 0,
16964 "bool": true,
16965 "short": "-g",
16966 "long": "--resource-group",
16967 "description": "deletes only if vault belongs to the informed resource group; otherwise returns 'not found'"
16968 },
16969 {
16970 "flags": "--object-id <object-id>",
16971 "required": -13,
16972 "optional": 0,
16973 "bool": true,
16974 "long": "--object-id",
16975 "description": "a GUID that identifies the principal that will lose permissions"
16976 },
16977 {
16978 "flags": "--spn <service-principal-name>",
16979 "required": -7,
16980 "optional": 0,
16981 "bool": true,
16982 "long": "--spn",
16983 "description": "name of a service principal that will lose permissions"
16984 },
16985 {
16986 "flags": "--upn <user-principal-name>",
16987 "required": -7,
16988 "optional": 0,
16989 "bool": true,
16990 "long": "--upn",
16991 "description": "name of a user principal that will lose permissions"
16992 },
16993 {
16994 "flags": "--enabled-for-deployment",
16995 "required": 0,
16996 "optional": 0,
16997 "bool": true,
16998 "long": "--enabled-for-deployment",
16999 "description": "if provided, will set the enabledForDeployment property to false in the vault"
17000 },
17001 {
17002 "flags": "--enabled-for-template-deployment",
17003 "required": 0,
17004 "optional": 0,
17005 "bool": true,
17006 "long": "--enabled-for-template-deployment",
17007 "description": "if provided, will set the enabledForTemplateDeployment property to false in the vault"
17008 },
17009 {
17010 "flags": "--enabled-for-disk-encryption",
17011 "required": 0,
17012 "optional": 0,
17013 "bool": true,
17014 "long": "--enabled-for-disk-encryption",
17015 "description": "if provided, will set the enabledForDiskEncryption property to false in the vault"
17016 },
17017 {
17018 "flags": "-s, --subscription <subscription>",
17019 "required": -20,
17020 "optional": 0,
17021 "bool": true,
17022 "short": "-s",
17023 "long": "--subscription",
17024 "description": "the subscription identifier"
17025 }
17026 ]
17027 }
17028 ],
17029 "categories": {
17030 "key": {
17031 "name": "key",
17032 "description": "Commands to manage keys in the Azure Key Vault service",
17033 "fullName": "keyvault key",
17034 "usage": "[options] [command]",
17035 "options": [],
17036 "commands": [
17037 {
17038 "name": "list",
17039 "description": "Lists keys of a vault",
17040 "fullName": "keyvault key list",
17041 "usage": "[--vault-name] <vault-name> [options]",
17042 "filePath": "commands/arm/keyvault/keyvault.key.js",
17043 "options": [
17044 {
17045 "flags": "-v, --verbose",
17046 "required": 0,
17047 "optional": 0,
17048 "bool": true,
17049 "short": "-v",
17050 "long": "--verbose",
17051 "description": "use verbose output"
17052 },
17053 {
17054 "flags": "-vv",
17055 "required": 0,
17056 "optional": 0,
17057 "bool": true,
17058 "long": "-vv",
17059 "description": "more verbose with debug output"
17060 },
17061 {
17062 "flags": "--json",
17063 "required": 0,
17064 "optional": 0,
17065 "bool": true,
17066 "long": "--json",
17067 "description": "use json output"
17068 },
17069 {
17070 "flags": "-u, --vault-name <vault-name>",
17071 "required": -18,
17072 "optional": 0,
17073 "bool": true,
17074 "short": "-u",
17075 "long": "--vault-name",
17076 "description": "the vault name"
17077 }
17078 ]
17079 },
17080 {
17081 "name": "list-versions",
17082 "description": "Lists key versions",
17083 "fullName": "keyvault key list-versions",
17084 "usage": "[--vault-name] <vault-name> [[--key-name] <key-name>] [options]",
17085 "filePath": "commands/arm/keyvault/keyvault.key.js",
17086 "options": [
17087 {
17088 "flags": "-v, --verbose",
17089 "required": 0,
17090 "optional": 0,
17091 "bool": true,
17092 "short": "-v",
17093 "long": "--verbose",
17094 "description": "use verbose output"
17095 },
17096 {
17097 "flags": "-vv",
17098 "required": 0,
17099 "optional": 0,
17100 "bool": true,
17101 "long": "-vv",
17102 "description": "more verbose with debug output"
17103 },
17104 {
17105 "flags": "--json",
17106 "required": 0,
17107 "optional": 0,
17108 "bool": true,
17109 "long": "--json",
17110 "description": "use json output"
17111 },
17112 {
17113 "flags": "-u, --vault-name <vault-name>",
17114 "required": -18,
17115 "optional": 0,
17116 "bool": true,
17117 "short": "-u",
17118 "long": "--vault-name",
17119 "description": "the vault name"
17120 },
17121 {
17122 "flags": "-k, --key-name <key-name>",
17123 "required": -16,
17124 "optional": 0,
17125 "bool": true,
17126 "short": "-k",
17127 "long": "--key-name",
17128 "description": "lists only versions of this key"
17129 }
17130 ]
17131 },
17132 {
17133 "name": "create",
17134 "description": "Creates a key in the vault",
17135 "fullName": "keyvault key create",
17136 "usage": "[--vault-name] <vault-name> [--key-name] <key-name> --destination <destination> [options]",
17137 "filePath": "commands/arm/keyvault/keyvault.key.js",
17138 "options": [
17139 {
17140 "flags": "-v, --verbose",
17141 "required": 0,
17142 "optional": 0,
17143 "bool": true,
17144 "short": "-v",
17145 "long": "--verbose",
17146 "description": "use verbose output"
17147 },
17148 {
17149 "flags": "-vv",
17150 "required": 0,
17151 "optional": 0,
17152 "bool": true,
17153 "long": "-vv",
17154 "description": "more verbose with debug output"
17155 },
17156 {
17157 "flags": "--json",
17158 "required": 0,
17159 "optional": 0,
17160 "bool": true,
17161 "long": "--json",
17162 "description": "use json output"
17163 },
17164 {
17165 "flags": "-u, --vault-name <vault-name>",
17166 "required": -18,
17167 "optional": 0,
17168 "bool": true,
17169 "short": "-u",
17170 "long": "--vault-name",
17171 "description": "the vault name"
17172 },
17173 {
17174 "flags": "-k, --key-name <key-name>",
17175 "required": -16,
17176 "optional": 0,
17177 "bool": true,
17178 "short": "-k",
17179 "long": "--key-name",
17180 "description": "name of the key to be created; if already exists, a new key version is generated"
17181 },
17182 {
17183 "flags": "-d, --destination <destination>",
17184 "required": -19,
17185 "optional": 0,
17186 "bool": true,
17187 "short": "-d",
17188 "long": "--destination",
17189 "description": "tells if the key is software-protected or HSM-protected; valid values: [Software, HSM]"
17190 },
17191 {
17192 "flags": "--enabled <boolean>",
17193 "required": -11,
17194 "optional": 0,
17195 "bool": true,
17196 "long": "--enabled",
17197 "description": "tells if the key should be enabled; valid values: [false, true]; default is true"
17198 },
17199 {
17200 "flags": "-e, --expires <datetime>",
17201 "required": -15,
17202 "optional": 0,
17203 "bool": true,
17204 "short": "-e",
17205 "long": "--expires",
17206 "description": "key expiration time, in UTC format"
17207 },
17208 {
17209 "flags": "-n, --not-before <datetime>",
17210 "required": -18,
17211 "optional": 0,
17212 "bool": true,
17213 "short": "-n",
17214 "long": "--not-before",
17215 "description": "time before which key cannot be used, in UTC format"
17216 },
17217 {
17218 "flags": "-o, --key-ops <key-ops>",
17219 "required": -15,
17220 "optional": 0,
17221 "bool": true,
17222 "short": "-o",
17223 "long": "--key-ops",
17224 "description": "JSON-encoded array of strings representing key operations; each string can be one of [encrypt, decrypt, sign, verify, wrapKey, unwrapKey]"
17225 },
17226 {
17227 "flags": "-t, --tags <tags>",
17228 "required": -12,
17229 "optional": 0,
17230 "bool": true,
17231 "short": "-t",
17232 "long": "--tags",
17233 "description": "Tags to set on the key. Can be multiple in the format 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
17234 }
17235 ]
17236 },
17237 {
17238 "name": "import",
17239 "description": "Imports an existing key into a vault",
17240 "fullName": "keyvault key import",
17241 "usage": "[--vault-name] <vault-name> [--key-name] <key-name> ( --pem-file | --byok-file ) <file-name> [--destination <destination>] [options]",
17242 "filePath": "commands/arm/keyvault/keyvault.key.js",
17243 "options": [
17244 {
17245 "flags": "-v, --verbose",
17246 "required": 0,
17247 "optional": 0,
17248 "bool": true,
17249 "short": "-v",
17250 "long": "--verbose",
17251 "description": "use verbose output"
17252 },
17253 {
17254 "flags": "-vv",
17255 "required": 0,
17256 "optional": 0,
17257 "bool": true,
17258 "long": "-vv",
17259 "description": "more verbose with debug output"
17260 },
17261 {
17262 "flags": "--json",
17263 "required": 0,
17264 "optional": 0,
17265 "bool": true,
17266 "long": "--json",
17267 "description": "use json output"
17268 },
17269 {
17270 "flags": "-u, --vault-name <vault-name>",
17271 "required": -18,
17272 "optional": 0,
17273 "bool": true,
17274 "short": "-u",
17275 "long": "--vault-name",
17276 "description": "the vault name"
17277 },
17278 {
17279 "flags": "-k, --key-name <key-name>",
17280 "required": -16,
17281 "optional": 0,
17282 "bool": true,
17283 "short": "-k",
17284 "long": "--key-name",
17285 "description": "name of the key to be imported; if already exists, a new key version is generated"
17286 },
17287 {
17288 "flags": "--pem-file <file-name>",
17289 "required": -12,
17290 "optional": 0,
17291 "bool": true,
17292 "long": "--pem-file",
17293 "description": "name of a PEM file containing the key to be imported; the file must not be password protected"
17294 },
17295 {
17296 "flags": "--byok-file <file-name>",
17297 "required": -13,
17298 "optional": 0,
17299 "bool": true,
17300 "long": "--byok-file",
17301 "description": "name of a BYOK file containing the key to be imported"
17302 },
17303 {
17304 "flags": "-p, --password <password>",
17305 "required": -16,
17306 "optional": 0,
17307 "bool": true,
17308 "short": "-p",
17309 "long": "--password",
17310 "description": "password of key file; if not informed and the file is encrypted, will prompt"
17311 },
17312 {
17313 "flags": "-d, --destination <destination>",
17314 "required": -19,
17315 "optional": 0,
17316 "bool": true,
17317 "short": "-d",
17318 "long": "--destination",
17319 "description": "tells if the key is software-protected or HSM-protected; valid values: [Software, HSM]"
17320 },
17321 {
17322 "flags": "--enabled <boolean>",
17323 "required": -11,
17324 "optional": 0,
17325 "bool": true,
17326 "long": "--enabled",
17327 "description": "tells if the key should be enabled; valid values: [false, true]; default is true"
17328 },
17329 {
17330 "flags": "-e, --expires <datetime>",
17331 "required": -15,
17332 "optional": 0,
17333 "bool": true,
17334 "short": "-e",
17335 "long": "--expires",
17336 "description": "key expiration time, in UTC format"
17337 },
17338 {
17339 "flags": "-n, --not-before <datetime>",
17340 "required": -18,
17341 "optional": 0,
17342 "bool": true,
17343 "short": "-n",
17344 "long": "--not-before",
17345 "description": "time before which key cannot be used, in UTC format"
17346 },
17347 {
17348 "flags": "-o, --key-ops <key-ops>",
17349 "required": -15,
17350 "optional": 0,
17351 "bool": true,
17352 "short": "-o",
17353 "long": "--key-ops",
17354 "description": "JSON-encoded array of strings representing key operations; each string can be one of [encrypt, decrypt, sign, verify, wrapKey, unwrapKey]"
17355 },
17356 {
17357 "flags": "-t, --tags <tags>",
17358 "required": -12,
17359 "optional": 0,
17360 "bool": true,
17361 "short": "-t",
17362 "long": "--tags",
17363 "description": "Tags to set on the key. Can be multiple in the format 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
17364 }
17365 ]
17366 },
17367 {
17368 "name": "set-attributes",
17369 "description": "Changes attributes of an existing key",
17370 "fullName": "keyvault key set-attributes",
17371 "usage": "[--vault-name] <vault-name> [--key-name] <key-name> [[--key-version] <key-version>] [options]",
17372 "filePath": "commands/arm/keyvault/keyvault.key.js",
17373 "options": [
17374 {
17375 "flags": "-v, --verbose",
17376 "required": 0,
17377 "optional": 0,
17378 "bool": true,
17379 "short": "-v",
17380 "long": "--verbose",
17381 "description": "use verbose output"
17382 },
17383 {
17384 "flags": "-vv",
17385 "required": 0,
17386 "optional": 0,
17387 "bool": true,
17388 "long": "-vv",
17389 "description": "more verbose with debug output"
17390 },
17391 {
17392 "flags": "--json",
17393 "required": 0,
17394 "optional": 0,
17395 "bool": true,
17396 "long": "--json",
17397 "description": "use json output"
17398 },
17399 {
17400 "flags": "-u, --vault-name <vault-name>",
17401 "required": -18,
17402 "optional": 0,
17403 "bool": true,
17404 "short": "-u",
17405 "long": "--vault-name",
17406 "description": "the vault name"
17407 },
17408 {
17409 "flags": "-k, --key-name <key-name>",
17410 "required": -16,
17411 "optional": 0,
17412 "bool": true,
17413 "short": "-k",
17414 "long": "--key-name",
17415 "description": "name of the key to be modified"
17416 },
17417 {
17418 "flags": "-r, --key-version <key-version>",
17419 "required": -19,
17420 "optional": 0,
17421 "bool": true,
17422 "short": "-r",
17423 "long": "--key-version",
17424 "description": "the version to be modified; if ommited, modifies only the most recent"
17425 },
17426 {
17427 "flags": "--enabled <boolean>",
17428 "required": -11,
17429 "optional": 0,
17430 "bool": true,
17431 "long": "--enabled",
17432 "description": "if informed, command will change the enabled state; valid values: [false, true]"
17433 },
17434 {
17435 "flags": "-e, --expires <datetime>",
17436 "required": -15,
17437 "optional": 0,
17438 "bool": true,
17439 "short": "-e",
17440 "long": "--expires",
17441 "description": "if informed, command will change key expiration time; must be a date in UTC format or null"
17442 },
17443 {
17444 "flags": "-n, --not-before <datetime>",
17445 "required": -18,
17446 "optional": 0,
17447 "bool": true,
17448 "short": "-n",
17449 "long": "--not-before",
17450 "description": "if informed, command will change time before which key cannot be used; must be a date in UTC format or null"
17451 },
17452 {
17453 "flags": "-o, --key-ops <key-ops>",
17454 "required": -15,
17455 "optional": 0,
17456 "bool": true,
17457 "short": "-o",
17458 "long": "--key-ops",
17459 "description": "if informed, command will change valid operations; must be JSON-encoded array of strings representing key operations; each string can be one of [encrypt, decrypt, sign, verify, wrapKey, unwrapKey]"
17460 },
17461 {
17462 "flags": "-t, --tags <tags>",
17463 "required": -12,
17464 "optional": 0,
17465 "bool": true,
17466 "short": "-t",
17467 "long": "--tags",
17468 "description": "Tags to set on the key. Can be multiple in the format 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
17469 },
17470 {
17471 "flags": "--reset-tags",
17472 "required": 0,
17473 "optional": 0,
17474 "bool": true,
17475 "long": "--reset-tags",
17476 "description": "remove previously existing tags; can combined with --tags"
17477 }
17478 ]
17479 },
17480 {
17481 "name": "show",
17482 "description": "Shows properties of a vault key",
17483 "fullName": "keyvault key show",
17484 "usage": "[--vault-name] <vault-name> [--key-name] <key-name> [[--key-version] <key-version>] [options]",
17485 "filePath": "commands/arm/keyvault/keyvault.key.js",
17486 "options": [
17487 {
17488 "flags": "-v, --verbose",
17489 "required": 0,
17490 "optional": 0,
17491 "bool": true,
17492 "short": "-v",
17493 "long": "--verbose",
17494 "description": "use verbose output"
17495 },
17496 {
17497 "flags": "-vv",
17498 "required": 0,
17499 "optional": 0,
17500 "bool": true,
17501 "long": "-vv",
17502 "description": "more verbose with debug output"
17503 },
17504 {
17505 "flags": "--json",
17506 "required": 0,
17507 "optional": 0,
17508 "bool": true,
17509 "long": "--json",
17510 "description": "use json output"
17511 },
17512 {
17513 "flags": "-u, --vault-name <vault-name>",
17514 "required": -18,
17515 "optional": 0,
17516 "bool": true,
17517 "short": "-u",
17518 "long": "--vault-name",
17519 "description": "the vault name"
17520 },
17521 {
17522 "flags": "-k, --key-name <key-name>",
17523 "required": -16,
17524 "optional": 0,
17525 "bool": true,
17526 "short": "-k",
17527 "long": "--key-name",
17528 "description": "the key name"
17529 },
17530 {
17531 "flags": "-r, --key-version <key-version>",
17532 "required": -19,
17533 "optional": 0,
17534 "bool": true,
17535 "short": "-r",
17536 "long": "--key-version",
17537 "description": "the key version; if ommited, uses the most recent"
17538 }
17539 ]
17540 },
17541 {
17542 "name": "delete",
17543 "description": "Deletes a key from the vault",
17544 "fullName": "keyvault key delete",
17545 "usage": "[--vault-name] <vault-name> [--key-name] <key-name> [options]",
17546 "filePath": "commands/arm/keyvault/keyvault.key.js",
17547 "options": [
17548 {
17549 "flags": "-v, --verbose",
17550 "required": 0,
17551 "optional": 0,
17552 "bool": true,
17553 "short": "-v",
17554 "long": "--verbose",
17555 "description": "use verbose output"
17556 },
17557 {
17558 "flags": "-vv",
17559 "required": 0,
17560 "optional": 0,
17561 "bool": true,
17562 "long": "-vv",
17563 "description": "more verbose with debug output"
17564 },
17565 {
17566 "flags": "--json",
17567 "required": 0,
17568 "optional": 0,
17569 "bool": true,
17570 "long": "--json",
17571 "description": "use json output"
17572 },
17573 {
17574 "flags": "-u, --vault-name <vault-name>",
17575 "required": -18,
17576 "optional": 0,
17577 "bool": true,
17578 "short": "-u",
17579 "long": "--vault-name",
17580 "description": "the vault name"
17581 },
17582 {
17583 "flags": "-k, --key-name <key-name>",
17584 "required": -16,
17585 "optional": 0,
17586 "bool": true,
17587 "short": "-k",
17588 "long": "--key-name",
17589 "description": "the key name"
17590 },
17591 {
17592 "flags": "-q, --quiet",
17593 "required": 0,
17594 "optional": 0,
17595 "bool": true,
17596 "short": "-q",
17597 "long": "--quiet",
17598 "description": "quiet mode (do not ask for delete confirmation)"
17599 },
17600 {
17601 "flags": "-p, --pass-thru",
17602 "required": 0,
17603 "optional": 0,
17604 "bool": true,
17605 "short": "-p",
17606 "long": "--pass-thru",
17607 "description": "outputs the deleted key"
17608 }
17609 ]
17610 },
17611 {
17612 "name": "backup",
17613 "description": "Generates a protected backup of a vault key",
17614 "fullName": "keyvault key backup",
17615 "usage": "[--vault-name] <vault-name> [--key-name] <key-name> [--output-file] <output-file> [options]",
17616 "filePath": "commands/arm/keyvault/keyvault.key.js",
17617 "options": [
17618 {
17619 "flags": "-v, --verbose",
17620 "required": 0,
17621 "optional": 0,
17622 "bool": true,
17623 "short": "-v",
17624 "long": "--verbose",
17625 "description": "use verbose output"
17626 },
17627 {
17628 "flags": "-vv",
17629 "required": 0,
17630 "optional": 0,
17631 "bool": true,
17632 "long": "-vv",
17633 "description": "more verbose with debug output"
17634 },
17635 {
17636 "flags": "--json",
17637 "required": 0,
17638 "optional": 0,
17639 "bool": true,
17640 "long": "--json",
17641 "description": "use json output"
17642 },
17643 {
17644 "flags": "-u, --vault-name <vault-name>",
17645 "required": -18,
17646 "optional": 0,
17647 "bool": true,
17648 "short": "-u",
17649 "long": "--vault-name",
17650 "description": "the vault name"
17651 },
17652 {
17653 "flags": "-k, --key-name <key-name>",
17654 "required": -16,
17655 "optional": 0,
17656 "bool": true,
17657 "short": "-k",
17658 "long": "--key-name",
17659 "description": "the key name"
17660 },
17661 {
17662 "flags": "-f, --output-file <output-file>",
17663 "required": -19,
17664 "optional": 0,
17665 "bool": true,
17666 "short": "-f",
17667 "long": "--output-file",
17668 "description": "name of the binary file that will contain backup data"
17669 }
17670 ]
17671 },
17672 {
17673 "name": "restore",
17674 "description": "Restores a backed up key to a vault",
17675 "fullName": "keyvault key restore",
17676 "usage": "[--vault-name] <vault-name> [--input-file] <input-file> [options]",
17677 "filePath": "commands/arm/keyvault/keyvault.key.js",
17678 "options": [
17679 {
17680 "flags": "-v, --verbose",
17681 "required": 0,
17682 "optional": 0,
17683 "bool": true,
17684 "short": "-v",
17685 "long": "--verbose",
17686 "description": "use verbose output"
17687 },
17688 {
17689 "flags": "-vv",
17690 "required": 0,
17691 "optional": 0,
17692 "bool": true,
17693 "long": "-vv",
17694 "description": "more verbose with debug output"
17695 },
17696 {
17697 "flags": "--json",
17698 "required": 0,
17699 "optional": 0,
17700 "bool": true,
17701 "long": "--json",
17702 "description": "use json output"
17703 },
17704 {
17705 "flags": "-u, --vault-name <vault-name>",
17706 "required": -18,
17707 "optional": 0,
17708 "bool": true,
17709 "short": "-u",
17710 "long": "--vault-name",
17711 "description": "the vault name"
17712 },
17713 {
17714 "flags": "-f, --input-file <input-file>",
17715 "required": -18,
17716 "optional": 0,
17717 "bool": true,
17718 "short": "-f",
17719 "long": "--input-file",
17720 "description": "name of the binary file that contains backup data"
17721 }
17722 ]
17723 }
17724 ],
17725 "categories": {}
17726 },
17727 "secret": {
17728 "name": "secret",
17729 "description": "Commands to manage secrets in the Azure Key Vault service",
17730 "fullName": "keyvault secret",
17731 "usage": "[options] [command]",
17732 "options": [],
17733 "commands": [
17734 {
17735 "name": "list",
17736 "description": "Lists secrets of a vault",
17737 "fullName": "keyvault secret list",
17738 "usage": "[--vault-name] <vault-name> [options]",
17739 "filePath": "commands/arm/keyvault/keyvault.secret.js",
17740 "options": [
17741 {
17742 "flags": "-v, --verbose",
17743 "required": 0,
17744 "optional": 0,
17745 "bool": true,
17746 "short": "-v",
17747 "long": "--verbose",
17748 "description": "use verbose output"
17749 },
17750 {
17751 "flags": "-vv",
17752 "required": 0,
17753 "optional": 0,
17754 "bool": true,
17755 "long": "-vv",
17756 "description": "more verbose with debug output"
17757 },
17758 {
17759 "flags": "--json",
17760 "required": 0,
17761 "optional": 0,
17762 "bool": true,
17763 "long": "--json",
17764 "description": "use json output"
17765 },
17766 {
17767 "flags": "-u, --vault-name <vault-name>",
17768 "required": -18,
17769 "optional": 0,
17770 "bool": true,
17771 "short": "-u",
17772 "long": "--vault-name",
17773 "description": "the vault name"
17774 }
17775 ]
17776 },
17777 {
17778 "name": "list-versions",
17779 "description": "Lists secret versions",
17780 "fullName": "keyvault secret list-versions",
17781 "usage": "[--vault-name] <vault-name> [[--secret-name] <secret-name>] [options]",
17782 "filePath": "commands/arm/keyvault/keyvault.secret.js",
17783 "options": [
17784 {
17785 "flags": "-v, --verbose",
17786 "required": 0,
17787 "optional": 0,
17788 "bool": true,
17789 "short": "-v",
17790 "long": "--verbose",
17791 "description": "use verbose output"
17792 },
17793 {
17794 "flags": "-vv",
17795 "required": 0,
17796 "optional": 0,
17797 "bool": true,
17798 "long": "-vv",
17799 "description": "more verbose with debug output"
17800 },
17801 {
17802 "flags": "--json",
17803 "required": 0,
17804 "optional": 0,
17805 "bool": true,
17806 "long": "--json",
17807 "description": "use json output"
17808 },
17809 {
17810 "flags": "-u, --vault-name <vault-name>",
17811 "required": -18,
17812 "optional": 0,
17813 "bool": true,
17814 "short": "-u",
17815 "long": "--vault-name",
17816 "description": "the vault name"
17817 },
17818 {
17819 "flags": "-s, --secret-name <secret-name>",
17820 "required": -19,
17821 "optional": 0,
17822 "bool": true,
17823 "short": "-s",
17824 "long": "--secret-name",
17825 "description": "lists only versions of this secret"
17826 }
17827 ]
17828 },
17829 {
17830 "name": "set",
17831 "description": "Stores a secret on the vault",
17832 "fullName": "keyvault secret set",
17833 "usage": "[--vault-name] <vault-name> [--secret-name] <secret-name> [--value] <secret-value> [options]",
17834 "filePath": "commands/arm/keyvault/keyvault.secret.js",
17835 "options": [
17836 {
17837 "flags": "-v, --verbose",
17838 "required": 0,
17839 "optional": 0,
17840 "bool": true,
17841 "short": "-v",
17842 "long": "--verbose",
17843 "description": "use verbose output"
17844 },
17845 {
17846 "flags": "-vv",
17847 "required": 0,
17848 "optional": 0,
17849 "bool": true,
17850 "long": "-vv",
17851 "description": "more verbose with debug output"
17852 },
17853 {
17854 "flags": "--json",
17855 "required": 0,
17856 "optional": 0,
17857 "bool": true,
17858 "long": "--json",
17859 "description": "use json output"
17860 },
17861 {
17862 "flags": "-u, --vault-name <vault-name>",
17863 "required": -18,
17864 "optional": 0,
17865 "bool": true,
17866 "short": "-u",
17867 "long": "--vault-name",
17868 "description": "the vault name"
17869 },
17870 {
17871 "flags": "-s, --secret-name <secret-name>",
17872 "required": -19,
17873 "optional": 0,
17874 "bool": true,
17875 "short": "-s",
17876 "long": "--secret-name",
17877 "description": "name of the secret to be created; if already exists, a new secret version is created"
17878 },
17879 {
17880 "flags": "-w, --value <secret-value>",
17881 "required": -13,
17882 "optional": 0,
17883 "bool": true,
17884 "short": "-w",
17885 "long": "--value",
17886 "description": "the secret value"
17887 },
17888 {
17889 "flags": "--enabled <boolean>",
17890 "required": -11,
17891 "optional": 0,
17892 "bool": true,
17893 "long": "--enabled",
17894 "description": "tells if the secret should be enabled; valid values: [false, true]; default is true"
17895 },
17896 {
17897 "flags": "-e, --expires <datetime>",
17898 "required": -15,
17899 "optional": 0,
17900 "bool": true,
17901 "short": "-e",
17902 "long": "--expires",
17903 "description": "expiration time of secret, in UTC format"
17904 },
17905 {
17906 "flags": "-n, --not-before <datetime>",
17907 "required": -18,
17908 "optional": 0,
17909 "bool": true,
17910 "short": "-n",
17911 "long": "--not-before",
17912 "description": "time before which secret cannot be used, in UTC format"
17913 },
17914 {
17915 "flags": "-t, --tags <tags>",
17916 "required": -12,
17917 "optional": 0,
17918 "bool": true,
17919 "short": "-t",
17920 "long": "--tags",
17921 "description": "Tags to set on the secret. Can be multiple in the format 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
17922 }
17923 ]
17924 },
17925 {
17926 "name": "set-attributes",
17927 "description": "Changes attributes of an existing secret",
17928 "fullName": "keyvault secret set-attributes",
17929 "usage": "[--vault-name] <vault-name> [--secret-name] <secret-name> [[--secret-version] <secret-version>] [options]",
17930 "filePath": "commands/arm/keyvault/keyvault.secret.js",
17931 "options": [
17932 {
17933 "flags": "-v, --verbose",
17934 "required": 0,
17935 "optional": 0,
17936 "bool": true,
17937 "short": "-v",
17938 "long": "--verbose",
17939 "description": "use verbose output"
17940 },
17941 {
17942 "flags": "-vv",
17943 "required": 0,
17944 "optional": 0,
17945 "bool": true,
17946 "long": "-vv",
17947 "description": "more verbose with debug output"
17948 },
17949 {
17950 "flags": "--json",
17951 "required": 0,
17952 "optional": 0,
17953 "bool": true,
17954 "long": "--json",
17955 "description": "use json output"
17956 },
17957 {
17958 "flags": "-u, --vault-name <vault-name>",
17959 "required": -18,
17960 "optional": 0,
17961 "bool": true,
17962 "short": "-u",
17963 "long": "--vault-name",
17964 "description": "the vault name"
17965 },
17966 {
17967 "flags": "-s, --secret-name <secret-name>",
17968 "required": -19,
17969 "optional": 0,
17970 "bool": true,
17971 "short": "-s",
17972 "long": "--secret-name",
17973 "description": "name of the secret to be modified"
17974 },
17975 {
17976 "flags": "-r, --secret-version <secret-version>",
17977 "required": -22,
17978 "optional": 0,
17979 "bool": true,
17980 "short": "-r",
17981 "long": "--secret-version",
17982 "description": "the version to be modified; if ommited, modifies only the most recent"
17983 },
17984 {
17985 "flags": "--enabled <boolean>",
17986 "required": -11,
17987 "optional": 0,
17988 "bool": true,
17989 "long": "--enabled",
17990 "description": "if informed, command will change the enabled state; valid values: [false, true]"
17991 },
17992 {
17993 "flags": "-e, --expires <datetime>",
17994 "required": -15,
17995 "optional": 0,
17996 "bool": true,
17997 "short": "-e",
17998 "long": "--expires",
17999 "description": "if informed, command will change secret expiration time; must be a date in UTC format or null"
18000 },
18001 {
18002 "flags": "-n, --not-before <datetime>",
18003 "required": -18,
18004 "optional": 0,
18005 "bool": true,
18006 "short": "-n",
18007 "long": "--not-before",
18008 "description": "if informed, command will change time before which secret cannot be used; must be a date in UTC format or null"
18009 },
18010 {
18011 "flags": "-t, --tags <tags>",
18012 "required": -12,
18013 "optional": 0,
18014 "bool": true,
18015 "short": "-t",
18016 "long": "--tags",
18017 "description": "Tags to set on the secret. Can be multiple in the format 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
18018 },
18019 {
18020 "flags": "--reset-tags",
18021 "required": 0,
18022 "optional": 0,
18023 "bool": true,
18024 "long": "--reset-tags",
18025 "description": "remove previously existing tags; can combined with --tags"
18026 }
18027 ]
18028 },
18029 {
18030 "name": "show",
18031 "description": "Shows a vault secret",
18032 "fullName": "keyvault secret show",
18033 "usage": "[--vault-name] <vault-name> [--secret-name] <secret-name> [[--secret-version] <secret-version>] [options]",
18034 "filePath": "commands/arm/keyvault/keyvault.secret.js",
18035 "options": [
18036 {
18037 "flags": "-v, --verbose",
18038 "required": 0,
18039 "optional": 0,
18040 "bool": true,
18041 "short": "-v",
18042 "long": "--verbose",
18043 "description": "use verbose output"
18044 },
18045 {
18046 "flags": "-vv",
18047 "required": 0,
18048 "optional": 0,
18049 "bool": true,
18050 "long": "-vv",
18051 "description": "more verbose with debug output"
18052 },
18053 {
18054 "flags": "--json",
18055 "required": 0,
18056 "optional": 0,
18057 "bool": true,
18058 "long": "--json",
18059 "description": "use json output"
18060 },
18061 {
18062 "flags": "-u, --vault-name <vault-name>",
18063 "required": -18,
18064 "optional": 0,
18065 "bool": true,
18066 "short": "-u",
18067 "long": "--vault-name",
18068 "description": "the vault name"
18069 },
18070 {
18071 "flags": "-s, --secret-name <secret-name>",
18072 "required": -19,
18073 "optional": 0,
18074 "bool": true,
18075 "short": "-s",
18076 "long": "--secret-name",
18077 "description": "the secret name"
18078 },
18079 {
18080 "flags": "-r, --secret-version <secret-version>",
18081 "required": -22,
18082 "optional": 0,
18083 "bool": true,
18084 "short": "-r",
18085 "long": "--secret-version",
18086 "description": "the secret version; if ommited, uses the most recent"
18087 }
18088 ]
18089 },
18090 {
18091 "name": "delete",
18092 "description": "Deletes a secret from the vault",
18093 "fullName": "keyvault secret delete",
18094 "usage": "[--vault-name] <vault-name> [--secret-name] <secret-name> [options]",
18095 "filePath": "commands/arm/keyvault/keyvault.secret.js",
18096 "options": [
18097 {
18098 "flags": "-v, --verbose",
18099 "required": 0,
18100 "optional": 0,
18101 "bool": true,
18102 "short": "-v",
18103 "long": "--verbose",
18104 "description": "use verbose output"
18105 },
18106 {
18107 "flags": "-vv",
18108 "required": 0,
18109 "optional": 0,
18110 "bool": true,
18111 "long": "-vv",
18112 "description": "more verbose with debug output"
18113 },
18114 {
18115 "flags": "--json",
18116 "required": 0,
18117 "optional": 0,
18118 "bool": true,
18119 "long": "--json",
18120 "description": "use json output"
18121 },
18122 {
18123 "flags": "-u, --vault-name <vault-name>",
18124 "required": -18,
18125 "optional": 0,
18126 "bool": true,
18127 "short": "-u",
18128 "long": "--vault-name",
18129 "description": "the vault name"
18130 },
18131 {
18132 "flags": "-s, --secret-name <secret-name>",
18133 "required": -19,
18134 "optional": 0,
18135 "bool": true,
18136 "short": "-s",
18137 "long": "--secret-name",
18138 "description": "the secret name"
18139 },
18140 {
18141 "flags": "-q, --quiet",
18142 "required": 0,
18143 "optional": 0,
18144 "bool": true,
18145 "short": "-q",
18146 "long": "--quiet",
18147 "description": "quiet mode (do not ask for delete confirmation)"
18148 },
18149 {
18150 "flags": "-p, --pass-thru",
18151 "required": 0,
18152 "optional": 0,
18153 "bool": true,
18154 "short": "-p",
18155 "long": "--pass-thru",
18156 "description": "outputs the deleted secret"
18157 }
18158 ]
18159 }
18160 ],
18161 "categories": {}
18162 }
18163 }
18164 },
18165 "location": {
18166 "name": "location",
18167 "description": "Commands to get the available locations",
18168 "fullName": "location",
18169 "usage": "[options] [command]",
18170 "options": [],
18171 "commands": [
18172 {
18173 "name": "list",
18174 "description": "list the available locations",
18175 "fullName": "location list",
18176 "usage": "[options]",
18177 "filePath": "commands/arm/location/location.js",
18178 "options": [
18179 {
18180 "flags": "-v, --verbose",
18181 "required": 0,
18182 "optional": 0,
18183 "bool": true,
18184 "short": "-v",
18185 "long": "--verbose",
18186 "description": "use verbose output"
18187 },
18188 {
18189 "flags": "-vv",
18190 "required": 0,
18191 "optional": 0,
18192 "bool": true,
18193 "long": "-vv",
18194 "description": "more verbose with debug output"
18195 },
18196 {
18197 "flags": "--json",
18198 "required": 0,
18199 "optional": 0,
18200 "bool": true,
18201 "long": "--json",
18202 "description": "use json output"
18203 },
18204 {
18205 "flags": "--subscription <subscription>",
18206 "required": -16,
18207 "optional": 0,
18208 "bool": true,
18209 "long": "--subscription",
18210 "description": "the subscription identifier"
18211 }
18212 ]
18213 }
18214 ],
18215 "categories": {}
18216 },
18217 "network": {
18218 "name": "network",
18219 "description": "Commands to manage network resources",
18220 "fullName": "network",
18221 "usage": "[options]",
18222 "options": [],
18223 "commands": [],
18224 "categories": {
18225 "vnet": {
18226 "name": "vnet",
18227 "description": "Commands to manage virtual networks",
18228 "fullName": "network vnet",
18229 "usage": "[options] [command]",
18230 "options": [],
18231 "commands": [
18232 {
18233 "name": "create",
18234 "description": "Create a virtual network",
18235 "fullName": "network vnet create",
18236 "usage": "[options] <resource-group> <name> <location>",
18237 "filePath": "commands/arm/network/network.js",
18238 "options": [
18239 {
18240 "flags": "-v, --verbose",
18241 "required": 0,
18242 "optional": 0,
18243 "bool": true,
18244 "short": "-v",
18245 "long": "--verbose",
18246 "description": "use verbose output"
18247 },
18248 {
18249 "flags": "-vv",
18250 "required": 0,
18251 "optional": 0,
18252 "bool": true,
18253 "long": "-vv",
18254 "description": "more verbose with debug output"
18255 },
18256 {
18257 "flags": "--json",
18258 "required": 0,
18259 "optional": 0,
18260 "bool": true,
18261 "long": "--json",
18262 "description": "use json output"
18263 },
18264 {
18265 "flags": "-g, --resource-group <resource-group>",
18266 "required": -22,
18267 "optional": 0,
18268 "bool": true,
18269 "short": "-g",
18270 "long": "--resource-group",
18271 "description": "the name of the resource group"
18272 },
18273 {
18274 "flags": "-n, --name <name>",
18275 "required": -12,
18276 "optional": 0,
18277 "bool": true,
18278 "short": "-n",
18279 "long": "--name",
18280 "description": "the name of the virtual network"
18281 },
18282 {
18283 "flags": "-l, --location <location>",
18284 "required": -16,
18285 "optional": 0,
18286 "bool": true,
18287 "short": "-l",
18288 "long": "--location",
18289 "description": "the location"
18290 },
18291 {
18292 "flags": "-a, --address-prefixes <address-prefixes>",
18293 "required": -24,
18294 "optional": 0,
18295 "bool": true,
18296 "short": "-a",
18297 "long": "--address-prefixes",
18298 "description": "the comma separated list of address prefixes for this virtual network.\n For example, -a \"10.0.0.0/24,10.0.1.0/24\"\n Default value is 10.0.0.0/8"
18299 },
18300 {
18301 "flags": "-d, --dns-servers <dns-servers>",
18302 "required": -19,
18303 "optional": 0,
18304 "bool": true,
18305 "short": "-d",
18306 "long": "--dns-servers",
18307 "description": "the comma separated list of DNS servers IP addresses"
18308 },
18309 {
18310 "flags": "-t, --tags <tags>",
18311 "required": -12,
18312 "optional": 0,
18313 "bool": true,
18314 "short": "-t",
18315 "long": "--tags",
18316 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
18317 },
18318 {
18319 "flags": "-s, --subscription <subscription>",
18320 "required": -20,
18321 "optional": 0,
18322 "bool": true,
18323 "short": "-s",
18324 "long": "--subscription",
18325 "description": "the subscription identifier"
18326 }
18327 ]
18328 },
18329 {
18330 "name": "set",
18331 "description": "Set virtual network",
18332 "fullName": "network vnet set",
18333 "usage": "[options] <resource-group> <name>",
18334 "filePath": "commands/arm/network/network.js",
18335 "options": [
18336 {
18337 "flags": "-v, --verbose",
18338 "required": 0,
18339 "optional": 0,
18340 "bool": true,
18341 "short": "-v",
18342 "long": "--verbose",
18343 "description": "use verbose output"
18344 },
18345 {
18346 "flags": "-vv",
18347 "required": 0,
18348 "optional": 0,
18349 "bool": true,
18350 "long": "-vv",
18351 "description": "more verbose with debug output"
18352 },
18353 {
18354 "flags": "--json",
18355 "required": 0,
18356 "optional": 0,
18357 "bool": true,
18358 "long": "--json",
18359 "description": "use json output"
18360 },
18361 {
18362 "flags": "-g, --resource-group <resource-group>",
18363 "required": -22,
18364 "optional": 0,
18365 "bool": true,
18366 "short": "-g",
18367 "long": "--resource-group",
18368 "description": "the name of the resource group"
18369 },
18370 {
18371 "flags": "-n, --name <name>",
18372 "required": -12,
18373 "optional": 0,
18374 "bool": true,
18375 "short": "-n",
18376 "long": "--name",
18377 "description": "the name of the virtual network"
18378 },
18379 {
18380 "flags": "-a, --address-prefixes <address-prefixes>",
18381 "required": -24,
18382 "optional": 0,
18383 "bool": true,
18384 "short": "-a",
18385 "long": "--address-prefixes",
18386 "description": "the comma separated list of address prefixes for this virtual network.\n For example, -a \"10.0.0.0/24,10.0.1.0/24\"\n This list will be appended to the current list of address prefixes.\n The address prefixes in this list should not overlap between them.\n The address prefixes in this list should not overlap with existing address prefixes in the vnet."
18387 },
18388 {
18389 "flags": "-d, --dns-servers [dns-servers]",
18390 "required": 0,
18391 "optional": -19,
18392 "bool": true,
18393 "short": "-d",
18394 "long": "--dns-servers",
18395 "description": "the comma separated list of DNS servers IP addresses.\n This list will be appended to the current list of DNS server IP addresses."
18396 },
18397 {
18398 "flags": "-t, --tags [tags]",
18399 "required": 0,
18400 "optional": -12,
18401 "bool": true,
18402 "short": "-t",
18403 "long": "--tags",
18404 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
18405 },
18406 {
18407 "flags": "-s, --subscription <subscription>",
18408 "required": -20,
18409 "optional": 0,
18410 "bool": true,
18411 "short": "-s",
18412 "long": "--subscription",
18413 "description": "the subscription identifier"
18414 }
18415 ]
18416 },
18417 {
18418 "name": "list",
18419 "description": "Get all virtual networks",
18420 "fullName": "network vnet list",
18421 "usage": "[options] [resource-group]",
18422 "filePath": "commands/arm/network/network.js",
18423 "options": [
18424 {
18425 "flags": "-v, --verbose",
18426 "required": 0,
18427 "optional": 0,
18428 "bool": true,
18429 "short": "-v",
18430 "long": "--verbose",
18431 "description": "use verbose output"
18432 },
18433 {
18434 "flags": "-vv",
18435 "required": 0,
18436 "optional": 0,
18437 "bool": true,
18438 "long": "-vv",
18439 "description": "more verbose with debug output"
18440 },
18441 {
18442 "flags": "--json",
18443 "required": 0,
18444 "optional": 0,
18445 "bool": true,
18446 "long": "--json",
18447 "description": "use json output"
18448 },
18449 {
18450 "flags": "-g, --resource-group <resource-group>",
18451 "required": -22,
18452 "optional": 0,
18453 "bool": true,
18454 "short": "-g",
18455 "long": "--resource-group",
18456 "description": "the name of the resource group"
18457 },
18458 {
18459 "flags": "-s, --subscription <subscription>",
18460 "required": -20,
18461 "optional": 0,
18462 "bool": true,
18463 "short": "-s",
18464 "long": "--subscription",
18465 "description": "the subscription identifier"
18466 }
18467 ]
18468 },
18469 {
18470 "name": "show",
18471 "description": "Get a virtual network",
18472 "fullName": "network vnet show",
18473 "usage": "[options] <resource-group> <name>",
18474 "filePath": "commands/arm/network/network.js",
18475 "options": [
18476 {
18477 "flags": "-v, --verbose",
18478 "required": 0,
18479 "optional": 0,
18480 "bool": true,
18481 "short": "-v",
18482 "long": "--verbose",
18483 "description": "use verbose output"
18484 },
18485 {
18486 "flags": "-vv",
18487 "required": 0,
18488 "optional": 0,
18489 "bool": true,
18490 "long": "-vv",
18491 "description": "more verbose with debug output"
18492 },
18493 {
18494 "flags": "--json",
18495 "required": 0,
18496 "optional": 0,
18497 "bool": true,
18498 "long": "--json",
18499 "description": "use json output"
18500 },
18501 {
18502 "flags": "-g, --resource-group <resource-group>",
18503 "required": -22,
18504 "optional": 0,
18505 "bool": true,
18506 "short": "-g",
18507 "long": "--resource-group",
18508 "description": "the name of the resource group"
18509 },
18510 {
18511 "flags": "-n, --name <name>",
18512 "required": -12,
18513 "optional": 0,
18514 "bool": true,
18515 "short": "-n",
18516 "long": "--name",
18517 "description": "the name of the virtual network"
18518 },
18519 {
18520 "flags": "-s, --subscription <subscription>",
18521 "required": -20,
18522 "optional": 0,
18523 "bool": true,
18524 "short": "-s",
18525 "long": "--subscription",
18526 "description": "the subscription identifier"
18527 }
18528 ]
18529 },
18530 {
18531 "name": "delete",
18532 "description": "Delete a virtual network",
18533 "fullName": "network vnet delete",
18534 "usage": "[options] <resource-group> <name>",
18535 "filePath": "commands/arm/network/network.js",
18536 "options": [
18537 {
18538 "flags": "-v, --verbose",
18539 "required": 0,
18540 "optional": 0,
18541 "bool": true,
18542 "short": "-v",
18543 "long": "--verbose",
18544 "description": "use verbose output"
18545 },
18546 {
18547 "flags": "-vv",
18548 "required": 0,
18549 "optional": 0,
18550 "bool": true,
18551 "long": "-vv",
18552 "description": "more verbose with debug output"
18553 },
18554 {
18555 "flags": "--json",
18556 "required": 0,
18557 "optional": 0,
18558 "bool": true,
18559 "long": "--json",
18560 "description": "use json output"
18561 },
18562 {
18563 "flags": "-g, --resource-group <resource-group>",
18564 "required": -22,
18565 "optional": 0,
18566 "bool": true,
18567 "short": "-g",
18568 "long": "--resource-group",
18569 "description": "the name of the resource group"
18570 },
18571 {
18572 "flags": "-n, --name <name>",
18573 "required": -12,
18574 "optional": 0,
18575 "bool": true,
18576 "short": "-n",
18577 "long": "--name",
18578 "description": "the name of the virtual network"
18579 },
18580 {
18581 "flags": "-q, --quiet",
18582 "required": 0,
18583 "optional": 0,
18584 "bool": true,
18585 "short": "-q",
18586 "long": "--quiet",
18587 "description": "quiet mode, do not ask for delete confirmation"
18588 },
18589 {
18590 "flags": "-s, --subscription <subscription>",
18591 "required": -20,
18592 "optional": 0,
18593 "bool": true,
18594 "short": "-s",
18595 "long": "--subscription",
18596 "description": "the subscription identifier"
18597 }
18598 ]
18599 }
18600 ],
18601 "categories": {
18602 "subnet": {
18603 "name": "subnet",
18604 "description": "Commands to manage virtual network subnets",
18605 "fullName": "network vnet subnet",
18606 "usage": "[options] [command]",
18607 "options": [],
18608 "commands": [
18609 {
18610 "name": "create",
18611 "description": "Create virtual network subnet",
18612 "fullName": "network vnet subnet create",
18613 "usage": "[options] <resource-group> <vnet-name> <name>",
18614 "filePath": "commands/arm/network/network.js",
18615 "options": [
18616 {
18617 "flags": "-v, --verbose",
18618 "required": 0,
18619 "optional": 0,
18620 "bool": true,
18621 "short": "-v",
18622 "long": "--verbose",
18623 "description": "use verbose output"
18624 },
18625 {
18626 "flags": "-vv",
18627 "required": 0,
18628 "optional": 0,
18629 "bool": true,
18630 "long": "-vv",
18631 "description": "more verbose with debug output"
18632 },
18633 {
18634 "flags": "--json",
18635 "required": 0,
18636 "optional": 0,
18637 "bool": true,
18638 "long": "--json",
18639 "description": "use json output"
18640 },
18641 {
18642 "flags": "-g, --resource-group <resource-group>",
18643 "required": -22,
18644 "optional": 0,
18645 "bool": true,
18646 "short": "-g",
18647 "long": "--resource-group",
18648 "description": "the name of the resource group"
18649 },
18650 {
18651 "flags": "-e, --vnet-name <vnet-name>",
18652 "required": -17,
18653 "optional": 0,
18654 "bool": true,
18655 "short": "-e",
18656 "long": "--vnet-name",
18657 "description": "the name of the virtual network"
18658 },
18659 {
18660 "flags": "-n, --name <name>",
18661 "required": -12,
18662 "optional": 0,
18663 "bool": true,
18664 "short": "-n",
18665 "long": "--name",
18666 "description": "the name of the subnet"
18667 },
18668 {
18669 "flags": "-a, --address-prefix <address-prefix>",
18670 "required": -22,
18671 "optional": 0,
18672 "bool": true,
18673 "short": "-a",
18674 "long": "--address-prefix",
18675 "description": "the address prefix in CIDR format"
18676 },
18677 {
18678 "flags": "-w, --network-security-group-id <network-security-group-id>",
18679 "required": -33,
18680 "optional": 0,
18681 "bool": true,
18682 "short": "-w",
18683 "long": "--network-security-group-id",
18684 "description": "the network security group identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/networkSecurityGroups/<nsg-name>"
18685 },
18686 {
18687 "flags": "-o, --network-security-group-name <network-security-group-name>",
18688 "required": -35,
18689 "optional": 0,
18690 "bool": true,
18691 "short": "-o",
18692 "long": "--network-security-group-name",
18693 "description": "the network security group name"
18694 },
18695 {
18696 "flags": "-i, --route-table-id <route-table-id>",
18697 "required": -22,
18698 "optional": 0,
18699 "bool": true,
18700 "short": "-i",
18701 "long": "--route-table-id",
18702 "description": "the route table identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/routeTables/<route-table-name>"
18703 },
18704 {
18705 "flags": "-r, --route-table-name <route-table-name>",
18706 "required": -24,
18707 "optional": 0,
18708 "bool": true,
18709 "short": "-r",
18710 "long": "--route-table-name",
18711 "description": "the route table name"
18712 },
18713 {
18714 "flags": "-s, --subscription <subscription>",
18715 "required": -20,
18716 "optional": 0,
18717 "bool": true,
18718 "short": "-s",
18719 "long": "--subscription",
18720 "description": "the subscription identifier"
18721 }
18722 ]
18723 },
18724 {
18725 "name": "set",
18726 "description": "Set a virtual network subnet",
18727 "fullName": "network vnet subnet set",
18728 "usage": "[options] <resource-group> <vnet-name> <name>",
18729 "filePath": "commands/arm/network/network.js",
18730 "options": [
18731 {
18732 "flags": "-v, --verbose",
18733 "required": 0,
18734 "optional": 0,
18735 "bool": true,
18736 "short": "-v",
18737 "long": "--verbose",
18738 "description": "use verbose output"
18739 },
18740 {
18741 "flags": "-vv",
18742 "required": 0,
18743 "optional": 0,
18744 "bool": true,
18745 "long": "-vv",
18746 "description": "more verbose with debug output"
18747 },
18748 {
18749 "flags": "--json",
18750 "required": 0,
18751 "optional": 0,
18752 "bool": true,
18753 "long": "--json",
18754 "description": "use json output"
18755 },
18756 {
18757 "flags": "-g, --resource-group <resource-group>",
18758 "required": -22,
18759 "optional": 0,
18760 "bool": true,
18761 "short": "-g",
18762 "long": "--resource-group",
18763 "description": "the name of the resource group"
18764 },
18765 {
18766 "flags": "-e, --vnet-name <vnet-name>",
18767 "required": -17,
18768 "optional": 0,
18769 "bool": true,
18770 "short": "-e",
18771 "long": "--vnet-name",
18772 "description": "the name of the virtual network"
18773 },
18774 {
18775 "flags": "-n, --name <name>",
18776 "required": -12,
18777 "optional": 0,
18778 "bool": true,
18779 "short": "-n",
18780 "long": "--name",
18781 "description": "the name of the subnet"
18782 },
18783 {
18784 "flags": "-a, --address-prefix <address-prefix>",
18785 "required": -22,
18786 "optional": 0,
18787 "bool": true,
18788 "short": "-a",
18789 "long": "--address-prefix",
18790 "description": "the address prefix in CIDR format"
18791 },
18792 {
18793 "flags": "-w, --network-security-group-id [network-security-group-id]",
18794 "required": 0,
18795 "optional": -33,
18796 "bool": true,
18797 "short": "-w",
18798 "long": "--network-security-group-id",
18799 "description": "the network security group identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/networkSecurityGroups/<nsg-name>"
18800 },
18801 {
18802 "flags": "-o, --network-security-group-name [network-security-group-name]",
18803 "required": 0,
18804 "optional": -35,
18805 "bool": true,
18806 "short": "-o",
18807 "long": "--network-security-group-name",
18808 "description": "the network security group name"
18809 },
18810 {
18811 "flags": "-i, --route-table-id [route-table-id]",
18812 "required": 0,
18813 "optional": -22,
18814 "bool": true,
18815 "short": "-i",
18816 "long": "--route-table-id",
18817 "description": "the route table identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/routeTables/<route-table-name>"
18818 },
18819 {
18820 "flags": "-r, --route-table-name [route-table-name]",
18821 "required": 0,
18822 "optional": -24,
18823 "bool": true,
18824 "short": "-r",
18825 "long": "--route-table-name",
18826 "description": "the route table name"
18827 },
18828 {
18829 "flags": "-s, --subscription <subscription>",
18830 "required": -20,
18831 "optional": 0,
18832 "bool": true,
18833 "short": "-s",
18834 "long": "--subscription",
18835 "description": "the subscription identifier"
18836 }
18837 ]
18838 },
18839 {
18840 "name": "list",
18841 "description": "Get all virtual network subnets",
18842 "fullName": "network vnet subnet list",
18843 "usage": "[options] <resource-group> <vnet-name>",
18844 "filePath": "commands/arm/network/network.js",
18845 "options": [
18846 {
18847 "flags": "-v, --verbose",
18848 "required": 0,
18849 "optional": 0,
18850 "bool": true,
18851 "short": "-v",
18852 "long": "--verbose",
18853 "description": "use verbose output"
18854 },
18855 {
18856 "flags": "-vv",
18857 "required": 0,
18858 "optional": 0,
18859 "bool": true,
18860 "long": "-vv",
18861 "description": "more verbose with debug output"
18862 },
18863 {
18864 "flags": "--json",
18865 "required": 0,
18866 "optional": 0,
18867 "bool": true,
18868 "long": "--json",
18869 "description": "use json output"
18870 },
18871 {
18872 "flags": "-g, --resource-group <resource-group>",
18873 "required": -22,
18874 "optional": 0,
18875 "bool": true,
18876 "short": "-g",
18877 "long": "--resource-group",
18878 "description": "the name of the resource group"
18879 },
18880 {
18881 "flags": "-e, --vnet-name <vnet-name>",
18882 "required": -17,
18883 "optional": 0,
18884 "bool": true,
18885 "short": "-e",
18886 "long": "--vnet-name",
18887 "description": "the name of the virtual network"
18888 },
18889 {
18890 "flags": "-s, --subscription <subscription>",
18891 "required": -20,
18892 "optional": 0,
18893 "bool": true,
18894 "short": "-s",
18895 "long": "--subscription",
18896 "description": "the subscription identifier"
18897 }
18898 ]
18899 },
18900 {
18901 "name": "show",
18902 "description": "Get a virtual network subnet",
18903 "fullName": "network vnet subnet show",
18904 "usage": "[options] <resource-group> <vnet-name> <name>",
18905 "filePath": "commands/arm/network/network.js",
18906 "options": [
18907 {
18908 "flags": "-v, --verbose",
18909 "required": 0,
18910 "optional": 0,
18911 "bool": true,
18912 "short": "-v",
18913 "long": "--verbose",
18914 "description": "use verbose output"
18915 },
18916 {
18917 "flags": "-vv",
18918 "required": 0,
18919 "optional": 0,
18920 "bool": true,
18921 "long": "-vv",
18922 "description": "more verbose with debug output"
18923 },
18924 {
18925 "flags": "--json",
18926 "required": 0,
18927 "optional": 0,
18928 "bool": true,
18929 "long": "--json",
18930 "description": "use json output"
18931 },
18932 {
18933 "flags": "-g, --resource-group <resource-group>",
18934 "required": -22,
18935 "optional": 0,
18936 "bool": true,
18937 "short": "-g",
18938 "long": "--resource-group",
18939 "description": "the name of the resource group"
18940 },
18941 {
18942 "flags": "-e, --vnet-name <vnet-name>",
18943 "required": -17,
18944 "optional": 0,
18945 "bool": true,
18946 "short": "-e",
18947 "long": "--vnet-name",
18948 "description": "the name of the virtual network"
18949 },
18950 {
18951 "flags": "-n, --name <name>",
18952 "required": -12,
18953 "optional": 0,
18954 "bool": true,
18955 "short": "-n",
18956 "long": "--name",
18957 "description": "the name of the subnet"
18958 },
18959 {
18960 "flags": "-s, --subscription <subscription>",
18961 "required": -20,
18962 "optional": 0,
18963 "bool": true,
18964 "short": "-s",
18965 "long": "--subscription",
18966 "description": "the subscription identifier"
18967 }
18968 ]
18969 },
18970 {
18971 "name": "delete",
18972 "description": "Delete a subnet of a virtual network",
18973 "fullName": "network vnet subnet delete",
18974 "usage": "[options] <resource-group> <vnet-name> <name>",
18975 "filePath": "commands/arm/network/network.js",
18976 "options": [
18977 {
18978 "flags": "-v, --verbose",
18979 "required": 0,
18980 "optional": 0,
18981 "bool": true,
18982 "short": "-v",
18983 "long": "--verbose",
18984 "description": "use verbose output"
18985 },
18986 {
18987 "flags": "-vv",
18988 "required": 0,
18989 "optional": 0,
18990 "bool": true,
18991 "long": "-vv",
18992 "description": "more verbose with debug output"
18993 },
18994 {
18995 "flags": "--json",
18996 "required": 0,
18997 "optional": 0,
18998 "bool": true,
18999 "long": "--json",
19000 "description": "use json output"
19001 },
19002 {
19003 "flags": "-g, --resource-group <resource-group>",
19004 "required": -22,
19005 "optional": 0,
19006 "bool": true,
19007 "short": "-g",
19008 "long": "--resource-group",
19009 "description": "the name of the resource group"
19010 },
19011 {
19012 "flags": "-e, --vnet-name <vnet-name>",
19013 "required": -17,
19014 "optional": 0,
19015 "bool": true,
19016 "short": "-e",
19017 "long": "--vnet-name",
19018 "description": "the name of the virtual network"
19019 },
19020 {
19021 "flags": "-n, --name <name>",
19022 "required": -12,
19023 "optional": 0,
19024 "bool": true,
19025 "short": "-n",
19026 "long": "--name",
19027 "description": "the subnet name"
19028 },
19029 {
19030 "flags": "-q, --quiet",
19031 "required": 0,
19032 "optional": 0,
19033 "bool": true,
19034 "short": "-q",
19035 "long": "--quiet",
19036 "description": "quiet mode, do not ask for delete confirmation"
19037 },
19038 {
19039 "flags": "-s, --subscription <subscription>",
19040 "required": -20,
19041 "optional": 0,
19042 "bool": true,
19043 "short": "-s",
19044 "long": "--subscription",
19045 "description": "the subscription identifier"
19046 }
19047 ]
19048 }
19049 ],
19050 "categories": {}
19051 }
19052 }
19053 },
19054 "lb": {
19055 "name": "lb",
19056 "description": "Commands to manage load balancers",
19057 "fullName": "network lb",
19058 "usage": "[options] [command]",
19059 "options": [],
19060 "commands": [
19061 {
19062 "name": "create",
19063 "description": "Create a load balancer",
19064 "fullName": "network lb create",
19065 "usage": "[options] <resource-group> <name> <location>",
19066 "filePath": "commands/arm/network/network.js",
19067 "options": [
19068 {
19069 "flags": "-v, --verbose",
19070 "required": 0,
19071 "optional": 0,
19072 "bool": true,
19073 "short": "-v",
19074 "long": "--verbose",
19075 "description": "use verbose output"
19076 },
19077 {
19078 "flags": "-vv",
19079 "required": 0,
19080 "optional": 0,
19081 "bool": true,
19082 "long": "-vv",
19083 "description": "more verbose with debug output"
19084 },
19085 {
19086 "flags": "--json",
19087 "required": 0,
19088 "optional": 0,
19089 "bool": true,
19090 "long": "--json",
19091 "description": "use json output"
19092 },
19093 {
19094 "flags": "-g, --resource-group <resource-group>",
19095 "required": -22,
19096 "optional": 0,
19097 "bool": true,
19098 "short": "-g",
19099 "long": "--resource-group",
19100 "description": "the name of the resource group"
19101 },
19102 {
19103 "flags": "-n, --name <name>",
19104 "required": -12,
19105 "optional": 0,
19106 "bool": true,
19107 "short": "-n",
19108 "long": "--name",
19109 "description": "the name of the load balancer"
19110 },
19111 {
19112 "flags": "-l, --location <location>",
19113 "required": -16,
19114 "optional": 0,
19115 "bool": true,
19116 "short": "-l",
19117 "long": "--location",
19118 "description": "the location"
19119 },
19120 {
19121 "flags": "-t, --tags <tags>",
19122 "required": -12,
19123 "optional": 0,
19124 "bool": true,
19125 "short": "-t",
19126 "long": "--tags",
19127 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
19128 },
19129 {
19130 "flags": "-s, --subscription <subscription>",
19131 "required": -20,
19132 "optional": 0,
19133 "bool": true,
19134 "short": "-s",
19135 "long": "--subscription",
19136 "description": "the subscription identifier"
19137 }
19138 ]
19139 },
19140 {
19141 "name": "set",
19142 "description": "Set a load balancer",
19143 "fullName": "network lb set",
19144 "usage": "[options] <resource-group> <name>",
19145 "filePath": "commands/arm/network/network.js",
19146 "options": [
19147 {
19148 "flags": "-v, --verbose",
19149 "required": 0,
19150 "optional": 0,
19151 "bool": true,
19152 "short": "-v",
19153 "long": "--verbose",
19154 "description": "use verbose output"
19155 },
19156 {
19157 "flags": "-vv",
19158 "required": 0,
19159 "optional": 0,
19160 "bool": true,
19161 "long": "-vv",
19162 "description": "more verbose with debug output"
19163 },
19164 {
19165 "flags": "--json",
19166 "required": 0,
19167 "optional": 0,
19168 "bool": true,
19169 "long": "--json",
19170 "description": "use json output"
19171 },
19172 {
19173 "flags": "-g, --resource-group <resource-group>",
19174 "required": -22,
19175 "optional": 0,
19176 "bool": true,
19177 "short": "-g",
19178 "long": "--resource-group",
19179 "description": "the name of the resource group"
19180 },
19181 {
19182 "flags": "-n, --name <name>",
19183 "required": -12,
19184 "optional": 0,
19185 "bool": true,
19186 "short": "-n",
19187 "long": "--name",
19188 "description": "the name of the load balancer"
19189 },
19190 {
19191 "flags": "-t, --tags [tags]",
19192 "required": 0,
19193 "optional": -12,
19194 "bool": true,
19195 "short": "-t",
19196 "long": "--tags",
19197 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
19198 },
19199 {
19200 "flags": "-s, --subscription <subscription>",
19201 "required": -20,
19202 "optional": 0,
19203 "bool": true,
19204 "short": "-s",
19205 "long": "--subscription",
19206 "description": "the subscription identifier"
19207 }
19208 ]
19209 },
19210 {
19211 "name": "list",
19212 "description": "Get all load balancers",
19213 "fullName": "network lb list",
19214 "usage": "[options] [resource-group]",
19215 "filePath": "commands/arm/network/network.js",
19216 "options": [
19217 {
19218 "flags": "-v, --verbose",
19219 "required": 0,
19220 "optional": 0,
19221 "bool": true,
19222 "short": "-v",
19223 "long": "--verbose",
19224 "description": "use verbose output"
19225 },
19226 {
19227 "flags": "-vv",
19228 "required": 0,
19229 "optional": 0,
19230 "bool": true,
19231 "long": "-vv",
19232 "description": "more verbose with debug output"
19233 },
19234 {
19235 "flags": "--json",
19236 "required": 0,
19237 "optional": 0,
19238 "bool": true,
19239 "long": "--json",
19240 "description": "use json output"
19241 },
19242 {
19243 "flags": "-g, --resource-group <resource-group>",
19244 "required": -22,
19245 "optional": 0,
19246 "bool": true,
19247 "short": "-g",
19248 "long": "--resource-group",
19249 "description": "the name of the resource group"
19250 },
19251 {
19252 "flags": "-s, --subscription <subscription>",
19253 "required": -20,
19254 "optional": 0,
19255 "bool": true,
19256 "short": "-s",
19257 "long": "--subscription",
19258 "description": "the subscription identifier"
19259 }
19260 ]
19261 },
19262 {
19263 "name": "show",
19264 "description": "Get a load balancer",
19265 "fullName": "network lb show",
19266 "usage": "[options] <resource-group> <name>",
19267 "filePath": "commands/arm/network/network.js",
19268 "options": [
19269 {
19270 "flags": "-v, --verbose",
19271 "required": 0,
19272 "optional": 0,
19273 "bool": true,
19274 "short": "-v",
19275 "long": "--verbose",
19276 "description": "use verbose output"
19277 },
19278 {
19279 "flags": "-vv",
19280 "required": 0,
19281 "optional": 0,
19282 "bool": true,
19283 "long": "-vv",
19284 "description": "more verbose with debug output"
19285 },
19286 {
19287 "flags": "--json",
19288 "required": 0,
19289 "optional": 0,
19290 "bool": true,
19291 "long": "--json",
19292 "description": "use json output"
19293 },
19294 {
19295 "flags": "-g, --resource-group <resource-group>",
19296 "required": -22,
19297 "optional": 0,
19298 "bool": true,
19299 "short": "-g",
19300 "long": "--resource-group",
19301 "description": "the name of the resource group"
19302 },
19303 {
19304 "flags": "-n, --name <name>",
19305 "required": -12,
19306 "optional": 0,
19307 "bool": true,
19308 "short": "-n",
19309 "long": "--name",
19310 "description": "the name of the load balancer"
19311 },
19312 {
19313 "flags": "-s, --subscription <subscription>",
19314 "required": -20,
19315 "optional": 0,
19316 "bool": true,
19317 "short": "-s",
19318 "long": "--subscription",
19319 "description": "the subscription identifier"
19320 }
19321 ]
19322 },
19323 {
19324 "name": "delete",
19325 "description": "Delete a load balancer",
19326 "fullName": "network lb delete",
19327 "usage": "[options] <resource-group> <name>",
19328 "filePath": "commands/arm/network/network.js",
19329 "options": [
19330 {
19331 "flags": "-v, --verbose",
19332 "required": 0,
19333 "optional": 0,
19334 "bool": true,
19335 "short": "-v",
19336 "long": "--verbose",
19337 "description": "use verbose output"
19338 },
19339 {
19340 "flags": "-vv",
19341 "required": 0,
19342 "optional": 0,
19343 "bool": true,
19344 "long": "-vv",
19345 "description": "more verbose with debug output"
19346 },
19347 {
19348 "flags": "--json",
19349 "required": 0,
19350 "optional": 0,
19351 "bool": true,
19352 "long": "--json",
19353 "description": "use json output"
19354 },
19355 {
19356 "flags": "-g, --resource-group <resource-group>",
19357 "required": -22,
19358 "optional": 0,
19359 "bool": true,
19360 "short": "-g",
19361 "long": "--resource-group",
19362 "description": "the name of the resource group"
19363 },
19364 {
19365 "flags": "-n, --name <name>",
19366 "required": -12,
19367 "optional": 0,
19368 "bool": true,
19369 "short": "-n",
19370 "long": "--name",
19371 "description": "the name of the load balancer"
19372 },
19373 {
19374 "flags": "-q, --quiet",
19375 "required": 0,
19376 "optional": 0,
19377 "bool": true,
19378 "short": "-q",
19379 "long": "--quiet",
19380 "description": "quiet mode, do not ask for delete confirmation"
19381 },
19382 {
19383 "flags": "-s, --subscription <subscription>",
19384 "required": -20,
19385 "optional": 0,
19386 "bool": true,
19387 "short": "-s",
19388 "long": "--subscription",
19389 "description": "the subscription identifier"
19390 }
19391 ]
19392 }
19393 ],
19394 "categories": {
19395 "frontend-ip": {
19396 "name": "frontend-ip",
19397 "description": "Commands to manage frontend ip configurations of a load balancer",
19398 "fullName": "network lb frontend-ip",
19399 "usage": "[options] [command]",
19400 "options": [],
19401 "commands": [
19402 {
19403 "name": "create",
19404 "description": "Add a frontend ip configuration to the load balancer",
19405 "fullName": "network lb frontend-ip create",
19406 "usage": "[options] <resource-group> <lb-name> <name>",
19407 "filePath": "commands/arm/network/network.js",
19408 "options": [
19409 {
19410 "flags": "-v, --verbose",
19411 "required": 0,
19412 "optional": 0,
19413 "bool": true,
19414 "short": "-v",
19415 "long": "--verbose",
19416 "description": "use verbose output"
19417 },
19418 {
19419 "flags": "-vv",
19420 "required": 0,
19421 "optional": 0,
19422 "bool": true,
19423 "long": "-vv",
19424 "description": "more verbose with debug output"
19425 },
19426 {
19427 "flags": "--json",
19428 "required": 0,
19429 "optional": 0,
19430 "bool": true,
19431 "long": "--json",
19432 "description": "use json output"
19433 },
19434 {
19435 "flags": "-g, --resource-group <resource-group>",
19436 "required": -22,
19437 "optional": 0,
19438 "bool": true,
19439 "short": "-g",
19440 "long": "--resource-group",
19441 "description": "the name of the resource group"
19442 },
19443 {
19444 "flags": "-l, --lb-name <lb-name>",
19445 "required": -15,
19446 "optional": 0,
19447 "bool": true,
19448 "short": "-l",
19449 "long": "--lb-name",
19450 "description": "the name of the load balancer"
19451 },
19452 {
19453 "flags": "-n, --name <name>",
19454 "required": -12,
19455 "optional": 0,
19456 "bool": true,
19457 "short": "-n",
19458 "long": "--name",
19459 "description": "the name of the frontend ip configuration"
19460 },
19461 {
19462 "flags": "-a, --private-ip-address <private-ip-address>",
19463 "required": -26,
19464 "optional": 0,
19465 "bool": true,
19466 "short": "-a",
19467 "long": "--private-ip-address",
19468 "description": "the private ip address"
19469 },
19470 {
19471 "flags": "-u, --public-ip-id <public-ip-id>",
19472 "required": -20,
19473 "optional": 0,
19474 "bool": true,
19475 "short": "-u",
19476 "long": "--public-ip-id",
19477 "description": "the public ip address identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/publicIPAddresses/<public-ip-name>"
19478 },
19479 {
19480 "flags": "-i, --public-ip-name <public-ip-name>",
19481 "required": -22,
19482 "optional": 0,
19483 "bool": true,
19484 "short": "-i",
19485 "long": "--public-ip-name",
19486 "description": "the public ip address name.\n This public ip must exist in the same resource group as the load balancer.\n Please use public-ip-id if that is not the case."
19487 },
19488 {
19489 "flags": "-b, --subnet-id <subnet-id>",
19490 "required": -17,
19491 "optional": 0,
19492 "bool": true,
19493 "short": "-b",
19494 "long": "--subnet-id",
19495 "description": "the subnet identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/VirtualNetworks/<vnet-name>/subnets/<subnet-name>"
19496 },
19497 {
19498 "flags": "-e, --subnet-name <subnet-name>",
19499 "required": -19,
19500 "optional": 0,
19501 "bool": true,
19502 "short": "-e",
19503 "long": "--subnet-name",
19504 "description": "the subnet name"
19505 },
19506 {
19507 "flags": "-m, --subnet-vnet-name <subnet-vnet-name>",
19508 "required": -24,
19509 "optional": 0,
19510 "bool": true,
19511 "short": "-m",
19512 "long": "--subnet-vnet-name",
19513 "description": "the virtual network name in which subnet exists.\n This virtual network must exist in the same resource group as the load balancer.\n Please use subnet-id if that is not the case."
19514 },
19515 {
19516 "flags": "-s, --subscription <subscription>",
19517 "required": -20,
19518 "optional": 0,
19519 "bool": true,
19520 "short": "-s",
19521 "long": "--subscription",
19522 "description": "the subscription identifier"
19523 }
19524 ]
19525 },
19526 {
19527 "name": "set",
19528 "description": "Set a frontend ip configuration of a load balancer",
19529 "fullName": "network lb frontend-ip set",
19530 "usage": "[options] <resource-group> <lb-name> <name>",
19531 "filePath": "commands/arm/network/network.js",
19532 "options": [
19533 {
19534 "flags": "-v, --verbose",
19535 "required": 0,
19536 "optional": 0,
19537 "bool": true,
19538 "short": "-v",
19539 "long": "--verbose",
19540 "description": "use verbose output"
19541 },
19542 {
19543 "flags": "-vv",
19544 "required": 0,
19545 "optional": 0,
19546 "bool": true,
19547 "long": "-vv",
19548 "description": "more verbose with debug output"
19549 },
19550 {
19551 "flags": "--json",
19552 "required": 0,
19553 "optional": 0,
19554 "bool": true,
19555 "long": "--json",
19556 "description": "use json output"
19557 },
19558 {
19559 "flags": "-g, --resource-group <resource-group>",
19560 "required": -22,
19561 "optional": 0,
19562 "bool": true,
19563 "short": "-g",
19564 "long": "--resource-group",
19565 "description": "the name of the resource group"
19566 },
19567 {
19568 "flags": "-l, --lb-name <lb-name>",
19569 "required": -15,
19570 "optional": 0,
19571 "bool": true,
19572 "short": "-l",
19573 "long": "--lb-name",
19574 "description": "the name of the load balancer"
19575 },
19576 {
19577 "flags": "-n, --name <name>",
19578 "required": -12,
19579 "optional": 0,
19580 "bool": true,
19581 "short": "-n",
19582 "long": "--name",
19583 "description": "the name of the frontend ip configuration"
19584 },
19585 {
19586 "flags": "-a, --private-ip-address [private-ip-address]",
19587 "required": 0,
19588 "optional": -26,
19589 "bool": true,
19590 "short": "-a",
19591 "long": "--private-ip-address",
19592 "description": "the private ip address"
19593 },
19594 {
19595 "flags": "-u, --public-ip-id <public-ip-id>",
19596 "required": -20,
19597 "optional": 0,
19598 "bool": true,
19599 "short": "-u",
19600 "long": "--public-ip-id",
19601 "description": "the public ip address identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/publicIPAddresses/<public-ip-name>"
19602 },
19603 {
19604 "flags": "-i, --public-ip-name <public-ip-name>",
19605 "required": -22,
19606 "optional": 0,
19607 "bool": true,
19608 "short": "-i",
19609 "long": "--public-ip-name",
19610 "description": "the public ip address name.\n This public ip must exist in the same resource group as the load balancer.\n Please use public-ip-id if that is not the case."
19611 },
19612 {
19613 "flags": "-b, --subnet-id <subnet-id>",
19614 "required": -17,
19615 "optional": 0,
19616 "bool": true,
19617 "short": "-b",
19618 "long": "--subnet-id",
19619 "description": "the subnet identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/VirtualNetworks/<vnet-name>/subnets/<subnet-name>"
19620 },
19621 {
19622 "flags": "-e, --subnet-name <subnet-name>",
19623 "required": -19,
19624 "optional": 0,
19625 "bool": true,
19626 "short": "-e",
19627 "long": "--subnet-name",
19628 "description": "the subnet name"
19629 },
19630 {
19631 "flags": "-m, --subnet-vnet-name <subnet-vnet-name>",
19632 "required": -24,
19633 "optional": 0,
19634 "bool": true,
19635 "short": "-m",
19636 "long": "--subnet-vnet-name",
19637 "description": "the virtual network name in which subnet exists.\n This virtual network must exist in the same resource group as the load balancer.\n Please use subnet-id if that is not the case."
19638 },
19639 {
19640 "flags": "-s, --subscription <subscription>",
19641 "required": -20,
19642 "optional": 0,
19643 "bool": true,
19644 "short": "-s",
19645 "long": "--subscription",
19646 "description": "the subscription identifier"
19647 }
19648 ]
19649 },
19650 {
19651 "name": "list",
19652 "description": "Get all frontend ip configurations in the load balancer",
19653 "fullName": "network lb frontend-ip list",
19654 "usage": "[options] <resource-group> <lb-name>",
19655 "filePath": "commands/arm/network/network.js",
19656 "options": [
19657 {
19658 "flags": "-v, --verbose",
19659 "required": 0,
19660 "optional": 0,
19661 "bool": true,
19662 "short": "-v",
19663 "long": "--verbose",
19664 "description": "use verbose output"
19665 },
19666 {
19667 "flags": "-vv",
19668 "required": 0,
19669 "optional": 0,
19670 "bool": true,
19671 "long": "-vv",
19672 "description": "more verbose with debug output"
19673 },
19674 {
19675 "flags": "--json",
19676 "required": 0,
19677 "optional": 0,
19678 "bool": true,
19679 "long": "--json",
19680 "description": "use json output"
19681 },
19682 {
19683 "flags": "-g, --resource-group <resource-group>",
19684 "required": -22,
19685 "optional": 0,
19686 "bool": true,
19687 "short": "-g",
19688 "long": "--resource-group",
19689 "description": "the name of the resource group"
19690 },
19691 {
19692 "flags": "-l, --lb-name <lb-name>",
19693 "required": -15,
19694 "optional": 0,
19695 "bool": true,
19696 "short": "-l",
19697 "long": "--lb-name",
19698 "description": "the name of the load balancer"
19699 },
19700 {
19701 "flags": "-s, --subscription <subscription>",
19702 "required": -20,
19703 "optional": 0,
19704 "bool": true,
19705 "short": "-s",
19706 "long": "--subscription",
19707 "description": "the subscription identifier"
19708 }
19709 ]
19710 },
19711 {
19712 "name": "delete",
19713 "description": "Delete a frontend ip configuration from a load balancer",
19714 "fullName": "network lb frontend-ip delete",
19715 "usage": "[options] <resource-group> <lb-name> <name>",
19716 "filePath": "commands/arm/network/network.js",
19717 "options": [
19718 {
19719 "flags": "-v, --verbose",
19720 "required": 0,
19721 "optional": 0,
19722 "bool": true,
19723 "short": "-v",
19724 "long": "--verbose",
19725 "description": "use verbose output"
19726 },
19727 {
19728 "flags": "-vv",
19729 "required": 0,
19730 "optional": 0,
19731 "bool": true,
19732 "long": "-vv",
19733 "description": "more verbose with debug output"
19734 },
19735 {
19736 "flags": "--json",
19737 "required": 0,
19738 "optional": 0,
19739 "bool": true,
19740 "long": "--json",
19741 "description": "use json output"
19742 },
19743 {
19744 "flags": "-g, --resource-group <resource-group>",
19745 "required": -22,
19746 "optional": 0,
19747 "bool": true,
19748 "short": "-g",
19749 "long": "--resource-group",
19750 "description": "the name of the resource group"
19751 },
19752 {
19753 "flags": "-l, --lb-name <lb-name>",
19754 "required": -15,
19755 "optional": 0,
19756 "bool": true,
19757 "short": "-l",
19758 "long": "--lb-name",
19759 "description": "the name of the load balancer"
19760 },
19761 {
19762 "flags": "-n, --name <name>",
19763 "required": -12,
19764 "optional": 0,
19765 "bool": true,
19766 "short": "-n",
19767 "long": "--name",
19768 "description": "the name of the frontend ip configuration"
19769 },
19770 {
19771 "flags": "-q, --quiet",
19772 "required": 0,
19773 "optional": 0,
19774 "bool": true,
19775 "short": "-q",
19776 "long": "--quiet",
19777 "description": "quiet mode, do not ask for delete confirmation"
19778 },
19779 {
19780 "flags": "-s, --subscription <subscription>",
19781 "required": -20,
19782 "optional": 0,
19783 "bool": true,
19784 "short": "-s",
19785 "long": "--subscription",
19786 "description": "the subscription identifier"
19787 }
19788 ]
19789 }
19790 ],
19791 "categories": {}
19792 },
19793 "probe": {
19794 "name": "probe",
19795 "description": "Commands to manage probes of a load balancer",
19796 "fullName": "network lb probe",
19797 "usage": "[options] [command]",
19798 "options": [],
19799 "commands": [
19800 {
19801 "name": "create",
19802 "description": "Add a probe to the load balancer",
19803 "fullName": "network lb probe create",
19804 "usage": "[options] <resource-group> <lb-name> <name>",
19805 "filePath": "commands/arm/network/network.js",
19806 "options": [
19807 {
19808 "flags": "-v, --verbose",
19809 "required": 0,
19810 "optional": 0,
19811 "bool": true,
19812 "short": "-v",
19813 "long": "--verbose",
19814 "description": "use verbose output"
19815 },
19816 {
19817 "flags": "-vv",
19818 "required": 0,
19819 "optional": 0,
19820 "bool": true,
19821 "long": "-vv",
19822 "description": "more verbose with debug output"
19823 },
19824 {
19825 "flags": "--json",
19826 "required": 0,
19827 "optional": 0,
19828 "bool": true,
19829 "long": "--json",
19830 "description": "use json output"
19831 },
19832 {
19833 "flags": "-g, --resource-group <resource-group>",
19834 "required": -22,
19835 "optional": 0,
19836 "bool": true,
19837 "short": "-g",
19838 "long": "--resource-group",
19839 "description": "the name of the resource group"
19840 },
19841 {
19842 "flags": "-l, --lb-name <lb-name>",
19843 "required": -15,
19844 "optional": 0,
19845 "bool": true,
19846 "short": "-l",
19847 "long": "--lb-name",
19848 "description": "the name of the load balancer"
19849 },
19850 {
19851 "flags": "-n, --name <name>",
19852 "required": -12,
19853 "optional": 0,
19854 "bool": true,
19855 "short": "-n",
19856 "long": "--name",
19857 "description": "the name of the probe"
19858 },
19859 {
19860 "flags": "-p, --protocol <protocol>",
19861 "required": -16,
19862 "optional": 0,
19863 "bool": true,
19864 "short": "-p",
19865 "long": "--protocol",
19866 "description": "the probe protocol"
19867 },
19868 {
19869 "flags": "-o, --port <port>",
19870 "required": -12,
19871 "optional": 0,
19872 "bool": true,
19873 "short": "-o",
19874 "long": "--port",
19875 "description": "the probe port"
19876 },
19877 {
19878 "flags": "-f, --path <path>",
19879 "required": -12,
19880 "optional": 0,
19881 "bool": true,
19882 "short": "-f",
19883 "long": "--path",
19884 "description": "the probe path"
19885 },
19886 {
19887 "flags": "-i, --interval <interval>",
19888 "required": -16,
19889 "optional": 0,
19890 "bool": true,
19891 "short": "-i",
19892 "long": "--interval",
19893 "description": "the probe interval in seconds"
19894 },
19895 {
19896 "flags": "-c, --count <count>",
19897 "required": -13,
19898 "optional": 0,
19899 "bool": true,
19900 "short": "-c",
19901 "long": "--count",
19902 "description": "the number of probes"
19903 },
19904 {
19905 "flags": "-s, --subscription <subscription>",
19906 "required": -20,
19907 "optional": 0,
19908 "bool": true,
19909 "short": "-s",
19910 "long": "--subscription",
19911 "description": "the subscription identifier"
19912 }
19913 ]
19914 },
19915 {
19916 "name": "set",
19917 "description": "Set a probe of a load balancer",
19918 "fullName": "network lb probe set",
19919 "usage": "[options] <resource-group> <lb-name> <name>",
19920 "filePath": "commands/arm/network/network.js",
19921 "options": [
19922 {
19923 "flags": "-v, --verbose",
19924 "required": 0,
19925 "optional": 0,
19926 "bool": true,
19927 "short": "-v",
19928 "long": "--verbose",
19929 "description": "use verbose output"
19930 },
19931 {
19932 "flags": "-vv",
19933 "required": 0,
19934 "optional": 0,
19935 "bool": true,
19936 "long": "-vv",
19937 "description": "more verbose with debug output"
19938 },
19939 {
19940 "flags": "--json",
19941 "required": 0,
19942 "optional": 0,
19943 "bool": true,
19944 "long": "--json",
19945 "description": "use json output"
19946 },
19947 {
19948 "flags": "-g, --resource-group <resource-group>",
19949 "required": -22,
19950 "optional": 0,
19951 "bool": true,
19952 "short": "-g",
19953 "long": "--resource-group",
19954 "description": "the name of the resource group"
19955 },
19956 {
19957 "flags": "-l, --lb-name <lb-name>",
19958 "required": -15,
19959 "optional": 0,
19960 "bool": true,
19961 "short": "-l",
19962 "long": "--lb-name",
19963 "description": "the name of the load balancer"
19964 },
19965 {
19966 "flags": "-n, --name <name>",
19967 "required": -12,
19968 "optional": 0,
19969 "bool": true,
19970 "short": "-n",
19971 "long": "--name",
19972 "description": "the name of the probe"
19973 },
19974 {
19975 "flags": "-p, --protocol <protocol>",
19976 "required": -16,
19977 "optional": 0,
19978 "bool": true,
19979 "short": "-p",
19980 "long": "--protocol",
19981 "description": "the probe protocol"
19982 },
19983 {
19984 "flags": "-o, --port <port>",
19985 "required": -12,
19986 "optional": 0,
19987 "bool": true,
19988 "short": "-o",
19989 "long": "--port",
19990 "description": "the probe port"
19991 },
19992 {
19993 "flags": "-f, --path <path>",
19994 "required": -12,
19995 "optional": 0,
19996 "bool": true,
19997 "short": "-f",
19998 "long": "--path",
19999 "description": "the probe path"
20000 },
20001 {
20002 "flags": "-i, --interval <interval>",
20003 "required": -16,
20004 "optional": 0,
20005 "bool": true,
20006 "short": "-i",
20007 "long": "--interval",
20008 "description": "the probe interval in seconds"
20009 },
20010 {
20011 "flags": "-c, --count <count>",
20012 "required": -13,
20013 "optional": 0,
20014 "bool": true,
20015 "short": "-c",
20016 "long": "--count",
20017 "description": "the number of probes"
20018 },
20019 {
20020 "flags": "-s, --subscription <subscription>",
20021 "required": -20,
20022 "optional": 0,
20023 "bool": true,
20024 "short": "-s",
20025 "long": "--subscription",
20026 "description": "the subscription identifier"
20027 }
20028 ]
20029 },
20030 {
20031 "name": "list",
20032 "description": "Get all probes in a load balancer",
20033 "fullName": "network lb probe list",
20034 "usage": "[options] <resource-group> <lb-name>",
20035 "filePath": "commands/arm/network/network.js",
20036 "options": [
20037 {
20038 "flags": "-v, --verbose",
20039 "required": 0,
20040 "optional": 0,
20041 "bool": true,
20042 "short": "-v",
20043 "long": "--verbose",
20044 "description": "use verbose output"
20045 },
20046 {
20047 "flags": "-vv",
20048 "required": 0,
20049 "optional": 0,
20050 "bool": true,
20051 "long": "-vv",
20052 "description": "more verbose with debug output"
20053 },
20054 {
20055 "flags": "--json",
20056 "required": 0,
20057 "optional": 0,
20058 "bool": true,
20059 "long": "--json",
20060 "description": "use json output"
20061 },
20062 {
20063 "flags": "-g, --resource-group <resource-group>",
20064 "required": -22,
20065 "optional": 0,
20066 "bool": true,
20067 "short": "-g",
20068 "long": "--resource-group",
20069 "description": "the name of the resource group"
20070 },
20071 {
20072 "flags": "-l, --lb-name <lb-name>",
20073 "required": -15,
20074 "optional": 0,
20075 "bool": true,
20076 "short": "-l",
20077 "long": "--lb-name",
20078 "description": "the name of the load balancer"
20079 },
20080 {
20081 "flags": "-s, --subscription <subscription>",
20082 "required": -20,
20083 "optional": 0,
20084 "bool": true,
20085 "short": "-s",
20086 "long": "--subscription",
20087 "description": "the subscription identifier"
20088 }
20089 ]
20090 },
20091 {
20092 "name": "delete",
20093 "description": "Delete a probe from a load balancer",
20094 "fullName": "network lb probe delete",
20095 "usage": "[options] <resource-group> <lb-name> <name>",
20096 "filePath": "commands/arm/network/network.js",
20097 "options": [
20098 {
20099 "flags": "-v, --verbose",
20100 "required": 0,
20101 "optional": 0,
20102 "bool": true,
20103 "short": "-v",
20104 "long": "--verbose",
20105 "description": "use verbose output"
20106 },
20107 {
20108 "flags": "-vv",
20109 "required": 0,
20110 "optional": 0,
20111 "bool": true,
20112 "long": "-vv",
20113 "description": "more verbose with debug output"
20114 },
20115 {
20116 "flags": "--json",
20117 "required": 0,
20118 "optional": 0,
20119 "bool": true,
20120 "long": "--json",
20121 "description": "use json output"
20122 },
20123 {
20124 "flags": "-g, --resource-group <resource-group>",
20125 "required": -22,
20126 "optional": 0,
20127 "bool": true,
20128 "short": "-g",
20129 "long": "--resource-group",
20130 "description": "the name of the resource group"
20131 },
20132 {
20133 "flags": "-l, --lb-name <lb-name>",
20134 "required": -15,
20135 "optional": 0,
20136 "bool": true,
20137 "short": "-l",
20138 "long": "--lb-name",
20139 "description": "the name of the load balancer"
20140 },
20141 {
20142 "flags": "-n, --name <name>",
20143 "required": -12,
20144 "optional": 0,
20145 "bool": true,
20146 "short": "-n",
20147 "long": "--name",
20148 "description": "the probe name"
20149 },
20150 {
20151 "flags": "-q, --quiet",
20152 "required": 0,
20153 "optional": 0,
20154 "bool": true,
20155 "short": "-q",
20156 "long": "--quiet",
20157 "description": "quiet mode, do not ask for delete confirmation"
20158 },
20159 {
20160 "flags": "-s, --subscription <subscription>",
20161 "required": -20,
20162 "optional": 0,
20163 "bool": true,
20164 "short": "-s",
20165 "long": "--subscription",
20166 "description": "the subscription identifier"
20167 }
20168 ]
20169 }
20170 ],
20171 "categories": {}
20172 },
20173 "address-pool": {
20174 "name": "address-pool",
20175 "description": "Commands to manage backend address pools of a load balancer",
20176 "fullName": "network lb address-pool",
20177 "usage": "[options] [command]",
20178 "options": [],
20179 "commands": [
20180 {
20181 "name": "create",
20182 "description": "Add a backend address pool to the load balancer",
20183 "fullName": "network lb address-pool create",
20184 "usage": "[options] <resource-group> <lb-name> <name>",
20185 "filePath": "commands/arm/network/network.js",
20186 "options": [
20187 {
20188 "flags": "-v, --verbose",
20189 "required": 0,
20190 "optional": 0,
20191 "bool": true,
20192 "short": "-v",
20193 "long": "--verbose",
20194 "description": "use verbose output"
20195 },
20196 {
20197 "flags": "-vv",
20198 "required": 0,
20199 "optional": 0,
20200 "bool": true,
20201 "long": "-vv",
20202 "description": "more verbose with debug output"
20203 },
20204 {
20205 "flags": "--json",
20206 "required": 0,
20207 "optional": 0,
20208 "bool": true,
20209 "long": "--json",
20210 "description": "use json output"
20211 },
20212 {
20213 "flags": "-g, --resource-group <resource-group>",
20214 "required": -22,
20215 "optional": 0,
20216 "bool": true,
20217 "short": "-g",
20218 "long": "--resource-group",
20219 "description": "the name of the resource group"
20220 },
20221 {
20222 "flags": "-l, --lb-name <lb-name>",
20223 "required": -15,
20224 "optional": 0,
20225 "bool": true,
20226 "short": "-l",
20227 "long": "--lb-name",
20228 "description": "the name of the load balancer"
20229 },
20230 {
20231 "flags": "-n, --name <name>",
20232 "required": -12,
20233 "optional": 0,
20234 "bool": true,
20235 "short": "-n",
20236 "long": "--name",
20237 "description": "the name of the backend address pool"
20238 },
20239 {
20240 "flags": "-s, --subscription <subscription>",
20241 "required": -20,
20242 "optional": 0,
20243 "bool": true,
20244 "short": "-s",
20245 "long": "--subscription",
20246 "description": "the subscription identifier"
20247 }
20248 ]
20249 },
20250 {
20251 "name": "list",
20252 "description": "Get all backend address pools in the load balancer",
20253 "fullName": "network lb address-pool list",
20254 "usage": "[options] <resource-group> <lb-name>",
20255 "filePath": "commands/arm/network/network.js",
20256 "options": [
20257 {
20258 "flags": "-v, --verbose",
20259 "required": 0,
20260 "optional": 0,
20261 "bool": true,
20262 "short": "-v",
20263 "long": "--verbose",
20264 "description": "use verbose output"
20265 },
20266 {
20267 "flags": "-vv",
20268 "required": 0,
20269 "optional": 0,
20270 "bool": true,
20271 "long": "-vv",
20272 "description": "more verbose with debug output"
20273 },
20274 {
20275 "flags": "--json",
20276 "required": 0,
20277 "optional": 0,
20278 "bool": true,
20279 "long": "--json",
20280 "description": "use json output"
20281 },
20282 {
20283 "flags": "-g, --resource-group <resource-group>",
20284 "required": -22,
20285 "optional": 0,
20286 "bool": true,
20287 "short": "-g",
20288 "long": "--resource-group",
20289 "description": "the name of the resource group"
20290 },
20291 {
20292 "flags": "-l, --lb-name <lb-name>",
20293 "required": -15,
20294 "optional": 0,
20295 "bool": true,
20296 "short": "-l",
20297 "long": "--lb-name",
20298 "description": "the name of the load balancer"
20299 },
20300 {
20301 "flags": "-s, --subscription <subscription>",
20302 "required": -20,
20303 "optional": 0,
20304 "bool": true,
20305 "short": "-s",
20306 "long": "--subscription",
20307 "description": "the subscription identifier"
20308 }
20309 ]
20310 },
20311 {
20312 "name": "delete",
20313 "description": "Delete a backend address pool from a load balancer",
20314 "fullName": "network lb address-pool delete",
20315 "usage": "[options] <resource-group> <lb-name> <name>",
20316 "filePath": "commands/arm/network/network.js",
20317 "options": [
20318 {
20319 "flags": "-v, --verbose",
20320 "required": 0,
20321 "optional": 0,
20322 "bool": true,
20323 "short": "-v",
20324 "long": "--verbose",
20325 "description": "use verbose output"
20326 },
20327 {
20328 "flags": "-vv",
20329 "required": 0,
20330 "optional": 0,
20331 "bool": true,
20332 "long": "-vv",
20333 "description": "more verbose with debug output"
20334 },
20335 {
20336 "flags": "--json",
20337 "required": 0,
20338 "optional": 0,
20339 "bool": true,
20340 "long": "--json",
20341 "description": "use json output"
20342 },
20343 {
20344 "flags": "-g, --resource-group <resource-group>",
20345 "required": -22,
20346 "optional": 0,
20347 "bool": true,
20348 "short": "-g",
20349 "long": "--resource-group",
20350 "description": "the name of the resource group"
20351 },
20352 {
20353 "flags": "-l, --lb-name <lb-name>",
20354 "required": -15,
20355 "optional": 0,
20356 "bool": true,
20357 "short": "-l",
20358 "long": "--lb-name",
20359 "description": "the name of the load balancer"
20360 },
20361 {
20362 "flags": "-n, --name <name>",
20363 "required": -12,
20364 "optional": 0,
20365 "bool": true,
20366 "short": "-n",
20367 "long": "--name",
20368 "description": "the name of the backend address pool"
20369 },
20370 {
20371 "flags": "-q, --quiet",
20372 "required": 0,
20373 "optional": 0,
20374 "bool": true,
20375 "short": "-q",
20376 "long": "--quiet",
20377 "description": "quiet mode, do not ask for delete confirmation"
20378 },
20379 {
20380 "flags": "-s, --subscription <subscription>",
20381 "required": -20,
20382 "optional": 0,
20383 "bool": true,
20384 "short": "-s",
20385 "long": "--subscription",
20386 "description": "the subscription identifier"
20387 }
20388 ]
20389 }
20390 ],
20391 "categories": {}
20392 },
20393 "rule": {
20394 "name": "rule",
20395 "description": "Commands to manage load balancer rules",
20396 "fullName": "network lb rule",
20397 "usage": "[options] [command]",
20398 "options": [],
20399 "commands": [
20400 {
20401 "name": "create",
20402 "description": "Add a load balancing rule to a load balancer",
20403 "fullName": "network lb rule create",
20404 "usage": "[options] <resource-group> <lb-name> <name>",
20405 "filePath": "commands/arm/network/network.js",
20406 "options": [
20407 {
20408 "flags": "-v, --verbose",
20409 "required": 0,
20410 "optional": 0,
20411 "bool": true,
20412 "short": "-v",
20413 "long": "--verbose",
20414 "description": "use verbose output"
20415 },
20416 {
20417 "flags": "-vv",
20418 "required": 0,
20419 "optional": 0,
20420 "bool": true,
20421 "long": "-vv",
20422 "description": "more verbose with debug output"
20423 },
20424 {
20425 "flags": "--json",
20426 "required": 0,
20427 "optional": 0,
20428 "bool": true,
20429 "long": "--json",
20430 "description": "use json output"
20431 },
20432 {
20433 "flags": "-g, --resource-group <resource-group>",
20434 "required": -22,
20435 "optional": 0,
20436 "bool": true,
20437 "short": "-g",
20438 "long": "--resource-group",
20439 "description": "the name of the resource group"
20440 },
20441 {
20442 "flags": "-l, --lb-name <lb-name>",
20443 "required": -15,
20444 "optional": 0,
20445 "bool": true,
20446 "short": "-l",
20447 "long": "--lb-name",
20448 "description": "the name of the load balancer"
20449 },
20450 {
20451 "flags": "-n, --name <name>",
20452 "required": -12,
20453 "optional": 0,
20454 "bool": true,
20455 "short": "-n",
20456 "long": "--name",
20457 "description": "the name of the rule"
20458 },
20459 {
20460 "flags": "-p, --protocol <protocol>",
20461 "required": -16,
20462 "optional": 0,
20463 "bool": true,
20464 "short": "-p",
20465 "long": "--protocol",
20466 "description": "the rule protocol [tcp,udp]"
20467 },
20468 {
20469 "flags": "-f, --frontend-port <frontend-port>",
20470 "required": -21,
20471 "optional": 0,
20472 "bool": true,
20473 "short": "-f",
20474 "long": "--frontend-port",
20475 "description": "the frontend port [0-65535]"
20476 },
20477 {
20478 "flags": "-b, --backend-port <backend-port>",
20479 "required": -20,
20480 "optional": 0,
20481 "bool": true,
20482 "short": "-b",
20483 "long": "--backend-port",
20484 "description": "the backend port [0-65535]"
20485 },
20486 {
20487 "flags": "-e, --enable-floating-ip <enable-floating-ip>",
20488 "required": -26,
20489 "optional": 0,
20490 "bool": true,
20491 "short": "-e",
20492 "long": "--enable-floating-ip",
20493 "description": "enable floating point ip [true, false]"
20494 },
20495 {
20496 "flags": "-i, --idle-timeout <idle-timeout>",
20497 "required": -20,
20498 "optional": 0,
20499 "bool": true,
20500 "short": "-i",
20501 "long": "--idle-timeout",
20502 "description": "the idle timeout specified in minutes"
20503 },
20504 {
20505 "flags": "-d, --load-distribution <load-distribution>",
20506 "required": -25,
20507 "optional": 0,
20508 "bool": true,
20509 "short": "-d",
20510 "long": "--load-distribution",
20511 "description": "client session persistence"
20512 },
20513 {
20514 "flags": "-t, --frontend-ip-name <frontend-ip-name>",
20515 "required": -24,
20516 "optional": 0,
20517 "bool": true,
20518 "short": "-t",
20519 "long": "--frontend-ip-name",
20520 "description": "the name of the frontend ip configuration in the same load balancer"
20521 },
20522 {
20523 "flags": "-o, --backend-address-pool-name <backend-address-pool-name>",
20524 "required": -33,
20525 "optional": 0,
20526 "bool": true,
20527 "short": "-o",
20528 "long": "--backend-address-pool-name",
20529 "description": "the name of the backend address pool defined in the same load balancer"
20530 },
20531 {
20532 "flags": "-a, --probe-name <probe-name>",
20533 "required": -18,
20534 "optional": 0,
20535 "bool": true,
20536 "short": "-a",
20537 "long": "--probe-name",
20538 "description": "the name of the probe defined in the same load balancer"
20539 },
20540 {
20541 "flags": "-s, --subscription <subscription>",
20542 "required": -20,
20543 "optional": 0,
20544 "bool": true,
20545 "short": "-s",
20546 "long": "--subscription",
20547 "description": "the subscription identifier"
20548 }
20549 ]
20550 },
20551 {
20552 "name": "set",
20553 "description": "Set a load balancing rule of a load balancer",
20554 "fullName": "network lb rule set",
20555 "usage": "[options] <resource-group> <lb-name> <name>",
20556 "filePath": "commands/arm/network/network.js",
20557 "options": [
20558 {
20559 "flags": "-v, --verbose",
20560 "required": 0,
20561 "optional": 0,
20562 "bool": true,
20563 "short": "-v",
20564 "long": "--verbose",
20565 "description": "use verbose output"
20566 },
20567 {
20568 "flags": "-vv",
20569 "required": 0,
20570 "optional": 0,
20571 "bool": true,
20572 "long": "-vv",
20573 "description": "more verbose with debug output"
20574 },
20575 {
20576 "flags": "--json",
20577 "required": 0,
20578 "optional": 0,
20579 "bool": true,
20580 "long": "--json",
20581 "description": "use json output"
20582 },
20583 {
20584 "flags": "-g, --resource-group <resource-group>",
20585 "required": -22,
20586 "optional": 0,
20587 "bool": true,
20588 "short": "-g",
20589 "long": "--resource-group",
20590 "description": "the name of the resource group"
20591 },
20592 {
20593 "flags": "-l, --lb-name <lb-name>",
20594 "required": -15,
20595 "optional": 0,
20596 "bool": true,
20597 "short": "-l",
20598 "long": "--lb-name",
20599 "description": "the name of the load balancer"
20600 },
20601 {
20602 "flags": "-n, --name <name>",
20603 "required": -12,
20604 "optional": 0,
20605 "bool": true,
20606 "short": "-n",
20607 "long": "--name",
20608 "description": "the name of the rule"
20609 },
20610 {
20611 "flags": "-p, --protocol <protocol>",
20612 "required": -16,
20613 "optional": 0,
20614 "bool": true,
20615 "short": "-p",
20616 "long": "--protocol",
20617 "description": "the rule protocol [tcp,udp]"
20618 },
20619 {
20620 "flags": "-f, --frontend-port <frontend-port>",
20621 "required": -21,
20622 "optional": 0,
20623 "bool": true,
20624 "short": "-f",
20625 "long": "--frontend-port",
20626 "description": "the frontend port [0-65535]"
20627 },
20628 {
20629 "flags": "-b, --backend-port <backend-port>",
20630 "required": -20,
20631 "optional": 0,
20632 "bool": true,
20633 "short": "-b",
20634 "long": "--backend-port",
20635 "description": "the backend port [0-65535]"
20636 },
20637 {
20638 "flags": "-e, --enable-floating-ip <enable-floating-ip>",
20639 "required": -26,
20640 "optional": 0,
20641 "bool": true,
20642 "short": "-e",
20643 "long": "--enable-floating-ip",
20644 "description": "enable floating point ip [true, false]"
20645 },
20646 {
20647 "flags": "-i, --idle-timeout <idle-timeout>",
20648 "required": -20,
20649 "optional": 0,
20650 "bool": true,
20651 "short": "-i",
20652 "long": "--idle-timeout",
20653 "description": "the idle timeout specified in minutes"
20654 },
20655 {
20656 "flags": "-d, --load-distribution <load-distribution>",
20657 "required": -25,
20658 "optional": 0,
20659 "bool": true,
20660 "short": "-d",
20661 "long": "--load-distribution",
20662 "description": "client session persistence"
20663 },
20664 {
20665 "flags": "-t, --frontend-ip-name <frontend-ip-name>",
20666 "required": -24,
20667 "optional": 0,
20668 "bool": true,
20669 "short": "-t",
20670 "long": "--frontend-ip-name",
20671 "description": "the name of the frontend ip configuration in the same load balancer"
20672 },
20673 {
20674 "flags": "-o, --backend-address-pool-name <backend-address-pool-name>",
20675 "required": -33,
20676 "optional": 0,
20677 "bool": true,
20678 "short": "-o",
20679 "long": "--backend-address-pool-name",
20680 "description": "the name of the backend address pool defined in the same load balancer"
20681 },
20682 {
20683 "flags": "-a, --probe-name [probe-name]",
20684 "required": 0,
20685 "optional": -18,
20686 "bool": true,
20687 "short": "-a",
20688 "long": "--probe-name",
20689 "description": "the name of the probe defined in the same load balancer"
20690 },
20691 {
20692 "flags": "-s, --subscription <subscription>",
20693 "required": -20,
20694 "optional": 0,
20695 "bool": true,
20696 "short": "-s",
20697 "long": "--subscription",
20698 "description": "the subscription identifier"
20699 }
20700 ]
20701 },
20702 {
20703 "name": "list",
20704 "description": "Get all load balancing rules of a load balancer",
20705 "fullName": "network lb rule list",
20706 "usage": "[options] <resource-group> <lb-name>",
20707 "filePath": "commands/arm/network/network.js",
20708 "options": [
20709 {
20710 "flags": "-v, --verbose",
20711 "required": 0,
20712 "optional": 0,
20713 "bool": true,
20714 "short": "-v",
20715 "long": "--verbose",
20716 "description": "use verbose output"
20717 },
20718 {
20719 "flags": "-vv",
20720 "required": 0,
20721 "optional": 0,
20722 "bool": true,
20723 "long": "-vv",
20724 "description": "more verbose with debug output"
20725 },
20726 {
20727 "flags": "--json",
20728 "required": 0,
20729 "optional": 0,
20730 "bool": true,
20731 "long": "--json",
20732 "description": "use json output"
20733 },
20734 {
20735 "flags": "-g, --resource-group <resource-group>",
20736 "required": -22,
20737 "optional": 0,
20738 "bool": true,
20739 "short": "-g",
20740 "long": "--resource-group",
20741 "description": "the name of the resource group"
20742 },
20743 {
20744 "flags": "-l, --lb-name <lb-name>",
20745 "required": -15,
20746 "optional": 0,
20747 "bool": true,
20748 "short": "-l",
20749 "long": "--lb-name",
20750 "description": "the name of the load balancer"
20751 },
20752 {
20753 "flags": "-s, --subscription <subscription>",
20754 "required": -20,
20755 "optional": 0,
20756 "bool": true,
20757 "short": "-s",
20758 "long": "--subscription",
20759 "description": "the subscription identifier"
20760 }
20761 ]
20762 },
20763 {
20764 "name": "delete",
20765 "description": "Delete a load balancing rule from a load balancer",
20766 "fullName": "network lb rule delete",
20767 "usage": "[options] <resource-group> <lb-name> <name>",
20768 "filePath": "commands/arm/network/network.js",
20769 "options": [
20770 {
20771 "flags": "-v, --verbose",
20772 "required": 0,
20773 "optional": 0,
20774 "bool": true,
20775 "short": "-v",
20776 "long": "--verbose",
20777 "description": "use verbose output"
20778 },
20779 {
20780 "flags": "-vv",
20781 "required": 0,
20782 "optional": 0,
20783 "bool": true,
20784 "long": "-vv",
20785 "description": "more verbose with debug output"
20786 },
20787 {
20788 "flags": "--json",
20789 "required": 0,
20790 "optional": 0,
20791 "bool": true,
20792 "long": "--json",
20793 "description": "use json output"
20794 },
20795 {
20796 "flags": "-g, --resource-group <resource-group>",
20797 "required": -22,
20798 "optional": 0,
20799 "bool": true,
20800 "short": "-g",
20801 "long": "--resource-group",
20802 "description": "the name of the resource group"
20803 },
20804 {
20805 "flags": "-l, --lb-name <lb-name>",
20806 "required": -15,
20807 "optional": 0,
20808 "bool": true,
20809 "short": "-l",
20810 "long": "--lb-name",
20811 "description": "the name of the load balancer"
20812 },
20813 {
20814 "flags": "-n, --name <name>",
20815 "required": -12,
20816 "optional": 0,
20817 "bool": true,
20818 "short": "-n",
20819 "long": "--name",
20820 "description": "the name of the rule"
20821 },
20822 {
20823 "flags": "-q, --quiet",
20824 "required": 0,
20825 "optional": 0,
20826 "bool": true,
20827 "short": "-q",
20828 "long": "--quiet",
20829 "description": "quiet mode, do not ask for delete confirmation"
20830 },
20831 {
20832 "flags": "-s, --subscription <subscription>",
20833 "required": -20,
20834 "optional": 0,
20835 "bool": true,
20836 "short": "-s",
20837 "long": "--subscription",
20838 "description": "the subscription identifier"
20839 }
20840 ]
20841 }
20842 ],
20843 "categories": {}
20844 },
20845 "inbound-nat-rule": {
20846 "name": "inbound-nat-rule",
20847 "description": "Commands to manage load balancer inbound NAT rules",
20848 "fullName": "network lb inbound-nat-rule",
20849 "usage": "[options] [command]",
20850 "options": [],
20851 "commands": [
20852 {
20853 "name": "create",
20854 "description": "Add a load balancing inbound NAT rule to the load balancer",
20855 "fullName": "network lb inbound-nat-rule create",
20856 "usage": "[options] <resource-group> <lb-name> <name>",
20857 "filePath": "commands/arm/network/network.js",
20858 "options": [
20859 {
20860 "flags": "-v, --verbose",
20861 "required": 0,
20862 "optional": 0,
20863 "bool": true,
20864 "short": "-v",
20865 "long": "--verbose",
20866 "description": "use verbose output"
20867 },
20868 {
20869 "flags": "-vv",
20870 "required": 0,
20871 "optional": 0,
20872 "bool": true,
20873 "long": "-vv",
20874 "description": "more verbose with debug output"
20875 },
20876 {
20877 "flags": "--json",
20878 "required": 0,
20879 "optional": 0,
20880 "bool": true,
20881 "long": "--json",
20882 "description": "use json output"
20883 },
20884 {
20885 "flags": "-g, --resource-group <resource-group>",
20886 "required": -22,
20887 "optional": 0,
20888 "bool": true,
20889 "short": "-g",
20890 "long": "--resource-group",
20891 "description": "the name of the resource group"
20892 },
20893 {
20894 "flags": "-l, --lb-name <lb-name>",
20895 "required": -15,
20896 "optional": 0,
20897 "bool": true,
20898 "short": "-l",
20899 "long": "--lb-name",
20900 "description": "the name of the load balancer"
20901 },
20902 {
20903 "flags": "-n, --name <name>",
20904 "required": -12,
20905 "optional": 0,
20906 "bool": true,
20907 "short": "-n",
20908 "long": "--name",
20909 "description": "the name of the inbound NAT rule"
20910 },
20911 {
20912 "flags": "-p, --protocol <protocol>",
20913 "required": -16,
20914 "optional": 0,
20915 "bool": true,
20916 "short": "-p",
20917 "long": "--protocol",
20918 "description": "the rule protocol [tcp,udp]"
20919 },
20920 {
20921 "flags": "-f, --frontend-port <frontend-port>",
20922 "required": -21,
20923 "optional": 0,
20924 "bool": true,
20925 "short": "-f",
20926 "long": "--frontend-port",
20927 "description": "the frontend port [0-65535]"
20928 },
20929 {
20930 "flags": "-b, --backend-port <backend-port>",
20931 "required": -20,
20932 "optional": 0,
20933 "bool": true,
20934 "short": "-b",
20935 "long": "--backend-port",
20936 "description": "the backend port [0-65535]"
20937 },
20938 {
20939 "flags": "-e, --enable-floating-ip <enable-floating-ip>",
20940 "required": -26,
20941 "optional": 0,
20942 "bool": true,
20943 "short": "-e",
20944 "long": "--enable-floating-ip",
20945 "description": "enable floating point ip [true, false]"
20946 },
20947 {
20948 "flags": "-i, --idle-timeout <idle-timeout>",
20949 "required": -20,
20950 "optional": 0,
20951 "bool": true,
20952 "short": "-i",
20953 "long": "--idle-timeout",
20954 "description": "the idle timeout specified in minutes"
20955 },
20956 {
20957 "flags": "-t, --frontend-ip-name <frontend-ip-name>",
20958 "required": -24,
20959 "optional": 0,
20960 "bool": true,
20961 "short": "-t",
20962 "long": "--frontend-ip-name",
20963 "description": "the name of the frontend ip configuration"
20964 },
20965 {
20966 "flags": "-s, --subscription <subscription>",
20967 "required": -20,
20968 "optional": 0,
20969 "bool": true,
20970 "short": "-s",
20971 "long": "--subscription",
20972 "description": "the subscription identifier"
20973 }
20974 ]
20975 },
20976 {
20977 "name": "set",
20978 "description": "Set a load balancing inbound NAT rule of load balancer",
20979 "fullName": "network lb inbound-nat-rule set",
20980 "usage": "[options] <resource-group> <lb-name> <name>",
20981 "filePath": "commands/arm/network/network.js",
20982 "options": [
20983 {
20984 "flags": "-v, --verbose",
20985 "required": 0,
20986 "optional": 0,
20987 "bool": true,
20988 "short": "-v",
20989 "long": "--verbose",
20990 "description": "use verbose output"
20991 },
20992 {
20993 "flags": "-vv",
20994 "required": 0,
20995 "optional": 0,
20996 "bool": true,
20997 "long": "-vv",
20998 "description": "more verbose with debug output"
20999 },
21000 {
21001 "flags": "--json",
21002 "required": 0,
21003 "optional": 0,
21004 "bool": true,
21005 "long": "--json",
21006 "description": "use json output"
21007 },
21008 {
21009 "flags": "-g, --resource-group <resource-group>",
21010 "required": -22,
21011 "optional": 0,
21012 "bool": true,
21013 "short": "-g",
21014 "long": "--resource-group",
21015 "description": "the name of the resource group"
21016 },
21017 {
21018 "flags": "-l, --lb-name <lb-name>",
21019 "required": -15,
21020 "optional": 0,
21021 "bool": true,
21022 "short": "-l",
21023 "long": "--lb-name",
21024 "description": "the name of the load balancer"
21025 },
21026 {
21027 "flags": "-n, --name <name>",
21028 "required": -12,
21029 "optional": 0,
21030 "bool": true,
21031 "short": "-n",
21032 "long": "--name",
21033 "description": "the name of the inbound NAT rule"
21034 },
21035 {
21036 "flags": "-p, --protocol <protocol>",
21037 "required": -16,
21038 "optional": 0,
21039 "bool": true,
21040 "short": "-p",
21041 "long": "--protocol",
21042 "description": "the rule protocol [tcp,udp]"
21043 },
21044 {
21045 "flags": "-f, --frontend-port <frontend-port>",
21046 "required": -21,
21047 "optional": 0,
21048 "bool": true,
21049 "short": "-f",
21050 "long": "--frontend-port",
21051 "description": "the frontend port [0-65535]"
21052 },
21053 {
21054 "flags": "-b, --backend-port <backend-port>",
21055 "required": -20,
21056 "optional": 0,
21057 "bool": true,
21058 "short": "-b",
21059 "long": "--backend-port",
21060 "description": "the backend port [0-65535]"
21061 },
21062 {
21063 "flags": "-e, --enable-floating-ip <enable-floating-ip>",
21064 "required": -26,
21065 "optional": 0,
21066 "bool": true,
21067 "short": "-e",
21068 "long": "--enable-floating-ip",
21069 "description": "enable floating point ip [true, false]"
21070 },
21071 {
21072 "flags": "-i, --idle-timeout <idle-timeout>",
21073 "required": -20,
21074 "optional": 0,
21075 "bool": true,
21076 "short": "-i",
21077 "long": "--idle-timeout",
21078 "description": "the idle timeout specified in minutes"
21079 },
21080 {
21081 "flags": "-t, --frontend-ip-name <frontend-ip-name>",
21082 "required": -24,
21083 "optional": 0,
21084 "bool": true,
21085 "short": "-t",
21086 "long": "--frontend-ip-name",
21087 "description": "the name of the frontend ip configuration"
21088 },
21089 {
21090 "flags": "-s, --subscription <subscription>",
21091 "required": -20,
21092 "optional": 0,
21093 "bool": true,
21094 "short": "-s",
21095 "long": "--subscription",
21096 "description": "the subscription identifier"
21097 }
21098 ]
21099 },
21100 {
21101 "name": "list",
21102 "description": "Get all load balancing inbound NAT rules of load balancer",
21103 "fullName": "network lb inbound-nat-rule list",
21104 "usage": "[options] <resource-group> <lb-name>",
21105 "filePath": "commands/arm/network/network.js",
21106 "options": [
21107 {
21108 "flags": "-v, --verbose",
21109 "required": 0,
21110 "optional": 0,
21111 "bool": true,
21112 "short": "-v",
21113 "long": "--verbose",
21114 "description": "use verbose output"
21115 },
21116 {
21117 "flags": "-vv",
21118 "required": 0,
21119 "optional": 0,
21120 "bool": true,
21121 "long": "-vv",
21122 "description": "more verbose with debug output"
21123 },
21124 {
21125 "flags": "--json",
21126 "required": 0,
21127 "optional": 0,
21128 "bool": true,
21129 "long": "--json",
21130 "description": "use json output"
21131 },
21132 {
21133 "flags": "-g, --resource-group <resource-group>",
21134 "required": -22,
21135 "optional": 0,
21136 "bool": true,
21137 "short": "-g",
21138 "long": "--resource-group",
21139 "description": "the name of the resource group"
21140 },
21141 {
21142 "flags": "-l, --lb-name <lb-name>",
21143 "required": -15,
21144 "optional": 0,
21145 "bool": true,
21146 "short": "-l",
21147 "long": "--lb-name",
21148 "description": "the name of the load balancer"
21149 },
21150 {
21151 "flags": "-s, --subscription <subscription>",
21152 "required": -20,
21153 "optional": 0,
21154 "bool": true,
21155 "short": "-s",
21156 "long": "--subscription",
21157 "description": "the subscription identifier"
21158 }
21159 ]
21160 },
21161 {
21162 "name": "delete",
21163 "description": "Delete a load balancing inbound NAT rule from a load balancer",
21164 "fullName": "network lb inbound-nat-rule delete",
21165 "usage": "[options] <resource-group> <lb-name> <name>",
21166 "filePath": "commands/arm/network/network.js",
21167 "options": [
21168 {
21169 "flags": "-v, --verbose",
21170 "required": 0,
21171 "optional": 0,
21172 "bool": true,
21173 "short": "-v",
21174 "long": "--verbose",
21175 "description": "use verbose output"
21176 },
21177 {
21178 "flags": "-vv",
21179 "required": 0,
21180 "optional": 0,
21181 "bool": true,
21182 "long": "-vv",
21183 "description": "more verbose with debug output"
21184 },
21185 {
21186 "flags": "--json",
21187 "required": 0,
21188 "optional": 0,
21189 "bool": true,
21190 "long": "--json",
21191 "description": "use json output"
21192 },
21193 {
21194 "flags": "-g, --resource-group <resource-group>",
21195 "required": -22,
21196 "optional": 0,
21197 "bool": true,
21198 "short": "-g",
21199 "long": "--resource-group",
21200 "description": "the name of the resource group"
21201 },
21202 {
21203 "flags": "-l, --lb-name <lb-name>",
21204 "required": -15,
21205 "optional": 0,
21206 "bool": true,
21207 "short": "-l",
21208 "long": "--lb-name",
21209 "description": "the name of the load balancer"
21210 },
21211 {
21212 "flags": "-n, --name <name>",
21213 "required": -12,
21214 "optional": 0,
21215 "bool": true,
21216 "short": "-n",
21217 "long": "--name",
21218 "description": "the name of the inbound NAT rule"
21219 },
21220 {
21221 "flags": "-q, --quiet",
21222 "required": 0,
21223 "optional": 0,
21224 "bool": true,
21225 "short": "-q",
21226 "long": "--quiet",
21227 "description": "quiet mode, do not ask for delete confirmation"
21228 },
21229 {
21230 "flags": "-s, --subscription <subscription>",
21231 "required": -20,
21232 "optional": 0,
21233 "bool": true,
21234 "short": "-s",
21235 "long": "--subscription",
21236 "description": "the subscription identifier"
21237 }
21238 ]
21239 }
21240 ],
21241 "categories": {}
21242 },
21243 "inbound-nat-pool": {
21244 "name": "inbound-nat-pool",
21245 "description": "Commands to manage load balancer inbound NAT pools",
21246 "fullName": "network lb inbound-nat-pool",
21247 "usage": "[options] [command]",
21248 "options": [],
21249 "commands": [
21250 {
21251 "name": "create",
21252 "description": "Add a load balancing inbound NAT pool to the load balancer",
21253 "fullName": "network lb inbound-nat-pool create",
21254 "usage": "[options] <resource-group> <lb-name> <name>",
21255 "filePath": "commands/arm/network/network.js",
21256 "options": [
21257 {
21258 "flags": "-v, --verbose",
21259 "required": 0,
21260 "optional": 0,
21261 "bool": true,
21262 "short": "-v",
21263 "long": "--verbose",
21264 "description": "use verbose output"
21265 },
21266 {
21267 "flags": "-vv",
21268 "required": 0,
21269 "optional": 0,
21270 "bool": true,
21271 "long": "-vv",
21272 "description": "more verbose with debug output"
21273 },
21274 {
21275 "flags": "--json",
21276 "required": 0,
21277 "optional": 0,
21278 "bool": true,
21279 "long": "--json",
21280 "description": "use json output"
21281 },
21282 {
21283 "flags": "-g, --resource-group <resource-group>",
21284 "required": -22,
21285 "optional": 0,
21286 "bool": true,
21287 "short": "-g",
21288 "long": "--resource-group",
21289 "description": "the name of the resource group"
21290 },
21291 {
21292 "flags": "-l, --lb-name <lb-name>",
21293 "required": -15,
21294 "optional": 0,
21295 "bool": true,
21296 "short": "-l",
21297 "long": "--lb-name",
21298 "description": "the name of the load balancer"
21299 },
21300 {
21301 "flags": "-n, --name <name>",
21302 "required": -12,
21303 "optional": 0,
21304 "bool": true,
21305 "short": "-n",
21306 "long": "--name",
21307 "description": "the name of the inbound NAT pool"
21308 },
21309 {
21310 "flags": "-p, --protocol <protocol>",
21311 "required": -16,
21312 "optional": 0,
21313 "bool": true,
21314 "short": "-p",
21315 "long": "--protocol",
21316 "description": "the pool protocol [tcp,udp]"
21317 },
21318 {
21319 "flags": "-f, --frontend-port-range-start <frontend-port-range-start>",
21320 "required": -34,
21321 "optional": 0,
21322 "bool": true,
21323 "short": "-f",
21324 "long": "--frontend-port-range-start",
21325 "description": "the frontend port range start [0-65535]"
21326 },
21327 {
21328 "flags": "-e, --frontend-port-range-end <frontend-port-range-end>",
21329 "required": -31,
21330 "optional": 0,
21331 "bool": true,
21332 "short": "-e",
21333 "long": "--frontend-port-range-end",
21334 "description": "the frontend port range end [0-65535]"
21335 },
21336 {
21337 "flags": "-b, --backend-port <backend-port>",
21338 "required": -20,
21339 "optional": 0,
21340 "bool": true,
21341 "short": "-b",
21342 "long": "--backend-port",
21343 "description": "the backend port [0-65535]"
21344 },
21345 {
21346 "flags": "-i, --frontend-ip-name <frontend-ip-name>",
21347 "required": -24,
21348 "optional": 0,
21349 "bool": true,
21350 "short": "-i",
21351 "long": "--frontend-ip-name",
21352 "description": "the name of the frontend ip configuration"
21353 },
21354 {
21355 "flags": "-s, --subscription <subscription>",
21356 "required": -20,
21357 "optional": 0,
21358 "bool": true,
21359 "short": "-s",
21360 "long": "--subscription",
21361 "description": "the subscription identifier"
21362 }
21363 ]
21364 },
21365 {
21366 "name": "set",
21367 "description": "Set a load balancing inbound NAT pool of load balancer",
21368 "fullName": "network lb inbound-nat-pool set",
21369 "usage": "[options] <resource-group> <lb-name> <name>",
21370 "filePath": "commands/arm/network/network.js",
21371 "options": [
21372 {
21373 "flags": "-v, --verbose",
21374 "required": 0,
21375 "optional": 0,
21376 "bool": true,
21377 "short": "-v",
21378 "long": "--verbose",
21379 "description": "use verbose output"
21380 },
21381 {
21382 "flags": "-vv",
21383 "required": 0,
21384 "optional": 0,
21385 "bool": true,
21386 "long": "-vv",
21387 "description": "more verbose with debug output"
21388 },
21389 {
21390 "flags": "--json",
21391 "required": 0,
21392 "optional": 0,
21393 "bool": true,
21394 "long": "--json",
21395 "description": "use json output"
21396 },
21397 {
21398 "flags": "-g, --resource-group <resource-group>",
21399 "required": -22,
21400 "optional": 0,
21401 "bool": true,
21402 "short": "-g",
21403 "long": "--resource-group",
21404 "description": "the name of the resource group"
21405 },
21406 {
21407 "flags": "-l, --lb-name <lb-name>",
21408 "required": -15,
21409 "optional": 0,
21410 "bool": true,
21411 "short": "-l",
21412 "long": "--lb-name",
21413 "description": "the name of the load balancer"
21414 },
21415 {
21416 "flags": "-n, --name <name>",
21417 "required": -12,
21418 "optional": 0,
21419 "bool": true,
21420 "short": "-n",
21421 "long": "--name",
21422 "description": "the name of the inbound NAT pool"
21423 },
21424 {
21425 "flags": "-p, --protocol <protocol>",
21426 "required": -16,
21427 "optional": 0,
21428 "bool": true,
21429 "short": "-p",
21430 "long": "--protocol",
21431 "description": "the pool protocol [tcp,udp]"
21432 },
21433 {
21434 "flags": "-f, --frontend-port-range-start <frontend-port-range-start>",
21435 "required": -34,
21436 "optional": 0,
21437 "bool": true,
21438 "short": "-f",
21439 "long": "--frontend-port-range-start",
21440 "description": "the frontend port range start [0-65535]"
21441 },
21442 {
21443 "flags": "-e, --frontend-port-range-end <frontend-port-range-end>",
21444 "required": -31,
21445 "optional": 0,
21446 "bool": true,
21447 "short": "-e",
21448 "long": "--frontend-port-range-end",
21449 "description": "the frontend port range end [0-65535]"
21450 },
21451 {
21452 "flags": "-b, --backend-port <backend-port>",
21453 "required": -20,
21454 "optional": 0,
21455 "bool": true,
21456 "short": "-b",
21457 "long": "--backend-port",
21458 "description": "the backend port [0-65535]"
21459 },
21460 {
21461 "flags": "-i, --frontend-ip-name <frontend-ip-name>",
21462 "required": -24,
21463 "optional": 0,
21464 "bool": true,
21465 "short": "-i",
21466 "long": "--frontend-ip-name",
21467 "description": "the name of the frontend ip configuration"
21468 },
21469 {
21470 "flags": "-s, --subscription <subscription>",
21471 "required": -20,
21472 "optional": 0,
21473 "bool": true,
21474 "short": "-s",
21475 "long": "--subscription",
21476 "description": "the subscription identifier"
21477 }
21478 ]
21479 },
21480 {
21481 "name": "list",
21482 "description": "Get all load balancing inbound NAT pools of load balancer",
21483 "fullName": "network lb inbound-nat-pool list",
21484 "usage": "[options] <resource-group> <lb-name>",
21485 "filePath": "commands/arm/network/network.js",
21486 "options": [
21487 {
21488 "flags": "-v, --verbose",
21489 "required": 0,
21490 "optional": 0,
21491 "bool": true,
21492 "short": "-v",
21493 "long": "--verbose",
21494 "description": "use verbose output"
21495 },
21496 {
21497 "flags": "-vv",
21498 "required": 0,
21499 "optional": 0,
21500 "bool": true,
21501 "long": "-vv",
21502 "description": "more verbose with debug output"
21503 },
21504 {
21505 "flags": "--json",
21506 "required": 0,
21507 "optional": 0,
21508 "bool": true,
21509 "long": "--json",
21510 "description": "use json output"
21511 },
21512 {
21513 "flags": "-g, --resource-group <resource-group>",
21514 "required": -22,
21515 "optional": 0,
21516 "bool": true,
21517 "short": "-g",
21518 "long": "--resource-group",
21519 "description": "the name of the resource group"
21520 },
21521 {
21522 "flags": "-l, --lb-name <lb-name>",
21523 "required": -15,
21524 "optional": 0,
21525 "bool": true,
21526 "short": "-l",
21527 "long": "--lb-name",
21528 "description": "the name of the load balancer"
21529 },
21530 {
21531 "flags": "-s, --subscription <subscription>",
21532 "required": -20,
21533 "optional": 0,
21534 "bool": true,
21535 "short": "-s",
21536 "long": "--subscription",
21537 "description": "the subscription identifier"
21538 }
21539 ]
21540 },
21541 {
21542 "name": "delete",
21543 "description": "Delete a load balancing inbound NAT pool from a load balancer",
21544 "fullName": "network lb inbound-nat-pool delete",
21545 "usage": "[options] <resource-group> <lb-name> <name>",
21546 "filePath": "commands/arm/network/network.js",
21547 "options": [
21548 {
21549 "flags": "-v, --verbose",
21550 "required": 0,
21551 "optional": 0,
21552 "bool": true,
21553 "short": "-v",
21554 "long": "--verbose",
21555 "description": "use verbose output"
21556 },
21557 {
21558 "flags": "-vv",
21559 "required": 0,
21560 "optional": 0,
21561 "bool": true,
21562 "long": "-vv",
21563 "description": "more verbose with debug output"
21564 },
21565 {
21566 "flags": "--json",
21567 "required": 0,
21568 "optional": 0,
21569 "bool": true,
21570 "long": "--json",
21571 "description": "use json output"
21572 },
21573 {
21574 "flags": "-g, --resource-group <resource-group>",
21575 "required": -22,
21576 "optional": 0,
21577 "bool": true,
21578 "short": "-g",
21579 "long": "--resource-group",
21580 "description": "the name of the resource group"
21581 },
21582 {
21583 "flags": "-l, --lb-name <lb-name>",
21584 "required": -15,
21585 "optional": 0,
21586 "bool": true,
21587 "short": "-l",
21588 "long": "--lb-name",
21589 "description": "the name of the load balancer"
21590 },
21591 {
21592 "flags": "-n, --name <name>",
21593 "required": -12,
21594 "optional": 0,
21595 "bool": true,
21596 "short": "-n",
21597 "long": "--name",
21598 "description": "the name of the inbound NAT pool"
21599 },
21600 {
21601 "flags": "-q, --quiet",
21602 "required": 0,
21603 "optional": 0,
21604 "bool": true,
21605 "short": "-q",
21606 "long": "--quiet",
21607 "description": "quiet mode, do not ask for delete confirmation"
21608 },
21609 {
21610 "flags": "-s, --subscription <subscription>",
21611 "required": -20,
21612 "optional": 0,
21613 "bool": true,
21614 "short": "-s",
21615 "long": "--subscription",
21616 "description": "the subscription identifier"
21617 }
21618 ]
21619 }
21620 ],
21621 "categories": {}
21622 }
21623 }
21624 },
21625 "public-ip": {
21626 "name": "public-ip",
21627 "description": "Commands to manage public ip addresses",
21628 "fullName": "network public-ip",
21629 "usage": "[options] [command]",
21630 "options": [],
21631 "commands": [
21632 {
21633 "name": "create",
21634 "description": "Create a public ip address",
21635 "fullName": "network public-ip create",
21636 "usage": "[options] <resource-group> <name> <location>",
21637 "filePath": "commands/arm/network/network.js",
21638 "options": [
21639 {
21640 "flags": "-v, --verbose",
21641 "required": 0,
21642 "optional": 0,
21643 "bool": true,
21644 "short": "-v",
21645 "long": "--verbose",
21646 "description": "use verbose output"
21647 },
21648 {
21649 "flags": "-vv",
21650 "required": 0,
21651 "optional": 0,
21652 "bool": true,
21653 "long": "-vv",
21654 "description": "more verbose with debug output"
21655 },
21656 {
21657 "flags": "--json",
21658 "required": 0,
21659 "optional": 0,
21660 "bool": true,
21661 "long": "--json",
21662 "description": "use json output"
21663 },
21664 {
21665 "flags": "-g, --resource-group <resource-group>",
21666 "required": -22,
21667 "optional": 0,
21668 "bool": true,
21669 "short": "-g",
21670 "long": "--resource-group",
21671 "description": "the name of the resource group"
21672 },
21673 {
21674 "flags": "-n, --name <name>",
21675 "required": -12,
21676 "optional": 0,
21677 "bool": true,
21678 "short": "-n",
21679 "long": "--name",
21680 "description": "the name of the public ip"
21681 },
21682 {
21683 "flags": "-l, --location <location>",
21684 "required": -16,
21685 "optional": 0,
21686 "bool": true,
21687 "short": "-l",
21688 "long": "--location",
21689 "description": "the location"
21690 },
21691 {
21692 "flags": "-d, --domain-name-label <domain-name-label>",
21693 "required": -25,
21694 "optional": 0,
21695 "bool": true,
21696 "short": "-d",
21697 "long": "--domain-name-label",
21698 "description": "the domain name label.\n This set DNS to <domain-name-label>.<location>.cloudapp.azure.com"
21699 },
21700 {
21701 "flags": "-a, --allocation-method <allocation-method>",
21702 "required": -25,
21703 "optional": 0,
21704 "bool": true,
21705 "short": "-a",
21706 "long": "--allocation-method",
21707 "description": "the allocation method, valid values are\n [Dynamic,Static], default is Dynamic"
21708 },
21709 {
21710 "flags": "-i, --idle-timeout <idle-timeout>",
21711 "required": -20,
21712 "optional": 0,
21713 "bool": true,
21714 "short": "-i",
21715 "long": "--idle-timeout",
21716 "description": "the idle timeout specified in minutes"
21717 },
21718 {
21719 "flags": "-f, --reverse-fqdn <reverse-fqdn>",
21720 "required": -20,
21721 "optional": 0,
21722 "bool": true,
21723 "short": "-f",
21724 "long": "--reverse-fqdn",
21725 "description": "the reverse fqdn"
21726 },
21727 {
21728 "flags": "-t, --tags <tags>",
21729 "required": -12,
21730 "optional": 0,
21731 "bool": true,
21732 "short": "-t",
21733 "long": "--tags",
21734 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
21735 },
21736 {
21737 "flags": "-s, --subscription <subscription>",
21738 "required": -20,
21739 "optional": 0,
21740 "bool": true,
21741 "short": "-s",
21742 "long": "--subscription",
21743 "description": "the subscription identifier"
21744 }
21745 ]
21746 },
21747 {
21748 "name": "set",
21749 "description": "Set a public ip address",
21750 "fullName": "network public-ip set",
21751 "usage": "[options] <resource-group> <name>",
21752 "filePath": "commands/arm/network/network.js",
21753 "options": [
21754 {
21755 "flags": "-v, --verbose",
21756 "required": 0,
21757 "optional": 0,
21758 "bool": true,
21759 "short": "-v",
21760 "long": "--verbose",
21761 "description": "use verbose output"
21762 },
21763 {
21764 "flags": "-vv",
21765 "required": 0,
21766 "optional": 0,
21767 "bool": true,
21768 "long": "-vv",
21769 "description": "more verbose with debug output"
21770 },
21771 {
21772 "flags": "--json",
21773 "required": 0,
21774 "optional": 0,
21775 "bool": true,
21776 "long": "--json",
21777 "description": "use json output"
21778 },
21779 {
21780 "flags": "-g, --resource-group <resource-group>",
21781 "required": -22,
21782 "optional": 0,
21783 "bool": true,
21784 "short": "-g",
21785 "long": "--resource-group",
21786 "description": "the name of the resource group"
21787 },
21788 {
21789 "flags": "-n, --name <name>",
21790 "required": -12,
21791 "optional": 0,
21792 "bool": true,
21793 "short": "-n",
21794 "long": "--name",
21795 "description": "the name of the public ip"
21796 },
21797 {
21798 "flags": "-d, --domain-name-label [domain-name-label]",
21799 "required": 0,
21800 "optional": -25,
21801 "bool": true,
21802 "short": "-d",
21803 "long": "--domain-name-label",
21804 "description": "the domain name label.\n This set DNS to <domain-name-label>.<location>.cloudapp.azure.com"
21805 },
21806 {
21807 "flags": "-a, --allocation-method <allocation-method>",
21808 "required": -25,
21809 "optional": 0,
21810 "bool": true,
21811 "short": "-a",
21812 "long": "--allocation-method",
21813 "description": "the allocation method, valid values are\n [Dynamic,Static], default is Dynamic"
21814 },
21815 {
21816 "flags": "-i, --idle-timeout <idle-timeout>",
21817 "required": -20,
21818 "optional": 0,
21819 "bool": true,
21820 "short": "-i",
21821 "long": "--idle-timeout",
21822 "description": "the idle timeout specified in minutes"
21823 },
21824 {
21825 "flags": "-f, --reverse-fqdn <reverse-fqdn>",
21826 "required": -20,
21827 "optional": 0,
21828 "bool": true,
21829 "short": "-f",
21830 "long": "--reverse-fqdn",
21831 "description": "the reverse fqdn"
21832 },
21833 {
21834 "flags": "-t, --tags [tags]",
21835 "required": 0,
21836 "optional": -12,
21837 "bool": true,
21838 "short": "-t",
21839 "long": "--tags",
21840 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
21841 },
21842 {
21843 "flags": "-s, --subscription <subscription>",
21844 "required": -20,
21845 "optional": 0,
21846 "bool": true,
21847 "short": "-s",
21848 "long": "--subscription",
21849 "description": "the subscription identifier"
21850 }
21851 ]
21852 },
21853 {
21854 "name": "list",
21855 "description": "Get all public ip addresses",
21856 "fullName": "network public-ip list",
21857 "usage": "[options] [resource-group]",
21858 "filePath": "commands/arm/network/network.js",
21859 "options": [
21860 {
21861 "flags": "-v, --verbose",
21862 "required": 0,
21863 "optional": 0,
21864 "bool": true,
21865 "short": "-v",
21866 "long": "--verbose",
21867 "description": "use verbose output"
21868 },
21869 {
21870 "flags": "-vv",
21871 "required": 0,
21872 "optional": 0,
21873 "bool": true,
21874 "long": "-vv",
21875 "description": "more verbose with debug output"
21876 },
21877 {
21878 "flags": "--json",
21879 "required": 0,
21880 "optional": 0,
21881 "bool": true,
21882 "long": "--json",
21883 "description": "use json output"
21884 },
21885 {
21886 "flags": "-g, --resource-group <resource-group>",
21887 "required": -22,
21888 "optional": 0,
21889 "bool": true,
21890 "short": "-g",
21891 "long": "--resource-group",
21892 "description": "the name of the resource group"
21893 },
21894 {
21895 "flags": "-s, --subscription <subscription>",
21896 "required": -20,
21897 "optional": 0,
21898 "bool": true,
21899 "short": "-s",
21900 "long": "--subscription",
21901 "description": "the subscription identifier"
21902 }
21903 ]
21904 },
21905 {
21906 "name": "show",
21907 "description": "Get a public ip address",
21908 "fullName": "network public-ip show",
21909 "usage": "[options] <resource-group> <name>",
21910 "filePath": "commands/arm/network/network.js",
21911 "options": [
21912 {
21913 "flags": "-v, --verbose",
21914 "required": 0,
21915 "optional": 0,
21916 "bool": true,
21917 "short": "-v",
21918 "long": "--verbose",
21919 "description": "use verbose output"
21920 },
21921 {
21922 "flags": "-vv",
21923 "required": 0,
21924 "optional": 0,
21925 "bool": true,
21926 "long": "-vv",
21927 "description": "more verbose with debug output"
21928 },
21929 {
21930 "flags": "--json",
21931 "required": 0,
21932 "optional": 0,
21933 "bool": true,
21934 "long": "--json",
21935 "description": "use json output"
21936 },
21937 {
21938 "flags": "-g, --resource-group <resource-group>",
21939 "required": -22,
21940 "optional": 0,
21941 "bool": true,
21942 "short": "-g",
21943 "long": "--resource-group",
21944 "description": "the name of the resource group"
21945 },
21946 {
21947 "flags": "-n, --name <name>",
21948 "required": -12,
21949 "optional": 0,
21950 "bool": true,
21951 "short": "-n",
21952 "long": "--name",
21953 "description": "the name of the public IP"
21954 },
21955 {
21956 "flags": "-s, --subscription <subscription>",
21957 "required": -20,
21958 "optional": 0,
21959 "bool": true,
21960 "short": "-s",
21961 "long": "--subscription",
21962 "description": "the subscription identifier"
21963 }
21964 ]
21965 },
21966 {
21967 "name": "delete",
21968 "description": "Delete a public ip address",
21969 "fullName": "network public-ip delete",
21970 "usage": "[options] <resource-group> <name>",
21971 "filePath": "commands/arm/network/network.js",
21972 "options": [
21973 {
21974 "flags": "-v, --verbose",
21975 "required": 0,
21976 "optional": 0,
21977 "bool": true,
21978 "short": "-v",
21979 "long": "--verbose",
21980 "description": "use verbose output"
21981 },
21982 {
21983 "flags": "-vv",
21984 "required": 0,
21985 "optional": 0,
21986 "bool": true,
21987 "long": "-vv",
21988 "description": "more verbose with debug output"
21989 },
21990 {
21991 "flags": "--json",
21992 "required": 0,
21993 "optional": 0,
21994 "bool": true,
21995 "long": "--json",
21996 "description": "use json output"
21997 },
21998 {
21999 "flags": "-g, --resource-group <resource-group>",
22000 "required": -22,
22001 "optional": 0,
22002 "bool": true,
22003 "short": "-g",
22004 "long": "--resource-group",
22005 "description": "the name of the resource group"
22006 },
22007 {
22008 "flags": "-n, --name <name>",
22009 "required": -12,
22010 "optional": 0,
22011 "bool": true,
22012 "short": "-n",
22013 "long": "--name",
22014 "description": "the name of the public IP"
22015 },
22016 {
22017 "flags": "-q, --quiet",
22018 "required": 0,
22019 "optional": 0,
22020 "bool": true,
22021 "short": "-q",
22022 "long": "--quiet",
22023 "description": "quiet mode, do not ask for delete confirmation"
22024 },
22025 {
22026 "flags": "-s, --subscription <subscription>",
22027 "required": -20,
22028 "optional": 0,
22029 "bool": true,
22030 "short": "-s",
22031 "long": "--subscription",
22032 "description": "the subscription identifier"
22033 }
22034 ]
22035 }
22036 ],
22037 "categories": {}
22038 },
22039 "nic": {
22040 "name": "nic",
22041 "description": "Commands to manage network interfaces",
22042 "fullName": "network nic",
22043 "usage": "[options] [command]",
22044 "options": [],
22045 "commands": [
22046 {
22047 "name": "create",
22048 "description": "Create a network interface",
22049 "fullName": "network nic create",
22050 "usage": "[options] <resource-group> <name> <location>",
22051 "filePath": "commands/arm/network/network.js",
22052 "options": [
22053 {
22054 "flags": "-v, --verbose",
22055 "required": 0,
22056 "optional": 0,
22057 "bool": true,
22058 "short": "-v",
22059 "long": "--verbose",
22060 "description": "use verbose output"
22061 },
22062 {
22063 "flags": "-vv",
22064 "required": 0,
22065 "optional": 0,
22066 "bool": true,
22067 "long": "-vv",
22068 "description": "more verbose with debug output"
22069 },
22070 {
22071 "flags": "--json",
22072 "required": 0,
22073 "optional": 0,
22074 "bool": true,
22075 "long": "--json",
22076 "description": "use json output"
22077 },
22078 {
22079 "flags": "-g, --resource-group <resource-group>",
22080 "required": -22,
22081 "optional": 0,
22082 "bool": true,
22083 "short": "-g",
22084 "long": "--resource-group",
22085 "description": "the name of the resource group"
22086 },
22087 {
22088 "flags": "-n, --name <name>",
22089 "required": -12,
22090 "optional": 0,
22091 "bool": true,
22092 "short": "-n",
22093 "long": "--name",
22094 "description": "the name of the network interface"
22095 },
22096 {
22097 "flags": "-l, --location <location>",
22098 "required": -16,
22099 "optional": 0,
22100 "bool": true,
22101 "short": "-l",
22102 "long": "--location",
22103 "description": "the location"
22104 },
22105 {
22106 "flags": "-u, --subnet-id <subnet-id>",
22107 "required": -17,
22108 "optional": 0,
22109 "bool": true,
22110 "short": "-u",
22111 "long": "--subnet-id",
22112 "description": "the subnet identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/VirtualNetworks/<vnet-name>/subnets/<subnet-name>"
22113 },
22114 {
22115 "flags": "-k, --subnet-name <subnet-name>",
22116 "required": -19,
22117 "optional": 0,
22118 "bool": true,
22119 "short": "-k",
22120 "long": "--subnet-name",
22121 "description": "the subnet name"
22122 },
22123 {
22124 "flags": "-m, --subnet-vnet-name <subnet-vnet-name>",
22125 "required": -24,
22126 "optional": 0,
22127 "bool": true,
22128 "short": "-m",
22129 "long": "--subnet-vnet-name",
22130 "description": "the vnet name under which subnet-name exists"
22131 },
22132 {
22133 "flags": "-w, --network-security-group-id <network-security-group-id>",
22134 "required": -33,
22135 "optional": 0,
22136 "bool": true,
22137 "short": "-w",
22138 "long": "--network-security-group-id",
22139 "description": "the network security group identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/networkSecurityGroups/<nsg-name>"
22140 },
22141 {
22142 "flags": "-o, --network-security-group-name <network-security-group-name>",
22143 "required": -35,
22144 "optional": 0,
22145 "bool": true,
22146 "short": "-o",
22147 "long": "--network-security-group-name",
22148 "description": "the network security group name.\n This network security group must exist in the same resource group as the nic.\n Please use network-security-group-id if that is not the case."
22149 },
22150 {
22151 "flags": "-i, --public-ip-id <public-ip-id>",
22152 "required": -20,
22153 "optional": 0,
22154 "bool": true,
22155 "short": "-i",
22156 "long": "--public-ip-id",
22157 "description": "the public IP identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/publicIPAddresses/<public-ip-name>"
22158 },
22159 {
22160 "flags": "-p, --public-ip-name <public-ip-name>",
22161 "required": -22,
22162 "optional": 0,
22163 "bool": true,
22164 "short": "-p",
22165 "long": "--public-ip-name",
22166 "description": "the public IP name.\n This public ip must exist in the same resource group as the nic.\n Please use public-ip-id if that is not the case."
22167 },
22168 {
22169 "flags": "-d, --lb-address-pool-ids <lb-address-pool-ids>",
22170 "required": -27,
22171 "optional": 0,
22172 "bool": true,
22173 "short": "-d",
22174 "long": "--lb-address-pool-ids",
22175 "description": "the comma separated list of load balancer address pool identifiers\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/loadbalancers/<lb-name>/backendAddressPools/<address-pool-name>"
22176 },
22177 {
22178 "flags": "-e, --lb-inbound-nat-rule-ids <lb-inbound-nat-rule-ids>",
22179 "required": -31,
22180 "optional": 0,
22181 "bool": true,
22182 "short": "-e",
22183 "long": "--lb-inbound-nat-rule-ids",
22184 "description": "the comma separated list of load balancer inbound NAT rule identifiers\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/loadbalancers/<lb-name>/inboundNatRules/<nat-rule-name>"
22185 },
22186 {
22187 "flags": "-a, --private-ip-address <private-ip-address>",
22188 "required": -26,
22189 "optional": 0,
22190 "bool": true,
22191 "short": "-a",
22192 "long": "--private-ip-address",
22193 "description": "the private IP address"
22194 },
22195 {
22196 "flags": "-r, --internal-dns-name-label <internal-dns-name-label>",
22197 "required": -31,
22198 "optional": 0,
22199 "bool": true,
22200 "short": "-r",
22201 "long": "--internal-dns-name-label",
22202 "description": "the internal DNS name label"
22203 },
22204 {
22205 "flags": "-f, --enable-ip-forwarding <enable-ip-forwarding>",
22206 "required": -28,
22207 "optional": 0,
22208 "bool": true,
22209 "short": "-f",
22210 "long": "--enable-ip-forwarding",
22211 "description": "enable ip forwarding [true, false]"
22212 },
22213 {
22214 "flags": "-t, --tags <tags>",
22215 "required": -12,
22216 "optional": 0,
22217 "bool": true,
22218 "short": "-t",
22219 "long": "--tags",
22220 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
22221 },
22222 {
22223 "flags": "-s, --subscription <subscription>",
22224 "required": -20,
22225 "optional": 0,
22226 "bool": true,
22227 "short": "-s",
22228 "long": "--subscription",
22229 "description": "the subscription identifier"
22230 }
22231 ]
22232 },
22233 {
22234 "name": "set",
22235 "description": "Set a network interface",
22236 "fullName": "network nic set",
22237 "usage": "[options] <resource-group> <name>",
22238 "filePath": "commands/arm/network/network.js",
22239 "options": [
22240 {
22241 "flags": "-v, --verbose",
22242 "required": 0,
22243 "optional": 0,
22244 "bool": true,
22245 "short": "-v",
22246 "long": "--verbose",
22247 "description": "use verbose output"
22248 },
22249 {
22250 "flags": "-vv",
22251 "required": 0,
22252 "optional": 0,
22253 "bool": true,
22254 "long": "-vv",
22255 "description": "more verbose with debug output"
22256 },
22257 {
22258 "flags": "--json",
22259 "required": 0,
22260 "optional": 0,
22261 "bool": true,
22262 "long": "--json",
22263 "description": "use json output"
22264 },
22265 {
22266 "flags": "-g, --resource-group <resource-group>",
22267 "required": -22,
22268 "optional": 0,
22269 "bool": true,
22270 "short": "-g",
22271 "long": "--resource-group",
22272 "description": "the name of the resource group"
22273 },
22274 {
22275 "flags": "-n, --name <name>",
22276 "required": -12,
22277 "optional": 0,
22278 "bool": true,
22279 "short": "-n",
22280 "long": "--name",
22281 "description": "the name of the network interface"
22282 },
22283 {
22284 "flags": "-u, --subnet-id <subnet-id>",
22285 "required": -17,
22286 "optional": 0,
22287 "bool": true,
22288 "short": "-u",
22289 "long": "--subnet-id",
22290 "description": "the subnet identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/VirtualNetworks/<vnet-name>/subnets/<subnet-name>"
22291 },
22292 {
22293 "flags": "-k, --subnet-name <subnet-name>",
22294 "required": -19,
22295 "optional": 0,
22296 "bool": true,
22297 "short": "-k",
22298 "long": "--subnet-name",
22299 "description": "the subnet name"
22300 },
22301 {
22302 "flags": "-m, --subnet-vnet-name <subnet-vnet-name>",
22303 "required": -24,
22304 "optional": 0,
22305 "bool": true,
22306 "short": "-m",
22307 "long": "--subnet-vnet-name",
22308 "description": "the vnet name under which subnet-name exists"
22309 },
22310 {
22311 "flags": "-w, --network-security-group-id [network-security-group-id]",
22312 "required": 0,
22313 "optional": -33,
22314 "bool": true,
22315 "short": "-w",
22316 "long": "--network-security-group-id",
22317 "description": "the network security group identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/networkSecurityGroups/<nsg-name>"
22318 },
22319 {
22320 "flags": "-o, --network-security-group-name [network-security-group-name]",
22321 "required": 0,
22322 "optional": -35,
22323 "bool": true,
22324 "short": "-o",
22325 "long": "--network-security-group-name",
22326 "description": "the network security group name.\n This network security group must exist in the same resource group as the nic.\n Please use network-security-group-id if that is not the case."
22327 },
22328 {
22329 "flags": "-i, --public-ip-id [public-ip-id]",
22330 "required": 0,
22331 "optional": -20,
22332 "bool": true,
22333 "short": "-i",
22334 "long": "--public-ip-id",
22335 "description": "the public IP identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/publicIPAddresses/<public-ip-name>"
22336 },
22337 {
22338 "flags": "-p, --public-ip-name [public-ip-name]",
22339 "required": 0,
22340 "optional": -22,
22341 "bool": true,
22342 "short": "-p",
22343 "long": "--public-ip-name",
22344 "description": "the public IP name.\n This public ip must exist in the same resource group as the nic.\n Please use public-ip-id if that is not the case."
22345 },
22346 {
22347 "flags": "-d, --lb-address-pool-ids [lb-address-pool-ids]",
22348 "required": 0,
22349 "optional": -27,
22350 "bool": true,
22351 "short": "-d",
22352 "long": "--lb-address-pool-ids",
22353 "description": "the comma separated list of load balancer address pool identifiers\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/loadbalancers/<lb-name>/backendAddressPools/<address-pool-name>"
22354 },
22355 {
22356 "flags": "-e, --lb-inbound-nat-rule-ids [lb-inbound-nat-rule-ids]",
22357 "required": 0,
22358 "optional": -31,
22359 "bool": true,
22360 "short": "-e",
22361 "long": "--lb-inbound-nat-rule-ids",
22362 "description": "the comma separated list of load balancer inbound NAT rule identifiers\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/loadbalancers/<lb-name>/inboundNatRules/<nat-rule-name>"
22363 },
22364 {
22365 "flags": "-a, --private-ip-address <private-ip-address>",
22366 "required": -26,
22367 "optional": 0,
22368 "bool": true,
22369 "short": "-a",
22370 "long": "--private-ip-address",
22371 "description": "the private IP address"
22372 },
22373 {
22374 "flags": "-r, --internal-dns-name-label [internal-dns-name-label]",
22375 "required": 0,
22376 "optional": -31,
22377 "bool": true,
22378 "short": "-r",
22379 "long": "--internal-dns-name-label",
22380 "description": "the internal DNS name label"
22381 },
22382 {
22383 "flags": "-f, --enable-ip-forwarding <enable-ip-forwarding>",
22384 "required": -28,
22385 "optional": 0,
22386 "bool": true,
22387 "short": "-f",
22388 "long": "--enable-ip-forwarding",
22389 "description": "enable ip forwarding [true, false]"
22390 },
22391 {
22392 "flags": "-t, --tags [tags]",
22393 "required": 0,
22394 "optional": -12,
22395 "bool": true,
22396 "short": "-t",
22397 "long": "--tags",
22398 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
22399 },
22400 {
22401 "flags": "-s, --subscription <subscription>",
22402 "required": -20,
22403 "optional": 0,
22404 "bool": true,
22405 "short": "-s",
22406 "long": "--subscription",
22407 "description": "the subscription identifier"
22408 }
22409 ]
22410 },
22411 {
22412 "name": "list",
22413 "description": "Get all network interfaces",
22414 "fullName": "network nic list",
22415 "usage": "[options] [resource-group]",
22416 "filePath": "commands/arm/network/network.js",
22417 "options": [
22418 {
22419 "flags": "-v, --verbose",
22420 "required": 0,
22421 "optional": 0,
22422 "bool": true,
22423 "short": "-v",
22424 "long": "--verbose",
22425 "description": "use verbose output"
22426 },
22427 {
22428 "flags": "-vv",
22429 "required": 0,
22430 "optional": 0,
22431 "bool": true,
22432 "long": "-vv",
22433 "description": "more verbose with debug output"
22434 },
22435 {
22436 "flags": "--json",
22437 "required": 0,
22438 "optional": 0,
22439 "bool": true,
22440 "long": "--json",
22441 "description": "use json output"
22442 },
22443 {
22444 "flags": "-g, --resource-group <resource-group>",
22445 "required": -22,
22446 "optional": 0,
22447 "bool": true,
22448 "short": "-g",
22449 "long": "--resource-group",
22450 "description": "the name of the resource group"
22451 },
22452 {
22453 "flags": "-m, --virtual-machine-scale-set-name <virtual-machine-scale-set-name>",
22454 "required": -38,
22455 "optional": 0,
22456 "bool": true,
22457 "short": "-m",
22458 "long": "--virtual-machine-scale-set-name",
22459 "description": "the name of the virtual machine scale set"
22460 },
22461 {
22462 "flags": "-i, --virtual-machine-index <virtual-machine-index>",
22463 "required": -29,
22464 "optional": 0,
22465 "bool": true,
22466 "short": "-i",
22467 "long": "--virtual-machine-index",
22468 "description": "the index of the virtual machine in scale set"
22469 },
22470 {
22471 "flags": "-s, --subscription <subscription>",
22472 "required": -20,
22473 "optional": 0,
22474 "bool": true,
22475 "short": "-s",
22476 "long": "--subscription",
22477 "description": "the subscription identifier"
22478 }
22479 ]
22480 },
22481 {
22482 "name": "show",
22483 "description": "Get a network interface",
22484 "fullName": "network nic show",
22485 "usage": "[options] <resource-group> <name>",
22486 "filePath": "commands/arm/network/network.js",
22487 "options": [
22488 {
22489 "flags": "-v, --verbose",
22490 "required": 0,
22491 "optional": 0,
22492 "bool": true,
22493 "short": "-v",
22494 "long": "--verbose",
22495 "description": "use verbose output"
22496 },
22497 {
22498 "flags": "-vv",
22499 "required": 0,
22500 "optional": 0,
22501 "bool": true,
22502 "long": "-vv",
22503 "description": "more verbose with debug output"
22504 },
22505 {
22506 "flags": "--json",
22507 "required": 0,
22508 "optional": 0,
22509 "bool": true,
22510 "long": "--json",
22511 "description": "use json output"
22512 },
22513 {
22514 "flags": "-g, --resource-group <resource-group>",
22515 "required": -22,
22516 "optional": 0,
22517 "bool": true,
22518 "short": "-g",
22519 "long": "--resource-group",
22520 "description": "the name of the resource group"
22521 },
22522 {
22523 "flags": "-n, --name <name>",
22524 "required": -12,
22525 "optional": 0,
22526 "bool": true,
22527 "short": "-n",
22528 "long": "--name",
22529 "description": "the name of the network interface"
22530 },
22531 {
22532 "flags": "-m, --virtual-machine-scale-set-name <virtual-machine-scale-set-name>",
22533 "required": -38,
22534 "optional": 0,
22535 "bool": true,
22536 "short": "-m",
22537 "long": "--virtual-machine-scale-set-name",
22538 "description": "the name of the virtual machine scale set"
22539 },
22540 {
22541 "flags": "-i, --virtual-machine-index <virtual-machine-index>",
22542 "required": -29,
22543 "optional": 0,
22544 "bool": true,
22545 "short": "-i",
22546 "long": "--virtual-machine-index",
22547 "description": "the index of virtual machine in scale set"
22548 },
22549 {
22550 "flags": "-s, --subscription <subscription>",
22551 "required": -20,
22552 "optional": 0,
22553 "bool": true,
22554 "short": "-s",
22555 "long": "--subscription",
22556 "description": "the subscription identifier"
22557 }
22558 ]
22559 },
22560 {
22561 "name": "delete",
22562 "description": "Delete a network interface",
22563 "fullName": "network nic delete",
22564 "usage": "[options] <resource-group> <name>",
22565 "filePath": "commands/arm/network/network.js",
22566 "options": [
22567 {
22568 "flags": "-v, --verbose",
22569 "required": 0,
22570 "optional": 0,
22571 "bool": true,
22572 "short": "-v",
22573 "long": "--verbose",
22574 "description": "use verbose output"
22575 },
22576 {
22577 "flags": "-vv",
22578 "required": 0,
22579 "optional": 0,
22580 "bool": true,
22581 "long": "-vv",
22582 "description": "more verbose with debug output"
22583 },
22584 {
22585 "flags": "--json",
22586 "required": 0,
22587 "optional": 0,
22588 "bool": true,
22589 "long": "--json",
22590 "description": "use json output"
22591 },
22592 {
22593 "flags": "-g, --resource-group <resource-group>",
22594 "required": -22,
22595 "optional": 0,
22596 "bool": true,
22597 "short": "-g",
22598 "long": "--resource-group",
22599 "description": "the name of the resource group"
22600 },
22601 {
22602 "flags": "-n, --name <name>",
22603 "required": -12,
22604 "optional": 0,
22605 "bool": true,
22606 "short": "-n",
22607 "long": "--name",
22608 "description": "the name of the network interface"
22609 },
22610 {
22611 "flags": "-q, --quiet",
22612 "required": 0,
22613 "optional": 0,
22614 "bool": true,
22615 "short": "-q",
22616 "long": "--quiet",
22617 "description": "quiet mode, do not ask for delete confirmation"
22618 },
22619 {
22620 "flags": "-s, --subscription <subscription>",
22621 "required": -20,
22622 "optional": 0,
22623 "bool": true,
22624 "short": "-s",
22625 "long": "--subscription",
22626 "description": "the subscription identifier"
22627 }
22628 ]
22629 }
22630 ],
22631 "categories": {
22632 "address-pool": {
22633 "name": "address-pool",
22634 "description": "Commands to manage backend address pools of the network interface",
22635 "fullName": "network nic address-pool",
22636 "usage": "[options] [command]",
22637 "options": [],
22638 "commands": [
22639 {
22640 "name": "add",
22641 "description": "Add a backend address pool to a NIC",
22642 "fullName": "network nic address-pool add",
22643 "usage": "[options] <resource-group> <name>",
22644 "filePath": "commands/arm/network/network.js",
22645 "options": [
22646 {
22647 "flags": "-v, --verbose",
22648 "required": 0,
22649 "optional": 0,
22650 "bool": true,
22651 "short": "-v",
22652 "long": "--verbose",
22653 "description": "use verbose output"
22654 },
22655 {
22656 "flags": "-vv",
22657 "required": 0,
22658 "optional": 0,
22659 "bool": true,
22660 "long": "-vv",
22661 "description": "more verbose with debug output"
22662 },
22663 {
22664 "flags": "--json",
22665 "required": 0,
22666 "optional": 0,
22667 "bool": true,
22668 "long": "--json",
22669 "description": "use json output"
22670 },
22671 {
22672 "flags": "-g, --resource-group <resource-group>",
22673 "required": -22,
22674 "optional": 0,
22675 "bool": true,
22676 "short": "-g",
22677 "long": "--resource-group",
22678 "description": "the name of the resource group"
22679 },
22680 {
22681 "flags": "-n, --name <name>",
22682 "required": -12,
22683 "optional": 0,
22684 "bool": true,
22685 "short": "-n",
22686 "long": "--name",
22687 "description": "the name of the network interface"
22688 },
22689 {
22690 "flags": "-i, --lb-address-pool-id <lb-address-pool-id>",
22691 "required": -26,
22692 "optional": 0,
22693 "bool": true,
22694 "short": "-i",
22695 "long": "--lb-address-pool-id",
22696 "description": "the load balancer backend address pool identifier\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/loadbalancers/<lb-name>/backendAddressPools/<address-pool-name>"
22697 },
22698 {
22699 "flags": "-l, --lb-name <lb-name>",
22700 "required": -15,
22701 "optional": 0,
22702 "bool": true,
22703 "short": "-l",
22704 "long": "--lb-name",
22705 "description": "the load balancer name.\n This load balancer must exists in the same resource group as the NIC."
22706 },
22707 {
22708 "flags": "-a, --lb-address-pool-name <lb-address-pool-name>",
22709 "required": -28,
22710 "optional": 0,
22711 "bool": true,
22712 "short": "-a",
22713 "long": "--lb-address-pool-name",
22714 "description": "the name of the address pool that exists in the load balancer\n Please use --lb-address-pool-id if that is not the case."
22715 },
22716 {
22717 "flags": "-s, --subscription <subscription>",
22718 "required": -20,
22719 "optional": 0,
22720 "bool": true,
22721 "short": "-s",
22722 "long": "--subscription",
22723 "description": "the subscription identifier"
22724 }
22725 ]
22726 },
22727 {
22728 "name": "remove",
22729 "description": "Remove a backend address pool from a NIC",
22730 "fullName": "network nic address-pool remove",
22731 "usage": "[options] <resource-group> <name>",
22732 "filePath": "commands/arm/network/network.js",
22733 "options": [
22734 {
22735 "flags": "-v, --verbose",
22736 "required": 0,
22737 "optional": 0,
22738 "bool": true,
22739 "short": "-v",
22740 "long": "--verbose",
22741 "description": "use verbose output"
22742 },
22743 {
22744 "flags": "-vv",
22745 "required": 0,
22746 "optional": 0,
22747 "bool": true,
22748 "long": "-vv",
22749 "description": "more verbose with debug output"
22750 },
22751 {
22752 "flags": "--json",
22753 "required": 0,
22754 "optional": 0,
22755 "bool": true,
22756 "long": "--json",
22757 "description": "use json output"
22758 },
22759 {
22760 "flags": "-g, --resource-group <resource-group>",
22761 "required": -22,
22762 "optional": 0,
22763 "bool": true,
22764 "short": "-g",
22765 "long": "--resource-group",
22766 "description": "the name of the resource group"
22767 },
22768 {
22769 "flags": "-n, --name <name>",
22770 "required": -12,
22771 "optional": 0,
22772 "bool": true,
22773 "short": "-n",
22774 "long": "--name",
22775 "description": "the name of the network interface"
22776 },
22777 {
22778 "flags": "-i, --lb-address-pool-id <lb-address-pool-id>",
22779 "required": -26,
22780 "optional": 0,
22781 "bool": true,
22782 "short": "-i",
22783 "long": "--lb-address-pool-id",
22784 "description": "the load balancer backend address pool identifier\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/loadbalancers/<lb-name>/backendAddressPools/<address-pool-name>"
22785 },
22786 {
22787 "flags": "-l, --lb-name <lb-name>",
22788 "required": -15,
22789 "optional": 0,
22790 "bool": true,
22791 "short": "-l",
22792 "long": "--lb-name",
22793 "description": "the load balancer name.\n This load balancer must exists in the same resource group as the NIC."
22794 },
22795 {
22796 "flags": "-a, --lb-address-pool-name <lb-address-pool-name>",
22797 "required": -28,
22798 "optional": 0,
22799 "bool": true,
22800 "short": "-a",
22801 "long": "--lb-address-pool-name",
22802 "description": "the name of the address pool that exists in the load balancer\n Please use --lb-address-pool-id if that is not the case."
22803 },
22804 {
22805 "flags": "-s, --subscription <subscription>",
22806 "required": -20,
22807 "optional": 0,
22808 "bool": true,
22809 "short": "-s",
22810 "long": "--subscription",
22811 "description": "the subscription identifier"
22812 }
22813 ]
22814 }
22815 ],
22816 "categories": {}
22817 },
22818 "inbound-nat-rule": {
22819 "name": "inbound-nat-rule",
22820 "description": "Commands to manage inbound NAT rules of the network interface",
22821 "fullName": "network nic inbound-nat-rule",
22822 "usage": "[options] [command]",
22823 "options": [],
22824 "commands": [
22825 {
22826 "name": "add",
22827 "description": "Add an inbound NAT rule to a NIC",
22828 "fullName": "network nic inbound-nat-rule add",
22829 "usage": "[options] <resource-group> <name>",
22830 "filePath": "commands/arm/network/network.js",
22831 "options": [
22832 {
22833 "flags": "-v, --verbose",
22834 "required": 0,
22835 "optional": 0,
22836 "bool": true,
22837 "short": "-v",
22838 "long": "--verbose",
22839 "description": "use verbose output"
22840 },
22841 {
22842 "flags": "-vv",
22843 "required": 0,
22844 "optional": 0,
22845 "bool": true,
22846 "long": "-vv",
22847 "description": "more verbose with debug output"
22848 },
22849 {
22850 "flags": "--json",
22851 "required": 0,
22852 "optional": 0,
22853 "bool": true,
22854 "long": "--json",
22855 "description": "use json output"
22856 },
22857 {
22858 "flags": "-g, --resource-group <resource-group>",
22859 "required": -22,
22860 "optional": 0,
22861 "bool": true,
22862 "short": "-g",
22863 "long": "--resource-group",
22864 "description": "the name of the resource group"
22865 },
22866 {
22867 "flags": "-n, --name <name>",
22868 "required": -12,
22869 "optional": 0,
22870 "bool": true,
22871 "short": "-n",
22872 "long": "--name",
22873 "description": "the name of the network interface"
22874 },
22875 {
22876 "flags": "-i, --lb-inbound-nat-rule-id <lb-inbound-nat-rule-id>",
22877 "required": -30,
22878 "optional": 0,
22879 "bool": true,
22880 "short": "-i",
22881 "long": "--lb-inbound-nat-rule-id",
22882 "description": "the inbound NAT rule identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/loadbalancers/<lb-name>/inboundNatRules/<nat-rule-name>"
22883 },
22884 {
22885 "flags": "-l, --lb-name <lb-name>",
22886 "required": -15,
22887 "optional": 0,
22888 "bool": true,
22889 "short": "-l",
22890 "long": "--lb-name",
22891 "description": "the load balancer name.\n This load balancer must exists in the same resource group as the NIC."
22892 },
22893 {
22894 "flags": "-r, --lb-inbound-nat-rule-name <lb-inbound-nat-rule-name>",
22895 "required": -32,
22896 "optional": 0,
22897 "bool": true,
22898 "short": "-r",
22899 "long": "--lb-inbound-nat-rule-name",
22900 "description": "the name of the inbound NAT rule that exists in the load balancer.\n Please use --inbound-nat-rule-id if that is not the case."
22901 },
22902 {
22903 "flags": "-s, --subscription <subscription>",
22904 "required": -20,
22905 "optional": 0,
22906 "bool": true,
22907 "short": "-s",
22908 "long": "--subscription",
22909 "description": "the subscription identifier"
22910 }
22911 ]
22912 },
22913 {
22914 "name": "remove",
22915 "description": "Remove an inbound NAT rule from a NIC",
22916 "fullName": "network nic inbound-nat-rule remove",
22917 "usage": "[options] <resource-group> <name>",
22918 "filePath": "commands/arm/network/network.js",
22919 "options": [
22920 {
22921 "flags": "-v, --verbose",
22922 "required": 0,
22923 "optional": 0,
22924 "bool": true,
22925 "short": "-v",
22926 "long": "--verbose",
22927 "description": "use verbose output"
22928 },
22929 {
22930 "flags": "-vv",
22931 "required": 0,
22932 "optional": 0,
22933 "bool": true,
22934 "long": "-vv",
22935 "description": "more verbose with debug output"
22936 },
22937 {
22938 "flags": "--json",
22939 "required": 0,
22940 "optional": 0,
22941 "bool": true,
22942 "long": "--json",
22943 "description": "use json output"
22944 },
22945 {
22946 "flags": "-g, --resource-group <resource-group>",
22947 "required": -22,
22948 "optional": 0,
22949 "bool": true,
22950 "short": "-g",
22951 "long": "--resource-group",
22952 "description": "the name of the resource group"
22953 },
22954 {
22955 "flags": "-n, --name <name>",
22956 "required": -12,
22957 "optional": 0,
22958 "bool": true,
22959 "short": "-n",
22960 "long": "--name",
22961 "description": "the name of the network interface"
22962 },
22963 {
22964 "flags": "-i, --lb-inbound-nat-rule-id <lb-inbound-nat-rule-id>",
22965 "required": -30,
22966 "optional": 0,
22967 "bool": true,
22968 "short": "-i",
22969 "long": "--lb-inbound-nat-rule-id",
22970 "description": "the inbound NAT rule identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/loadbalancers/<lb-name>/inboundNatRules/<nat-rule-name>"
22971 },
22972 {
22973 "flags": "-l, --lb-name <lb-name>",
22974 "required": -15,
22975 "optional": 0,
22976 "bool": true,
22977 "short": "-l",
22978 "long": "--lb-name",
22979 "description": "the load balancer name.\n This load balancer must exists in the same resource group as the NIC."
22980 },
22981 {
22982 "flags": "-r, --lb-inbound-nat-rule-name <lb-inbound-nat-rule-name>",
22983 "required": -32,
22984 "optional": 0,
22985 "bool": true,
22986 "short": "-r",
22987 "long": "--lb-inbound-nat-rule-name",
22988 "description": "the name of the inbound NAT rule that exists in the load balancer.\n Please use --inbound-nat-rule-id if that is not the case."
22989 },
22990 {
22991 "flags": "-s, --subscription <subscription>",
22992 "required": -20,
22993 "optional": 0,
22994 "bool": true,
22995 "short": "-s",
22996 "long": "--subscription",
22997 "description": "the subscription identifier"
22998 }
22999 ]
23000 }
23001 ],
23002 "categories": {}
23003 }
23004 }
23005 },
23006 "nsg": {
23007 "name": "nsg",
23008 "description": "Commands to manage network security groups",
23009 "fullName": "network nsg",
23010 "usage": "[options] [command]",
23011 "options": [],
23012 "commands": [
23013 {
23014 "name": "create",
23015 "description": "Create a network security group",
23016 "fullName": "network nsg create",
23017 "usage": "[options] <resource-group> <name> <location>",
23018 "filePath": "commands/arm/network/network.js",
23019 "options": [
23020 {
23021 "flags": "-v, --verbose",
23022 "required": 0,
23023 "optional": 0,
23024 "bool": true,
23025 "short": "-v",
23026 "long": "--verbose",
23027 "description": "use verbose output"
23028 },
23029 {
23030 "flags": "-vv",
23031 "required": 0,
23032 "optional": 0,
23033 "bool": true,
23034 "long": "-vv",
23035 "description": "more verbose with debug output"
23036 },
23037 {
23038 "flags": "--json",
23039 "required": 0,
23040 "optional": 0,
23041 "bool": true,
23042 "long": "--json",
23043 "description": "use json output"
23044 },
23045 {
23046 "flags": "-g, --resource-group <resource-group>",
23047 "required": -22,
23048 "optional": 0,
23049 "bool": true,
23050 "short": "-g",
23051 "long": "--resource-group",
23052 "description": "the name of the resource group"
23053 },
23054 {
23055 "flags": "-n, --name <name>",
23056 "required": -12,
23057 "optional": 0,
23058 "bool": true,
23059 "short": "-n",
23060 "long": "--name",
23061 "description": "the name of the network security group"
23062 },
23063 {
23064 "flags": "-l, --location <location>",
23065 "required": -16,
23066 "optional": 0,
23067 "bool": true,
23068 "short": "-l",
23069 "long": "--location",
23070 "description": "the location"
23071 },
23072 {
23073 "flags": "-t, --tags <tags>",
23074 "required": -12,
23075 "optional": 0,
23076 "bool": true,
23077 "short": "-t",
23078 "long": "--tags",
23079 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
23080 },
23081 {
23082 "flags": "-s, --subscription <subscription>",
23083 "required": -20,
23084 "optional": 0,
23085 "bool": true,
23086 "short": "-s",
23087 "long": "--subscription",
23088 "description": "the subscription identifier"
23089 }
23090 ]
23091 },
23092 {
23093 "name": "set",
23094 "description": "Set a network security group",
23095 "fullName": "network nsg set",
23096 "usage": "[options] <resource-group> <name>",
23097 "filePath": "commands/arm/network/network.js",
23098 "options": [
23099 {
23100 "flags": "-v, --verbose",
23101 "required": 0,
23102 "optional": 0,
23103 "bool": true,
23104 "short": "-v",
23105 "long": "--verbose",
23106 "description": "use verbose output"
23107 },
23108 {
23109 "flags": "-vv",
23110 "required": 0,
23111 "optional": 0,
23112 "bool": true,
23113 "long": "-vv",
23114 "description": "more verbose with debug output"
23115 },
23116 {
23117 "flags": "--json",
23118 "required": 0,
23119 "optional": 0,
23120 "bool": true,
23121 "long": "--json",
23122 "description": "use json output"
23123 },
23124 {
23125 "flags": "-g, --resource-group <resource-group>",
23126 "required": -22,
23127 "optional": 0,
23128 "bool": true,
23129 "short": "-g",
23130 "long": "--resource-group",
23131 "description": "the name of the resource group"
23132 },
23133 {
23134 "flags": "-n, --name <name>",
23135 "required": -12,
23136 "optional": 0,
23137 "bool": true,
23138 "short": "-n",
23139 "long": "--name",
23140 "description": "the name of the network security group"
23141 },
23142 {
23143 "flags": "-t, --tags [tags]",
23144 "required": 0,
23145 "optional": -12,
23146 "bool": true,
23147 "short": "-t",
23148 "long": "--tags",
23149 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
23150 },
23151 {
23152 "flags": "-s, --subscription <subscription>",
23153 "required": -20,
23154 "optional": 0,
23155 "bool": true,
23156 "short": "-s",
23157 "long": "--subscription",
23158 "description": "the subscription identifier"
23159 }
23160 ]
23161 },
23162 {
23163 "name": "list",
23164 "description": "Get all network security groups",
23165 "fullName": "network nsg list",
23166 "usage": "[options] [resource-group]",
23167 "filePath": "commands/arm/network/network.js",
23168 "options": [
23169 {
23170 "flags": "-v, --verbose",
23171 "required": 0,
23172 "optional": 0,
23173 "bool": true,
23174 "short": "-v",
23175 "long": "--verbose",
23176 "description": "use verbose output"
23177 },
23178 {
23179 "flags": "-vv",
23180 "required": 0,
23181 "optional": 0,
23182 "bool": true,
23183 "long": "-vv",
23184 "description": "more verbose with debug output"
23185 },
23186 {
23187 "flags": "--json",
23188 "required": 0,
23189 "optional": 0,
23190 "bool": true,
23191 "long": "--json",
23192 "description": "use json output"
23193 },
23194 {
23195 "flags": "-g, --resource-group <resource-group>",
23196 "required": -22,
23197 "optional": 0,
23198 "bool": true,
23199 "short": "-g",
23200 "long": "--resource-group",
23201 "description": "the name of the resource group"
23202 },
23203 {
23204 "flags": "-s, --subscription <subscription>",
23205 "required": -20,
23206 "optional": 0,
23207 "bool": true,
23208 "short": "-s",
23209 "long": "--subscription",
23210 "description": "the subscription identifier"
23211 }
23212 ]
23213 },
23214 {
23215 "name": "show",
23216 "description": "Get a network security group",
23217 "fullName": "network nsg show",
23218 "usage": "[options] <resource-group> <name>",
23219 "filePath": "commands/arm/network/network.js",
23220 "options": [
23221 {
23222 "flags": "-v, --verbose",
23223 "required": 0,
23224 "optional": 0,
23225 "bool": true,
23226 "short": "-v",
23227 "long": "--verbose",
23228 "description": "use verbose output"
23229 },
23230 {
23231 "flags": "-vv",
23232 "required": 0,
23233 "optional": 0,
23234 "bool": true,
23235 "long": "-vv",
23236 "description": "more verbose with debug output"
23237 },
23238 {
23239 "flags": "--json",
23240 "required": 0,
23241 "optional": 0,
23242 "bool": true,
23243 "long": "--json",
23244 "description": "use json output"
23245 },
23246 {
23247 "flags": "-g, --resource-group <resource-group>",
23248 "required": -22,
23249 "optional": 0,
23250 "bool": true,
23251 "short": "-g",
23252 "long": "--resource-group",
23253 "description": "the name of the resource group"
23254 },
23255 {
23256 "flags": "-n, --name <name>",
23257 "required": -12,
23258 "optional": 0,
23259 "bool": true,
23260 "short": "-n",
23261 "long": "--name",
23262 "description": "the name of the network security group"
23263 },
23264 {
23265 "flags": "-s, --subscription <subscription>",
23266 "required": -20,
23267 "optional": 0,
23268 "bool": true,
23269 "short": "-s",
23270 "long": "--subscription",
23271 "description": "the subscription identifier"
23272 }
23273 ]
23274 },
23275 {
23276 "name": "delete",
23277 "description": "Delete a network security group",
23278 "fullName": "network nsg delete",
23279 "usage": "[options] <resource-group> <name>",
23280 "filePath": "commands/arm/network/network.js",
23281 "options": [
23282 {
23283 "flags": "-v, --verbose",
23284 "required": 0,
23285 "optional": 0,
23286 "bool": true,
23287 "short": "-v",
23288 "long": "--verbose",
23289 "description": "use verbose output"
23290 },
23291 {
23292 "flags": "-vv",
23293 "required": 0,
23294 "optional": 0,
23295 "bool": true,
23296 "long": "-vv",
23297 "description": "more verbose with debug output"
23298 },
23299 {
23300 "flags": "--json",
23301 "required": 0,
23302 "optional": 0,
23303 "bool": true,
23304 "long": "--json",
23305 "description": "use json output"
23306 },
23307 {
23308 "flags": "-g, --resource-group <resource-group>",
23309 "required": -22,
23310 "optional": 0,
23311 "bool": true,
23312 "short": "-g",
23313 "long": "--resource-group",
23314 "description": "the name of the resource group"
23315 },
23316 {
23317 "flags": "-n, --name <name>",
23318 "required": -12,
23319 "optional": 0,
23320 "bool": true,
23321 "short": "-n",
23322 "long": "--name",
23323 "description": "the name of the network security group"
23324 },
23325 {
23326 "flags": "-q, --quiet",
23327 "required": 0,
23328 "optional": 0,
23329 "bool": true,
23330 "short": "-q",
23331 "long": "--quiet",
23332 "description": "quiet mode, do not ask for delete confirmation"
23333 },
23334 {
23335 "flags": "-s, --subscription <subscription>",
23336 "required": -20,
23337 "optional": 0,
23338 "bool": true,
23339 "short": "-s",
23340 "long": "--subscription",
23341 "description": "the subscription identifier"
23342 }
23343 ]
23344 }
23345 ],
23346 "categories": {
23347 "rule": {
23348 "name": "rule",
23349 "description": "Commands to manage network security group rules",
23350 "fullName": "network nsg rule",
23351 "usage": "[options] [command]",
23352 "options": [],
23353 "commands": [
23354 {
23355 "name": "create",
23356 "description": "Create a network security group rule",
23357 "fullName": "network nsg rule create",
23358 "usage": "[options] <resource-group> <nsg-name> <name>",
23359 "filePath": "commands/arm/network/network.js",
23360 "options": [
23361 {
23362 "flags": "-v, --verbose",
23363 "required": 0,
23364 "optional": 0,
23365 "bool": true,
23366 "short": "-v",
23367 "long": "--verbose",
23368 "description": "use verbose output"
23369 },
23370 {
23371 "flags": "-vv",
23372 "required": 0,
23373 "optional": 0,
23374 "bool": true,
23375 "long": "-vv",
23376 "description": "more verbose with debug output"
23377 },
23378 {
23379 "flags": "--json",
23380 "required": 0,
23381 "optional": 0,
23382 "bool": true,
23383 "long": "--json",
23384 "description": "use json output"
23385 },
23386 {
23387 "flags": "-g, --resource-group <resource-group>",
23388 "required": -22,
23389 "optional": 0,
23390 "bool": true,
23391 "short": "-g",
23392 "long": "--resource-group",
23393 "description": "the name of the resource group"
23394 },
23395 {
23396 "flags": "-a, --nsg-name <nsg-name>",
23397 "required": -16,
23398 "optional": 0,
23399 "bool": true,
23400 "short": "-a",
23401 "long": "--nsg-name",
23402 "description": "the name of the network security group"
23403 },
23404 {
23405 "flags": "-n, --name <name>",
23406 "required": -12,
23407 "optional": 0,
23408 "bool": true,
23409 "short": "-n",
23410 "long": "--name",
23411 "description": "the name of the rule"
23412 },
23413 {
23414 "flags": "-d, --description <description>",
23415 "required": -19,
23416 "optional": 0,
23417 "bool": true,
23418 "short": "-d",
23419 "long": "--description",
23420 "description": "the description"
23421 },
23422 {
23423 "flags": "-p, --protocol <protocol>",
23424 "required": -16,
23425 "optional": 0,
23426 "bool": true,
23427 "short": "-p",
23428 "long": "--protocol",
23429 "description": "the protocol [Tcp,Udp,*]"
23430 },
23431 {
23432 "flags": "-f, --source-address-prefix <source-address-prefix>",
23433 "required": -29,
23434 "optional": 0,
23435 "bool": true,
23436 "short": "-f",
23437 "long": "--source-address-prefix",
23438 "description": "the source address prefix"
23439 },
23440 {
23441 "flags": "-o, --source-port-range <source-port-range>",
23442 "required": -25,
23443 "optional": 0,
23444 "bool": true,
23445 "short": "-o",
23446 "long": "--source-port-range",
23447 "description": "the source port range [0-65535]"
23448 },
23449 {
23450 "flags": "-e, --destination-address-prefix <destination-address-prefix>",
23451 "required": -34,
23452 "optional": 0,
23453 "bool": true,
23454 "short": "-e",
23455 "long": "--destination-address-prefix",
23456 "description": "the destination address prefix"
23457 },
23458 {
23459 "flags": "-u, --destination-port-range <destination-port-range>",
23460 "required": -30,
23461 "optional": 0,
23462 "bool": true,
23463 "short": "-u",
23464 "long": "--destination-port-range",
23465 "description": "the destination port range [0-65535]"
23466 },
23467 {
23468 "flags": "-c, --access <access>",
23469 "required": -14,
23470 "optional": 0,
23471 "bool": true,
23472 "short": "-c",
23473 "long": "--access",
23474 "description": "the access mode [Allow,Deny]"
23475 },
23476 {
23477 "flags": "-y, --priority <priority>",
23478 "required": -16,
23479 "optional": 0,
23480 "bool": true,
23481 "short": "-y",
23482 "long": "--priority",
23483 "description": "the priority [100-4096]"
23484 },
23485 {
23486 "flags": "-r, --direction <direction>",
23487 "required": -17,
23488 "optional": 0,
23489 "bool": true,
23490 "short": "-r",
23491 "long": "--direction",
23492 "description": "the direction [Inbound,Outbound]"
23493 },
23494 {
23495 "flags": "-s, --subscription <subscription>",
23496 "required": -20,
23497 "optional": 0,
23498 "bool": true,
23499 "short": "-s",
23500 "long": "--subscription",
23501 "description": "the subscription identifier"
23502 }
23503 ]
23504 },
23505 {
23506 "name": "set",
23507 "description": "Set a network security group rule",
23508 "fullName": "network nsg rule set",
23509 "usage": "[options] <resource-group> <nsg-name> <name>",
23510 "filePath": "commands/arm/network/network.js",
23511 "options": [
23512 {
23513 "flags": "-v, --verbose",
23514 "required": 0,
23515 "optional": 0,
23516 "bool": true,
23517 "short": "-v",
23518 "long": "--verbose",
23519 "description": "use verbose output"
23520 },
23521 {
23522 "flags": "-vv",
23523 "required": 0,
23524 "optional": 0,
23525 "bool": true,
23526 "long": "-vv",
23527 "description": "more verbose with debug output"
23528 },
23529 {
23530 "flags": "--json",
23531 "required": 0,
23532 "optional": 0,
23533 "bool": true,
23534 "long": "--json",
23535 "description": "use json output"
23536 },
23537 {
23538 "flags": "-g, --resource-group <resource-group>",
23539 "required": -22,
23540 "optional": 0,
23541 "bool": true,
23542 "short": "-g",
23543 "long": "--resource-group",
23544 "description": "the name of the resource group"
23545 },
23546 {
23547 "flags": "-a, --nsg-name <nsg-name>",
23548 "required": -16,
23549 "optional": 0,
23550 "bool": true,
23551 "short": "-a",
23552 "long": "--nsg-name",
23553 "description": "the name of the network security group"
23554 },
23555 {
23556 "flags": "-n, --name <name>",
23557 "required": -12,
23558 "optional": 0,
23559 "bool": true,
23560 "short": "-n",
23561 "long": "--name",
23562 "description": "the name of the rule"
23563 },
23564 {
23565 "flags": "-d, --description <description>",
23566 "required": -19,
23567 "optional": 0,
23568 "bool": true,
23569 "short": "-d",
23570 "long": "--description",
23571 "description": "the description"
23572 },
23573 {
23574 "flags": "-p, --protocol <protocol>",
23575 "required": -16,
23576 "optional": 0,
23577 "bool": true,
23578 "short": "-p",
23579 "long": "--protocol",
23580 "description": "the protocol [Tcp,Udp,*]"
23581 },
23582 {
23583 "flags": "-f, --source-address-prefix <source-address-prefix>",
23584 "required": -29,
23585 "optional": 0,
23586 "bool": true,
23587 "short": "-f",
23588 "long": "--source-address-prefix",
23589 "description": "the source address prefix"
23590 },
23591 {
23592 "flags": "-o, --source-port-range <source-port-range>",
23593 "required": -25,
23594 "optional": 0,
23595 "bool": true,
23596 "short": "-o",
23597 "long": "--source-port-range",
23598 "description": "the source port range [0-65535]"
23599 },
23600 {
23601 "flags": "-e, --destination-address-prefix <destination-address-prefix>",
23602 "required": -34,
23603 "optional": 0,
23604 "bool": true,
23605 "short": "-e",
23606 "long": "--destination-address-prefix",
23607 "description": "the destination address prefix"
23608 },
23609 {
23610 "flags": "-u, --destination-port-range <destination-port-range>",
23611 "required": -30,
23612 "optional": 0,
23613 "bool": true,
23614 "short": "-u",
23615 "long": "--destination-port-range",
23616 "description": "the destination port range [0-65535]"
23617 },
23618 {
23619 "flags": "-c, --access <access>",
23620 "required": -14,
23621 "optional": 0,
23622 "bool": true,
23623 "short": "-c",
23624 "long": "--access",
23625 "description": "the access mode [Allow,Deny]"
23626 },
23627 {
23628 "flags": "-y, --priority <priority>",
23629 "required": -16,
23630 "optional": 0,
23631 "bool": true,
23632 "short": "-y",
23633 "long": "--priority",
23634 "description": "the priority [100-4096]"
23635 },
23636 {
23637 "flags": "-r, --direction <direction>",
23638 "required": -17,
23639 "optional": 0,
23640 "bool": true,
23641 "short": "-r",
23642 "long": "--direction",
23643 "description": "the direction [Inbound,Outbound]"
23644 },
23645 {
23646 "flags": "-s, --subscription <subscription>",
23647 "required": -20,
23648 "optional": 0,
23649 "bool": true,
23650 "short": "-s",
23651 "long": "--subscription",
23652 "description": "the subscription identifier"
23653 }
23654 ]
23655 },
23656 {
23657 "name": "list",
23658 "description": "Get all rules in a network security group",
23659 "fullName": "network nsg rule list",
23660 "usage": "[options] <resource-group> <nsg-name>",
23661 "filePath": "commands/arm/network/network.js",
23662 "options": [
23663 {
23664 "flags": "-v, --verbose",
23665 "required": 0,
23666 "optional": 0,
23667 "bool": true,
23668 "short": "-v",
23669 "long": "--verbose",
23670 "description": "use verbose output"
23671 },
23672 {
23673 "flags": "-vv",
23674 "required": 0,
23675 "optional": 0,
23676 "bool": true,
23677 "long": "-vv",
23678 "description": "more verbose with debug output"
23679 },
23680 {
23681 "flags": "--json",
23682 "required": 0,
23683 "optional": 0,
23684 "bool": true,
23685 "long": "--json",
23686 "description": "use json output"
23687 },
23688 {
23689 "flags": "-g, --resource-group <resource-group>",
23690 "required": -22,
23691 "optional": 0,
23692 "bool": true,
23693 "short": "-g",
23694 "long": "--resource-group",
23695 "description": "the name of the resource group"
23696 },
23697 {
23698 "flags": "-a, --nsg-name <nsg-name>",
23699 "required": -16,
23700 "optional": 0,
23701 "bool": true,
23702 "short": "-a",
23703 "long": "--nsg-name",
23704 "description": "the name of the network security group"
23705 },
23706 {
23707 "flags": "-s, --subscription <subscription>",
23708 "required": -20,
23709 "optional": 0,
23710 "bool": true,
23711 "short": "-s",
23712 "long": "--subscription",
23713 "description": "the subscription identifier"
23714 }
23715 ]
23716 },
23717 {
23718 "name": "show",
23719 "description": "Get a rule in a network security group",
23720 "fullName": "network nsg rule show",
23721 "usage": "[options] <resource-group> <nsg-name> <name>",
23722 "filePath": "commands/arm/network/network.js",
23723 "options": [
23724 {
23725 "flags": "-v, --verbose",
23726 "required": 0,
23727 "optional": 0,
23728 "bool": true,
23729 "short": "-v",
23730 "long": "--verbose",
23731 "description": "use verbose output"
23732 },
23733 {
23734 "flags": "-vv",
23735 "required": 0,
23736 "optional": 0,
23737 "bool": true,
23738 "long": "-vv",
23739 "description": "more verbose with debug output"
23740 },
23741 {
23742 "flags": "--json",
23743 "required": 0,
23744 "optional": 0,
23745 "bool": true,
23746 "long": "--json",
23747 "description": "use json output"
23748 },
23749 {
23750 "flags": "-g, --resource-group <resource-group>",
23751 "required": -22,
23752 "optional": 0,
23753 "bool": true,
23754 "short": "-g",
23755 "long": "--resource-group",
23756 "description": "the name of the resource group"
23757 },
23758 {
23759 "flags": "-a, --nsg-name <nsg-name>",
23760 "required": -16,
23761 "optional": 0,
23762 "bool": true,
23763 "short": "-a",
23764 "long": "--nsg-name",
23765 "description": "the name of the network security group"
23766 },
23767 {
23768 "flags": "-n, --name <name>",
23769 "required": -12,
23770 "optional": 0,
23771 "bool": true,
23772 "short": "-n",
23773 "long": "--name",
23774 "description": "the name of the rule"
23775 },
23776 {
23777 "flags": "-s, --subscription <subscription>",
23778 "required": -20,
23779 "optional": 0,
23780 "bool": true,
23781 "short": "-s",
23782 "long": "--subscription",
23783 "description": "the subscription identifier"
23784 }
23785 ]
23786 },
23787 {
23788 "name": "delete",
23789 "description": "Delete a rule in a network security group",
23790 "fullName": "network nsg rule delete",
23791 "usage": "[options] <resource-group> <nsg-name> <name>",
23792 "filePath": "commands/arm/network/network.js",
23793 "options": [
23794 {
23795 "flags": "-v, --verbose",
23796 "required": 0,
23797 "optional": 0,
23798 "bool": true,
23799 "short": "-v",
23800 "long": "--verbose",
23801 "description": "use verbose output"
23802 },
23803 {
23804 "flags": "-vv",
23805 "required": 0,
23806 "optional": 0,
23807 "bool": true,
23808 "long": "-vv",
23809 "description": "more verbose with debug output"
23810 },
23811 {
23812 "flags": "--json",
23813 "required": 0,
23814 "optional": 0,
23815 "bool": true,
23816 "long": "--json",
23817 "description": "use json output"
23818 },
23819 {
23820 "flags": "-g, --resource-group <resource-group>",
23821 "required": -22,
23822 "optional": 0,
23823 "bool": true,
23824 "short": "-g",
23825 "long": "--resource-group",
23826 "description": "the name of the resource group"
23827 },
23828 {
23829 "flags": "-a, --nsg-name <nsg-name>",
23830 "required": -16,
23831 "optional": 0,
23832 "bool": true,
23833 "short": "-a",
23834 "long": "--nsg-name",
23835 "description": "the name of the network security group"
23836 },
23837 {
23838 "flags": "-n, --name <name>",
23839 "required": -12,
23840 "optional": 0,
23841 "bool": true,
23842 "short": "-n",
23843 "long": "--name",
23844 "description": "the name of the rule"
23845 },
23846 {
23847 "flags": "-q, --quiet",
23848 "required": 0,
23849 "optional": 0,
23850 "bool": true,
23851 "short": "-q",
23852 "long": "--quiet",
23853 "description": "quiet mode, do not ask for delete confirmation"
23854 },
23855 {
23856 "flags": "-s, --subscription <subscription>",
23857 "required": -20,
23858 "optional": 0,
23859 "bool": true,
23860 "short": "-s",
23861 "long": "--subscription",
23862 "description": "the subscription identifier"
23863 }
23864 ]
23865 }
23866 ],
23867 "categories": {}
23868 }
23869 }
23870 },
23871 "dns": {
23872 "name": "dns",
23873 "description": "Commands to manage DNS",
23874 "fullName": "network dns",
23875 "usage": "[options]",
23876 "options": [],
23877 "commands": [],
23878 "categories": {
23879 "zone": {
23880 "name": "zone",
23881 "description": "Commands to manage DNS zone",
23882 "fullName": "network dns zone",
23883 "usage": "[options] [command]",
23884 "options": [],
23885 "commands": [
23886 {
23887 "name": "create",
23888 "description": "Create a DNS zone",
23889 "fullName": "network dns zone create",
23890 "usage": "[options] <resource-group> <name>",
23891 "filePath": "commands/arm/network/network.js",
23892 "options": [
23893 {
23894 "flags": "-v, --verbose",
23895 "required": 0,
23896 "optional": 0,
23897 "bool": true,
23898 "short": "-v",
23899 "long": "--verbose",
23900 "description": "use verbose output"
23901 },
23902 {
23903 "flags": "-vv",
23904 "required": 0,
23905 "optional": 0,
23906 "bool": true,
23907 "long": "-vv",
23908 "description": "more verbose with debug output"
23909 },
23910 {
23911 "flags": "--json",
23912 "required": 0,
23913 "optional": 0,
23914 "bool": true,
23915 "long": "--json",
23916 "description": "use json output"
23917 },
23918 {
23919 "flags": "-g, --resource-group <resource-group>",
23920 "required": -22,
23921 "optional": 0,
23922 "bool": true,
23923 "short": "-g",
23924 "long": "--resource-group",
23925 "description": "the name of the resource group"
23926 },
23927 {
23928 "flags": "-n, --name <name>",
23929 "required": -12,
23930 "optional": 0,
23931 "bool": true,
23932 "short": "-n",
23933 "long": "--name",
23934 "description": "the name of the DNS zone"
23935 },
23936 {
23937 "flags": "-t, --tags <tags>",
23938 "required": -12,
23939 "optional": 0,
23940 "bool": true,
23941 "short": "-t",
23942 "long": "--tags",
23943 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
23944 },
23945 {
23946 "flags": "-s, --subscription <subscription>",
23947 "required": -20,
23948 "optional": 0,
23949 "bool": true,
23950 "short": "-s",
23951 "long": "--subscription",
23952 "description": "the subscription identifier"
23953 }
23954 ]
23955 },
23956 {
23957 "name": "set",
23958 "description": "Set a DNS zone",
23959 "fullName": "network dns zone set",
23960 "usage": "[options] <resource-group> <name>",
23961 "filePath": "commands/arm/network/network.js",
23962 "options": [
23963 {
23964 "flags": "-v, --verbose",
23965 "required": 0,
23966 "optional": 0,
23967 "bool": true,
23968 "short": "-v",
23969 "long": "--verbose",
23970 "description": "use verbose output"
23971 },
23972 {
23973 "flags": "-vv",
23974 "required": 0,
23975 "optional": 0,
23976 "bool": true,
23977 "long": "-vv",
23978 "description": "more verbose with debug output"
23979 },
23980 {
23981 "flags": "--json",
23982 "required": 0,
23983 "optional": 0,
23984 "bool": true,
23985 "long": "--json",
23986 "description": "use json output"
23987 },
23988 {
23989 "flags": "-g, --resource-group <resource-group>",
23990 "required": -22,
23991 "optional": 0,
23992 "bool": true,
23993 "short": "-g",
23994 "long": "--resource-group",
23995 "description": "the name of the resource group"
23996 },
23997 {
23998 "flags": "-n, --name <name>",
23999 "required": -12,
24000 "optional": 0,
24001 "bool": true,
24002 "short": "-n",
24003 "long": "--name",
24004 "description": "the name of the DNS zone"
24005 },
24006 {
24007 "flags": "-t, --tags [tags]",
24008 "required": 0,
24009 "optional": -12,
24010 "bool": true,
24011 "short": "-t",
24012 "long": "--tags",
24013 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
24014 },
24015 {
24016 "flags": "-s, --subscription <subscription>",
24017 "required": -20,
24018 "optional": 0,
24019 "bool": true,
24020 "short": "-s",
24021 "long": "--subscription",
24022 "description": "the subscription identifier"
24023 }
24024 ]
24025 },
24026 {
24027 "name": "list",
24028 "description": "Get all DNS zones",
24029 "fullName": "network dns zone list",
24030 "usage": "[options] <resource-group>",
24031 "filePath": "commands/arm/network/network.js",
24032 "options": [
24033 {
24034 "flags": "-v, --verbose",
24035 "required": 0,
24036 "optional": 0,
24037 "bool": true,
24038 "short": "-v",
24039 "long": "--verbose",
24040 "description": "use verbose output"
24041 },
24042 {
24043 "flags": "-vv",
24044 "required": 0,
24045 "optional": 0,
24046 "bool": true,
24047 "long": "-vv",
24048 "description": "more verbose with debug output"
24049 },
24050 {
24051 "flags": "--json",
24052 "required": 0,
24053 "optional": 0,
24054 "bool": true,
24055 "long": "--json",
24056 "description": "use json output"
24057 },
24058 {
24059 "flags": "-g, --resource-group <resource-group>",
24060 "required": -22,
24061 "optional": 0,
24062 "bool": true,
24063 "short": "-g",
24064 "long": "--resource-group",
24065 "description": "the name of the resource group"
24066 },
24067 {
24068 "flags": "-s, --subscription <subscription>",
24069 "required": -20,
24070 "optional": 0,
24071 "bool": true,
24072 "short": "-s",
24073 "long": "--subscription",
24074 "description": "the subscription identifier"
24075 }
24076 ]
24077 },
24078 {
24079 "name": "show",
24080 "description": "Get a DNS zone",
24081 "fullName": "network dns zone show",
24082 "usage": "[options] <resource-group> <name>",
24083 "filePath": "commands/arm/network/network.js",
24084 "options": [
24085 {
24086 "flags": "-v, --verbose",
24087 "required": 0,
24088 "optional": 0,
24089 "bool": true,
24090 "short": "-v",
24091 "long": "--verbose",
24092 "description": "use verbose output"
24093 },
24094 {
24095 "flags": "-vv",
24096 "required": 0,
24097 "optional": 0,
24098 "bool": true,
24099 "long": "-vv",
24100 "description": "more verbose with debug output"
24101 },
24102 {
24103 "flags": "--json",
24104 "required": 0,
24105 "optional": 0,
24106 "bool": true,
24107 "long": "--json",
24108 "description": "use json output"
24109 },
24110 {
24111 "flags": "-g, --resource-group <resource-group>",
24112 "required": -22,
24113 "optional": 0,
24114 "bool": true,
24115 "short": "-g",
24116 "long": "--resource-group",
24117 "description": "the name of the resource group"
24118 },
24119 {
24120 "flags": "-n, --name <name>",
24121 "required": -12,
24122 "optional": 0,
24123 "bool": true,
24124 "short": "-n",
24125 "long": "--name",
24126 "description": "the name of the DNS zone\n You can specify \"*\" (in quotes) for this parameter"
24127 },
24128 {
24129 "flags": "-s, --subscription <subscription>",
24130 "required": -20,
24131 "optional": 0,
24132 "bool": true,
24133 "short": "-s",
24134 "long": "--subscription",
24135 "description": "the subscription identifier"
24136 }
24137 ]
24138 },
24139 {
24140 "name": "delete",
24141 "description": "Delete a DNS zone",
24142 "fullName": "network dns zone delete",
24143 "usage": "[options] <resource-group> <name>",
24144 "filePath": "commands/arm/network/network.js",
24145 "options": [
24146 {
24147 "flags": "-v, --verbose",
24148 "required": 0,
24149 "optional": 0,
24150 "bool": true,
24151 "short": "-v",
24152 "long": "--verbose",
24153 "description": "use verbose output"
24154 },
24155 {
24156 "flags": "-vv",
24157 "required": 0,
24158 "optional": 0,
24159 "bool": true,
24160 "long": "-vv",
24161 "description": "more verbose with debug output"
24162 },
24163 {
24164 "flags": "--json",
24165 "required": 0,
24166 "optional": 0,
24167 "bool": true,
24168 "long": "--json",
24169 "description": "use json output"
24170 },
24171 {
24172 "flags": "-g, --resource-group <resource-group>",
24173 "required": -22,
24174 "optional": 0,
24175 "bool": true,
24176 "short": "-g",
24177 "long": "--resource-group",
24178 "description": "the name of the resource group"
24179 },
24180 {
24181 "flags": "-n, --name <name>",
24182 "required": -12,
24183 "optional": 0,
24184 "bool": true,
24185 "short": "-n",
24186 "long": "--name",
24187 "description": "the name of the DNS zone"
24188 },
24189 {
24190 "flags": "-q, --quiet",
24191 "required": 0,
24192 "optional": 0,
24193 "bool": true,
24194 "short": "-q",
24195 "long": "--quiet",
24196 "description": "quiet mode, do not ask for delete confirmation"
24197 },
24198 {
24199 "flags": "-s, --subscription <subscription>",
24200 "required": -20,
24201 "optional": 0,
24202 "bool": true,
24203 "short": "-s",
24204 "long": "--subscription",
24205 "description": "the subscription identifier"
24206 }
24207 ]
24208 },
24209 {
24210 "name": "import",
24211 "description": "Import a DNS zone",
24212 "fullName": "network dns zone import",
24213 "usage": "[options] <resource-group> <name> <file-name>",
24214 "filePath": "commands/arm/network/network.js",
24215 "options": [
24216 {
24217 "flags": "-v, --verbose",
24218 "required": 0,
24219 "optional": 0,
24220 "bool": true,
24221 "short": "-v",
24222 "long": "--verbose",
24223 "description": "use verbose output"
24224 },
24225 {
24226 "flags": "-vv",
24227 "required": 0,
24228 "optional": 0,
24229 "bool": true,
24230 "long": "-vv",
24231 "description": "more verbose with debug output"
24232 },
24233 {
24234 "flags": "--json",
24235 "required": 0,
24236 "optional": 0,
24237 "bool": true,
24238 "long": "--json",
24239 "description": "use json output"
24240 },
24241 {
24242 "flags": "-g, --resource-group <resource-group>",
24243 "required": -22,
24244 "optional": 0,
24245 "bool": true,
24246 "short": "-g",
24247 "long": "--resource-group",
24248 "description": "the name of the resource group"
24249 },
24250 {
24251 "flags": "-n, --name <name>",
24252 "required": -12,
24253 "optional": 0,
24254 "bool": true,
24255 "short": "-n",
24256 "long": "--name",
24257 "description": "the name of the DNS zone"
24258 },
24259 {
24260 "flags": "-f, --file-name <file-name>",
24261 "required": -17,
24262 "optional": 0,
24263 "bool": true,
24264 "short": "-f",
24265 "long": "--file-name",
24266 "description": "the name of the zone file"
24267 },
24268 {
24269 "flags": "--force",
24270 "required": 0,
24271 "optional": 0,
24272 "bool": true,
24273 "long": "--force",
24274 "description": "force overwrite of existing record sets. Otherwise, records are merged with existing record sets"
24275 },
24276 {
24277 "flags": "--debug",
24278 "required": 0,
24279 "optional": 0,
24280 "bool": true,
24281 "long": "--debug",
24282 "description": "output debug info"
24283 },
24284 {
24285 "flags": "--parse-only",
24286 "required": 0,
24287 "optional": 0,
24288 "bool": true,
24289 "long": "--parse-only",
24290 "description": "parse zone file only, without import"
24291 },
24292 {
24293 "flags": "-s, --subscription <subscription>",
24294 "required": -20,
24295 "optional": 0,
24296 "bool": true,
24297 "short": "-s",
24298 "long": "--subscription",
24299 "description": "the subscription identifier"
24300 }
24301 ]
24302 },
24303 {
24304 "name": "export",
24305 "description": "Export a DNS zone as a zone file",
24306 "fullName": "network dns zone export",
24307 "usage": "[options] <resource-group> <name> <file-name>",
24308 "filePath": "commands/arm/network/network.js",
24309 "options": [
24310 {
24311 "flags": "-v, --verbose",
24312 "required": 0,
24313 "optional": 0,
24314 "bool": true,
24315 "short": "-v",
24316 "long": "--verbose",
24317 "description": "use verbose output"
24318 },
24319 {
24320 "flags": "-vv",
24321 "required": 0,
24322 "optional": 0,
24323 "bool": true,
24324 "long": "-vv",
24325 "description": "more verbose with debug output"
24326 },
24327 {
24328 "flags": "--json",
24329 "required": 0,
24330 "optional": 0,
24331 "bool": true,
24332 "long": "--json",
24333 "description": "use json output"
24334 },
24335 {
24336 "flags": "-g, --resource-group <resource-group>",
24337 "required": -22,
24338 "optional": 0,
24339 "bool": true,
24340 "short": "-g",
24341 "long": "--resource-group",
24342 "description": "the name of the resource group"
24343 },
24344 {
24345 "flags": "-n, --name <name>",
24346 "required": -12,
24347 "optional": 0,
24348 "bool": true,
24349 "short": "-n",
24350 "long": "--name",
24351 "description": "the name of the DNS zone"
24352 },
24353 {
24354 "flags": "-f, --file-name <file-name>",
24355 "required": -17,
24356 "optional": 0,
24357 "bool": true,
24358 "short": "-f",
24359 "long": "--file-name",
24360 "description": "the name of the zone file"
24361 },
24362 {
24363 "flags": "-q, --quiet",
24364 "required": 0,
24365 "optional": 0,
24366 "bool": true,
24367 "short": "-q",
24368 "long": "--quiet",
24369 "description": "quiet mode, do not ask for overwrite confirmation"
24370 },
24371 {
24372 "flags": "-s, --subscription <subscription>",
24373 "required": -20,
24374 "optional": 0,
24375 "bool": true,
24376 "short": "-s",
24377 "long": "--subscription",
24378 "description": "the subscription identifier"
24379 }
24380 ]
24381 }
24382 ],
24383 "categories": {}
24384 },
24385 "record-set": {
24386 "name": "record-set",
24387 "description": "Commands to manage record sets in DNS zone",
24388 "fullName": "network dns record-set",
24389 "usage": "[options] [command]",
24390 "options": [],
24391 "commands": [
24392 {
24393 "name": "create",
24394 "description": "Create a DNS zone record set",
24395 "fullName": "network dns record-set create",
24396 "usage": "[options] <resource-group> <dns-zone-name> <name> <type>",
24397 "filePath": "commands/arm/network/network.js",
24398 "options": [
24399 {
24400 "flags": "-v, --verbose",
24401 "required": 0,
24402 "optional": 0,
24403 "bool": true,
24404 "short": "-v",
24405 "long": "--verbose",
24406 "description": "use verbose output"
24407 },
24408 {
24409 "flags": "-vv",
24410 "required": 0,
24411 "optional": 0,
24412 "bool": true,
24413 "long": "-vv",
24414 "description": "more verbose with debug output"
24415 },
24416 {
24417 "flags": "--json",
24418 "required": 0,
24419 "optional": 0,
24420 "bool": true,
24421 "long": "--json",
24422 "description": "use json output"
24423 },
24424 {
24425 "flags": "-g, --resource-group <resource-group>",
24426 "required": -22,
24427 "optional": 0,
24428 "bool": true,
24429 "short": "-g",
24430 "long": "--resource-group",
24431 "description": "the name of the resource group"
24432 },
24433 {
24434 "flags": "-z, --dns-zone-name <dns-zone-name>",
24435 "required": -21,
24436 "optional": 0,
24437 "bool": true,
24438 "short": "-z",
24439 "long": "--dns-zone-name",
24440 "description": "the name of the DNS zone"
24441 },
24442 {
24443 "flags": "-n, --name <name>",
24444 "required": -12,
24445 "optional": 0,
24446 "bool": true,
24447 "short": "-n",
24448 "long": "--name",
24449 "description": "the relative name of the record set within the DNS zone"
24450 },
24451 {
24452 "flags": "-y, --type <type>",
24453 "required": -12,
24454 "optional": 0,
24455 "bool": true,
24456 "short": "-y",
24457 "long": "--type",
24458 "description": "the type of the record set.\n Valid values are [A, AAAA, CNAME, MX, NS, SOA, SRV, TXT, PTR]"
24459 },
24460 {
24461 "flags": "-l, --ttl <ttl>",
24462 "required": -11,
24463 "optional": 0,
24464 "bool": true,
24465 "short": "-l",
24466 "long": "--ttl",
24467 "description": "time to live specified in seconds"
24468 },
24469 {
24470 "flags": "-t, --tags <tags>",
24471 "required": -12,
24472 "optional": 0,
24473 "bool": true,
24474 "short": "-t",
24475 "long": "--tags",
24476 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
24477 },
24478 {
24479 "flags": "-s, --subscription <subscription>",
24480 "required": -20,
24481 "optional": 0,
24482 "bool": true,
24483 "short": "-s",
24484 "long": "--subscription",
24485 "description": "the subscription identifier"
24486 }
24487 ]
24488 },
24489 {
24490 "name": "set",
24491 "description": "Set a DNS zone record set",
24492 "fullName": "network dns record-set set",
24493 "usage": "[options] <resource-group> <dns-zone-name> <name> <type>",
24494 "filePath": "commands/arm/network/network.js",
24495 "options": [
24496 {
24497 "flags": "-v, --verbose",
24498 "required": 0,
24499 "optional": 0,
24500 "bool": true,
24501 "short": "-v",
24502 "long": "--verbose",
24503 "description": "use verbose output"
24504 },
24505 {
24506 "flags": "-vv",
24507 "required": 0,
24508 "optional": 0,
24509 "bool": true,
24510 "long": "-vv",
24511 "description": "more verbose with debug output"
24512 },
24513 {
24514 "flags": "--json",
24515 "required": 0,
24516 "optional": 0,
24517 "bool": true,
24518 "long": "--json",
24519 "description": "use json output"
24520 },
24521 {
24522 "flags": "-g, --resource-group <resource-group>",
24523 "required": -22,
24524 "optional": 0,
24525 "bool": true,
24526 "short": "-g",
24527 "long": "--resource-group",
24528 "description": "the name of the resource group"
24529 },
24530 {
24531 "flags": "-z, --dns-zone-name <dns-zone-name>",
24532 "required": -21,
24533 "optional": 0,
24534 "bool": true,
24535 "short": "-z",
24536 "long": "--dns-zone-name",
24537 "description": "the name of the DNS zone"
24538 },
24539 {
24540 "flags": "-n, --name <name>",
24541 "required": -12,
24542 "optional": 0,
24543 "bool": true,
24544 "short": "-n",
24545 "long": "--name",
24546 "description": "the relative name of the record set within the DNS zone"
24547 },
24548 {
24549 "flags": "-y, --type <type>",
24550 "required": -12,
24551 "optional": 0,
24552 "bool": true,
24553 "short": "-y",
24554 "long": "--type",
24555 "description": "the type of the record set.\n Valid values are [A, AAAA, CNAME, MX, NS, SOA, SRV, TXT, PTR]"
24556 },
24557 {
24558 "flags": "-l, --ttl <ttl>",
24559 "required": -11,
24560 "optional": 0,
24561 "bool": true,
24562 "short": "-l",
24563 "long": "--ttl",
24564 "description": "time to live specified in seconds"
24565 },
24566 {
24567 "flags": "-t, --tags [tags]",
24568 "required": 0,
24569 "optional": -12,
24570 "bool": true,
24571 "short": "-t",
24572 "long": "--tags",
24573 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
24574 },
24575 {
24576 "flags": "-s, --subscription <subscription>",
24577 "required": -20,
24578 "optional": 0,
24579 "bool": true,
24580 "short": "-s",
24581 "long": "--subscription",
24582 "description": "the subscription identifier"
24583 }
24584 ]
24585 },
24586 {
24587 "name": "list",
24588 "description": "Get all record sets in a DNS zone",
24589 "fullName": "network dns record-set list",
24590 "usage": "[options] <resource-group> <dns-zone-name> [type]",
24591 "filePath": "commands/arm/network/network.js",
24592 "options": [
24593 {
24594 "flags": "-v, --verbose",
24595 "required": 0,
24596 "optional": 0,
24597 "bool": true,
24598 "short": "-v",
24599 "long": "--verbose",
24600 "description": "use verbose output"
24601 },
24602 {
24603 "flags": "-vv",
24604 "required": 0,
24605 "optional": 0,
24606 "bool": true,
24607 "long": "-vv",
24608 "description": "more verbose with debug output"
24609 },
24610 {
24611 "flags": "--json",
24612 "required": 0,
24613 "optional": 0,
24614 "bool": true,
24615 "long": "--json",
24616 "description": "use json output"
24617 },
24618 {
24619 "flags": "-g, --resource-group <resource-group>",
24620 "required": -22,
24621 "optional": 0,
24622 "bool": true,
24623 "short": "-g",
24624 "long": "--resource-group",
24625 "description": "the name of the resource group"
24626 },
24627 {
24628 "flags": "-z, --dns-zone-name <dns-zone-name>",
24629 "required": -21,
24630 "optional": 0,
24631 "bool": true,
24632 "short": "-z",
24633 "long": "--dns-zone-name",
24634 "description": "the name of the DNS zone"
24635 },
24636 {
24637 "flags": "-y, --type <type>",
24638 "required": -12,
24639 "optional": 0,
24640 "bool": true,
24641 "short": "-y",
24642 "long": "--type",
24643 "description": "the type of the record set.\n If specified only record sets of this type will be listed.\n Valid values are [A, AAAA, CNAME, MX, NS, SOA, SRV, TXT, PTR]"
24644 },
24645 {
24646 "flags": "-s, --subscription <subscription>",
24647 "required": -20,
24648 "optional": 0,
24649 "bool": true,
24650 "short": "-s",
24651 "long": "--subscription",
24652 "description": "the subscription identifier"
24653 }
24654 ]
24655 },
24656 {
24657 "name": "show",
24658 "description": "Get a record set in a DNS zone",
24659 "fullName": "network dns record-set show",
24660 "usage": "[options] <resource-group> <dns-zone-name> <name> <type>",
24661 "filePath": "commands/arm/network/network.js",
24662 "options": [
24663 {
24664 "flags": "-v, --verbose",
24665 "required": 0,
24666 "optional": 0,
24667 "bool": true,
24668 "short": "-v",
24669 "long": "--verbose",
24670 "description": "use verbose output"
24671 },
24672 {
24673 "flags": "-vv",
24674 "required": 0,
24675 "optional": 0,
24676 "bool": true,
24677 "long": "-vv",
24678 "description": "more verbose with debug output"
24679 },
24680 {
24681 "flags": "--json",
24682 "required": 0,
24683 "optional": 0,
24684 "bool": true,
24685 "long": "--json",
24686 "description": "use json output"
24687 },
24688 {
24689 "flags": "-g, --resource-group <resource-group>",
24690 "required": -22,
24691 "optional": 0,
24692 "bool": true,
24693 "short": "-g",
24694 "long": "--resource-group",
24695 "description": "the name of the resource group"
24696 },
24697 {
24698 "flags": "-z, --dns-zone-name <dns-zone-name>",
24699 "required": -21,
24700 "optional": 0,
24701 "bool": true,
24702 "short": "-z",
24703 "long": "--dns-zone-name",
24704 "description": "the name of the DNS zone"
24705 },
24706 {
24707 "flags": "-n, --name <name>",
24708 "required": -12,
24709 "optional": 0,
24710 "bool": true,
24711 "short": "-n",
24712 "long": "--name",
24713 "description": "the relative name of the record set within the DNS zone"
24714 },
24715 {
24716 "flags": "-y, --type <type>",
24717 "required": -12,
24718 "optional": 0,
24719 "bool": true,
24720 "short": "-y",
24721 "long": "--type",
24722 "description": "the type of the record set.\n Valid values are [A, AAAA, CNAME, MX, NS, SOA, SRV, TXT, PTR]"
24723 },
24724 {
24725 "flags": "-s, --subscription <subscription>",
24726 "required": -20,
24727 "optional": 0,
24728 "bool": true,
24729 "short": "-s",
24730 "long": "--subscription",
24731 "description": "the subscription identifier"
24732 }
24733 ]
24734 },
24735 {
24736 "name": "delete",
24737 "description": "Delete a record set from a DNS zone",
24738 "fullName": "network dns record-set delete",
24739 "usage": "[options] <resource-group> <dns-zone-name> <name> <type>",
24740 "filePath": "commands/arm/network/network.js",
24741 "options": [
24742 {
24743 "flags": "-v, --verbose",
24744 "required": 0,
24745 "optional": 0,
24746 "bool": true,
24747 "short": "-v",
24748 "long": "--verbose",
24749 "description": "use verbose output"
24750 },
24751 {
24752 "flags": "-vv",
24753 "required": 0,
24754 "optional": 0,
24755 "bool": true,
24756 "long": "-vv",
24757 "description": "more verbose with debug output"
24758 },
24759 {
24760 "flags": "--json",
24761 "required": 0,
24762 "optional": 0,
24763 "bool": true,
24764 "long": "--json",
24765 "description": "use json output"
24766 },
24767 {
24768 "flags": "-g, --resource-group <resource-group>",
24769 "required": -22,
24770 "optional": 0,
24771 "bool": true,
24772 "short": "-g",
24773 "long": "--resource-group",
24774 "description": "the name of the resource group"
24775 },
24776 {
24777 "flags": "-z, --dns-zone-name <dns-zone-name>",
24778 "required": -21,
24779 "optional": 0,
24780 "bool": true,
24781 "short": "-z",
24782 "long": "--dns-zone-name",
24783 "description": "the name of the DNS zone"
24784 },
24785 {
24786 "flags": "-n, --name <name>",
24787 "required": -12,
24788 "optional": 0,
24789 "bool": true,
24790 "short": "-n",
24791 "long": "--name",
24792 "description": "the relative name of the record set within the DNS zone"
24793 },
24794 {
24795 "flags": "-y, --type <type>",
24796 "required": -12,
24797 "optional": 0,
24798 "bool": true,
24799 "short": "-y",
24800 "long": "--type",
24801 "description": "the type of the record set.\n If specified only record sets of this type will be listed.\n Valid values are [A, AAAA, CNAME, MX, NS, SOA, SRV, TXT, PTR]"
24802 },
24803 {
24804 "flags": "-q, --quiet",
24805 "required": 0,
24806 "optional": 0,
24807 "bool": true,
24808 "short": "-q",
24809 "long": "--quiet",
24810 "description": "quiet mode, do not ask for delete confirmation"
24811 },
24812 {
24813 "flags": "-s, --subscription <subscription>",
24814 "required": -20,
24815 "optional": 0,
24816 "bool": true,
24817 "short": "-s",
24818 "long": "--subscription",
24819 "description": "the subscription identifier"
24820 }
24821 ]
24822 },
24823 {
24824 "name": "add-record",
24825 "description": "Add a record in a record set under a DNS zone",
24826 "fullName": "network dns record-set add-record",
24827 "usage": "[options] <resource-group> <dns-zone-name> <record-set-name> <type>",
24828 "filePath": "commands/arm/network/network.js",
24829 "options": [
24830 {
24831 "flags": "-v, --verbose",
24832 "required": 0,
24833 "optional": 0,
24834 "bool": true,
24835 "short": "-v",
24836 "long": "--verbose",
24837 "description": "use verbose output"
24838 },
24839 {
24840 "flags": "-vv",
24841 "required": 0,
24842 "optional": 0,
24843 "bool": true,
24844 "long": "-vv",
24845 "description": "more verbose with debug output"
24846 },
24847 {
24848 "flags": "--json",
24849 "required": 0,
24850 "optional": 0,
24851 "bool": true,
24852 "long": "--json",
24853 "description": "use json output"
24854 },
24855 {
24856 "flags": "-g, --resource-group <resource-group>",
24857 "required": -22,
24858 "optional": 0,
24859 "bool": true,
24860 "short": "-g",
24861 "long": "--resource-group",
24862 "description": "the name of the resource group"
24863 },
24864 {
24865 "flags": "-z, --dns-zone-name <dns-zone-name>",
24866 "required": -21,
24867 "optional": 0,
24868 "bool": true,
24869 "short": "-z",
24870 "long": "--dns-zone-name",
24871 "description": "the name of the DNS zone"
24872 },
24873 {
24874 "flags": "-n, --record-set-name <record-set-name>",
24875 "required": -23,
24876 "optional": 0,
24877 "bool": true,
24878 "short": "-n",
24879 "long": "--record-set-name",
24880 "description": "the name of the record set"
24881 },
24882 {
24883 "flags": "-y, --type <type>",
24884 "required": -12,
24885 "optional": 0,
24886 "bool": true,
24887 "short": "-y",
24888 "long": "--type",
24889 "description": "the type of the record set.\n If specified only record sets of this type will be listed.\n Valid values are [A, AAAA, CNAME, MX, NS, SOA, SRV, TXT, PTR]\n\nThe record type A \n\n"
24890 },
24891 {
24892 "flags": "-a --ipv4-address <ipv4-address>",
24893 "required": -20,
24894 "optional": 0,
24895 "bool": true,
24896 "short": "-a",
24897 "long": "--ipv4-address",
24898 "description": "the IPv4 address attribute\n\nRecord type AAAA \n\n"
24899 },
24900 {
24901 "flags": "-b --ipv6-address <ipv6-address>",
24902 "required": -20,
24903 "optional": 0,
24904 "bool": true,
24905 "short": "-b",
24906 "long": "--ipv6-address",
24907 "description": "the IPv6 address attribute\n\nRecord type CNAME\n\n"
24908 },
24909 {
24910 "flags": "-c --cname <cname>",
24911 "required": -13,
24912 "optional": 0,
24913 "bool": true,
24914 "short": "-c",
24915 "long": "--cname",
24916 "description": "the canonical name (target)\n\nRecord type NS\n\n"
24917 },
24918 {
24919 "flags": "-d --nsdname <nsdname>",
24920 "required": -15,
24921 "optional": 0,
24922 "bool": true,
24923 "short": "-d",
24924 "long": "--nsdname",
24925 "description": "the domain name attribute\n\nRecord type MX\n\n"
24926 },
24927 {
24928 "flags": "-f, --preference <preference>",
24929 "required": -18,
24930 "optional": 0,
24931 "bool": true,
24932 "short": "-f",
24933 "long": "--preference",
24934 "description": "preference attribute"
24935 },
24936 {
24937 "flags": "-e, --exchange <exchange>",
24938 "required": -16,
24939 "optional": 0,
24940 "bool": true,
24941 "short": "-e",
24942 "long": "--exchange",
24943 "description": "exchange attribute\n\nRecord type SRV\n\n"
24944 },
24945 {
24946 "flags": "-p, --priority <priority>",
24947 "required": -16,
24948 "optional": 0,
24949 "bool": true,
24950 "short": "-p",
24951 "long": "--priority",
24952 "description": "the priority attribute"
24953 },
24954 {
24955 "flags": "-w, --weight <weight>",
24956 "required": -14,
24957 "optional": 0,
24958 "bool": true,
24959 "short": "-w",
24960 "long": "--weight",
24961 "description": "the weight attribute"
24962 },
24963 {
24964 "flags": "-o, --port <port>",
24965 "required": -12,
24966 "optional": 0,
24967 "bool": true,
24968 "short": "-o",
24969 "long": "--port",
24970 "description": "the port"
24971 },
24972 {
24973 "flags": "-u, --target <target>",
24974 "required": -14,
24975 "optional": 0,
24976 "bool": true,
24977 "short": "-u",
24978 "long": "--target",
24979 "description": "the target attribute\n\nRecord type TXT\n\n"
24980 },
24981 {
24982 "flags": "-x, --text <text>",
24983 "required": -12,
24984 "optional": 0,
24985 "bool": true,
24986 "short": "-x",
24987 "long": "--text",
24988 "description": "the text attribute\n\nRecord type SOA\n\n"
24989 },
24990 {
24991 "flags": "-l, --email <email>",
24992 "required": -13,
24993 "optional": 0,
24994 "bool": true,
24995 "short": "-l",
24996 "long": "--email",
24997 "description": "the email attribute"
24998 },
24999 {
25000 "flags": "-i, --expire-time <expire-time>",
25001 "required": -19,
25002 "optional": 0,
25003 "bool": true,
25004 "short": "-i",
25005 "long": "--expire-time",
25006 "description": "the expire time specified in seconds"
25007 },
25008 {
25009 "flags": "-S, --serial-number <serial-number>",
25010 "required": -21,
25011 "optional": 0,
25012 "bool": true,
25013 "short": "-S",
25014 "long": "--serial-number",
25015 "description": "the serial number"
25016 },
25017 {
25018 "flags": "-k, --host <host>",
25019 "required": -12,
25020 "optional": 0,
25021 "bool": true,
25022 "short": "-k",
25023 "long": "--host",
25024 "description": "the host name attribute"
25025 },
25026 {
25027 "flags": "-m, --minimum-ttl <minimum-ttl>",
25028 "required": -19,
25029 "optional": 0,
25030 "bool": true,
25031 "short": "-m",
25032 "long": "--minimum-ttl",
25033 "description": "the minimum time to live specified in seconds"
25034 },
25035 {
25036 "flags": "-r, --refresh-time <refresh-time>",
25037 "required": -20,
25038 "optional": 0,
25039 "bool": true,
25040 "short": "-r",
25041 "long": "--refresh-time",
25042 "description": "the refresh time specified in seconds"
25043 },
25044 {
25045 "flags": "-j, --retry-time <retry-time>",
25046 "required": -18,
25047 "optional": 0,
25048 "bool": true,
25049 "short": "-j",
25050 "long": "--retry-time",
25051 "description": "the retry time specified in seconds\n\nRecord type PTR \n\n"
25052 },
25053 {
25054 "flags": "-P, --ptrd-name <ptrd-name>",
25055 "required": -17,
25056 "optional": 0,
25057 "bool": true,
25058 "short": "-P",
25059 "long": "--ptrd-name",
25060 "description": "ptr domain name\n\n"
25061 },
25062 {
25063 "flags": "-s, --subscription <subscription>",
25064 "required": -20,
25065 "optional": 0,
25066 "bool": true,
25067 "short": "-s",
25068 "long": "--subscription",
25069 "description": "the subscription identifier"
25070 }
25071 ]
25072 },
25073 {
25074 "name": "delete-record",
25075 "description": "Delete a record from a record set under a DNS zone",
25076 "fullName": "network dns record-set delete-record",
25077 "usage": "[options] <resource-group> <dns-zone> <record-set-name> <type>",
25078 "filePath": "commands/arm/network/network.js",
25079 "options": [
25080 {
25081 "flags": "-v, --verbose",
25082 "required": 0,
25083 "optional": 0,
25084 "bool": true,
25085 "short": "-v",
25086 "long": "--verbose",
25087 "description": "use verbose output"
25088 },
25089 {
25090 "flags": "-vv",
25091 "required": 0,
25092 "optional": 0,
25093 "bool": true,
25094 "long": "-vv",
25095 "description": "more verbose with debug output"
25096 },
25097 {
25098 "flags": "--json",
25099 "required": 0,
25100 "optional": 0,
25101 "bool": true,
25102 "long": "--json",
25103 "description": "use json output"
25104 },
25105 {
25106 "flags": "-g, --resource-group <resource-group>",
25107 "required": -22,
25108 "optional": 0,
25109 "bool": true,
25110 "short": "-g",
25111 "long": "--resource-group",
25112 "description": "the name of the resource group"
25113 },
25114 {
25115 "flags": "-z, --dns-zone-name <dns-zone-name>",
25116 "required": -21,
25117 "optional": 0,
25118 "bool": true,
25119 "short": "-z",
25120 "long": "--dns-zone-name",
25121 "description": "the name of the DNS zone"
25122 },
25123 {
25124 "flags": "-n, --record-set-name <record-set-name>",
25125 "required": -23,
25126 "optional": 0,
25127 "bool": true,
25128 "short": "-n",
25129 "long": "--record-set-name",
25130 "description": "the name of the record set"
25131 },
25132 {
25133 "flags": "-y, --type <type>",
25134 "required": -12,
25135 "optional": 0,
25136 "bool": true,
25137 "short": "-y",
25138 "long": "--type",
25139 "description": "the type of the record set.\n If specified only record sets of this type will be listed.\n Valid values are [A, AAAA, CNAME, MX, NS, SOA, SRV, TXT, PTR]\n\nThe record type A \n\n"
25140 },
25141 {
25142 "flags": "-a --ipv4-address <ipv4-address>",
25143 "required": -20,
25144 "optional": 0,
25145 "bool": true,
25146 "short": "-a",
25147 "long": "--ipv4-address",
25148 "description": "the IPv4 address attribute\n\nRecord type AAAA \n\n"
25149 },
25150 {
25151 "flags": "-b --ipv6-address <ipv6-address>",
25152 "required": -20,
25153 "optional": 0,
25154 "bool": true,
25155 "short": "-b",
25156 "long": "--ipv6-address",
25157 "description": "the IPv6 address attribute\n\nRecord type CNAME\n\n"
25158 },
25159 {
25160 "flags": "-c --cname <cname>",
25161 "required": -13,
25162 "optional": 0,
25163 "bool": true,
25164 "short": "-c",
25165 "long": "--cname",
25166 "description": "the canonical name (target)\n\nRecord type NS\n\n"
25167 },
25168 {
25169 "flags": "-d --nsdname <nsdname>",
25170 "required": -15,
25171 "optional": 0,
25172 "bool": true,
25173 "short": "-d",
25174 "long": "--nsdname",
25175 "description": "the domain name attribute\n\nRecord type MX\n\n"
25176 },
25177 {
25178 "flags": "-f, --preference <preference>",
25179 "required": -18,
25180 "optional": 0,
25181 "bool": true,
25182 "short": "-f",
25183 "long": "--preference",
25184 "description": "preference attribute"
25185 },
25186 {
25187 "flags": "-e, --exchange <exchange>",
25188 "required": -16,
25189 "optional": 0,
25190 "bool": true,
25191 "short": "-e",
25192 "long": "--exchange",
25193 "description": "exchange attribute\n\nRecord type SRV\n\n"
25194 },
25195 {
25196 "flags": "-p, --priority <priority>",
25197 "required": -16,
25198 "optional": 0,
25199 "bool": true,
25200 "short": "-p",
25201 "long": "--priority",
25202 "description": "the priority attribute"
25203 },
25204 {
25205 "flags": "-w, --weight <weight>",
25206 "required": -14,
25207 "optional": 0,
25208 "bool": true,
25209 "short": "-w",
25210 "long": "--weight",
25211 "description": "the weight attribute"
25212 },
25213 {
25214 "flags": "-o, --port <port>",
25215 "required": -12,
25216 "optional": 0,
25217 "bool": true,
25218 "short": "-o",
25219 "long": "--port",
25220 "description": "the port"
25221 },
25222 {
25223 "flags": "-u, --target <target>",
25224 "required": -14,
25225 "optional": 0,
25226 "bool": true,
25227 "short": "-u",
25228 "long": "--target",
25229 "description": "the target attribute\n\nRecord type TXT\n\n"
25230 },
25231 {
25232 "flags": "-x, --text <text>",
25233 "required": -12,
25234 "optional": 0,
25235 "bool": true,
25236 "short": "-x",
25237 "long": "--text",
25238 "description": "the text attribute\n\nRecord type PTR \n\n"
25239 },
25240 {
25241 "flags": "-P, --ptrd-name <ptrd-name>",
25242 "required": -17,
25243 "optional": 0,
25244 "bool": true,
25245 "short": "-P",
25246 "long": "--ptrd-name",
25247 "description": "ptr domain name\n\n"
25248 },
25249 {
25250 "flags": "-q, --quiet",
25251 "required": 0,
25252 "optional": 0,
25253 "bool": true,
25254 "short": "-q",
25255 "long": "--quiet",
25256 "description": "quiet mode, do not ask for delete confirmation"
25257 },
25258 {
25259 "flags": "-s, --subscription <subscription>",
25260 "required": -20,
25261 "optional": 0,
25262 "bool": true,
25263 "short": "-s",
25264 "long": "--subscription",
25265 "description": "the subscription identifier"
25266 }
25267 ]
25268 }
25269 ],
25270 "categories": {}
25271 }
25272 }
25273 },
25274 "traffic-manager": {
25275 "name": "traffic-manager",
25276 "description": "Commands to manage Traffic Manager",
25277 "fullName": "network traffic-manager",
25278 "usage": "[options]",
25279 "options": [],
25280 "commands": [],
25281 "categories": {
25282 "profile": {
25283 "name": "profile",
25284 "description": "Commands to manage Traffic Manager profile",
25285 "fullName": "network traffic-manager profile",
25286 "usage": "[options] [command]",
25287 "options": [],
25288 "commands": [
25289 {
25290 "name": "create",
25291 "description": "Create a Traffic Manager profile",
25292 "fullName": "network traffic-manager profile create",
25293 "usage": "[options] <resource-group> <name>",
25294 "filePath": "commands/arm/network/network.js",
25295 "options": [
25296 {
25297 "flags": "-v, --verbose",
25298 "required": 0,
25299 "optional": 0,
25300 "bool": true,
25301 "short": "-v",
25302 "long": "--verbose",
25303 "description": "use verbose output"
25304 },
25305 {
25306 "flags": "-vv",
25307 "required": 0,
25308 "optional": 0,
25309 "bool": true,
25310 "long": "-vv",
25311 "description": "more verbose with debug output"
25312 },
25313 {
25314 "flags": "--json",
25315 "required": 0,
25316 "optional": 0,
25317 "bool": true,
25318 "long": "--json",
25319 "description": "use json output"
25320 },
25321 {
25322 "flags": "-g, --resource-group <resource-group>",
25323 "required": -22,
25324 "optional": 0,
25325 "bool": true,
25326 "short": "-g",
25327 "long": "--resource-group",
25328 "description": "the name of the resource group"
25329 },
25330 {
25331 "flags": "-n, --name <name>",
25332 "required": -12,
25333 "optional": 0,
25334 "bool": true,
25335 "short": "-n",
25336 "long": "--name",
25337 "description": "the name of the profile"
25338 },
25339 {
25340 "flags": "-u, --profile-status <profile-status> ",
25341 "required": -22,
25342 "optional": 0,
25343 "bool": true,
25344 "short": "-u",
25345 "long": "--profile-status",
25346 "description": "the profile status, valid values are\n [Enabled,Disabled], default is Enabled"
25347 },
25348 {
25349 "flags": "-m, --traffic-routing-method <traffic-routing-method>",
25350 "required": -30,
25351 "optional": 0,
25352 "bool": true,
25353 "short": "-m",
25354 "long": "--traffic-routing-method",
25355 "description": "the traffic routing method for the profile,\n valid values are [Performance,Weighted,Priority], default is Performance"
25356 },
25357 {
25358 "flags": "-r, --relative-dns-name <relative-dns-name>",
25359 "required": -25,
25360 "optional": 0,
25361 "bool": true,
25362 "short": "-r",
25363 "long": "--relative-dns-name",
25364 "description": "relative DNS name of the profile e.g. .trafficmanager.net"
25365 },
25366 {
25367 "flags": "-l, --ttl <ttl>",
25368 "required": -11,
25369 "optional": 0,
25370 "bool": true,
25371 "short": "-l",
25372 "long": "--ttl",
25373 "description": "time to live in specified in seconds"
25374 },
25375 {
25376 "flags": "-p, --monitor-protocol <monitor-protocol>",
25377 "required": -24,
25378 "optional": 0,
25379 "bool": true,
25380 "short": "-p",
25381 "long": "--monitor-protocol",
25382 "description": "the monitor protocol, valid values are\n [http,https], default is http"
25383 },
25384 {
25385 "flags": "-o, --monitor-port <monitor-port>",
25386 "required": -20,
25387 "optional": 0,
25388 "bool": true,
25389 "short": "-o",
25390 "long": "--monitor-port",
25391 "description": "the monitoring port"
25392 },
25393 {
25394 "flags": "-a, --monitor-path <monitor-path>",
25395 "required": -20,
25396 "optional": 0,
25397 "bool": true,
25398 "short": "-a",
25399 "long": "--monitor-path",
25400 "description": "the monitoring path"
25401 },
25402 {
25403 "flags": "-t, --tags <tags>",
25404 "required": -12,
25405 "optional": 0,
25406 "bool": true,
25407 "short": "-t",
25408 "long": "--tags",
25409 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
25410 },
25411 {
25412 "flags": "-s, --subscription <subscription>",
25413 "required": -20,
25414 "optional": 0,
25415 "bool": true,
25416 "short": "-s",
25417 "long": "--subscription",
25418 "description": "the subscription identifier"
25419 }
25420 ]
25421 },
25422 {
25423 "name": "set",
25424 "description": "Set a Traffic Manager profile",
25425 "fullName": "network traffic-manager profile set",
25426 "usage": "[options] <resource-group> <name>",
25427 "filePath": "commands/arm/network/network.js",
25428 "options": [
25429 {
25430 "flags": "-v, --verbose",
25431 "required": 0,
25432 "optional": 0,
25433 "bool": true,
25434 "short": "-v",
25435 "long": "--verbose",
25436 "description": "use verbose output"
25437 },
25438 {
25439 "flags": "-vv",
25440 "required": 0,
25441 "optional": 0,
25442 "bool": true,
25443 "long": "-vv",
25444 "description": "more verbose with debug output"
25445 },
25446 {
25447 "flags": "--json",
25448 "required": 0,
25449 "optional": 0,
25450 "bool": true,
25451 "long": "--json",
25452 "description": "use json output"
25453 },
25454 {
25455 "flags": "-g, --resource-group <resource-group>",
25456 "required": -22,
25457 "optional": 0,
25458 "bool": true,
25459 "short": "-g",
25460 "long": "--resource-group",
25461 "description": "the name of the resource group"
25462 },
25463 {
25464 "flags": "-n, --name <name>",
25465 "required": -12,
25466 "optional": 0,
25467 "bool": true,
25468 "short": "-n",
25469 "long": "--name",
25470 "description": "the name of the profile"
25471 },
25472 {
25473 "flags": "-u, --profile-status <profile-status> ",
25474 "required": -22,
25475 "optional": 0,
25476 "bool": true,
25477 "short": "-u",
25478 "long": "--profile-status",
25479 "description": "the profile status, valid values are\n [Enabled,Disabled], default is Enabled"
25480 },
25481 {
25482 "flags": "-m, --traffic-routing-method <traffic-routing-method>",
25483 "required": -30,
25484 "optional": 0,
25485 "bool": true,
25486 "short": "-m",
25487 "long": "--traffic-routing-method",
25488 "description": "the traffic routing method for the profile,\n valid values are [Performance,Weighted,Priority], default is Performance"
25489 },
25490 {
25491 "flags": "-l, --ttl <ttl>",
25492 "required": -11,
25493 "optional": 0,
25494 "bool": true,
25495 "short": "-l",
25496 "long": "--ttl",
25497 "description": "time to live specified in seconds"
25498 },
25499 {
25500 "flags": "-p, --monitor-protocol <monitor-protocol>",
25501 "required": -24,
25502 "optional": 0,
25503 "bool": true,
25504 "short": "-p",
25505 "long": "--monitor-protocol",
25506 "description": "the monitor protocol, valid values are\n [http,https], default is http"
25507 },
25508 {
25509 "flags": "-o, --monitor-port <monitor-port>",
25510 "required": -20,
25511 "optional": 0,
25512 "bool": true,
25513 "short": "-o",
25514 "long": "--monitor-port",
25515 "description": "the monitoring port"
25516 },
25517 {
25518 "flags": "-a, --monitor-path <monitor-path>",
25519 "required": -20,
25520 "optional": 0,
25521 "bool": true,
25522 "short": "-a",
25523 "long": "--monitor-path",
25524 "description": "the monitoring path"
25525 },
25526 {
25527 "flags": "-t, --tags [tags]",
25528 "required": 0,
25529 "optional": -12,
25530 "bool": true,
25531 "short": "-t",
25532 "long": "--tags",
25533 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
25534 },
25535 {
25536 "flags": "-s, --subscription <subscription>",
25537 "required": -20,
25538 "optional": 0,
25539 "bool": true,
25540 "short": "-s",
25541 "long": "--subscription",
25542 "description": "the subscription identifier"
25543 }
25544 ]
25545 },
25546 {
25547 "name": "list",
25548 "description": "Get all Traffic Manager profiles",
25549 "fullName": "network traffic-manager profile list",
25550 "usage": "[options] [resource-group]",
25551 "filePath": "commands/arm/network/network.js",
25552 "options": [
25553 {
25554 "flags": "-v, --verbose",
25555 "required": 0,
25556 "optional": 0,
25557 "bool": true,
25558 "short": "-v",
25559 "long": "--verbose",
25560 "description": "use verbose output"
25561 },
25562 {
25563 "flags": "-vv",
25564 "required": 0,
25565 "optional": 0,
25566 "bool": true,
25567 "long": "-vv",
25568 "description": "more verbose with debug output"
25569 },
25570 {
25571 "flags": "--json",
25572 "required": 0,
25573 "optional": 0,
25574 "bool": true,
25575 "long": "--json",
25576 "description": "use json output"
25577 },
25578 {
25579 "flags": "-g, --resource-group <resource-group>",
25580 "required": -22,
25581 "optional": 0,
25582 "bool": true,
25583 "short": "-g",
25584 "long": "--resource-group",
25585 "description": "the name of the resource group"
25586 },
25587 {
25588 "flags": "-s, --subscription <subscription>",
25589 "required": -20,
25590 "optional": 0,
25591 "bool": true,
25592 "short": "-s",
25593 "long": "--subscription",
25594 "description": "the subscription identifier"
25595 }
25596 ]
25597 },
25598 {
25599 "name": "show",
25600 "description": "Get a Traffic Manager profile",
25601 "fullName": "network traffic-manager profile show",
25602 "usage": "[options] <resource-group> <name>",
25603 "filePath": "commands/arm/network/network.js",
25604 "options": [
25605 {
25606 "flags": "-v, --verbose",
25607 "required": 0,
25608 "optional": 0,
25609 "bool": true,
25610 "short": "-v",
25611 "long": "--verbose",
25612 "description": "use verbose output"
25613 },
25614 {
25615 "flags": "-vv",
25616 "required": 0,
25617 "optional": 0,
25618 "bool": true,
25619 "long": "-vv",
25620 "description": "more verbose with debug output"
25621 },
25622 {
25623 "flags": "--json",
25624 "required": 0,
25625 "optional": 0,
25626 "bool": true,
25627 "long": "--json",
25628 "description": "use json output"
25629 },
25630 {
25631 "flags": "-g, --resource-group <resource-group>",
25632 "required": -22,
25633 "optional": 0,
25634 "bool": true,
25635 "short": "-g",
25636 "long": "--resource-group",
25637 "description": "the name of the resource group"
25638 },
25639 {
25640 "flags": "-n, --name <name>",
25641 "required": -12,
25642 "optional": 0,
25643 "bool": true,
25644 "short": "-n",
25645 "long": "--name",
25646 "description": "the name of the profile"
25647 },
25648 {
25649 "flags": "-s, --subscription <subscription>",
25650 "required": -20,
25651 "optional": 0,
25652 "bool": true,
25653 "short": "-s",
25654 "long": "--subscription",
25655 "description": "the subscription identifier"
25656 }
25657 ]
25658 },
25659 {
25660 "name": "delete",
25661 "description": "Delete a Traffic Manager profile",
25662 "fullName": "network traffic-manager profile delete",
25663 "usage": "[options] <resource-group> <name>",
25664 "filePath": "commands/arm/network/network.js",
25665 "options": [
25666 {
25667 "flags": "-v, --verbose",
25668 "required": 0,
25669 "optional": 0,
25670 "bool": true,
25671 "short": "-v",
25672 "long": "--verbose",
25673 "description": "use verbose output"
25674 },
25675 {
25676 "flags": "-vv",
25677 "required": 0,
25678 "optional": 0,
25679 "bool": true,
25680 "long": "-vv",
25681 "description": "more verbose with debug output"
25682 },
25683 {
25684 "flags": "--json",
25685 "required": 0,
25686 "optional": 0,
25687 "bool": true,
25688 "long": "--json",
25689 "description": "use json output"
25690 },
25691 {
25692 "flags": "-g, --resource-group <resource-group>",
25693 "required": -22,
25694 "optional": 0,
25695 "bool": true,
25696 "short": "-g",
25697 "long": "--resource-group",
25698 "description": "the name of the resource group"
25699 },
25700 {
25701 "flags": "-n, --name <name>",
25702 "required": -12,
25703 "optional": 0,
25704 "bool": true,
25705 "short": "-n",
25706 "long": "--name",
25707 "description": "the name of the profile"
25708 },
25709 {
25710 "flags": "-q, --quiet",
25711 "required": 0,
25712 "optional": 0,
25713 "bool": true,
25714 "short": "-q",
25715 "long": "--quiet",
25716 "description": "quiet mode, do not ask for delete confirmation"
25717 },
25718 {
25719 "flags": "-s, --subscription <subscription>",
25720 "required": -20,
25721 "optional": 0,
25722 "bool": true,
25723 "short": "-s",
25724 "long": "--subscription",
25725 "description": "the subscription identifier"
25726 }
25727 ]
25728 },
25729 {
25730 "name": "is-dns-available",
25731 "description": "Checks whether the specified DNS prefix is available for creating a Traffic Manager profile",
25732 "fullName": "network traffic-manager profile is-dns-available",
25733 "usage": "[options] <relative-dns-name>",
25734 "filePath": "commands/arm/network/network.js",
25735 "options": [
25736 {
25737 "flags": "-v, --verbose",
25738 "required": 0,
25739 "optional": 0,
25740 "bool": true,
25741 "short": "-v",
25742 "long": "--verbose",
25743 "description": "use verbose output"
25744 },
25745 {
25746 "flags": "-vv",
25747 "required": 0,
25748 "optional": 0,
25749 "bool": true,
25750 "long": "-vv",
25751 "description": "more verbose with debug output"
25752 },
25753 {
25754 "flags": "--json",
25755 "required": 0,
25756 "optional": 0,
25757 "bool": true,
25758 "long": "--json",
25759 "description": "use json output"
25760 },
25761 {
25762 "flags": "-r, --relative-dns-name <relative-dns-name>",
25763 "required": -25,
25764 "optional": 0,
25765 "bool": true,
25766 "short": "-r",
25767 "long": "--relative-dns-name",
25768 "description": "the relative DNS name to check for availability"
25769 },
25770 {
25771 "flags": "-s, --subscription <subscription>",
25772 "required": -20,
25773 "optional": 0,
25774 "bool": true,
25775 "short": "-s",
25776 "long": "--subscription",
25777 "description": "the subscription identifier"
25778 }
25779 ]
25780 }
25781 ],
25782 "categories": {}
25783 },
25784 "endpoint": {
25785 "name": "endpoint",
25786 "description": "Commands to manage Traffic Manager endpoints",
25787 "fullName": "network traffic-manager endpoint",
25788 "usage": "[options] [command]",
25789 "options": [],
25790 "commands": [
25791 {
25792 "name": "create",
25793 "description": "Create an endpoint in Traffic Manager profile",
25794 "fullName": "network traffic-manager endpoint create",
25795 "usage": "[options] <resource-group> <profile-name> <name> <type>",
25796 "filePath": "commands/arm/network/network.js",
25797 "options": [
25798 {
25799 "flags": "-v, --verbose",
25800 "required": 0,
25801 "optional": 0,
25802 "bool": true,
25803 "short": "-v",
25804 "long": "--verbose",
25805 "description": "use verbose output"
25806 },
25807 {
25808 "flags": "-vv",
25809 "required": 0,
25810 "optional": 0,
25811 "bool": true,
25812 "long": "-vv",
25813 "description": "more verbose with debug output"
25814 },
25815 {
25816 "flags": "--json",
25817 "required": 0,
25818 "optional": 0,
25819 "bool": true,
25820 "long": "--json",
25821 "description": "use json output"
25822 },
25823 {
25824 "flags": "-g, --resource-group <resource-group>",
25825 "required": -22,
25826 "optional": 0,
25827 "bool": true,
25828 "short": "-g",
25829 "long": "--resource-group",
25830 "description": "the name of the resource group"
25831 },
25832 {
25833 "flags": "-f, --profile-name <profile-name>",
25834 "required": -20,
25835 "optional": 0,
25836 "bool": true,
25837 "short": "-f",
25838 "long": "--profile-name",
25839 "description": "the profile name"
25840 },
25841 {
25842 "flags": "-n, --name <name>",
25843 "required": -12,
25844 "optional": 0,
25845 "bool": true,
25846 "short": "-n",
25847 "long": "--name",
25848 "description": "the name of the endpoint"
25849 },
25850 {
25851 "flags": "-y, --type <type>",
25852 "required": -12,
25853 "optional": 0,
25854 "bool": true,
25855 "short": "-y",
25856 "long": "--type",
25857 "description": "the endpoint type, valid values are:\n [ExternalEndpoints,AzureEndpoints,NestedEndpoints], where ExternalEndpoints represents endpoint\n for a service with FQDN external to Azure\n e.g. foobar.contoso.com"
25858 },
25859 {
25860 "flags": "-l, --location <location>",
25861 "required": -16,
25862 "optional": 0,
25863 "bool": true,
25864 "short": "-l",
25865 "long": "--location",
25866 "description": "the endpoint location. This is only used if the Traffic Manager profile is configured to use the \"Performance\" traffic-routing method.\n This should only be specified on endpoints of type \"ExternalEndpoints\" and \"NestedEndpoints\".\n It is not applicable for endpoints of type \"AzureEndpoints\", since the location is taken from the resource specified in \"--target-resource-id\"."
25867 },
25868 {
25869 "flags": "-u, --status <status>",
25870 "required": -14,
25871 "optional": 0,
25872 "bool": true,
25873 "short": "-u",
25874 "long": "--status",
25875 "description": "the endpoint status, valid values are:\n [Enabled,Disabled] Default is Enabled"
25876 },
25877 {
25878 "flags": "-t, --target <target>",
25879 "required": -14,
25880 "optional": 0,
25881 "bool": true,
25882 "short": "-t",
25883 "long": "--target",
25884 "description": "the domain name target of the endpoint,\n e.g. foobar.contoso.com. Only applicable to endpoints of type \"ExternalEndpoints\""
25885 },
25886 {
25887 "flags": "-i, --target-resource-id <target-resource-id>",
25888 "required": -26,
25889 "optional": 0,
25890 "bool": true,
25891 "short": "-i",
25892 "long": "--target-resource-id",
25893 "description": "the Azure Resource URI of the endpoint. Not applicable to endpoints of type \"ExternalEndpoints\""
25894 },
25895 {
25896 "flags": "-w, --weight <weight>",
25897 "required": -14,
25898 "optional": 0,
25899 "bool": true,
25900 "short": "-w",
25901 "long": "--weight",
25902 "description": "the endpoint weight used in the traffic-routing method,\n valid range is [1, 1000] This is only used if the Traffic Manager profile is configured to use the \"Weighted\" traffic-routing method"
25903 },
25904 {
25905 "flags": "-p, --priority <priority>",
25906 "required": -16,
25907 "optional": 0,
25908 "bool": true,
25909 "short": "-p",
25910 "long": "--priority",
25911 "description": "the endpoint priority used in the traffic-routing method,\n valid range is [1, 1000] This is only used if the Traffic Manager profile is configured to use the \"Priority\" traffic-routing method.\n Lower values represent higher priority"
25912 },
25913 {
25914 "flags": "-s, --subscription <subscription>",
25915 "required": -20,
25916 "optional": 0,
25917 "bool": true,
25918 "short": "-s",
25919 "long": "--subscription",
25920 "description": "the subscription identifier"
25921 }
25922 ]
25923 },
25924 {
25925 "name": "set",
25926 "description": "Set an endpoint in a Traffic Manager profile",
25927 "fullName": "network traffic-manager endpoint set",
25928 "usage": "[options] <resource-group> <profile-name> <name> <type>",
25929 "filePath": "commands/arm/network/network.js",
25930 "options": [
25931 {
25932 "flags": "-v, --verbose",
25933 "required": 0,
25934 "optional": 0,
25935 "bool": true,
25936 "short": "-v",
25937 "long": "--verbose",
25938 "description": "use verbose output"
25939 },
25940 {
25941 "flags": "-vv",
25942 "required": 0,
25943 "optional": 0,
25944 "bool": true,
25945 "long": "-vv",
25946 "description": "more verbose with debug output"
25947 },
25948 {
25949 "flags": "--json",
25950 "required": 0,
25951 "optional": 0,
25952 "bool": true,
25953 "long": "--json",
25954 "description": "use json output"
25955 },
25956 {
25957 "flags": "-g, --resource-group <resource-group>",
25958 "required": -22,
25959 "optional": 0,
25960 "bool": true,
25961 "short": "-g",
25962 "long": "--resource-group",
25963 "description": "the name of the resource group"
25964 },
25965 {
25966 "flags": "-f, --profile-name <profile-name>",
25967 "required": -20,
25968 "optional": 0,
25969 "bool": true,
25970 "short": "-f",
25971 "long": "--profile-name",
25972 "description": "the profile name"
25973 },
25974 {
25975 "flags": "-n, --name <name>",
25976 "required": -12,
25977 "optional": 0,
25978 "bool": true,
25979 "short": "-n",
25980 "long": "--name",
25981 "description": "the name of the endpoint"
25982 },
25983 {
25984 "flags": "-y, --type <type>",
25985 "required": -12,
25986 "optional": 0,
25987 "bool": true,
25988 "short": "-y",
25989 "long": "--type",
25990 "description": "the endpoint type, valid values are:\n [ExternalEndpoints,AzureEndpoints,NestedEndpoints], where ExternalEndpoints represents endpoint\n for a service with FQDN external to Azure\n e.g. foobar.contoso.com"
25991 },
25992 {
25993 "flags": "-l, --location <location>",
25994 "required": -16,
25995 "optional": 0,
25996 "bool": true,
25997 "short": "-l",
25998 "long": "--location",
25999 "description": "the endpoint location. This is only used if the Traffic Manager profile is configured to use the \"Performance\" traffic-routing method.\n This should only be specified on endpoints of type \"ExternalEndpoints\" and \"NestedEndpoints\".\n It is not applicable for endpoints of type \"AzureEndpoints\", since the location is taken from the resource specified in \"--target-resource-id\"."
26000 },
26001 {
26002 "flags": "-u, --status <status>",
26003 "required": -14,
26004 "optional": 0,
26005 "bool": true,
26006 "short": "-u",
26007 "long": "--status",
26008 "description": "the endpoint status, valid values are:\n [Enabled,Disabled] Default is Enabled"
26009 },
26010 {
26011 "flags": "-t, --target <target>",
26012 "required": -14,
26013 "optional": 0,
26014 "bool": true,
26015 "short": "-t",
26016 "long": "--target",
26017 "description": "the domain name target of the endpoint,\n e.g. foobar.contoso.com. Only applicable to endpoints of type \"ExternalEndpoints\""
26018 },
26019 {
26020 "flags": "-i, --target-resource-id <target-resource-id>",
26021 "required": -26,
26022 "optional": 0,
26023 "bool": true,
26024 "short": "-i",
26025 "long": "--target-resource-id",
26026 "description": "the Azure Resource URI of the endpoint. Not applicable to endpoints of type \"ExternalEndpoints\""
26027 },
26028 {
26029 "flags": "-w, --weight <weight>",
26030 "required": -14,
26031 "optional": 0,
26032 "bool": true,
26033 "short": "-w",
26034 "long": "--weight",
26035 "description": "the endpoint weight used in the traffic-routing method,\n valid range is [1, 1000] This is only used if the Traffic Manager profile is configured to use the \"Weighted\" traffic-routing method"
26036 },
26037 {
26038 "flags": "-p, --priority <priority>",
26039 "required": -16,
26040 "optional": 0,
26041 "bool": true,
26042 "short": "-p",
26043 "long": "--priority",
26044 "description": "the endpoint priority used in the traffic-routing method,\n valid range is [1, 1000] This is only used if the Traffic Manager profile is configured to use the \"Priority\" traffic-routing method.\n Lower values represent higher priority"
26045 },
26046 {
26047 "flags": "-s, --subscription <subscription>",
26048 "required": -20,
26049 "optional": 0,
26050 "bool": true,
26051 "short": "-s",
26052 "long": "--subscription",
26053 "description": "the subscription identifier"
26054 }
26055 ]
26056 },
26057 {
26058 "name": "show",
26059 "description": "Get an endpoint in Traffic Manager profile",
26060 "fullName": "network traffic-manager endpoint show",
26061 "usage": "[options] <resource-group> <profile-name> <name> <type>",
26062 "filePath": "commands/arm/network/network.js",
26063 "options": [
26064 {
26065 "flags": "-v, --verbose",
26066 "required": 0,
26067 "optional": 0,
26068 "bool": true,
26069 "short": "-v",
26070 "long": "--verbose",
26071 "description": "use verbose output"
26072 },
26073 {
26074 "flags": "-vv",
26075 "required": 0,
26076 "optional": 0,
26077 "bool": true,
26078 "long": "-vv",
26079 "description": "more verbose with debug output"
26080 },
26081 {
26082 "flags": "--json",
26083 "required": 0,
26084 "optional": 0,
26085 "bool": true,
26086 "long": "--json",
26087 "description": "use json output"
26088 },
26089 {
26090 "flags": "-g, --resource-group <resource-group>",
26091 "required": -22,
26092 "optional": 0,
26093 "bool": true,
26094 "short": "-g",
26095 "long": "--resource-group",
26096 "description": "the name of the resource group"
26097 },
26098 {
26099 "flags": "-f, --profile-name <profile-name>",
26100 "required": -20,
26101 "optional": 0,
26102 "bool": true,
26103 "short": "-f",
26104 "long": "--profile-name",
26105 "description": "the profile name"
26106 },
26107 {
26108 "flags": "-n, --name <name>",
26109 "required": -12,
26110 "optional": 0,
26111 "bool": true,
26112 "short": "-n",
26113 "long": "--name",
26114 "description": "the name of the endpoint"
26115 },
26116 {
26117 "flags": "-y, --type <type>",
26118 "required": -12,
26119 "optional": 0,
26120 "bool": true,
26121 "short": "-y",
26122 "long": "--type",
26123 "description": "the endpoint type, valid values are:\n [ExternalEndpoints,AzureEndpoints,NestedEndpoints], where ExternalEndpoints represents endpoint\n for a service with FQDN external to Azure\n e.g. foobar.contoso.com"
26124 },
26125 {
26126 "flags": "-s, --subscription <subscription>",
26127 "required": -20,
26128 "optional": 0,
26129 "bool": true,
26130 "short": "-s",
26131 "long": "--subscription",
26132 "description": "the subscription identifier"
26133 }
26134 ]
26135 },
26136 {
26137 "name": "delete",
26138 "description": "Delete an endpoint from a Traffic Manager profile",
26139 "fullName": "network traffic-manager endpoint delete",
26140 "usage": "[options] <resource-group> <profile-name> <name> <type>",
26141 "filePath": "commands/arm/network/network.js",
26142 "options": [
26143 {
26144 "flags": "-v, --verbose",
26145 "required": 0,
26146 "optional": 0,
26147 "bool": true,
26148 "short": "-v",
26149 "long": "--verbose",
26150 "description": "use verbose output"
26151 },
26152 {
26153 "flags": "-vv",
26154 "required": 0,
26155 "optional": 0,
26156 "bool": true,
26157 "long": "-vv",
26158 "description": "more verbose with debug output"
26159 },
26160 {
26161 "flags": "--json",
26162 "required": 0,
26163 "optional": 0,
26164 "bool": true,
26165 "long": "--json",
26166 "description": "use json output"
26167 },
26168 {
26169 "flags": "-g, --resource-group <resource-group>",
26170 "required": -22,
26171 "optional": 0,
26172 "bool": true,
26173 "short": "-g",
26174 "long": "--resource-group",
26175 "description": "the name of the resource group"
26176 },
26177 {
26178 "flags": "-f, --profile-name <profile-name>",
26179 "required": -20,
26180 "optional": 0,
26181 "bool": true,
26182 "short": "-f",
26183 "long": "--profile-name",
26184 "description": "the profile name"
26185 },
26186 {
26187 "flags": "-n, --name <name>",
26188 "required": -12,
26189 "optional": 0,
26190 "bool": true,
26191 "short": "-n",
26192 "long": "--name",
26193 "description": "the name of the endpoint"
26194 },
26195 {
26196 "flags": "-y, --type <type>",
26197 "required": -12,
26198 "optional": 0,
26199 "bool": true,
26200 "short": "-y",
26201 "long": "--type",
26202 "description": "the endpoint type, valid values are:\n [ExternalEndpoints,AzureEndpoints,NestedEndpoints], where ExternalEndpoints represents endpoint\n for a service with FQDN external to Azure\n e.g. foobar.contoso.com"
26203 },
26204 {
26205 "flags": "-q, --quiet",
26206 "required": 0,
26207 "optional": 0,
26208 "bool": true,
26209 "short": "-q",
26210 "long": "--quiet",
26211 "description": "quiet mode, do not ask for delete confirmation"
26212 },
26213 {
26214 "flags": "-s, --subscription <subscription>",
26215 "required": -20,
26216 "optional": 0,
26217 "bool": true,
26218 "short": "-s",
26219 "long": "--subscription",
26220 "description": "the subscription identifier"
26221 }
26222 ]
26223 }
26224 ],
26225 "categories": {}
26226 }
26227 }
26228 },
26229 "route-table": {
26230 "name": "route-table",
26231 "description": "Commands to manage Route Table",
26232 "fullName": "network route-table",
26233 "usage": "[options] [command]",
26234 "options": [],
26235 "commands": [
26236 {
26237 "name": "create",
26238 "description": "Create a Route Table",
26239 "fullName": "network route-table create",
26240 "usage": "[options] <resource-group> <name> <location>",
26241 "filePath": "commands/arm/network/network.js",
26242 "options": [
26243 {
26244 "flags": "-v, --verbose",
26245 "required": 0,
26246 "optional": 0,
26247 "bool": true,
26248 "short": "-v",
26249 "long": "--verbose",
26250 "description": "use verbose output"
26251 },
26252 {
26253 "flags": "-vv",
26254 "required": 0,
26255 "optional": 0,
26256 "bool": true,
26257 "long": "-vv",
26258 "description": "more verbose with debug output"
26259 },
26260 {
26261 "flags": "--json",
26262 "required": 0,
26263 "optional": 0,
26264 "bool": true,
26265 "long": "--json",
26266 "description": "use json output"
26267 },
26268 {
26269 "flags": "-g, --resource-group <resource-group>",
26270 "required": -22,
26271 "optional": 0,
26272 "bool": true,
26273 "short": "-g",
26274 "long": "--resource-group",
26275 "description": "the name of the resource group"
26276 },
26277 {
26278 "flags": "-n, --name <name>",
26279 "required": -12,
26280 "optional": 0,
26281 "bool": true,
26282 "short": "-n",
26283 "long": "--name",
26284 "description": "the name of the Route Table"
26285 },
26286 {
26287 "flags": "-l, --location <location>",
26288 "required": -16,
26289 "optional": 0,
26290 "bool": true,
26291 "short": "-l",
26292 "long": "--location",
26293 "description": "the location, this must be same as the location of the virtual network containing the subnet on which this Route Table needs to be applied"
26294 },
26295 {
26296 "flags": "-t, --tags <tags>",
26297 "required": -12,
26298 "optional": 0,
26299 "bool": true,
26300 "short": "-t",
26301 "long": "--tags",
26302 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
26303 },
26304 {
26305 "flags": "-s, --subscription <subscription>",
26306 "required": -20,
26307 "optional": 0,
26308 "bool": true,
26309 "short": "-s",
26310 "long": "--subscription",
26311 "description": "the subscription identifier"
26312 }
26313 ]
26314 },
26315 {
26316 "name": "set",
26317 "description": "Set a Route Table",
26318 "fullName": "network route-table set",
26319 "usage": "[options] <resource-group> <name>",
26320 "filePath": "commands/arm/network/network.js",
26321 "options": [
26322 {
26323 "flags": "-v, --verbose",
26324 "required": 0,
26325 "optional": 0,
26326 "bool": true,
26327 "short": "-v",
26328 "long": "--verbose",
26329 "description": "use verbose output"
26330 },
26331 {
26332 "flags": "-vv",
26333 "required": 0,
26334 "optional": 0,
26335 "bool": true,
26336 "long": "-vv",
26337 "description": "more verbose with debug output"
26338 },
26339 {
26340 "flags": "--json",
26341 "required": 0,
26342 "optional": 0,
26343 "bool": true,
26344 "long": "--json",
26345 "description": "use json output"
26346 },
26347 {
26348 "flags": "-g, --resource-group <resource-group>",
26349 "required": -22,
26350 "optional": 0,
26351 "bool": true,
26352 "short": "-g",
26353 "long": "--resource-group",
26354 "description": "the name of the resource group"
26355 },
26356 {
26357 "flags": "-n, --name <name>",
26358 "required": -12,
26359 "optional": 0,
26360 "bool": true,
26361 "short": "-n",
26362 "long": "--name",
26363 "description": "the name of the Route Table"
26364 },
26365 {
26366 "flags": "-t, --tags [tags]",
26367 "required": 0,
26368 "optional": -12,
26369 "bool": true,
26370 "short": "-t",
26371 "long": "--tags",
26372 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
26373 },
26374 {
26375 "flags": "-s, --subscription <subscription>",
26376 "required": -20,
26377 "optional": 0,
26378 "bool": true,
26379 "short": "-s",
26380 "long": "--subscription",
26381 "description": "the subscription identifier"
26382 }
26383 ]
26384 },
26385 {
26386 "name": "list",
26387 "description": "Get all Route Tables",
26388 "fullName": "network route-table list",
26389 "usage": "[options] [resource-group]",
26390 "filePath": "commands/arm/network/network.js",
26391 "options": [
26392 {
26393 "flags": "-v, --verbose",
26394 "required": 0,
26395 "optional": 0,
26396 "bool": true,
26397 "short": "-v",
26398 "long": "--verbose",
26399 "description": "use verbose output"
26400 },
26401 {
26402 "flags": "-vv",
26403 "required": 0,
26404 "optional": 0,
26405 "bool": true,
26406 "long": "-vv",
26407 "description": "more verbose with debug output"
26408 },
26409 {
26410 "flags": "--json",
26411 "required": 0,
26412 "optional": 0,
26413 "bool": true,
26414 "long": "--json",
26415 "description": "use json output"
26416 },
26417 {
26418 "flags": "-g, --resource-group <resource-group>",
26419 "required": -22,
26420 "optional": 0,
26421 "bool": true,
26422 "short": "-g",
26423 "long": "--resource-group",
26424 "description": "the name of the resource group"
26425 },
26426 {
26427 "flags": "-s, --subscription <subscription>",
26428 "required": -20,
26429 "optional": 0,
26430 "bool": true,
26431 "short": "-s",
26432 "long": "--subscription",
26433 "description": "the subscription identifier"
26434 }
26435 ]
26436 },
26437 {
26438 "name": "show",
26439 "description": "Get a Route Table",
26440 "fullName": "network route-table show",
26441 "usage": "[options] <resource-group> <name>",
26442 "filePath": "commands/arm/network/network.js",
26443 "options": [
26444 {
26445 "flags": "-v, --verbose",
26446 "required": 0,
26447 "optional": 0,
26448 "bool": true,
26449 "short": "-v",
26450 "long": "--verbose",
26451 "description": "use verbose output"
26452 },
26453 {
26454 "flags": "-vv",
26455 "required": 0,
26456 "optional": 0,
26457 "bool": true,
26458 "long": "-vv",
26459 "description": "more verbose with debug output"
26460 },
26461 {
26462 "flags": "--json",
26463 "required": 0,
26464 "optional": 0,
26465 "bool": true,
26466 "long": "--json",
26467 "description": "use json output"
26468 },
26469 {
26470 "flags": "-g, --resource-group <resource-group>",
26471 "required": -22,
26472 "optional": 0,
26473 "bool": true,
26474 "short": "-g",
26475 "long": "--resource-group",
26476 "description": "the name of the resource group"
26477 },
26478 {
26479 "flags": "-n, --name <name>",
26480 "required": -12,
26481 "optional": 0,
26482 "bool": true,
26483 "short": "-n",
26484 "long": "--name",
26485 "description": "the name of the Route Table"
26486 },
26487 {
26488 "flags": "-s, --subscription <subscription>",
26489 "required": -20,
26490 "optional": 0,
26491 "bool": true,
26492 "short": "-s",
26493 "long": "--subscription",
26494 "description": "the subscription identifier"
26495 }
26496 ]
26497 },
26498 {
26499 "name": "delete",
26500 "description": "Delete a Route Table",
26501 "fullName": "network route-table delete",
26502 "usage": "[options] <resource-group> <name>",
26503 "filePath": "commands/arm/network/network.js",
26504 "options": [
26505 {
26506 "flags": "-v, --verbose",
26507 "required": 0,
26508 "optional": 0,
26509 "bool": true,
26510 "short": "-v",
26511 "long": "--verbose",
26512 "description": "use verbose output"
26513 },
26514 {
26515 "flags": "-vv",
26516 "required": 0,
26517 "optional": 0,
26518 "bool": true,
26519 "long": "-vv",
26520 "description": "more verbose with debug output"
26521 },
26522 {
26523 "flags": "--json",
26524 "required": 0,
26525 "optional": 0,
26526 "bool": true,
26527 "long": "--json",
26528 "description": "use json output"
26529 },
26530 {
26531 "flags": "-g, --resource-group <resource-group>",
26532 "required": -22,
26533 "optional": 0,
26534 "bool": true,
26535 "short": "-g",
26536 "long": "--resource-group",
26537 "description": "the name of the resource group"
26538 },
26539 {
26540 "flags": "-n, --name <name>",
26541 "required": -12,
26542 "optional": 0,
26543 "bool": true,
26544 "short": "-n",
26545 "long": "--name",
26546 "description": "the name of the Route Table"
26547 },
26548 {
26549 "flags": "-q, --quiet",
26550 "required": 0,
26551 "optional": 0,
26552 "bool": true,
26553 "short": "-q",
26554 "long": "--quiet",
26555 "description": "quiet mode, do not ask for delete confirmation"
26556 },
26557 {
26558 "flags": "-s, --subscription <subscription>",
26559 "required": -20,
26560 "optional": 0,
26561 "bool": true,
26562 "short": "-s",
26563 "long": "--subscription",
26564 "description": "the subscription identifier"
26565 }
26566 ]
26567 }
26568 ],
26569 "categories": {
26570 "route": {
26571 "name": "route",
26572 "description": "Commands to manage Route Table routes",
26573 "fullName": "network route-table route",
26574 "usage": "[options] [command]",
26575 "options": [],
26576 "commands": [
26577 {
26578 "name": "create",
26579 "description": "Create route in a Route Table",
26580 "fullName": "network route-table route create",
26581 "usage": "[options] <resource-group> <route-table-name> <name>",
26582 "filePath": "commands/arm/network/network.js",
26583 "options": [
26584 {
26585 "flags": "-v, --verbose",
26586 "required": 0,
26587 "optional": 0,
26588 "bool": true,
26589 "short": "-v",
26590 "long": "--verbose",
26591 "description": "use verbose output"
26592 },
26593 {
26594 "flags": "-vv",
26595 "required": 0,
26596 "optional": 0,
26597 "bool": true,
26598 "long": "-vv",
26599 "description": "more verbose with debug output"
26600 },
26601 {
26602 "flags": "--json",
26603 "required": 0,
26604 "optional": 0,
26605 "bool": true,
26606 "long": "--json",
26607 "description": "use json output"
26608 },
26609 {
26610 "flags": "-g, --resource-group <resource-group>",
26611 "required": -22,
26612 "optional": 0,
26613 "bool": true,
26614 "short": "-g",
26615 "long": "--resource-group",
26616 "description": "the name of the resource group"
26617 },
26618 {
26619 "flags": "-r, --route-table-name <route-table-name>",
26620 "required": -24,
26621 "optional": 0,
26622 "bool": true,
26623 "short": "-r",
26624 "long": "--route-table-name",
26625 "description": "the name of the Route Table"
26626 },
26627 {
26628 "flags": "-n, --name <name>",
26629 "required": -12,
26630 "optional": 0,
26631 "bool": true,
26632 "short": "-n",
26633 "long": "--name",
26634 "description": "the name of the route"
26635 },
26636 {
26637 "flags": "-a, --address-prefix <address-prefix>",
26638 "required": -22,
26639 "optional": 0,
26640 "bool": true,
26641 "short": "-a",
26642 "long": "--address-prefix",
26643 "description": "the route address prefix e.g. 0.0.0.0/0"
26644 },
26645 {
26646 "flags": "-y, --next-hop-type <next-hop-type>",
26647 "required": -21,
26648 "optional": 0,
26649 "bool": true,
26650 "short": "-y",
26651 "long": "--next-hop-type",
26652 "description": "the route next hop type, valid values are:\n [VirtualAppliance,VirtualNetworkGateway,VNETLocal,Internet,None]"
26653 },
26654 {
26655 "flags": "-p, --next-hop-ip-address <next-hop-ip-address>",
26656 "required": -27,
26657 "optional": 0,
26658 "bool": true,
26659 "short": "-p",
26660 "long": "--next-hop-ip-address",
26661 "description": "the route next hop ip addresses, this parameter is valid\n only for next hop type VirtualAppliance"
26662 },
26663 {
26664 "flags": "-s, --subscription <subscription>",
26665 "required": -20,
26666 "optional": 0,
26667 "bool": true,
26668 "short": "-s",
26669 "long": "--subscription",
26670 "description": "the subscription identifier"
26671 }
26672 ]
26673 },
26674 {
26675 "name": "set",
26676 "description": "Set route in a Route Table",
26677 "fullName": "network route-table route set",
26678 "usage": "[options] <resource-group> <route-table-name> <name>",
26679 "filePath": "commands/arm/network/network.js",
26680 "options": [
26681 {
26682 "flags": "-v, --verbose",
26683 "required": 0,
26684 "optional": 0,
26685 "bool": true,
26686 "short": "-v",
26687 "long": "--verbose",
26688 "description": "use verbose output"
26689 },
26690 {
26691 "flags": "-vv",
26692 "required": 0,
26693 "optional": 0,
26694 "bool": true,
26695 "long": "-vv",
26696 "description": "more verbose with debug output"
26697 },
26698 {
26699 "flags": "--json",
26700 "required": 0,
26701 "optional": 0,
26702 "bool": true,
26703 "long": "--json",
26704 "description": "use json output"
26705 },
26706 {
26707 "flags": "-g, --resource-group <resource-group>",
26708 "required": -22,
26709 "optional": 0,
26710 "bool": true,
26711 "short": "-g",
26712 "long": "--resource-group",
26713 "description": "the name of the resource group"
26714 },
26715 {
26716 "flags": "-r, --route-table-name <route-table-name>",
26717 "required": -24,
26718 "optional": 0,
26719 "bool": true,
26720 "short": "-r",
26721 "long": "--route-table-name",
26722 "description": "the name of the Route Table"
26723 },
26724 {
26725 "flags": "-n, --name <name>",
26726 "required": -12,
26727 "optional": 0,
26728 "bool": true,
26729 "short": "-n",
26730 "long": "--name",
26731 "description": "the name of the route"
26732 },
26733 {
26734 "flags": "-a, --address-prefix <address-prefix>",
26735 "required": -22,
26736 "optional": 0,
26737 "bool": true,
26738 "short": "-a",
26739 "long": "--address-prefix",
26740 "description": "the route address prefix e.g. 0.0.0.0/0"
26741 },
26742 {
26743 "flags": "-y, --next-hop-type <next-hop-type>",
26744 "required": -21,
26745 "optional": 0,
26746 "bool": true,
26747 "short": "-y",
26748 "long": "--next-hop-type",
26749 "description": "the route next hop type, valid values are:\n [VirtualAppliance,VirtualNetworkGateway,VNETLocal,Internet,None]"
26750 },
26751 {
26752 "flags": "-p, --next-hop-ip-address <next-hop-ip-address>",
26753 "required": -27,
26754 "optional": 0,
26755 "bool": true,
26756 "short": "-p",
26757 "long": "--next-hop-ip-address",
26758 "description": "the route next hop ip addresses, this parameter is valid\n only for next hop type VirualAppliance"
26759 },
26760 {
26761 "flags": "-s, --subscription <subscription>",
26762 "required": -20,
26763 "optional": 0,
26764 "bool": true,
26765 "short": "-s",
26766 "long": "--subscription",
26767 "description": "the subscription identifier"
26768 }
26769 ]
26770 },
26771 {
26772 "name": "list",
26773 "description": "List all routes in a Route Table",
26774 "fullName": "network route-table route list",
26775 "usage": "[options] <resource-group> <route-table-name>",
26776 "filePath": "commands/arm/network/network.js",
26777 "options": [
26778 {
26779 "flags": "-v, --verbose",
26780 "required": 0,
26781 "optional": 0,
26782 "bool": true,
26783 "short": "-v",
26784 "long": "--verbose",
26785 "description": "use verbose output"
26786 },
26787 {
26788 "flags": "-vv",
26789 "required": 0,
26790 "optional": 0,
26791 "bool": true,
26792 "long": "-vv",
26793 "description": "more verbose with debug output"
26794 },
26795 {
26796 "flags": "--json",
26797 "required": 0,
26798 "optional": 0,
26799 "bool": true,
26800 "long": "--json",
26801 "description": "use json output"
26802 },
26803 {
26804 "flags": "-g, --resource-group <resource-group>",
26805 "required": -22,
26806 "optional": 0,
26807 "bool": true,
26808 "short": "-g",
26809 "long": "--resource-group",
26810 "description": "the name of the resource group"
26811 },
26812 {
26813 "flags": "-r, --route-table-name <route-table-name>",
26814 "required": -24,
26815 "optional": 0,
26816 "bool": true,
26817 "short": "-r",
26818 "long": "--route-table-name",
26819 "description": "the name of the Route Table"
26820 },
26821 {
26822 "flags": "-s, --subscription <subscription>",
26823 "required": -20,
26824 "optional": 0,
26825 "bool": true,
26826 "short": "-s",
26827 "long": "--subscription",
26828 "description": "the subscription identifier"
26829 }
26830 ]
26831 },
26832 {
26833 "name": "show",
26834 "description": "Show details about route in a Route Table",
26835 "fullName": "network route-table route show",
26836 "usage": "[options] <resource-group> <route-table-name> <name>",
26837 "filePath": "commands/arm/network/network.js",
26838 "options": [
26839 {
26840 "flags": "-v, --verbose",
26841 "required": 0,
26842 "optional": 0,
26843 "bool": true,
26844 "short": "-v",
26845 "long": "--verbose",
26846 "description": "use verbose output"
26847 },
26848 {
26849 "flags": "-vv",
26850 "required": 0,
26851 "optional": 0,
26852 "bool": true,
26853 "long": "-vv",
26854 "description": "more verbose with debug output"
26855 },
26856 {
26857 "flags": "--json",
26858 "required": 0,
26859 "optional": 0,
26860 "bool": true,
26861 "long": "--json",
26862 "description": "use json output"
26863 },
26864 {
26865 "flags": "-g, --resource-group <resource-group>",
26866 "required": -22,
26867 "optional": 0,
26868 "bool": true,
26869 "short": "-g",
26870 "long": "--resource-group",
26871 "description": "the name of the resource group"
26872 },
26873 {
26874 "flags": "-r, --route-table-name <route-table-name>",
26875 "required": -24,
26876 "optional": 0,
26877 "bool": true,
26878 "short": "-r",
26879 "long": "--route-table-name",
26880 "description": "the name of the Route Table"
26881 },
26882 {
26883 "flags": "-n, --name <name>",
26884 "required": -12,
26885 "optional": 0,
26886 "bool": true,
26887 "short": "-n",
26888 "long": "--name",
26889 "description": "the name of the route"
26890 },
26891 {
26892 "flags": "-s, --subscription <subscription>",
26893 "required": -20,
26894 "optional": 0,
26895 "bool": true,
26896 "short": "-s",
26897 "long": "--subscription",
26898 "description": "the subscription identifier"
26899 }
26900 ]
26901 },
26902 {
26903 "name": "delete",
26904 "description": "Delete route from a Route Table",
26905 "fullName": "network route-table route delete",
26906 "usage": "[options] <resource-group> <route-table-name> <name>",
26907 "filePath": "commands/arm/network/network.js",
26908 "options": [
26909 {
26910 "flags": "-v, --verbose",
26911 "required": 0,
26912 "optional": 0,
26913 "bool": true,
26914 "short": "-v",
26915 "long": "--verbose",
26916 "description": "use verbose output"
26917 },
26918 {
26919 "flags": "-vv",
26920 "required": 0,
26921 "optional": 0,
26922 "bool": true,
26923 "long": "-vv",
26924 "description": "more verbose with debug output"
26925 },
26926 {
26927 "flags": "--json",
26928 "required": 0,
26929 "optional": 0,
26930 "bool": true,
26931 "long": "--json",
26932 "description": "use json output"
26933 },
26934 {
26935 "flags": "-g, --resource-group <resource-group>",
26936 "required": -22,
26937 "optional": 0,
26938 "bool": true,
26939 "short": "-g",
26940 "long": "--resource-group",
26941 "description": "the name of the resource group"
26942 },
26943 {
26944 "flags": "-r, --route-table-name <route-table-name>",
26945 "required": -24,
26946 "optional": 0,
26947 "bool": true,
26948 "short": "-r",
26949 "long": "--route-table-name",
26950 "description": "the name of the Route Table"
26951 },
26952 {
26953 "flags": "-n, --name <name>",
26954 "required": -12,
26955 "optional": 0,
26956 "bool": true,
26957 "short": "-n",
26958 "long": "--name",
26959 "description": "the name of the route"
26960 },
26961 {
26962 "flags": "-q, --quiet",
26963 "required": 0,
26964 "optional": 0,
26965 "bool": true,
26966 "short": "-q",
26967 "long": "--quiet",
26968 "description": "quiet mode, do not ask for delete confirmation"
26969 },
26970 {
26971 "flags": "-s, --subscription <subscription>",
26972 "required": -20,
26973 "optional": 0,
26974 "bool": true,
26975 "short": "-s",
26976 "long": "--subscription",
26977 "description": "the subscription identifier"
26978 }
26979 ]
26980 }
26981 ],
26982 "categories": {}
26983 }
26984 }
26985 },
26986 "local-gateway": {
26987 "name": "local-gateway",
26988 "description": "Commands to manage Local Network Gateways",
26989 "fullName": "network local-gateway",
26990 "usage": "[options] [command]",
26991 "options": [],
26992 "commands": [
26993 {
26994 "name": "create",
26995 "description": "Create a local network gateway",
26996 "fullName": "network local-gateway create",
26997 "usage": "[options] <resource-group> <name> <location>",
26998 "filePath": "commands/arm/network/network.js",
26999 "options": [
27000 {
27001 "flags": "-v, --verbose",
27002 "required": 0,
27003 "optional": 0,
27004 "bool": true,
27005 "short": "-v",
27006 "long": "--verbose",
27007 "description": "use verbose output"
27008 },
27009 {
27010 "flags": "-vv",
27011 "required": 0,
27012 "optional": 0,
27013 "bool": true,
27014 "long": "-vv",
27015 "description": "more verbose with debug output"
27016 },
27017 {
27018 "flags": "--json",
27019 "required": 0,
27020 "optional": 0,
27021 "bool": true,
27022 "long": "--json",
27023 "description": "use json output"
27024 },
27025 {
27026 "flags": "-g, --resource-group <resource-group>",
27027 "required": -22,
27028 "optional": 0,
27029 "bool": true,
27030 "short": "-g",
27031 "long": "--resource-group",
27032 "description": "the name of the resource group"
27033 },
27034 {
27035 "flags": "-n, --name <name>",
27036 "required": -12,
27037 "optional": 0,
27038 "bool": true,
27039 "short": "-n",
27040 "long": "--name",
27041 "description": "the name of the local network gateway"
27042 },
27043 {
27044 "flags": "-l, --location <location>",
27045 "required": -16,
27046 "optional": 0,
27047 "bool": true,
27048 "short": "-l",
27049 "long": "--location",
27050 "description": "the location"
27051 },
27052 {
27053 "flags": "-a, --address-space <address-space>",
27054 "required": -21,
27055 "optional": 0,
27056 "bool": true,
27057 "short": "-a",
27058 "long": "--address-space",
27059 "description": "the comma separated list of address prefixes in CIDR format"
27060 },
27061 {
27062 "flags": "-i, --ip-address <ip-address>",
27063 "required": -18,
27064 "optional": 0,
27065 "bool": true,
27066 "short": "-i",
27067 "long": "--ip-address",
27068 "description": "the IP address of the local network site"
27069 },
27070 {
27071 "flags": "-t, --tags <tags>",
27072 "required": -12,
27073 "optional": 0,
27074 "bool": true,
27075 "short": "-t",
27076 "long": "--tags",
27077 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
27078 },
27079 {
27080 "flags": "-s, --subscription <subscription>",
27081 "required": -20,
27082 "optional": 0,
27083 "bool": true,
27084 "short": "-s",
27085 "long": "--subscription",
27086 "description": "the subscription identifier"
27087 }
27088 ]
27089 },
27090 {
27091 "name": "set",
27092 "description": "Set a local network gateway",
27093 "fullName": "network local-gateway set",
27094 "usage": "[options] <resource-group> <name>",
27095 "filePath": "commands/arm/network/network.js",
27096 "options": [
27097 {
27098 "flags": "-v, --verbose",
27099 "required": 0,
27100 "optional": 0,
27101 "bool": true,
27102 "short": "-v",
27103 "long": "--verbose",
27104 "description": "use verbose output"
27105 },
27106 {
27107 "flags": "-vv",
27108 "required": 0,
27109 "optional": 0,
27110 "bool": true,
27111 "long": "-vv",
27112 "description": "more verbose with debug output"
27113 },
27114 {
27115 "flags": "--json",
27116 "required": 0,
27117 "optional": 0,
27118 "bool": true,
27119 "long": "--json",
27120 "description": "use json output"
27121 },
27122 {
27123 "flags": "-g, --resource-group <resource-group>",
27124 "required": -22,
27125 "optional": 0,
27126 "bool": true,
27127 "short": "-g",
27128 "long": "--resource-group",
27129 "description": "the name of the resource group"
27130 },
27131 {
27132 "flags": "-n, --name <name>",
27133 "required": -12,
27134 "optional": 0,
27135 "bool": true,
27136 "short": "-n",
27137 "long": "--name",
27138 "description": "the name of the local network gateway"
27139 },
27140 {
27141 "flags": "-a, --address-space [address-space]",
27142 "required": 0,
27143 "optional": -21,
27144 "bool": true,
27145 "short": "-a",
27146 "long": "--address-space",
27147 "description": "the comma separated list of address prefixes in CIDR format"
27148 },
27149 {
27150 "flags": "-t, --tags [tags]",
27151 "required": 0,
27152 "optional": -12,
27153 "bool": true,
27154 "short": "-t",
27155 "long": "--tags",
27156 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
27157 },
27158 {
27159 "flags": "-s, --subscription <subscription>",
27160 "required": -20,
27161 "optional": 0,
27162 "bool": true,
27163 "short": "-s",
27164 "long": "--subscription",
27165 "description": "the subscription identifier"
27166 }
27167 ]
27168 },
27169 {
27170 "name": "list",
27171 "description": "Get all local networks gateways",
27172 "fullName": "network local-gateway list",
27173 "usage": "[options] <resource-group>",
27174 "filePath": "commands/arm/network/network.js",
27175 "options": [
27176 {
27177 "flags": "-v, --verbose",
27178 "required": 0,
27179 "optional": 0,
27180 "bool": true,
27181 "short": "-v",
27182 "long": "--verbose",
27183 "description": "use verbose output"
27184 },
27185 {
27186 "flags": "-vv",
27187 "required": 0,
27188 "optional": 0,
27189 "bool": true,
27190 "long": "-vv",
27191 "description": "more verbose with debug output"
27192 },
27193 {
27194 "flags": "--json",
27195 "required": 0,
27196 "optional": 0,
27197 "bool": true,
27198 "long": "--json",
27199 "description": "use json output"
27200 },
27201 {
27202 "flags": "-g, --resource-group <resource-group>",
27203 "required": -22,
27204 "optional": 0,
27205 "bool": true,
27206 "short": "-g",
27207 "long": "--resource-group",
27208 "description": "the name of the resource group"
27209 },
27210 {
27211 "flags": "-s, --subscription <subscription>",
27212 "required": -20,
27213 "optional": 0,
27214 "bool": true,
27215 "short": "-s",
27216 "long": "--subscription",
27217 "description": "the subscription identifier"
27218 }
27219 ]
27220 },
27221 {
27222 "name": "show",
27223 "description": "Get a local network gateway",
27224 "fullName": "network local-gateway show",
27225 "usage": "[options] <resource-group> <name>",
27226 "filePath": "commands/arm/network/network.js",
27227 "options": [
27228 {
27229 "flags": "-v, --verbose",
27230 "required": 0,
27231 "optional": 0,
27232 "bool": true,
27233 "short": "-v",
27234 "long": "--verbose",
27235 "description": "use verbose output"
27236 },
27237 {
27238 "flags": "-vv",
27239 "required": 0,
27240 "optional": 0,
27241 "bool": true,
27242 "long": "-vv",
27243 "description": "more verbose with debug output"
27244 },
27245 {
27246 "flags": "--json",
27247 "required": 0,
27248 "optional": 0,
27249 "bool": true,
27250 "long": "--json",
27251 "description": "use json output"
27252 },
27253 {
27254 "flags": "-g, --resource-group <resource-group>",
27255 "required": -22,
27256 "optional": 0,
27257 "bool": true,
27258 "short": "-g",
27259 "long": "--resource-group",
27260 "description": "the name of the resource group"
27261 },
27262 {
27263 "flags": "-n, --name <name>",
27264 "required": -12,
27265 "optional": 0,
27266 "bool": true,
27267 "short": "-n",
27268 "long": "--name",
27269 "description": "the name of the local network gateway"
27270 },
27271 {
27272 "flags": "-s, --subscription <subscription>",
27273 "required": -20,
27274 "optional": 0,
27275 "bool": true,
27276 "short": "-s",
27277 "long": "--subscription",
27278 "description": "the subscription identifier"
27279 }
27280 ]
27281 },
27282 {
27283 "name": "delete",
27284 "description": "Delete a local network gateway",
27285 "fullName": "network local-gateway delete",
27286 "usage": "[options] <resource-group> <name>",
27287 "filePath": "commands/arm/network/network.js",
27288 "options": [
27289 {
27290 "flags": "-v, --verbose",
27291 "required": 0,
27292 "optional": 0,
27293 "bool": true,
27294 "short": "-v",
27295 "long": "--verbose",
27296 "description": "use verbose output"
27297 },
27298 {
27299 "flags": "-vv",
27300 "required": 0,
27301 "optional": 0,
27302 "bool": true,
27303 "long": "-vv",
27304 "description": "more verbose with debug output"
27305 },
27306 {
27307 "flags": "--json",
27308 "required": 0,
27309 "optional": 0,
27310 "bool": true,
27311 "long": "--json",
27312 "description": "use json output"
27313 },
27314 {
27315 "flags": "-g, --resource-group <resource-group>",
27316 "required": -22,
27317 "optional": 0,
27318 "bool": true,
27319 "short": "-g",
27320 "long": "--resource-group",
27321 "description": "the name of the resource group"
27322 },
27323 {
27324 "flags": "-n, --name <name>",
27325 "required": -12,
27326 "optional": 0,
27327 "bool": true,
27328 "short": "-n",
27329 "long": "--name",
27330 "description": "the name of the local network gateway"
27331 },
27332 {
27333 "flags": "-q, --quiet",
27334 "required": 0,
27335 "optional": 0,
27336 "bool": true,
27337 "short": "-q",
27338 "long": "--quiet",
27339 "description": "quiet mode, do not ask for delete confirmation"
27340 },
27341 {
27342 "flags": "-s, --subscription <subscription>",
27343 "required": -20,
27344 "optional": 0,
27345 "bool": true,
27346 "short": "-s",
27347 "long": "--subscription",
27348 "description": "the subscription identifier"
27349 }
27350 ]
27351 }
27352 ],
27353 "categories": {}
27354 },
27355 "vpn-gateway": {
27356 "name": "vpn-gateway",
27357 "description": "Commands to manage Virtual Network Gateways",
27358 "fullName": "network vpn-gateway",
27359 "usage": "[options] [command]",
27360 "options": [],
27361 "commands": [
27362 {
27363 "name": "create",
27364 "description": "Create a virtual network gateway",
27365 "fullName": "network vpn-gateway create",
27366 "usage": "[options] <resource-group> <name> <location>",
27367 "filePath": "commands/arm/network/network.js",
27368 "options": [
27369 {
27370 "flags": "-v, --verbose",
27371 "required": 0,
27372 "optional": 0,
27373 "bool": true,
27374 "short": "-v",
27375 "long": "--verbose",
27376 "description": "use verbose output"
27377 },
27378 {
27379 "flags": "-vv",
27380 "required": 0,
27381 "optional": 0,
27382 "bool": true,
27383 "long": "-vv",
27384 "description": "more verbose with debug output"
27385 },
27386 {
27387 "flags": "--json",
27388 "required": 0,
27389 "optional": 0,
27390 "bool": true,
27391 "long": "--json",
27392 "description": "use json output"
27393 },
27394 {
27395 "flags": "-g, --resource-group <resource-group>",
27396 "required": -22,
27397 "optional": 0,
27398 "bool": true,
27399 "short": "-g",
27400 "long": "--resource-group",
27401 "description": "the name of the resource group"
27402 },
27403 {
27404 "flags": "-n, --name <name>",
27405 "required": -12,
27406 "optional": 0,
27407 "bool": true,
27408 "short": "-n",
27409 "long": "--name",
27410 "description": "the name of the virtual network gateway"
27411 },
27412 {
27413 "flags": "-l, --location <location>",
27414 "required": -16,
27415 "optional": 0,
27416 "bool": true,
27417 "short": "-l",
27418 "long": "--location",
27419 "description": "the location"
27420 },
27421 {
27422 "flags": "-y, --type <type>",
27423 "required": -12,
27424 "optional": 0,
27425 "bool": true,
27426 "short": "-y",
27427 "long": "--type",
27428 "description": "the gateway type\n Valid values are [RouteBased,PolicyBased,Dedicated]\n Default is RouteBased"
27429 },
27430 {
27431 "flags": "-u, --public-ip-id <public-ip-id>",
27432 "required": -20,
27433 "optional": 0,
27434 "bool": true,
27435 "short": "-u",
27436 "long": "--public-ip-id",
27437 "description": "the public ip identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/publicIPAddresses/<public-ip-name>"
27438 },
27439 {
27440 "flags": "-p, --public-ip-name <public-ip-name>",
27441 "required": -22,
27442 "optional": 0,
27443 "bool": true,
27444 "short": "-p",
27445 "long": "--public-ip-name",
27446 "description": "the public ip name. This public ip must exists in the same resource group as the vnet gateway. \n Please use public-ip-id if that is not the case."
27447 },
27448 {
27449 "flags": "-f, --subnet-id <subnet-id>",
27450 "required": -17,
27451 "optional": 0,
27452 "bool": true,
27453 "short": "-f",
27454 "long": "--subnet-id",
27455 "description": "the subnet identifier.\n e.g. /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/VirtualNetworks/<vnet-name>/subnets/<subnet-name>"
27456 },
27457 {
27458 "flags": "-m, --vnet-name <vnet-name>",
27459 "required": -17,
27460 "optional": 0,
27461 "bool": true,
27462 "short": "-m",
27463 "long": "--vnet-name",
27464 "description": "the virtual network name. This virtual network must exists in the same resource group as the vnet gateway. \n Please use subnet-id if that is not the case."
27465 },
27466 {
27467 "flags": "-e, --subnet-name <subnet-name>",
27468 "required": -19,
27469 "optional": 0,
27470 "bool": true,
27471 "short": "-e",
27472 "long": "--subnet-name",
27473 "description": "the subnet name which exists in vnet. Default value is \"GatewaySubnet\""
27474 },
27475 {
27476 "flags": "-a, --private-ip-address <private-ip-address>",
27477 "required": -26,
27478 "optional": 0,
27479 "bool": true,
27480 "short": "-a",
27481 "long": "--private-ip-address",
27482 "description": "the local ip address for the gateway in the vnet. If not provided then using Dynamic ip address"
27483 },
27484 {
27485 "flags": "-b, --enable-bgp <enable-bgp>",
27486 "required": -18,
27487 "optional": 0,
27488 "bool": true,
27489 "short": "-b",
27490 "long": "--enable-bgp",
27491 "description": "enable bgp [true, false]"
27492 },
27493 {
27494 "flags": "-t, --tags <tags>",
27495 "required": -12,
27496 "optional": 0,
27497 "bool": true,
27498 "short": "-t",
27499 "long": "--tags",
27500 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
27501 },
27502 {
27503 "flags": "-s, --subscription <subscription>",
27504 "required": -20,
27505 "optional": 0,
27506 "bool": true,
27507 "short": "-s",
27508 "long": "--subscription",
27509 "description": "the subscription identifier"
27510 }
27511 ]
27512 },
27513 {
27514 "name": "set",
27515 "description": "Set a virtual network gateway",
27516 "fullName": "network vpn-gateway set",
27517 "usage": "[options] <resource-group> <name>",
27518 "filePath": "commands/arm/network/network.js",
27519 "options": [
27520 {
27521 "flags": "-v, --verbose",
27522 "required": 0,
27523 "optional": 0,
27524 "bool": true,
27525 "short": "-v",
27526 "long": "--verbose",
27527 "description": "use verbose output"
27528 },
27529 {
27530 "flags": "-vv",
27531 "required": 0,
27532 "optional": 0,
27533 "bool": true,
27534 "long": "-vv",
27535 "description": "more verbose with debug output"
27536 },
27537 {
27538 "flags": "--json",
27539 "required": 0,
27540 "optional": 0,
27541 "bool": true,
27542 "long": "--json",
27543 "description": "use json output"
27544 },
27545 {
27546 "flags": "-g, --resource-group <resource-group>",
27547 "required": -22,
27548 "optional": 0,
27549 "bool": true,
27550 "short": "-g",
27551 "long": "--resource-group",
27552 "description": "the name of the resource group"
27553 },
27554 {
27555 "flags": "-n, --name <name>",
27556 "required": -12,
27557 "optional": 0,
27558 "bool": true,
27559 "short": "-n",
27560 "long": "--name",
27561 "description": "the name of the virtual network gateway"
27562 },
27563 {
27564 "flags": "-a, --private-ip-address <private-ip-address>",
27565 "required": -26,
27566 "optional": 0,
27567 "bool": true,
27568 "short": "-a",
27569 "long": "--private-ip-address",
27570 "description": "the local ip address for the gateway in the vnet"
27571 },
27572 {
27573 "flags": "-t, --tags [tags]",
27574 "required": 0,
27575 "optional": -12,
27576 "bool": true,
27577 "short": "-t",
27578 "long": "--tags",
27579 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
27580 },
27581 {
27582 "flags": "-s, --subscription <subscription>",
27583 "required": -20,
27584 "optional": 0,
27585 "bool": true,
27586 "short": "-s",
27587 "long": "--subscription",
27588 "description": "the subscription identifier"
27589 }
27590 ]
27591 },
27592 {
27593 "name": "list",
27594 "description": "List virtual network gateways",
27595 "fullName": "network vpn-gateway list",
27596 "usage": "[options] <resource-group>",
27597 "filePath": "commands/arm/network/network.js",
27598 "options": [
27599 {
27600 "flags": "-v, --verbose",
27601 "required": 0,
27602 "optional": 0,
27603 "bool": true,
27604 "short": "-v",
27605 "long": "--verbose",
27606 "description": "use verbose output"
27607 },
27608 {
27609 "flags": "-vv",
27610 "required": 0,
27611 "optional": 0,
27612 "bool": true,
27613 "long": "-vv",
27614 "description": "more verbose with debug output"
27615 },
27616 {
27617 "flags": "--json",
27618 "required": 0,
27619 "optional": 0,
27620 "bool": true,
27621 "long": "--json",
27622 "description": "use json output"
27623 },
27624 {
27625 "flags": "-g, --resource-group <resource-group>",
27626 "required": -22,
27627 "optional": 0,
27628 "bool": true,
27629 "short": "-g",
27630 "long": "--resource-group",
27631 "description": "the name of the resource group"
27632 },
27633 {
27634 "flags": "-s, --subscription <subscription>",
27635 "required": -20,
27636 "optional": 0,
27637 "bool": true,
27638 "short": "-s",
27639 "long": "--subscription",
27640 "description": "the subscription identifier"
27641 }
27642 ]
27643 },
27644 {
27645 "name": "show",
27646 "description": "Get a virtual network gateway",
27647 "fullName": "network vpn-gateway show",
27648 "usage": "[options] <resource-group> <name>",
27649 "filePath": "commands/arm/network/network.js",
27650 "options": [
27651 {
27652 "flags": "-v, --verbose",
27653 "required": 0,
27654 "optional": 0,
27655 "bool": true,
27656 "short": "-v",
27657 "long": "--verbose",
27658 "description": "use verbose output"
27659 },
27660 {
27661 "flags": "-vv",
27662 "required": 0,
27663 "optional": 0,
27664 "bool": true,
27665 "long": "-vv",
27666 "description": "more verbose with debug output"
27667 },
27668 {
27669 "flags": "--json",
27670 "required": 0,
27671 "optional": 0,
27672 "bool": true,
27673 "long": "--json",
27674 "description": "use json output"
27675 },
27676 {
27677 "flags": "-g, --resource-group <resource-group>",
27678 "required": -22,
27679 "optional": 0,
27680 "bool": true,
27681 "short": "-g",
27682 "long": "--resource-group",
27683 "description": "the name of the resource group"
27684 },
27685 {
27686 "flags": "-n, --name <name>",
27687 "required": -12,
27688 "optional": 0,
27689 "bool": true,
27690 "short": "-n",
27691 "long": "--name",
27692 "description": "the name of the virtual network gateway"
27693 },
27694 {
27695 "flags": "-s, --subscription <subscription>",
27696 "required": -20,
27697 "optional": 0,
27698 "bool": true,
27699 "short": "-s",
27700 "long": "--subscription",
27701 "description": "the subscription identifier"
27702 }
27703 ]
27704 },
27705 {
27706 "name": "delete",
27707 "description": "Delete a virtual network gateway",
27708 "fullName": "network vpn-gateway delete",
27709 "usage": "[options] <resource-group> <name>",
27710 "filePath": "commands/arm/network/network.js",
27711 "options": [
27712 {
27713 "flags": "-v, --verbose",
27714 "required": 0,
27715 "optional": 0,
27716 "bool": true,
27717 "short": "-v",
27718 "long": "--verbose",
27719 "description": "use verbose output"
27720 },
27721 {
27722 "flags": "-vv",
27723 "required": 0,
27724 "optional": 0,
27725 "bool": true,
27726 "long": "-vv",
27727 "description": "more verbose with debug output"
27728 },
27729 {
27730 "flags": "--json",
27731 "required": 0,
27732 "optional": 0,
27733 "bool": true,
27734 "long": "--json",
27735 "description": "use json output"
27736 },
27737 {
27738 "flags": "-g, --resource-group <resource-group>",
27739 "required": -22,
27740 "optional": 0,
27741 "bool": true,
27742 "short": "-g",
27743 "long": "--resource-group",
27744 "description": "the name of the resource group"
27745 },
27746 {
27747 "flags": "-n, --name <name>",
27748 "required": -12,
27749 "optional": 0,
27750 "bool": true,
27751 "short": "-n",
27752 "long": "--name",
27753 "description": "the name of the virtual network gateway"
27754 },
27755 {
27756 "flags": "-q, --quiet",
27757 "required": 0,
27758 "optional": 0,
27759 "bool": true,
27760 "short": "-q",
27761 "long": "--quiet",
27762 "description": "quiet mode, do not ask for delete confirmation"
27763 },
27764 {
27765 "flags": "-s, --subscription <subscription>",
27766 "required": -20,
27767 "optional": 0,
27768 "bool": true,
27769 "short": "-s",
27770 "long": "--subscription",
27771 "description": "the subscription identifier"
27772 }
27773 ]
27774 }
27775 ],
27776 "categories": {}
27777 },
27778 "vpn-connection": {
27779 "name": "vpn-connection",
27780 "description": "Commands to manage gateway connections",
27781 "fullName": "network vpn-connection",
27782 "usage": "[options] [command]",
27783 "options": [],
27784 "commands": [
27785 {
27786 "name": "create",
27787 "description": "Create a gateway connection",
27788 "fullName": "network vpn-connection create",
27789 "usage": "[options] <resource-group> <name> <location>",
27790 "filePath": "commands/arm/network/network.js",
27791 "options": [
27792 {
27793 "flags": "-v, --verbose",
27794 "required": 0,
27795 "optional": 0,
27796 "bool": true,
27797 "short": "-v",
27798 "long": "--verbose",
27799 "description": "use verbose output"
27800 },
27801 {
27802 "flags": "-vv",
27803 "required": 0,
27804 "optional": 0,
27805 "bool": true,
27806 "long": "-vv",
27807 "description": "more verbose with debug output"
27808 },
27809 {
27810 "flags": "--json",
27811 "required": 0,
27812 "optional": 0,
27813 "bool": true,
27814 "long": "--json",
27815 "description": "use json output"
27816 },
27817 {
27818 "flags": "-g, --resource-group <resource-group>",
27819 "required": -22,
27820 "optional": 0,
27821 "bool": true,
27822 "short": "-g",
27823 "long": "--resource-group",
27824 "description": "the name of the resource group"
27825 },
27826 {
27827 "flags": "-n, --name <name>",
27828 "required": -12,
27829 "optional": 0,
27830 "bool": true,
27831 "short": "-n",
27832 "long": "--name",
27833 "description": "the name of the gateway connection"
27834 },
27835 {
27836 "flags": "-l, --location <location>",
27837 "required": -16,
27838 "optional": 0,
27839 "bool": true,
27840 "short": "-l",
27841 "long": "--location",
27842 "description": "the location"
27843 },
27844 {
27845 "flags": "-i, --vnet-gateway1 <vnet-gateway1>",
27846 "required": -21,
27847 "optional": 0,
27848 "bool": true,
27849 "short": "-i",
27850 "long": "--vnet-gateway1",
27851 "description": "the name of the virtual network gateway"
27852 },
27853 {
27854 "flags": "-r, --vnet-gateway1-group <vnet-gateway1-group>",
27855 "required": -27,
27856 "optional": 0,
27857 "bool": true,
27858 "short": "-r",
27859 "long": "--vnet-gateway1-group",
27860 "description": "the resource group name of the virtual network gateway"
27861 },
27862 {
27863 "flags": "-e, --vnet-gateway2 <vnet-gateway2>",
27864 "required": -21,
27865 "optional": 0,
27866 "bool": true,
27867 "short": "-e",
27868 "long": "--vnet-gateway2",
27869 "description": "the name of the connected virtual network gateway"
27870 },
27871 {
27872 "flags": "-m, --vnet-gateway2-group <vnet-gateway2-group>",
27873 "required": -27,
27874 "optional": 0,
27875 "bool": true,
27876 "short": "-m",
27877 "long": "--vnet-gateway2-group",
27878 "description": "the resource group name of the connected virtual network gateway"
27879 },
27880 {
27881 "flags": "-d, --lnet-gateway2 <lnet-gateway2>",
27882 "required": -21,
27883 "optional": 0,
27884 "bool": true,
27885 "short": "-d",
27886 "long": "--lnet-gateway2",
27887 "description": "the name of the connected local network gateway"
27888 },
27889 {
27890 "flags": "-z, --lnet-gateway2-group <lnet-gateway2-group>",
27891 "required": -27,
27892 "optional": 0,
27893 "bool": true,
27894 "short": "-z",
27895 "long": "--lnet-gateway2-group",
27896 "description": "the resource group name of the connected local network gateway"
27897 },
27898 {
27899 "flags": "-y, --type <type>",
27900 "required": -12,
27901 "optional": 0,
27902 "bool": true,
27903 "short": "-y",
27904 "long": "--type",
27905 "description": "the connection type\n Valid values are [Vnet2Vnet,IPsec,ExpressRoute]"
27906 },
27907 {
27908 "flags": "-w, --routing-weight <routing-weight>",
27909 "required": -22,
27910 "optional": 0,
27911 "bool": true,
27912 "short": "-w",
27913 "long": "--routing-weight",
27914 "description": "the routing weight"
27915 },
27916 {
27917 "flags": "-k, --shared-key <shared-key>",
27918 "required": -18,
27919 "optional": 0,
27920 "bool": true,
27921 "short": "-k",
27922 "long": "--shared-key",
27923 "description": "the IPsec shared key"
27924 },
27925 {
27926 "flags": "-s, --subscription <subscription>",
27927 "required": -20,
27928 "optional": 0,
27929 "bool": true,
27930 "short": "-s",
27931 "long": "--subscription",
27932 "description": "the subscription identifier"
27933 },
27934 {
27935 "flags": "-t, --tags <tags>",
27936 "required": -12,
27937 "optional": 0,
27938 "bool": true,
27939 "short": "-t",
27940 "long": "--tags",
27941 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
27942 }
27943 ]
27944 },
27945 {
27946 "name": "set",
27947 "description": "Set a gateway connection",
27948 "fullName": "network vpn-connection set",
27949 "usage": "[options] <resource-group> <name>",
27950 "filePath": "commands/arm/network/network.js",
27951 "options": [
27952 {
27953 "flags": "-v, --verbose",
27954 "required": 0,
27955 "optional": 0,
27956 "bool": true,
27957 "short": "-v",
27958 "long": "--verbose",
27959 "description": "use verbose output"
27960 },
27961 {
27962 "flags": "-vv",
27963 "required": 0,
27964 "optional": 0,
27965 "bool": true,
27966 "long": "-vv",
27967 "description": "more verbose with debug output"
27968 },
27969 {
27970 "flags": "--json",
27971 "required": 0,
27972 "optional": 0,
27973 "bool": true,
27974 "long": "--json",
27975 "description": "use json output"
27976 },
27977 {
27978 "flags": "-g, --resource-group <resource-group>",
27979 "required": -22,
27980 "optional": 0,
27981 "bool": true,
27982 "short": "-g",
27983 "long": "--resource-group",
27984 "description": "the name of the resource group"
27985 },
27986 {
27987 "flags": "-n, --name <name>",
27988 "required": -12,
27989 "optional": 0,
27990 "bool": true,
27991 "short": "-n",
27992 "long": "--name",
27993 "description": "the name of the gateway connection"
27994 },
27995 {
27996 "flags": "-w, --routing-weight <routing-weight>",
27997 "required": -22,
27998 "optional": 0,
27999 "bool": true,
28000 "short": "-w",
28001 "long": "--routing-weight",
28002 "description": "the routing weight"
28003 },
28004 {
28005 "flags": "-s, --subscription <subscription>",
28006 "required": -20,
28007 "optional": 0,
28008 "bool": true,
28009 "short": "-s",
28010 "long": "--subscription",
28011 "description": "the subscription identifier"
28012 },
28013 {
28014 "flags": "-t, --tags [tags]",
28015 "required": 0,
28016 "optional": -12,
28017 "bool": true,
28018 "short": "-t",
28019 "long": "--tags",
28020 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
28021 }
28022 ]
28023 },
28024 {
28025 "name": "list",
28026 "description": "Get all gateway connections",
28027 "fullName": "network vpn-connection list",
28028 "usage": "[options] <resource-group>",
28029 "filePath": "commands/arm/network/network.js",
28030 "options": [
28031 {
28032 "flags": "-v, --verbose",
28033 "required": 0,
28034 "optional": 0,
28035 "bool": true,
28036 "short": "-v",
28037 "long": "--verbose",
28038 "description": "use verbose output"
28039 },
28040 {
28041 "flags": "-vv",
28042 "required": 0,
28043 "optional": 0,
28044 "bool": true,
28045 "long": "-vv",
28046 "description": "more verbose with debug output"
28047 },
28048 {
28049 "flags": "--json",
28050 "required": 0,
28051 "optional": 0,
28052 "bool": true,
28053 "long": "--json",
28054 "description": "use json output"
28055 },
28056 {
28057 "flags": "-g, --resource-group <resource-group>",
28058 "required": -22,
28059 "optional": 0,
28060 "bool": true,
28061 "short": "-g",
28062 "long": "--resource-group",
28063 "description": "the name of the resource group"
28064 },
28065 {
28066 "flags": "-s, --subscription <subscription>",
28067 "required": -20,
28068 "optional": 0,
28069 "bool": true,
28070 "short": "-s",
28071 "long": "--subscription",
28072 "description": "the subscription identifier"
28073 }
28074 ]
28075 },
28076 {
28077 "name": "show",
28078 "description": "Get details about gateway connection",
28079 "fullName": "network vpn-connection show",
28080 "usage": "[options] <resource-group> <name>",
28081 "filePath": "commands/arm/network/network.js",
28082 "options": [
28083 {
28084 "flags": "-v, --verbose",
28085 "required": 0,
28086 "optional": 0,
28087 "bool": true,
28088 "short": "-v",
28089 "long": "--verbose",
28090 "description": "use verbose output"
28091 },
28092 {
28093 "flags": "-vv",
28094 "required": 0,
28095 "optional": 0,
28096 "bool": true,
28097 "long": "-vv",
28098 "description": "more verbose with debug output"
28099 },
28100 {
28101 "flags": "--json",
28102 "required": 0,
28103 "optional": 0,
28104 "bool": true,
28105 "long": "--json",
28106 "description": "use json output"
28107 },
28108 {
28109 "flags": "-g, --resource-group <resource-group>",
28110 "required": -22,
28111 "optional": 0,
28112 "bool": true,
28113 "short": "-g",
28114 "long": "--resource-group",
28115 "description": "the name of the resource group"
28116 },
28117 {
28118 "flags": "-n, --name <name>",
28119 "required": -12,
28120 "optional": 0,
28121 "bool": true,
28122 "short": "-n",
28123 "long": "--name",
28124 "description": "the name of the gateway connection"
28125 },
28126 {
28127 "flags": "-s, --subscription <subscription>",
28128 "required": -20,
28129 "optional": 0,
28130 "bool": true,
28131 "short": "-s",
28132 "long": "--subscription",
28133 "description": "the subscription identifier"
28134 }
28135 ]
28136 },
28137 {
28138 "name": "delete",
28139 "description": "Delete a gateway connection",
28140 "fullName": "network vpn-connection delete",
28141 "usage": "[options] <resource-group> <name>",
28142 "filePath": "commands/arm/network/network.js",
28143 "options": [
28144 {
28145 "flags": "-v, --verbose",
28146 "required": 0,
28147 "optional": 0,
28148 "bool": true,
28149 "short": "-v",
28150 "long": "--verbose",
28151 "description": "use verbose output"
28152 },
28153 {
28154 "flags": "-vv",
28155 "required": 0,
28156 "optional": 0,
28157 "bool": true,
28158 "long": "-vv",
28159 "description": "more verbose with debug output"
28160 },
28161 {
28162 "flags": "--json",
28163 "required": 0,
28164 "optional": 0,
28165 "bool": true,
28166 "long": "--json",
28167 "description": "use json output"
28168 },
28169 {
28170 "flags": "-g, --resource-group <resource-group>",
28171 "required": -22,
28172 "optional": 0,
28173 "bool": true,
28174 "short": "-g",
28175 "long": "--resource-group",
28176 "description": "the name of the resource group"
28177 },
28178 {
28179 "flags": "-n, --name <name>",
28180 "required": -12,
28181 "optional": 0,
28182 "bool": true,
28183 "short": "-n",
28184 "long": "--name",
28185 "description": "the name of the gateway connection"
28186 },
28187 {
28188 "flags": "-q, --quiet",
28189 "required": 0,
28190 "optional": 0,
28191 "bool": true,
28192 "short": "-q",
28193 "long": "--quiet",
28194 "description": "quiet mode, do not ask for delete confirmation"
28195 },
28196 {
28197 "flags": "-s, --subscription <id>",
28198 "required": -20,
28199 "optional": 0,
28200 "bool": true,
28201 "short": "-s",
28202 "long": "--subscription",
28203 "description": "the subscription id"
28204 }
28205 ]
28206 }
28207 ],
28208 "categories": {
28209 "shared-key": {
28210 "name": "shared-key",
28211 "description": "Commands to manage gateway connection shared key",
28212 "fullName": "network vpn-connection shared-key",
28213 "usage": "[options] [command]",
28214 "options": [],
28215 "commands": [
28216 {
28217 "name": "set",
28218 "description": "Set gateway connection shared key",
28219 "fullName": "network vpn-connection shared-key set",
28220 "usage": "[options] <resource-group> <name> <value>",
28221 "filePath": "commands/arm/network/network.js",
28222 "options": [
28223 {
28224 "flags": "-v, --verbose",
28225 "required": 0,
28226 "optional": 0,
28227 "bool": true,
28228 "short": "-v",
28229 "long": "--verbose",
28230 "description": "use verbose output"
28231 },
28232 {
28233 "flags": "-vv",
28234 "required": 0,
28235 "optional": 0,
28236 "bool": true,
28237 "long": "-vv",
28238 "description": "more verbose with debug output"
28239 },
28240 {
28241 "flags": "--json",
28242 "required": 0,
28243 "optional": 0,
28244 "bool": true,
28245 "long": "--json",
28246 "description": "use json output"
28247 },
28248 {
28249 "flags": "-g, --resource-group <resource-group>",
28250 "required": -22,
28251 "optional": 0,
28252 "bool": true,
28253 "short": "-g",
28254 "long": "--resource-group",
28255 "description": "the name of the resource group"
28256 },
28257 {
28258 "flags": "-n, --name <name>",
28259 "required": -12,
28260 "optional": 0,
28261 "bool": true,
28262 "short": "-n",
28263 "long": "--name",
28264 "description": "the name of the gateway connection"
28265 },
28266 {
28267 "flags": "-k, --value <value>",
28268 "required": -13,
28269 "optional": 0,
28270 "bool": true,
28271 "short": "-k",
28272 "long": "--value",
28273 "description": "the shared key value"
28274 },
28275 {
28276 "flags": "-s, --subscription <subscription>",
28277 "required": -20,
28278 "optional": 0,
28279 "bool": true,
28280 "short": "-s",
28281 "long": "--subscription",
28282 "description": "the subscription identifier"
28283 }
28284 ]
28285 },
28286 {
28287 "name": "reset",
28288 "description": "Reset gateway connection shared key",
28289 "fullName": "network vpn-connection shared-key reset",
28290 "usage": "[options] <resource-group> <name> <key-length>",
28291 "filePath": "commands/arm/network/network.js",
28292 "options": [
28293 {
28294 "flags": "-v, --verbose",
28295 "required": 0,
28296 "optional": 0,
28297 "bool": true,
28298 "short": "-v",
28299 "long": "--verbose",
28300 "description": "use verbose output"
28301 },
28302 {
28303 "flags": "-vv",
28304 "required": 0,
28305 "optional": 0,
28306 "bool": true,
28307 "long": "-vv",
28308 "description": "more verbose with debug output"
28309 },
28310 {
28311 "flags": "--json",
28312 "required": 0,
28313 "optional": 0,
28314 "bool": true,
28315 "long": "--json",
28316 "description": "use json output"
28317 },
28318 {
28319 "flags": "-g, --resource-group <resource-group>",
28320 "required": -22,
28321 "optional": 0,
28322 "bool": true,
28323 "short": "-g",
28324 "long": "--resource-group",
28325 "description": "the name of the resource group"
28326 },
28327 {
28328 "flags": "-n, --name <name>",
28329 "required": -12,
28330 "optional": 0,
28331 "bool": true,
28332 "short": "-n",
28333 "long": "--name",
28334 "description": "the name of the gateway connection"
28335 },
28336 {
28337 "flags": "-l, --key-length <key-length>",
28338 "required": -18,
28339 "optional": 0,
28340 "bool": true,
28341 "short": "-l",
28342 "long": "--key-length",
28343 "description": "the shared key length"
28344 },
28345 {
28346 "flags": "-s, --subscription <subscription>",
28347 "required": -20,
28348 "optional": 0,
28349 "bool": true,
28350 "short": "-s",
28351 "long": "--subscription",
28352 "description": "the subscription identifier"
28353 }
28354 ]
28355 },
28356 {
28357 "name": "show",
28358 "description": "Get details about gateway connection shared key",
28359 "fullName": "network vpn-connection shared-key show",
28360 "usage": "[options] <resource-group> <name>",
28361 "filePath": "commands/arm/network/network.js",
28362 "options": [
28363 {
28364 "flags": "-v, --verbose",
28365 "required": 0,
28366 "optional": 0,
28367 "bool": true,
28368 "short": "-v",
28369 "long": "--verbose",
28370 "description": "use verbose output"
28371 },
28372 {
28373 "flags": "-vv",
28374 "required": 0,
28375 "optional": 0,
28376 "bool": true,
28377 "long": "-vv",
28378 "description": "more verbose with debug output"
28379 },
28380 {
28381 "flags": "--json",
28382 "required": 0,
28383 "optional": 0,
28384 "bool": true,
28385 "long": "--json",
28386 "description": "use json output"
28387 },
28388 {
28389 "flags": "-g, --resource-group <resource-group>",
28390 "required": -22,
28391 "optional": 0,
28392 "bool": true,
28393 "short": "-g",
28394 "long": "--resource-group",
28395 "description": "the name of the resource group"
28396 },
28397 {
28398 "flags": "-n, --name <name>",
28399 "required": -12,
28400 "optional": 0,
28401 "bool": true,
28402 "short": "-n",
28403 "long": "--name",
28404 "description": "the name of the gateway connection"
28405 },
28406 {
28407 "flags": "-s, --subscription <subscription>",
28408 "required": -20,
28409 "optional": 0,
28410 "bool": true,
28411 "short": "-s",
28412 "long": "--subscription",
28413 "description": "the subscription identifier"
28414 }
28415 ]
28416 }
28417 ],
28418 "categories": {}
28419 }
28420 }
28421 },
28422 "express-route": {
28423 "name": "express-route",
28424 "description": "Commands to manage express routes",
28425 "fullName": "network express-route",
28426 "usage": "[options]",
28427 "options": [],
28428 "commands": [],
28429 "categories": {
28430 "provider": {
28431 "name": "provider",
28432 "description": "Commands to manage express route service providers",
28433 "fullName": "network express-route provider",
28434 "usage": "[options] [command]",
28435 "options": [],
28436 "commands": [
28437 {
28438 "name": "list",
28439 "description": "List express route service providers",
28440 "fullName": "network express-route provider list",
28441 "usage": "[options]",
28442 "filePath": "commands/arm/network/network.js",
28443 "options": [
28444 {
28445 "flags": "-v, --verbose",
28446 "required": 0,
28447 "optional": 0,
28448 "bool": true,
28449 "short": "-v",
28450 "long": "--verbose",
28451 "description": "use verbose output"
28452 },
28453 {
28454 "flags": "-vv",
28455 "required": 0,
28456 "optional": 0,
28457 "bool": true,
28458 "long": "-vv",
28459 "description": "more verbose with debug output"
28460 },
28461 {
28462 "flags": "--json",
28463 "required": 0,
28464 "optional": 0,
28465 "bool": true,
28466 "long": "--json",
28467 "description": "use json output"
28468 },
28469 {
28470 "flags": "-s, --subscription <subscription>",
28471 "required": -20,
28472 "optional": 0,
28473 "bool": true,
28474 "short": "-s",
28475 "long": "--subscription",
28476 "description": "the subscription identifier"
28477 }
28478 ]
28479 }
28480 ],
28481 "categories": {}
28482 },
28483 "circuit": {
28484 "name": "circuit",
28485 "description": "Commands to manage express routes circuits",
28486 "fullName": "network express-route circuit",
28487 "usage": "[options] [command]",
28488 "options": [],
28489 "commands": [
28490 {
28491 "name": "create",
28492 "description": "Create express route circuit",
28493 "fullName": "network express-route circuit create",
28494 "usage": "[options] <resource-group> <name> <location>",
28495 "filePath": "commands/arm/network/network.js",
28496 "options": [
28497 {
28498 "flags": "-v, --verbose",
28499 "required": 0,
28500 "optional": 0,
28501 "bool": true,
28502 "short": "-v",
28503 "long": "--verbose",
28504 "description": "use verbose output"
28505 },
28506 {
28507 "flags": "-vv",
28508 "required": 0,
28509 "optional": 0,
28510 "bool": true,
28511 "long": "-vv",
28512 "description": "more verbose with debug output"
28513 },
28514 {
28515 "flags": "--json",
28516 "required": 0,
28517 "optional": 0,
28518 "bool": true,
28519 "long": "--json",
28520 "description": "use json output"
28521 },
28522 {
28523 "flags": "-g, --resource-group <resource-group>",
28524 "required": -22,
28525 "optional": 0,
28526 "bool": true,
28527 "short": "-g",
28528 "long": "--resource-group",
28529 "description": "the name of the resource group"
28530 },
28531 {
28532 "flags": "-n, --name <name>",
28533 "required": -12,
28534 "optional": 0,
28535 "bool": true,
28536 "short": "-n",
28537 "long": "--name",
28538 "description": "the name of the express route circuit"
28539 },
28540 {
28541 "flags": "-l, --location <location>",
28542 "required": -16,
28543 "optional": 0,
28544 "bool": true,
28545 "short": "-l",
28546 "long": "--location",
28547 "description": "the location"
28548 },
28549 {
28550 "flags": "-p, --service-provider-name <service-provider-name>",
28551 "required": -29,
28552 "optional": 0,
28553 "bool": true,
28554 "short": "-p",
28555 "long": "--service-provider-name",
28556 "description": "the service provider name"
28557 },
28558 {
28559 "flags": "-i, --peering-location <peering-location>",
28560 "required": -24,
28561 "optional": 0,
28562 "bool": true,
28563 "short": "-i",
28564 "long": "--peering-location",
28565 "description": "the service provider peering location"
28566 },
28567 {
28568 "flags": "-b, --bandwidth-in-mbps <bandwidth-in-mbps>",
28569 "required": -25,
28570 "optional": 0,
28571 "bool": true,
28572 "short": "-b",
28573 "long": "--bandwidth-in-mbps",
28574 "description": "the bandwidth in Mbps"
28575 },
28576 {
28577 "flags": "-e, --sku-tier <sku-tier>",
28578 "required": -16,
28579 "optional": 0,
28580 "bool": true,
28581 "short": "-e",
28582 "long": "--sku-tier",
28583 "description": "the sku tier"
28584 },
28585 {
28586 "flags": "-f, --sku-family <sku-family>",
28587 "required": -18,
28588 "optional": 0,
28589 "bool": true,
28590 "short": "-f",
28591 "long": "--sku-family",
28592 "description": "the sku family"
28593 },
28594 {
28595 "flags": "-t, --tags <tags>",
28596 "required": -12,
28597 "optional": 0,
28598 "bool": true,
28599 "short": "-t",
28600 "long": "--tags",
28601 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n For example, -t \"tag1=value1;tag2\""
28602 },
28603 {
28604 "flags": "-s, --subscription <subscription>",
28605 "required": -20,
28606 "optional": 0,
28607 "bool": true,
28608 "short": "-s",
28609 "long": "--subscription",
28610 "description": "the subscription identifier"
28611 }
28612 ]
28613 },
28614 {
28615 "name": "set",
28616 "description": "Set an express route circuit",
28617 "fullName": "network express-route circuit set",
28618 "usage": "[options] <resource-group> <name>",
28619 "filePath": "commands/arm/network/network.js",
28620 "options": [
28621 {
28622 "flags": "-v, --verbose",
28623 "required": 0,
28624 "optional": 0,
28625 "bool": true,
28626 "short": "-v",
28627 "long": "--verbose",
28628 "description": "use verbose output"
28629 },
28630 {
28631 "flags": "-vv",
28632 "required": 0,
28633 "optional": 0,
28634 "bool": true,
28635 "long": "-vv",
28636 "description": "more verbose with debug output"
28637 },
28638 {
28639 "flags": "--json",
28640 "required": 0,
28641 "optional": 0,
28642 "bool": true,
28643 "long": "--json",
28644 "description": "use json output"
28645 },
28646 {
28647 "flags": "-g, --resource-group <resource-group>",
28648 "required": -22,
28649 "optional": 0,
28650 "bool": true,
28651 "short": "-g",
28652 "long": "--resource-group",
28653 "description": "the name of the resource group"
28654 },
28655 {
28656 "flags": "-n, --name <name>",
28657 "required": -12,
28658 "optional": 0,
28659 "bool": true,
28660 "short": "-n",
28661 "long": "--name",
28662 "description": "the name of the express route circuit"
28663 },
28664 {
28665 "flags": "-b, --bandwidth-in-mbps <bandwidth-in-mbps>",
28666 "required": -25,
28667 "optional": 0,
28668 "bool": true,
28669 "short": "-b",
28670 "long": "--bandwidth-in-mbps",
28671 "description": "the bandwidth in Mbps"
28672 },
28673 {
28674 "flags": "-e, --sku-tier <sku-tier>",
28675 "required": -16,
28676 "optional": 0,
28677 "bool": true,
28678 "short": "-e",
28679 "long": "--sku-tier",
28680 "description": "the sku tier"
28681 },
28682 {
28683 "flags": "-f, --sku-family <sku-family>",
28684 "required": -18,
28685 "optional": 0,
28686 "bool": true,
28687 "short": "-f",
28688 "long": "--sku-family",
28689 "description": "the sku family"
28690 },
28691 {
28692 "flags": "-t, --tags [tags]",
28693 "required": 0,
28694 "optional": -12,
28695 "bool": true,
28696 "short": "-t",
28697 "long": "--tags",
28698 "description": "the list of tags.\n Can be multiple. In the format of \"name=value\".\n Name is required and value is optional.\n Existing tag values will be replaced by the values specified.\n For example, -t \"tag1=value1;tag2\""
28699 },
28700 {
28701 "flags": "-s, --subscription <subscription>",
28702 "required": -20,
28703 "optional": 0,
28704 "bool": true,
28705 "short": "-s",
28706 "long": "--subscription",
28707 "description": "the subscription identifier"
28708 }
28709 ]
28710 },
28711 {
28712 "name": "list",
28713 "description": "Get all express route circuits",
28714 "fullName": "network express-route circuit list",
28715 "usage": "[options] [resource-group]",
28716 "filePath": "commands/arm/network/network.js",
28717 "options": [
28718 {
28719 "flags": "-v, --verbose",
28720 "required": 0,
28721 "optional": 0,
28722 "bool": true,
28723 "short": "-v",
28724 "long": "--verbose",
28725 "description": "use verbose output"
28726 },
28727 {
28728 "flags": "-vv",
28729 "required": 0,
28730 "optional": 0,
28731 "bool": true,
28732 "long": "-vv",
28733 "description": "more verbose with debug output"
28734 },
28735 {
28736 "flags": "--json",
28737 "required": 0,
28738 "optional": 0,
28739 "bool": true,
28740 "long": "--json",
28741 "description": "use json output"
28742 },
28743 {
28744 "flags": "-g, --resource-group <resource-group>",
28745 "required": -22,
28746 "optional": 0,
28747 "bool": true,
28748 "short": "-g",
28749 "long": "--resource-group",
28750 "description": "the name of the resource group"
28751 },
28752 {
28753 "flags": "-s, --subscription <subscription>",
28754 "required": -20,
28755 "optional": 0,
28756 "bool": true,
28757 "short": "-s",
28758 "long": "--subscription",
28759 "description": "the subscription identifier"
28760 }
28761 ]
28762 },
28763 {
28764 "name": "show",
28765 "description": "Create express route circuit",
28766 "fullName": "network express-route circuit show",
28767 "usage": "[options] <resource-group> <name>",
28768 "filePath": "commands/arm/network/network.js",
28769 "options": [
28770 {
28771 "flags": "-v, --verbose",
28772 "required": 0,
28773 "optional": 0,
28774 "bool": true,
28775 "short": "-v",
28776 "long": "--verbose",
28777 "description": "use verbose output"
28778 },
28779 {
28780 "flags": "-vv",
28781 "required": 0,
28782 "optional": 0,
28783 "bool": true,
28784 "long": "-vv",
28785 "description": "more verbose with debug output"
28786 },
28787 {
28788 "flags": "--json",
28789 "required": 0,
28790 "optional": 0,
28791 "bool": true,
28792 "long": "--json",
28793 "description": "use json output"
28794 },
28795 {
28796 "flags": "-g, --resource-group <resource-group>",
28797 "required": -22,
28798 "optional": 0,
28799 "bool": true,
28800 "short": "-g",
28801 "long": "--resource-group",
28802 "description": "the name of the resource group"
28803 },
28804 {
28805 "flags": "-n, --name <name>",
28806 "required": -12,
28807 "optional": 0,
28808 "bool": true,
28809 "short": "-n",
28810 "long": "--name",
28811 "description": "the name of the express route circuit"
28812 },
28813 {
28814 "flags": "-s, --subscription <subscription>",
28815 "required": -20,
28816 "optional": 0,
28817 "bool": true,
28818 "short": "-s",
28819 "long": "--subscription",
28820 "description": "the subscription identifier"
28821 }
28822 ]
28823 },
28824 {
28825 "name": "delete",
28826 "description": "Delete an express route circuit",
28827 "fullName": "network express-route circuit delete",
28828 "usage": "[options] <resource-group> <name>",
28829 "filePath": "commands/arm/network/network.js",
28830 "options": [
28831 {
28832 "flags": "-v, --verbose",
28833 "required": 0,
28834 "optional": 0,
28835 "bool": true,
28836 "short": "-v",
28837 "long": "--verbose",
28838 "description": "use verbose output"
28839 },
28840 {
28841 "flags": "-vv",
28842 "required": 0,
28843 "optional": 0,
28844 "bool": true,
28845 "long": "-vv",
28846 "description": "more verbose with debug output"
28847 },
28848 {
28849 "flags": "--json",
28850 "required": 0,
28851 "optional": 0,
28852 "bool": true,
28853 "long": "--json",
28854 "description": "use json output"
28855 },
28856 {
28857 "flags": "-g, --resource-group <resource-group>",
28858 "required": -22,
28859 "optional": 0,
28860 "bool": true,
28861 "short": "-g",
28862 "long": "--resource-group",
28863 "description": "the name of the resource group"
28864 },
28865 {
28866 "flags": "-n, --name <name>",
28867 "required": -12,
28868 "optional": 0,
28869 "bool": true,
28870 "short": "-n",
28871 "long": "--name",
28872 "description": "the name of the express route circuit"
28873 },
28874 {
28875 "flags": "-q, --quiet",
28876 "required": 0,
28877 "optional": 0,
28878 "bool": true,
28879 "short": "-q",
28880 "long": "--quiet",
28881 "description": "quiet mode, do not ask for delete confirmation"
28882 },
28883 {
28884 "flags": "-s, --subscription <subscription>",
28885 "required": -20,
28886 "optional": 0,
28887 "bool": true,
28888 "short": "-s",
28889 "long": "--subscription",
28890 "description": "the subscription identifier"
28891 }
28892 ]
28893 }
28894 ],
28895 "categories": {}
28896 },
28897 "authorization": {
28898 "name": "authorization",
28899 "description": "Commands to manage express routes authorization",
28900 "fullName": "network express-route authorization",
28901 "usage": "[options] [command]",
28902 "options": [],
28903 "commands": [
28904 {
28905 "name": "create",
28906 "description": "Create express route circuit authorization",
28907 "fullName": "network express-route authorization create",
28908 "usage": "[options] <resource-group> <circuit-name> <auth-name>",
28909 "filePath": "commands/arm/network/network.js",
28910 "options": [
28911 {
28912 "flags": "-v, --verbose",
28913 "required": 0,
28914 "optional": 0,
28915 "bool": true,
28916 "short": "-v",
28917 "long": "--verbose",
28918 "description": "use verbose output"
28919 },
28920 {
28921 "flags": "-vv",
28922 "required": 0,
28923 "optional": 0,
28924 "bool": true,
28925 "long": "-vv",
28926 "description": "more verbose with debug output"
28927 },
28928 {
28929 "flags": "--json",
28930 "required": 0,
28931 "optional": 0,
28932 "bool": true,
28933 "long": "--json",
28934 "description": "use json output"
28935 },
28936 {
28937 "flags": "-g, --resource-group <resource-group>",
28938 "required": -22,
28939 "optional": 0,
28940 "bool": true,
28941 "short": "-g",
28942 "long": "--resource-group",
28943 "description": "the name of the resource group"
28944 },
28945 {
28946 "flags": "-c, --circuit-name <circuit-name>",
28947 "required": -20,
28948 "optional": 0,
28949 "bool": true,
28950 "short": "-c",
28951 "long": "--circuit-name",
28952 "description": "the name of the express route circuit"
28953 },
28954 {
28955 "flags": "-n, --auth-name <auth-name>",
28956 "required": -17,
28957 "optional": 0,
28958 "bool": true,
28959 "short": "-n",
28960 "long": "--auth-name",
28961 "description": "the name of the express route circuit authorization"
28962 },
28963 {
28964 "flags": "-k, --key <key>",
28965 "required": -11,
28966 "optional": 0,
28967 "bool": true,
28968 "short": "-k",
28969 "long": "--key",
28970 "description": "the express route circuit authorization key"
28971 },
28972 {
28973 "flags": "-s, --subscription <subscription>",
28974 "required": -20,
28975 "optional": 0,
28976 "bool": true,
28977 "short": "-s",
28978 "long": "--subscription",
28979 "description": "the subscription identifier"
28980 }
28981 ]
28982 },
28983 {
28984 "name": "set",
28985 "description": "Set express route circuit authorization",
28986 "fullName": "network express-route authorization set",
28987 "usage": "[options] <resource-group> <circuit-name> <auth-name>",
28988 "filePath": "commands/arm/network/network.js",
28989 "options": [
28990 {
28991 "flags": "-v, --verbose",
28992 "required": 0,
28993 "optional": 0,
28994 "bool": true,
28995 "short": "-v",
28996 "long": "--verbose",
28997 "description": "use verbose output"
28998 },
28999 {
29000 "flags": "-vv",
29001 "required": 0,
29002 "optional": 0,
29003 "bool": true,
29004 "long": "-vv",
29005 "description": "more verbose with debug output"
29006 },
29007 {
29008 "flags": "--json",
29009 "required": 0,
29010 "optional": 0,
29011 "bool": true,
29012 "long": "--json",
29013 "description": "use json output"
29014 },
29015 {
29016 "flags": "-g, --resource-group <resource-group>",
29017 "required": -22,
29018 "optional": 0,
29019 "bool": true,
29020 "short": "-g",
29021 "long": "--resource-group",
29022 "description": "the name of the resource group"
29023 },
29024 {
29025 "flags": "-c, --circuit-name <circuit-name>",
29026 "required": -20,
29027 "optional": 0,
29028 "bool": true,
29029 "short": "-c",
29030 "long": "--circuit-name",
29031 "description": "the name of the express route circuit"
29032 },
29033 {
29034 "flags": "-n, --auth-name <auth-name>",
29035 "required": -17,
29036 "optional": 0,
29037 "bool": true,
29038 "short": "-n",
29039 "long": "--auth-name",
29040 "description": "the name of the express route circuit authorization"
29041 },
29042 {
29043 "flags": "-k, --key <key>",
29044 "required": -11,
29045 "optional": 0,
29046 "bool": true,
29047 "short": "-k",
29048 "long": "--key",
29049 "description": "the express route circuit authorization key"
29050 },
29051 {
29052 "flags": "-s, --subscription <subscription>",
29053 "required": -20,
29054 "optional": 0,
29055 "bool": true,
29056 "short": "-s",
29057 "long": "--subscription",
29058 "description": "the subscription identifier"
29059 }
29060 ]
29061 },
29062 {
29063 "name": "show",
29064 "description": "Show express route circuit authorization",
29065 "fullName": "network express-route authorization show",
29066 "usage": "[options] <resource-group> <circuit-name> <auth-name>",
29067 "filePath": "commands/arm/network/network.js",
29068 "options": [
29069 {
29070 "flags": "-v, --verbose",
29071 "required": 0,
29072 "optional": 0,
29073 "bool": true,
29074 "short": "-v",
29075 "long": "--verbose",
29076 "description": "use verbose output"
29077 },
29078 {
29079 "flags": "-vv",
29080 "required": 0,
29081 "optional": 0,
29082 "bool": true,
29083 "long": "-vv",
29084 "description": "more verbose with debug output"
29085 },
29086 {
29087 "flags": "--json",
29088 "required": 0,
29089 "optional": 0,
29090 "bool": true,
29091 "long": "--json",
29092 "description": "use json output"
29093 },
29094 {
29095 "flags": "-g, --resource-group <resource-group>",
29096 "required": -22,
29097 "optional": 0,
29098 "bool": true,
29099 "short": "-g",
29100 "long": "--resource-group",
29101 "description": "the name of the resource group"
29102 },
29103 {
29104 "flags": "-c, --circuit-name <circuit-name>",
29105 "required": -20,
29106 "optional": 0,
29107 "bool": true,
29108 "short": "-c",
29109 "long": "--circuit-name",
29110 "description": "the name of the express route circuit"
29111 },
29112 {
29113 "flags": "-n, --auth-name <auth-name>",
29114 "required": -17,
29115 "optional": 0,
29116 "bool": true,
29117 "short": "-n",
29118 "long": "--auth-name",
29119 "description": "the name of the express route circuit express route authorization"
29120 },
29121 {
29122 "flags": "-s, --subscription <subscription>",
29123 "required": -20,
29124 "optional": 0,
29125 "bool": true,
29126 "short": "-s",
29127 "long": "--subscription",
29128 "description": "the subscription identifier"
29129 }
29130 ]
29131 },
29132 {
29133 "name": "delete",
29134 "description": "Delete express route circuit authorization",
29135 "fullName": "network express-route authorization delete",
29136 "usage": "[options] <resource-group> <circuit-name> <auth-name>",
29137 "filePath": "commands/arm/network/network.js",
29138 "options": [
29139 {
29140 "flags": "-v, --verbose",
29141 "required": 0,
29142 "optional": 0,
29143 "bool": true,
29144 "short": "-v",
29145 "long": "--verbose",
29146 "description": "use verbose output"
29147 },
29148 {
29149 "flags": "-vv",
29150 "required": 0,
29151 "optional": 0,
29152 "bool": true,
29153 "long": "-vv",
29154 "description": "more verbose with debug output"
29155 },
29156 {
29157 "flags": "--json",
29158 "required": 0,
29159 "optional": 0,
29160 "bool": true,
29161 "long": "--json",
29162 "description": "use json output"
29163 },
29164 {
29165 "flags": "-g, --resource-group <resource-group>",
29166 "required": -22,
29167 "optional": 0,
29168 "bool": true,
29169 "short": "-g",
29170 "long": "--resource-group",
29171 "description": "the name of the resource group"
29172 },
29173 {
29174 "flags": "-c, --circuit-name <circuit-name>",
29175 "required": -20,
29176 "optional": 0,
29177 "bool": true,
29178 "short": "-c",
29179 "long": "--circuit-name",
29180 "description": "the name of the express route circuit"
29181 },
29182 {
29183 "flags": "-n, --auth-name <auth-name>",
29184 "required": -17,
29185 "optional": 0,
29186 "bool": true,
29187 "short": "-n",
29188 "long": "--auth-name",
29189 "description": "the name of the express route circuit express route authorization"
29190 },
29191 {
29192 "flags": "-q, --quiet",
29193 "required": 0,
29194 "optional": 0,
29195 "bool": true,
29196 "short": "-q",
29197 "long": "--quiet",
29198 "description": "quiet mode, do not ask for delete confirmation"
29199 },
29200 {
29201 "flags": "-s, --subscription <subscription>",
29202 "required": -20,
29203 "optional": 0,
29204 "bool": true,
29205 "short": "-s",
29206 "long": "--subscription",
29207 "description": "the subscription identifier"
29208 }
29209 ]
29210 },
29211 {
29212 "name": "list",
29213 "description": "Get all express route circuit authorizations",
29214 "fullName": "network express-route authorization list",
29215 "usage": "[options] <resource-group> <circuit-name>",
29216 "filePath": "commands/arm/network/network.js",
29217 "options": [
29218 {
29219 "flags": "-v, --verbose",
29220 "required": 0,
29221 "optional": 0,
29222 "bool": true,
29223 "short": "-v",
29224 "long": "--verbose",
29225 "description": "use verbose output"
29226 },
29227 {
29228 "flags": "-vv",
29229 "required": 0,
29230 "optional": 0,
29231 "bool": true,
29232 "long": "-vv",
29233 "description": "more verbose with debug output"
29234 },
29235 {
29236 "flags": "--json",
29237 "required": 0,
29238 "optional": 0,
29239 "bool": true,
29240 "long": "--json",
29241 "description": "use json output"
29242 },
29243 {
29244 "flags": "-g, --resource-group <resource-group>",
29245 "required": -22,
29246 "optional": 0,
29247 "bool": true,
29248 "short": "-g",
29249 "long": "--resource-group",
29250 "description": "the name of the resource group"
29251 },
29252 {
29253 "flags": "-c, --circuit-name <circuit-name>",
29254 "required": -20,
29255 "optional": 0,
29256 "bool": true,
29257 "short": "-c",
29258 "long": "--circuit-name",
29259 "description": "the name of the express route circuit"
29260 },
29261 {
29262 "flags": "-s, --subscription <subscription>",
29263 "required": -20,
29264 "optional": 0,
29265 "bool": true,
29266 "short": "-s",
29267 "long": "--subscription",
29268 "description": "the subscription identifier"
29269 }
29270 ]
29271 }
29272 ],
29273 "categories": {}
29274 }
29275 }
29276 }
29277 }
29278 },
29279 "provider": {
29280 "name": "provider",
29281 "description": "Commands to manage resource provider registrations",
29282 "fullName": "provider",
29283 "usage": "[options] [command]",
29284 "options": [],
29285 "commands": [
29286 {
29287 "name": "list",
29288 "description": "List currently registered providers in ARM",
29289 "fullName": "provider list",
29290 "usage": "[options]",
29291 "filePath": "commands/arm/providers/provider.js",
29292 "options": [
29293 {
29294 "flags": "-v, --verbose",
29295 "required": 0,
29296 "optional": 0,
29297 "bool": true,
29298 "short": "-v",
29299 "long": "--verbose",
29300 "description": "use verbose output"
29301 },
29302 {
29303 "flags": "-vv",
29304 "required": 0,
29305 "optional": 0,
29306 "bool": true,
29307 "long": "-vv",
29308 "description": "more verbose with debug output"
29309 },
29310 {
29311 "flags": "--json",
29312 "required": 0,
29313 "optional": 0,
29314 "bool": true,
29315 "long": "--json",
29316 "description": "use json output"
29317 },
29318 {
29319 "flags": "-s --subscription <subscription>",
29320 "required": -19,
29321 "optional": 0,
29322 "bool": true,
29323 "short": "-s",
29324 "long": "--subscription",
29325 "description": "Subscription to list providers for"
29326 }
29327 ]
29328 },
29329 {
29330 "name": "show",
29331 "description": "Show details about the requested provider namespace",
29332 "fullName": "provider show",
29333 "usage": "[options] <namespace>",
29334 "filePath": "commands/arm/providers/provider.js",
29335 "options": [
29336 {
29337 "flags": "-v, --verbose",
29338 "required": 0,
29339 "optional": 0,
29340 "bool": true,
29341 "short": "-v",
29342 "long": "--verbose",
29343 "description": "use verbose output"
29344 },
29345 {
29346 "flags": "-vv",
29347 "required": 0,
29348 "optional": 0,
29349 "bool": true,
29350 "long": "-vv",
29351 "description": "more verbose with debug output"
29352 },
29353 {
29354 "flags": "--json",
29355 "required": 0,
29356 "optional": 0,
29357 "bool": true,
29358 "long": "--json",
29359 "description": "use json output"
29360 },
29361 {
29362 "flags": "-n --namespace <namespace>",
29363 "required": -16,
29364 "optional": 0,
29365 "bool": true,
29366 "short": "-n",
29367 "long": "--namespace",
29368 "description": "the provider namespace to show"
29369 },
29370 {
29371 "flags": "-s --subscription <subscription",
29372 "required": -19,
29373 "optional": 0,
29374 "bool": true,
29375 "short": "-s",
29376 "long": "--subscription",
29377 "description": "subscription to show provider for"
29378 }
29379 ]
29380 },
29381 {
29382 "name": "register",
29383 "description": "Register namespace provider with the subscription",
29384 "fullName": "provider register",
29385 "usage": "[options] <namespace>",
29386 "filePath": "commands/arm/providers/provider.js",
29387 "options": [
29388 {
29389 "flags": "-v, --verbose",
29390 "required": 0,
29391 "optional": 0,
29392 "bool": true,
29393 "short": "-v",
29394 "long": "--verbose",
29395 "description": "use verbose output"
29396 },
29397 {
29398 "flags": "-vv",
29399 "required": 0,
29400 "optional": 0,
29401 "bool": true,
29402 "long": "-vv",
29403 "description": "more verbose with debug output"
29404 },
29405 {
29406 "flags": "--json",
29407 "required": 0,
29408 "optional": 0,
29409 "bool": true,
29410 "long": "--json",
29411 "description": "use json output"
29412 },
29413 {
29414 "flags": "-n --namespace <namespace>",
29415 "required": -16,
29416 "optional": 0,
29417 "bool": true,
29418 "short": "-n",
29419 "long": "--namespace",
29420 "description": "the provider namespace to register"
29421 },
29422 {
29423 "flags": "-s --subscription <subscription>",
29424 "required": -19,
29425 "optional": 0,
29426 "bool": true,
29427 "short": "-s",
29428 "long": "--subscription",
29429 "description": "Subscription to register"
29430 }
29431 ]
29432 },
29433 {
29434 "name": "unregister",
29435 "description": "Un-register namespace provider with the subscription",
29436 "fullName": "provider unregister",
29437 "usage": "[options] <namespace>",
29438 "filePath": "commands/arm/providers/provider.js",
29439 "options": [
29440 {
29441 "flags": "-v, --verbose",
29442 "required": 0,
29443 "optional": 0,
29444 "bool": true,
29445 "short": "-v",
29446 "long": "--verbose",
29447 "description": "use verbose output"
29448 },
29449 {
29450 "flags": "-vv",
29451 "required": 0,
29452 "optional": 0,
29453 "bool": true,
29454 "long": "-vv",
29455 "description": "more verbose with debug output"
29456 },
29457 {
29458 "flags": "--json",
29459 "required": 0,
29460 "optional": 0,
29461 "bool": true,
29462 "long": "--json",
29463 "description": "use json output"
29464 },
29465 {
29466 "flags": "-n --namespace <namespace>",
29467 "required": -16,
29468 "optional": 0,
29469 "bool": true,
29470 "short": "-n",
29471 "long": "--namespace",
29472 "description": "the provider namespace to register"
29473 },
29474 {
29475 "flags": "-s --subscription <subscription>",
29476 "required": -19,
29477 "optional": 0,
29478 "bool": true,
29479 "short": "-s",
29480 "long": "--subscription",
29481 "description": "Subscription to register"
29482 }
29483 ]
29484 }
29485 ],
29486 "categories": {
29487 "operations": {
29488 "name": "operations",
29489 "description": "Commands to get the operations or actions allowed by an Azure resource provider.",
29490 "fullName": "provider operations",
29491 "usage": "[options] [command]",
29492 "options": [],
29493 "commands": [
29494 {
29495 "name": "show",
29496 "description": "Show operations for the requested provider operation search string. Operations can be composed to create custom roles in Azure RBAC. The command takes as input a operation search string (with wildcard (*) character(s)) which determines the action details to display.",
29497 "fullName": "provider operations show",
29498 "usage": "[options] <operationSearchString>\n\n -------------------------- Get all actions for all providers --------------------------\n azure provider operations show --operationSearchString *\n\n -------------------------- Get actions for a particular resource provider --------------------------\n azure provider operations show --operationSearchString Microsoft.Insights/*\n\n -------------------------- Get all actions that can be performed on virtual machines --------------------------\n azure provider operations show --operationSearchString */virtualMachines/*",
29499 "filePath": "commands/arm/providers/provider.operations.js",
29500 "options": [
29501 {
29502 "flags": "-v, --verbose",
29503 "required": 0,
29504 "optional": 0,
29505 "bool": true,
29506 "short": "-v",
29507 "long": "--verbose",
29508 "description": "use verbose output"
29509 },
29510 {
29511 "flags": "-vv",
29512 "required": 0,
29513 "optional": 0,
29514 "bool": true,
29515 "long": "-vv",
29516 "description": "more verbose with debug output"
29517 },
29518 {
29519 "flags": "--json",
29520 "required": 0,
29521 "optional": 0,
29522 "bool": true,
29523 "long": "--json",
29524 "description": "use json output"
29525 },
29526 {
29527 "flags": "-o --operationSearchString <operationSearchString>",
29528 "required": -28,
29529 "optional": 0,
29530 "bool": true,
29531 "short": "-o",
29532 "long": "--operationSearchString",
29533 "description": "The provider operation string (with wildcard (*) character). Example: \"*\" to get all actions for all providers, \"Microsoft.Insights/*\" to get actions for a particular provider, \"*/virtualMachines/*\" to get all actions that can be performed on virtual machines."
29534 },
29535 {
29536 "flags": "-s --subscription <subscription>",
29537 "required": -19,
29538 "optional": 0,
29539 "bool": true,
29540 "short": "-s",
29541 "long": "--subscription",
29542 "description": "Subscription to show provider operations for"
29543 }
29544 ]
29545 }
29546 ],
29547 "categories": {}
29548 }
29549 }
29550 },
29551 "rediscache": {
29552 "name": "rediscache",
29553 "description": "Commands to manage your Azure Redis Cache(s)",
29554 "fullName": "rediscache",
29555 "usage": "[options] [command]",
29556 "options": [],
29557 "commands": [
29558 {
29559 "name": "create",
29560 "description": "Create a Redis Cache",
29561 "fullName": "rediscache create",
29562 "usage": "[--name <name> --resource-group <resource-group> --location <location> [options]]",
29563 "filePath": "commands/arm/rediscache/rediscache.js",
29564 "options": [
29565 {
29566 "flags": "-v, --verbose",
29567 "required": 0,
29568 "optional": 0,
29569 "bool": true,
29570 "short": "-v",
29571 "long": "--verbose",
29572 "description": "use verbose output"
29573 },
29574 {
29575 "flags": "-vv",
29576 "required": 0,
29577 "optional": 0,
29578 "bool": true,
29579 "long": "-vv",
29580 "description": "more verbose with debug output"
29581 },
29582 {
29583 "flags": "--json",
29584 "required": 0,
29585 "optional": 0,
29586 "bool": true,
29587 "long": "--json",
29588 "description": "use json output"
29589 },
29590 {
29591 "flags": "-n, --name <name>",
29592 "required": -12,
29593 "optional": 0,
29594 "bool": true,
29595 "short": "-n",
29596 "long": "--name",
29597 "description": "Name of the Redis Cache."
29598 },
29599 {
29600 "flags": "-g, --resource-group <resource-group>",
29601 "required": -22,
29602 "optional": 0,
29603 "bool": true,
29604 "short": "-g",
29605 "long": "--resource-group",
29606 "description": "Name of the Resource Group"
29607 },
29608 {
29609 "flags": "-l, --location <location>",
29610 "required": -16,
29611 "optional": 0,
29612 "bool": true,
29613 "short": "-l",
29614 "long": "--location",
29615 "description": "Location to create cache."
29616 },
29617 {
29618 "flags": "-z, --size <size>",
29619 "required": -12,
29620 "optional": 0,
29621 "bool": true,
29622 "short": "-z",
29623 "long": "--size",
29624 "description": "Size of the Redis Cache. Valid values: [C0, C1, C2, C3, C4, C5, C6, P1, P2, P3, P4]"
29625 },
29626 {
29627 "flags": "-x, --sku <sku>",
29628 "required": -11,
29629 "optional": 0,
29630 "bool": true,
29631 "short": "-x",
29632 "long": "--sku",
29633 "description": "Redis SKU. Should be one of : [Basic, Standard, Premium]"
29634 },
29635 {
29636 "flags": "-e, --enable-non-ssl-port",
29637 "required": 0,
29638 "optional": 0,
29639 "bool": true,
29640 "short": "-e",
29641 "long": "--enable-non-ssl-port",
29642 "description": "EnableNonSslPort property of the Redis Cache. Add this flag if you want to enable the Non SSL Port for your cache"
29643 },
29644 {
29645 "flags": "-c, --redis-configuration <redis-configuration>",
29646 "required": -27,
29647 "optional": 0,
29648 "bool": true,
29649 "short": "-c",
29650 "long": "--redis-configuration",
29651 "description": "Redis Configuration. Enter a JSON formatted string of configuration keys and values here. Format:\"{\"<key1>\":\"<value1>\",\"<key2>\":\"<value2>\"}\""
29652 },
29653 {
29654 "flags": "-f, --redis-configuration-file <redisConfigurationFile>",
29655 "required": -32,
29656 "optional": 0,
29657 "bool": true,
29658 "short": "-f",
29659 "long": "--redis-configuration-file",
29660 "description": "Redis Configuration. Enter the path of a file containing configuration keys and values here. Format for the file entry: {\"<key1>\":\"<value1>\",\"<key2>\":\"<value2>\"}",
29661 "fileRelatedOption": true
29662 },
29663 {
29664 "flags": "-r, --shard-count <shard-count>",
29665 "required": -19,
29666 "optional": 0,
29667 "bool": true,
29668 "short": "-r",
29669 "long": "--shard-count",
29670 "description": "Number of Shards to create on a Premium Cluster Cache"
29671 },
29672 {
29673 "flags": "-v, --virtual-network <virtual-network>",
29674 "required": -23,
29675 "optional": 0,
29676 "bool": true,
29677 "short": "-v",
29678 "long": "--virtual-network",
29679 "description": "The exact ARM resource ID of the virtual network to deploy the redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.ClassicNetwork/VirtualNetworks/vnet1"
29680 },
29681 {
29682 "flags": "-t, --subnet <subnet>",
29683 "required": -14,
29684 "optional": 0,
29685 "bool": true,
29686 "short": "-t",
29687 "long": "--subnet",
29688 "description": "Required when deploying a redis cache inside an existing Azure Virtual Network"
29689 },
29690 {
29691 "flags": "-p, --static-ip <static-ip>",
29692 "required": -17,
29693 "optional": 0,
29694 "bool": true,
29695 "short": "-p",
29696 "long": "--static-ip",
29697 "description": "Required when deploying a redis cache inside an existing Azure Virtual Network"
29698 },
29699 {
29700 "flags": "-s, --subscription <id>",
29701 "required": -20,
29702 "optional": 0,
29703 "bool": true,
29704 "short": "-s",
29705 "long": "--subscription",
29706 "description": "the subscription identifier"
29707 }
29708 ]
29709 },
29710 {
29711 "name": "delete",
29712 "description": "Delete an existing Redis Cache",
29713 "fullName": "rediscache delete",
29714 "usage": "[--name <name> --resource-group <resource-group> ]",
29715 "filePath": "commands/arm/rediscache/rediscache.js",
29716 "options": [
29717 {
29718 "flags": "-v, --verbose",
29719 "required": 0,
29720 "optional": 0,
29721 "bool": true,
29722 "short": "-v",
29723 "long": "--verbose",
29724 "description": "use verbose output"
29725 },
29726 {
29727 "flags": "-vv",
29728 "required": 0,
29729 "optional": 0,
29730 "bool": true,
29731 "long": "-vv",
29732 "description": "more verbose with debug output"
29733 },
29734 {
29735 "flags": "--json",
29736 "required": 0,
29737 "optional": 0,
29738 "bool": true,
29739 "long": "--json",
29740 "description": "use json output"
29741 },
29742 {
29743 "flags": "-n, --name <name>",
29744 "required": -12,
29745 "optional": 0,
29746 "bool": true,
29747 "short": "-n",
29748 "long": "--name",
29749 "description": "Name of the Redis Cache."
29750 },
29751 {
29752 "flags": "-g, --resource-group <resource-group>",
29753 "required": -22,
29754 "optional": 0,
29755 "bool": true,
29756 "short": "-g",
29757 "long": "--resource-group",
29758 "description": "Name of the Resource Group under which the cache exists"
29759 },
29760 {
29761 "flags": "-s, --subscription <subscription>",
29762 "required": -20,
29763 "optional": 0,
29764 "bool": true,
29765 "short": "-s",
29766 "long": "--subscription",
29767 "description": "the subscription identifier"
29768 }
29769 ]
29770 },
29771 {
29772 "name": "list",
29773 "description": "List all Redis Caches within your Subscription or Resource Group",
29774 "fullName": "rediscache list",
29775 "usage": "[options]",
29776 "filePath": "commands/arm/rediscache/rediscache.js",
29777 "options": [
29778 {
29779 "flags": "-v, --verbose",
29780 "required": 0,
29781 "optional": 0,
29782 "bool": true,
29783 "short": "-v",
29784 "long": "--verbose",
29785 "description": "use verbose output"
29786 },
29787 {
29788 "flags": "-vv",
29789 "required": 0,
29790 "optional": 0,
29791 "bool": true,
29792 "long": "-vv",
29793 "description": "more verbose with debug output"
29794 },
29795 {
29796 "flags": "--json",
29797 "required": 0,
29798 "optional": 0,
29799 "bool": true,
29800 "long": "--json",
29801 "description": "use json output"
29802 },
29803 {
29804 "flags": "-g, --resource-group <resource-group>",
29805 "required": -22,
29806 "optional": 0,
29807 "bool": true,
29808 "short": "-g",
29809 "long": "--resource-group",
29810 "description": "Name of the Resource Group"
29811 },
29812 {
29813 "flags": "-s, --subscription <subscription>",
29814 "required": -20,
29815 "optional": 0,
29816 "bool": true,
29817 "short": "-s",
29818 "long": "--subscription",
29819 "description": "the subscription identifier"
29820 }
29821 ]
29822 },
29823 {
29824 "name": "show",
29825 "description": "Show properties of an existing Redis Cache",
29826 "fullName": "rediscache show",
29827 "usage": "[--name <name> --resource-group <resource-group>]",
29828 "filePath": "commands/arm/rediscache/rediscache.js",
29829 "options": [
29830 {
29831 "flags": "-v, --verbose",
29832 "required": 0,
29833 "optional": 0,
29834 "bool": true,
29835 "short": "-v",
29836 "long": "--verbose",
29837 "description": "use verbose output"
29838 },
29839 {
29840 "flags": "-vv",
29841 "required": 0,
29842 "optional": 0,
29843 "bool": true,
29844 "long": "-vv",
29845 "description": "more verbose with debug output"
29846 },
29847 {
29848 "flags": "--json",
29849 "required": 0,
29850 "optional": 0,
29851 "bool": true,
29852 "long": "--json",
29853 "description": "use json output"
29854 },
29855 {
29856 "flags": "-n, --name <name>",
29857 "required": -12,
29858 "optional": 0,
29859 "bool": true,
29860 "short": "-n",
29861 "long": "--name",
29862 "description": "Name of the Redis Cache."
29863 },
29864 {
29865 "flags": "-g, --resource-group <resource-group>",
29866 "required": -22,
29867 "optional": 0,
29868 "bool": true,
29869 "short": "-g",
29870 "long": "--resource-group",
29871 "description": "Name of the Resource Group"
29872 },
29873 {
29874 "flags": "-s, --subscription <subscription>",
29875 "required": -20,
29876 "optional": 0,
29877 "bool": true,
29878 "short": "-s",
29879 "long": "--subscription",
29880 "description": "the subscription identifier"
29881 }
29882 ]
29883 },
29884 {
29885 "name": "set",
29886 "description": "Change settings of an existing Redis Cache",
29887 "fullName": "rediscache set",
29888 "usage": "[--name <name> --resource-group <resource-group> --redis-configuration <redis-configuration>/--redis-configuration-file <redisConfigurationFile>]",
29889 "filePath": "commands/arm/rediscache/rediscache.js",
29890 "options": [
29891 {
29892 "flags": "-v, --verbose",
29893 "required": 0,
29894 "optional": 0,
29895 "bool": true,
29896 "short": "-v",
29897 "long": "--verbose",
29898 "description": "use verbose output"
29899 },
29900 {
29901 "flags": "-vv",
29902 "required": 0,
29903 "optional": 0,
29904 "bool": true,
29905 "long": "-vv",
29906 "description": "more verbose with debug output"
29907 },
29908 {
29909 "flags": "--json",
29910 "required": 0,
29911 "optional": 0,
29912 "bool": true,
29913 "long": "--json",
29914 "description": "use json output"
29915 },
29916 {
29917 "flags": "-n, --name <name>",
29918 "required": -12,
29919 "optional": 0,
29920 "bool": true,
29921 "short": "-n",
29922 "long": "--name",
29923 "description": "Name of the Redis Cache."
29924 },
29925 {
29926 "flags": "-g, --resource-group <resource-group>",
29927 "required": -22,
29928 "optional": 0,
29929 "bool": true,
29930 "short": "-g",
29931 "long": "--resource-group",
29932 "description": "Name of the Resource Group"
29933 },
29934 {
29935 "flags": "-c, --redis-configuration <redis-configuration>",
29936 "required": -27,
29937 "optional": 0,
29938 "bool": true,
29939 "short": "-c",
29940 "long": "--redis-configuration",
29941 "description": "Redis Configuration. Enter a JSON formatted string of configuration keys and values here."
29942 },
29943 {
29944 "flags": "-f, --redis-configuration-file <redisConfigurationFile>",
29945 "required": -32,
29946 "optional": 0,
29947 "bool": true,
29948 "short": "-f",
29949 "long": "--redis-configuration-file",
29950 "description": "Redis Configuration. Enter the path of a file containing configuration keys and values here.",
29951 "fileRelatedOption": true
29952 },
29953 {
29954 "flags": "-s, --subscription <subscription>",
29955 "required": -20,
29956 "optional": 0,
29957 "bool": true,
29958 "short": "-s",
29959 "long": "--subscription",
29960 "description": "the subscription identifier"
29961 }
29962 ]
29963 },
29964 {
29965 "name": "renew-key",
29966 "description": "Renew the authentication key for an existing Redis Cache",
29967 "fullName": "rediscache renew-key",
29968 "usage": "[--name <name> --resource-group <resource-group> ]",
29969 "filePath": "commands/arm/rediscache/rediscache.js",
29970 "options": [
29971 {
29972 "flags": "-v, --verbose",
29973 "required": 0,
29974 "optional": 0,
29975 "bool": true,
29976 "short": "-v",
29977 "long": "--verbose",
29978 "description": "use verbose output"
29979 },
29980 {
29981 "flags": "-vv",
29982 "required": 0,
29983 "optional": 0,
29984 "bool": true,
29985 "long": "-vv",
29986 "description": "more verbose with debug output"
29987 },
29988 {
29989 "flags": "--json",
29990 "required": 0,
29991 "optional": 0,
29992 "bool": true,
29993 "long": "--json",
29994 "description": "use json output"
29995 },
29996 {
29997 "flags": "-n, --name <name>",
29998 "required": -12,
29999 "optional": 0,
30000 "bool": true,
30001 "short": "-n",
30002 "long": "--name",
30003 "description": "Name of the Redis Cache."
30004 },
30005 {
30006 "flags": "-g, --resource-group <resource-group>",
30007 "required": -22,
30008 "optional": 0,
30009 "bool": true,
30010 "short": "-g",
30011 "long": "--resource-group",
30012 "description": "Name of the Resource Group under which cache exists"
30013 },
30014 {
30015 "flags": "-t, --key-type <key-type>",
30016 "required": -16,
30017 "optional": 0,
30018 "bool": true,
30019 "short": "-t",
30020 "long": "--key-type",
30021 "description": "type of key to renew. Valid values are: 'Primary', 'Secondary'."
30022 },
30023 {
30024 "flags": "-s, --subscription <subscription>",
30025 "required": -20,
30026 "optional": 0,
30027 "bool": true,
30028 "short": "-s",
30029 "long": "--subscription",
30030 "description": "the subscription identifier"
30031 }
30032 ]
30033 },
30034 {
30035 "name": "list-keys",
30036 "description": "Lists Primary and Secondary key of an existing Redis Cache",
30037 "fullName": "rediscache list-keys",
30038 "usage": "[--name <name> --resource-group <resource-group>]",
30039 "filePath": "commands/arm/rediscache/rediscache.js",
30040 "options": [
30041 {
30042 "flags": "-v, --verbose",
30043 "required": 0,
30044 "optional": 0,
30045 "bool": true,
30046 "short": "-v",
30047 "long": "--verbose",
30048 "description": "use verbose output"
30049 },
30050 {
30051 "flags": "-vv",
30052 "required": 0,
30053 "optional": 0,
30054 "bool": true,
30055 "long": "-vv",
30056 "description": "more verbose with debug output"
30057 },
30058 {
30059 "flags": "--json",
30060 "required": 0,
30061 "optional": 0,
30062 "bool": true,
30063 "long": "--json",
30064 "description": "use json output"
30065 },
30066 {
30067 "flags": "-n, --name <name>",
30068 "required": -12,
30069 "optional": 0,
30070 "bool": true,
30071 "short": "-n",
30072 "long": "--name",
30073 "description": "Name of the Redis Cache."
30074 },
30075 {
30076 "flags": "-g, --resource-group <resource-group>",
30077 "required": -22,
30078 "optional": 0,
30079 "bool": true,
30080 "short": "-g",
30081 "long": "--resource-group",
30082 "description": "Name of the Resource Group under which Cache exists"
30083 },
30084 {
30085 "flags": "-s, --subscription <subscription>",
30086 "required": -20,
30087 "optional": 0,
30088 "bool": true,
30089 "short": "-s",
30090 "long": "--subscription",
30091 "description": "the subscription identifier"
30092 }
30093 ]
30094 },
30095 {
30096 "name": "set-diagnostics",
30097 "description": "Sets diagnostics on an existing Redis Cache using the storage account specified",
30098 "fullName": "rediscache set-diagnostics",
30099 "usage": "[--name <name> --resource-group <resource-group> --storage-account-name <storage-account-name> --storage-account-resource-group <storage-account-resource-group>]",
30100 "filePath": "commands/arm/rediscache/rediscache.js",
30101 "options": [
30102 {
30103 "flags": "-v, --verbose",
30104 "required": 0,
30105 "optional": 0,
30106 "bool": true,
30107 "short": "-v",
30108 "long": "--verbose",
30109 "description": "use verbose output"
30110 },
30111 {
30112 "flags": "-vv",
30113 "required": 0,
30114 "optional": 0,
30115 "bool": true,
30116 "long": "-vv",
30117 "description": "more verbose with debug output"
30118 },
30119 {
30120 "flags": "--json",
30121 "required": 0,
30122 "optional": 0,
30123 "bool": true,
30124 "long": "--json",
30125 "description": "use json output"
30126 },
30127 {
30128 "flags": "-n, --name <name>",
30129 "required": -12,
30130 "optional": 0,
30131 "bool": true,
30132 "short": "-n",
30133 "long": "--name",
30134 "description": "Name of the Redis Cache."
30135 },
30136 {
30137 "flags": "-g, --resource-group <resource-group>",
30138 "required": -22,
30139 "optional": 0,
30140 "bool": true,
30141 "short": "-g",
30142 "long": "--resource-group",
30143 "description": "Name of the Resource Group under which Cache exists"
30144 },
30145 {
30146 "flags": "-x, --storage-account-name <storage-account-name>",
30147 "required": -28,
30148 "optional": 0,
30149 "bool": true,
30150 "short": "-x",
30151 "long": "--storage-account-name",
30152 "description": "Name of the Storage Account."
30153 },
30154 {
30155 "flags": "-b, --storage-account-resource-group <storage-account-resource-group>",
30156 "required": -38,
30157 "optional": 0,
30158 "bool": true,
30159 "short": "-b",
30160 "long": "--storage-account-resource-group",
30161 "description": "Name of the Resource Group under which the Storage Account exists"
30162 },
30163 {
30164 "flags": "-s, --subscription <subscription>",
30165 "required": -20,
30166 "optional": 0,
30167 "bool": true,
30168 "short": "-s",
30169 "long": "--subscription",
30170 "description": "the subscription identifier"
30171 }
30172 ]
30173 },
30174 {
30175 "name": "delete-diagnostics",
30176 "description": "Removes diagnostics on an existing Redis Cache",
30177 "fullName": "rediscache delete-diagnostics",
30178 "usage": "[--name <name> --resource-group <resource-group>]",
30179 "filePath": "commands/arm/rediscache/rediscache.js",
30180 "options": [
30181 {
30182 "flags": "-v, --verbose",
30183 "required": 0,
30184 "optional": 0,
30185 "bool": true,
30186 "short": "-v",
30187 "long": "--verbose",
30188 "description": "use verbose output"
30189 },
30190 {
30191 "flags": "-vv",
30192 "required": 0,
30193 "optional": 0,
30194 "bool": true,
30195 "long": "-vv",
30196 "description": "more verbose with debug output"
30197 },
30198 {
30199 "flags": "--json",
30200 "required": 0,
30201 "optional": 0,
30202 "bool": true,
30203 "long": "--json",
30204 "description": "use json output"
30205 },
30206 {
30207 "flags": "-n, --name <name>",
30208 "required": -12,
30209 "optional": 0,
30210 "bool": true,
30211 "short": "-n",
30212 "long": "--name",
30213 "description": "Name of the Redis Cache."
30214 },
30215 {
30216 "flags": "-g, --resource-group <resource-group>",
30217 "required": -22,
30218 "optional": 0,
30219 "bool": true,
30220 "short": "-g",
30221 "long": "--resource-group",
30222 "description": "Name of the Resource Group under which Cache exists"
30223 },
30224 {
30225 "flags": "-s, --subscription <subscription>",
30226 "required": -20,
30227 "optional": 0,
30228 "bool": true,
30229 "short": "-s",
30230 "long": "--subscription",
30231 "description": "the subscription identifier"
30232 }
30233 ]
30234 }
30235 ],
30236 "categories": {}
30237 },
30238 "resource": {
30239 "name": "resource",
30240 "description": "Commands to manage your resources",
30241 "fullName": "resource",
30242 "usage": "[options] [command]",
30243 "options": [],
30244 "commands": [
30245 {
30246 "name": "create",
30247 "description": "Creates a resource in a resource group",
30248 "fullName": "resource create",
30249 "usage": "[options] <resource-group> <name> <resource-type> <location> <api-version>",
30250 "filePath": "commands/arm/resource/resource.js",
30251 "options": [
30252 {
30253 "flags": "-v, --verbose",
30254 "required": 0,
30255 "optional": 0,
30256 "bool": true,
30257 "short": "-v",
30258 "long": "--verbose",
30259 "description": "use verbose output"
30260 },
30261 {
30262 "flags": "-vv",
30263 "required": 0,
30264 "optional": 0,
30265 "bool": true,
30266 "long": "-vv",
30267 "description": "more verbose with debug output"
30268 },
30269 {
30270 "flags": "--json",
30271 "required": 0,
30272 "optional": 0,
30273 "bool": true,
30274 "long": "--json",
30275 "description": "use json output"
30276 },
30277 {
30278 "flags": "-g --resource-group <resource-group>",
30279 "required": -21,
30280 "optional": 0,
30281 "bool": true,
30282 "short": "-g",
30283 "long": "--resource-group",
30284 "description": "the resource group name"
30285 },
30286 {
30287 "flags": "-n --name <name>",
30288 "required": -11,
30289 "optional": 0,
30290 "bool": true,
30291 "short": "-n",
30292 "long": "--name",
30293 "description": "the resource name"
30294 },
30295 {
30296 "flags": "-l --location <location>",
30297 "required": -15,
30298 "optional": 0,
30299 "bool": true,
30300 "short": "-l",
30301 "long": "--location",
30302 "description": "the location where we will create the resource"
30303 },
30304 {
30305 "flags": "-r --resource-type <resource-type>",
30306 "required": -20,
30307 "optional": 0,
30308 "bool": true,
30309 "short": "-r",
30310 "long": "--resource-type",
30311 "description": "the resource type"
30312 },
30313 {
30314 "flags": "-o --api-version <api-version>",
30315 "required": -18,
30316 "optional": 0,
30317 "bool": true,
30318 "short": "-o",
30319 "long": "--api-version",
30320 "description": "the API version of the resource provider"
30321 },
30322 {
30323 "flags": "--parent <parent>",
30324 "required": -10,
30325 "optional": 0,
30326 "bool": true,
30327 "long": "--parent",
30328 "description": "the name of the parent resource (if needed), in path/path/path format"
30329 },
30330 {
30331 "flags": "-p --properties <properties>",
30332 "required": -17,
30333 "optional": 0,
30334 "bool": true,
30335 "short": "-p",
30336 "long": "--properties",
30337 "description": "a JSON-formatted string containing properties"
30338 },
30339 {
30340 "flags": "-t --tags <tags>",
30341 "required": -11,
30342 "optional": 0,
30343 "bool": true,
30344 "short": "-t",
30345 "long": "--tags",
30346 "description": "Tags to set to the resource group. Can be mutliple. In the format of 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
30347 },
30348 {
30349 "flags": "--subscription <subscription>",
30350 "required": -16,
30351 "optional": 0,
30352 "bool": true,
30353 "long": "--subscription",
30354 "description": "the subscription identifier"
30355 }
30356 ]
30357 },
30358 {
30359 "name": "set",
30360 "description": "Updates a resource in a resource group without any templates or parameters",
30361 "fullName": "resource set",
30362 "usage": "[options] <resource-group> <name> <resource-type> <properties> <api-version>",
30363 "filePath": "commands/arm/resource/resource.js",
30364 "options": [
30365 {
30366 "flags": "-v, --verbose",
30367 "required": 0,
30368 "optional": 0,
30369 "bool": true,
30370 "short": "-v",
30371 "long": "--verbose",
30372 "description": "use verbose output"
30373 },
30374 {
30375 "flags": "-vv",
30376 "required": 0,
30377 "optional": 0,
30378 "bool": true,
30379 "long": "-vv",
30380 "description": "more verbose with debug output"
30381 },
30382 {
30383 "flags": "--json",
30384 "required": 0,
30385 "optional": 0,
30386 "bool": true,
30387 "long": "--json",
30388 "description": "use json output"
30389 },
30390 {
30391 "flags": "-g --resource-group <resource-group>",
30392 "required": -21,
30393 "optional": 0,
30394 "bool": true,
30395 "short": "-g",
30396 "long": "--resource-group",
30397 "description": "the resource group name"
30398 },
30399 {
30400 "flags": "-n --name <name>",
30401 "required": -11,
30402 "optional": 0,
30403 "bool": true,
30404 "short": "-n",
30405 "long": "--name",
30406 "description": "the resource name"
30407 },
30408 {
30409 "flags": "-r --resource-type <resource-type>",
30410 "required": -20,
30411 "optional": 0,
30412 "bool": true,
30413 "short": "-r",
30414 "long": "--resource-type",
30415 "description": "the resource type"
30416 },
30417 {
30418 "flags": "-p --properties <properties>",
30419 "required": -17,
30420 "optional": 0,
30421 "bool": true,
30422 "short": "-p",
30423 "long": "--properties",
30424 "description": "a JSON-formatted string containing properties"
30425 },
30426 {
30427 "flags": "-o --api-version <api-version>",
30428 "required": -18,
30429 "optional": 0,
30430 "bool": true,
30431 "short": "-o",
30432 "long": "--api-version",
30433 "description": "the API version of the resource provider"
30434 },
30435 {
30436 "flags": "--parent <parent>",
30437 "required": -10,
30438 "optional": 0,
30439 "bool": true,
30440 "long": "--parent",
30441 "description": "the name of the parent resource (if needed), in path/path/path format"
30442 },
30443 {
30444 "flags": "-t --tags <tags>",
30445 "required": -11,
30446 "optional": 0,
30447 "bool": true,
30448 "short": "-t",
30449 "long": "--tags",
30450 "description": "Tags to set to the resource. Can be multiple. In the format of 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
30451 },
30452 {
30453 "flags": "--no-tags",
30454 "required": 0,
30455 "optional": 0,
30456 "bool": false,
30457 "long": "--no-tags",
30458 "description": "remove all existing tags"
30459 },
30460 {
30461 "flags": "--subscription <subscription>",
30462 "required": -16,
30463 "optional": 0,
30464 "bool": true,
30465 "long": "--subscription",
30466 "description": "the subscription identifier"
30467 }
30468 ]
30469 },
30470 {
30471 "name": "list",
30472 "description": "Lists the resources",
30473 "fullName": "resource list",
30474 "usage": "[options] [resource-group]",
30475 "filePath": "commands/arm/resource/resource.js",
30476 "options": [
30477 {
30478 "flags": "-v, --verbose",
30479 "required": 0,
30480 "optional": 0,
30481 "bool": true,
30482 "short": "-v",
30483 "long": "--verbose",
30484 "description": "use verbose output"
30485 },
30486 {
30487 "flags": "-vv",
30488 "required": 0,
30489 "optional": 0,
30490 "bool": true,
30491 "long": "-vv",
30492 "description": "more verbose with debug output"
30493 },
30494 {
30495 "flags": "--json",
30496 "required": 0,
30497 "optional": 0,
30498 "bool": true,
30499 "long": "--json",
30500 "description": "use json output"
30501 },
30502 {
30503 "flags": "-g --resource-group <resource-group>",
30504 "required": -21,
30505 "optional": 0,
30506 "bool": true,
30507 "short": "-g",
30508 "long": "--resource-group",
30509 "description": "the resource group name"
30510 },
30511 {
30512 "flags": "-r --resource-type <resource-type>",
30513 "required": -20,
30514 "optional": 0,
30515 "bool": true,
30516 "short": "-r",
30517 "long": "--resource-type",
30518 "description": "the resource type"
30519 },
30520 {
30521 "flags": "--details",
30522 "required": 0,
30523 "optional": 0,
30524 "bool": true,
30525 "long": "--details",
30526 "description": "show details such as permissions, etc."
30527 },
30528 {
30529 "flags": "-t --tags <tags>",
30530 "required": -11,
30531 "optional": 0,
30532 "bool": true,
30533 "short": "-t",
30534 "long": "--tags",
30535 "description": "Tag to use to filter to the resource group. Can only take 1 tag. In the format of \"name=value\". Name is required and value is optional. For example, -t tag1 or -t tag1=value1."
30536 },
30537 {
30538 "flags": "--subscription <subscription>",
30539 "required": -16,
30540 "optional": 0,
30541 "bool": true,
30542 "long": "--subscription",
30543 "description": "the subscription identifier"
30544 }
30545 ]
30546 },
30547 {
30548 "name": "show",
30549 "description": "Gets one resource within a resource group or subscription",
30550 "fullName": "resource show",
30551 "usage": "[options] <resource-group> <name> <resource-type> <api-version>",
30552 "filePath": "commands/arm/resource/resource.js",
30553 "options": [
30554 {
30555 "flags": "-v, --verbose",
30556 "required": 0,
30557 "optional": 0,
30558 "bool": true,
30559 "short": "-v",
30560 "long": "--verbose",
30561 "description": "use verbose output"
30562 },
30563 {
30564 "flags": "-vv",
30565 "required": 0,
30566 "optional": 0,
30567 "bool": true,
30568 "long": "-vv",
30569 "description": "more verbose with debug output"
30570 },
30571 {
30572 "flags": "--json",
30573 "required": 0,
30574 "optional": 0,
30575 "bool": true,
30576 "long": "--json",
30577 "description": "use json output"
30578 },
30579 {
30580 "flags": "-g --resource-group <resource-group>",
30581 "required": -21,
30582 "optional": 0,
30583 "bool": true,
30584 "short": "-g",
30585 "long": "--resource-group",
30586 "description": "the resource group name"
30587 },
30588 {
30589 "flags": "-n --name <name>",
30590 "required": -11,
30591 "optional": 0,
30592 "bool": true,
30593 "short": "-n",
30594 "long": "--name",
30595 "description": "the resource name"
30596 },
30597 {
30598 "flags": "-r --resource-type <resource-type>",
30599 "required": -20,
30600 "optional": 0,
30601 "bool": true,
30602 "short": "-r",
30603 "long": "--resource-type",
30604 "description": "the resource type"
30605 },
30606 {
30607 "flags": "-o --api-version <api-version>",
30608 "required": -18,
30609 "optional": 0,
30610 "bool": true,
30611 "short": "-o",
30612 "long": "--api-version",
30613 "description": "the API version of the resource provider"
30614 },
30615 {
30616 "flags": "--parent <parent>",
30617 "required": -10,
30618 "optional": 0,
30619 "bool": true,
30620 "long": "--parent",
30621 "description": "the name of the parent resource (if needed), in path/path/path format"
30622 },
30623 {
30624 "flags": "--subscription <subscription>",
30625 "required": -16,
30626 "optional": 0,
30627 "bool": true,
30628 "long": "--subscription",
30629 "description": "the subscription identifier"
30630 }
30631 ]
30632 },
30633 {
30634 "name": "delete",
30635 "description": "Deletes a resource in a resource group",
30636 "fullName": "resource delete",
30637 "usage": "[options] <resource-group> <name> <resource-type> <api-version>",
30638 "filePath": "commands/arm/resource/resource.js",
30639 "options": [
30640 {
30641 "flags": "-v, --verbose",
30642 "required": 0,
30643 "optional": 0,
30644 "bool": true,
30645 "short": "-v",
30646 "long": "--verbose",
30647 "description": "use verbose output"
30648 },
30649 {
30650 "flags": "-vv",
30651 "required": 0,
30652 "optional": 0,
30653 "bool": true,
30654 "long": "-vv",
30655 "description": "more verbose with debug output"
30656 },
30657 {
30658 "flags": "--json",
30659 "required": 0,
30660 "optional": 0,
30661 "bool": true,
30662 "long": "--json",
30663 "description": "use json output"
30664 },
30665 {
30666 "flags": "-g --resource-group <resource-group>",
30667 "required": -21,
30668 "optional": 0,
30669 "bool": true,
30670 "short": "-g",
30671 "long": "--resource-group",
30672 "description": "the resource group name"
30673 },
30674 {
30675 "flags": "-n --name <name>",
30676 "required": -11,
30677 "optional": 0,
30678 "bool": true,
30679 "short": "-n",
30680 "long": "--name",
30681 "description": "the resource name"
30682 },
30683 {
30684 "flags": "-r --resource-type <resource-type>",
30685 "required": -20,
30686 "optional": 0,
30687 "bool": true,
30688 "short": "-r",
30689 "long": "--resource-type",
30690 "description": "the resource type"
30691 },
30692 {
30693 "flags": "-o --api-version <api-version>",
30694 "required": -18,
30695 "optional": 0,
30696 "bool": true,
30697 "short": "-o",
30698 "long": "--api-version",
30699 "description": "the API version of the resource provider"
30700 },
30701 {
30702 "flags": "--parent <parent>",
30703 "required": -10,
30704 "optional": 0,
30705 "bool": true,
30706 "long": "--parent",
30707 "description": "the name of the parent resource (if needed), in path/path/path format"
30708 },
30709 {
30710 "flags": "-q, --quiet",
30711 "required": 0,
30712 "optional": 0,
30713 "bool": true,
30714 "short": "-q",
30715 "long": "--quiet",
30716 "description": "quiet mode (do not ask for delete confirmation)"
30717 },
30718 {
30719 "flags": "--subscription <subscription>",
30720 "required": -16,
30721 "optional": 0,
30722 "bool": true,
30723 "long": "--subscription",
30724 "description": "the subscription identifier"
30725 }
30726 ]
30727 },
30728 {
30729 "name": "move",
30730 "description": "Moves resources from one resource group to another",
30731 "fullName": "resource move",
30732 "usage": "[options] <ids> <destination-group>",
30733 "filePath": "commands/arm/resource/resource.js",
30734 "options": [
30735 {
30736 "flags": "-v, --verbose",
30737 "required": 0,
30738 "optional": 0,
30739 "bool": true,
30740 "short": "-v",
30741 "long": "--verbose",
30742 "description": "use verbose output"
30743 },
30744 {
30745 "flags": "-vv",
30746 "required": 0,
30747 "optional": 0,
30748 "bool": true,
30749 "long": "-vv",
30750 "description": "more verbose with debug output"
30751 },
30752 {
30753 "flags": "--json",
30754 "required": 0,
30755 "optional": 0,
30756 "bool": true,
30757 "long": "--json",
30758 "description": "use json output"
30759 },
30760 {
30761 "flags": "-i --ids <ids>",
30762 "required": -10,
30763 "optional": 0,
30764 "bool": true,
30765 "short": "-i",
30766 "long": "--ids",
30767 "description": "the comma-delimitied resource ids to be moved"
30768 },
30769 {
30770 "flags": "-d --destination-group <destination-group>",
30771 "required": -24,
30772 "optional": 0,
30773 "bool": true,
30774 "short": "-d",
30775 "long": "--destination-group",
30776 "description": "the destination resource group name"
30777 },
30778 {
30779 "flags": "--destination-subscriptionId <destination-subscriptionId>",
30780 "required": -30,
30781 "optional": 0,
30782 "bool": true,
30783 "long": "--destination-subscriptionId",
30784 "description": "the destination subscription identifier"
30785 },
30786 {
30787 "flags": "-q, --quiet",
30788 "required": 0,
30789 "optional": 0,
30790 "bool": true,
30791 "short": "-q",
30792 "long": "--quiet",
30793 "description": "quiet mode (do not ask for move confirmation)"
30794 },
30795 {
30796 "flags": "--subscription <subscription>",
30797 "required": -16,
30798 "optional": 0,
30799 "bool": true,
30800 "long": "--subscription",
30801 "description": "the subscription identifier"
30802 }
30803 ]
30804 }
30805 ],
30806 "categories": {}
30807 },
30808 "role": {
30809 "name": "role",
30810 "description": "Commands to manage role definitions",
30811 "fullName": "role",
30812 "usage": "[options] [command]",
30813 "options": [],
30814 "commands": [
30815 {
30816 "name": "list",
30817 "description": "Lists Azure RBAC roles available for assignment. Use this command to determine what actions on what resource types an Azure RBAC role allows.",
30818 "fullName": "role list",
30819 "usage": "[scope]\n\n ----- Example 1 -------\n azure role list\n Lists all RBAC role definitions.\n",
30820 "filePath": "commands/arm/role/role.definition.js",
30821 "options": [
30822 {
30823 "flags": "-v, --verbose",
30824 "required": 0,
30825 "optional": 0,
30826 "bool": true,
30827 "short": "-v",
30828 "long": "--verbose",
30829 "description": "use verbose output"
30830 },
30831 {
30832 "flags": "-vv",
30833 "required": 0,
30834 "optional": 0,
30835 "bool": true,
30836 "long": "-vv",
30837 "description": "more verbose with debug output"
30838 },
30839 {
30840 "flags": "--json",
30841 "required": 0,
30842 "optional": 0,
30843 "bool": true,
30844 "long": "--json",
30845 "description": "use json output"
30846 },
30847 {
30848 "flags": "--custom",
30849 "required": 0,
30850 "optional": 0,
30851 "bool": true,
30852 "long": "--custom",
30853 "description": "If specified, display only the custom role definitions instead of all role definitions."
30854 },
30855 {
30856 "flags": "--scope <scope>",
30857 "required": -9,
30858 "optional": 0,
30859 "bool": true,
30860 "long": "--scope",
30861 "description": "Role definition scope. For e.g. /subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f"
30862 },
30863 {
30864 "flags": "--atScopeAndBelow",
30865 "required": 0,
30866 "optional": 0,
30867 "bool": true,
30868 "long": "--atScopeAndBelow",
30869 "description": "If specified, displays all role definitions."
30870 },
30871 {
30872 "flags": "-d --detailed",
30873 "required": 0,
30874 "optional": 0,
30875 "bool": true,
30876 "short": "-d",
30877 "long": "--detailed",
30878 "description": "If specified, displays all the properties of a role definition"
30879 },
30880 {
30881 "flags": "--subscription <subscription>",
30882 "required": -16,
30883 "optional": 0,
30884 "bool": true,
30885 "long": "--subscription",
30886 "description": "Name or identifier of the subscription to list the roles for."
30887 }
30888 ]
30889 },
30890 {
30891 "name": "show",
30892 "description": "Search for a role definition with role name or id to view its details. To inspect individual operations that a role grants access to, review the Actions and NotActions properties of the role.",
30893 "fullName": "role show",
30894 "usage": "[name] [id] [scope]\n\n ----- Example 1 -------\n azure role show --name Reader\n Get the Reader role definition.\n ----- Example 2 -------\n azure role show --id 52a6cc13-ff92-47a8-a39b-2a8205c3087e\n Get the Reader role definition.\n",
30895 "filePath": "commands/arm/role/role.definition.js",
30896 "options": [
30897 {
30898 "flags": "-v, --verbose",
30899 "required": 0,
30900 "optional": 0,
30901 "bool": true,
30902 "short": "-v",
30903 "long": "--verbose",
30904 "description": "use verbose output"
30905 },
30906 {
30907 "flags": "-vv",
30908 "required": 0,
30909 "optional": 0,
30910 "bool": true,
30911 "long": "-vv",
30912 "description": "more verbose with debug output"
30913 },
30914 {
30915 "flags": "--json",
30916 "required": 0,
30917 "optional": 0,
30918 "bool": true,
30919 "long": "--json",
30920 "description": "use json output"
30921 },
30922 {
30923 "flags": "-n --name <name>",
30924 "required": -11,
30925 "optional": 0,
30926 "bool": true,
30927 "short": "-n",
30928 "long": "--name",
30929 "description": "Role definition name. For e.g. Reader, Contributor, Virtual Machine Contributor."
30930 },
30931 {
30932 "flags": "--id <id>",
30933 "required": -6,
30934 "optional": 0,
30935 "bool": true,
30936 "long": "--id",
30937 "description": "Role definition Id."
30938 },
30939 {
30940 "flags": "--scope <scope>",
30941 "required": -9,
30942 "optional": 0,
30943 "bool": true,
30944 "long": "--scope",
30945 "description": "Role definition scope. For e.g. /subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f"
30946 },
30947 {
30948 "flags": "--atScopeAndBelow",
30949 "required": 0,
30950 "optional": 0,
30951 "bool": true,
30952 "long": "--atScopeAndBelow",
30953 "description": "If specified, displays all role definitions."
30954 },
30955 {
30956 "flags": "--subscription <subscription>",
30957 "required": -16,
30958 "optional": 0,
30959 "bool": true,
30960 "long": "--subscription",
30961 "description": "Name or identifier of the subscription to search the role definition in."
30962 }
30963 ]
30964 },
30965 {
30966 "name": "create",
30967 "description": "Creates a custom role in Azure RBAC. Provide either a JSON role definition file or a JSON-formatted string containing the role definition as input.\n The input role definition MUST contain the following properties:\n 1) DisplayName: the name of the custom role\n 2) Description: a short description of the role that summarizes the access that the role grants.\n 3) Actions: the set of operations to which the custom role grants access. Use \"azure provider operations show\" with operationSearchString to get the operation for Azure resource providers that can be secured using Azure RBAC. Following are some valid operation strings\n - \"*/read\" grants access to read operations of all Azure resource providers.\n - \"Microsoft.Network/*/read\" grants access to read operations for all resource types in the Microsoft.Network resource provider of Azure.\n - \"Microsoft.Compute/virtualMachines/*\" grants access to all operations of virtual machines and its child resource types.\n 4) AssignableScopes: the set of scopes (Azure subscriptions or resource groups) in which the custom role will be available for assignment. Using AssignableScopes you can make the custom role available for assignment in only the subscriptions or resource groups that need it, and not clutter the user experience for the rest of the subscriptions or resource groups. Following are some valid assignable scopes\n - \"/subscriptions/c276fc76-9cd4-44c9-99a7-4fd71546436e\", \"/subscriptions/e91d47c4-76f3-4271-a796-21b4ecfe3624\": makes the role available for assignment in two subscriptions.\n - \"/subscriptions/c276fc76-9cd4-44c9-99a7-4fd71546436e\": makes the role available for assignment in a single subscription.\n - \"/subscriptions/c276fc76-9cd4-44c9-99a7-4fd71546436e/resourceGroups/Network\": makes the role available for assignment only in the Network resource group.\n\n The input role definition MAY contain the following properties:\n 1) NotActions: the set of operations that must be excluded from the Actions to determine the effective actions for the custom role. If there is a specific operation that you do not wish to grant access to in a custom role, it is convenient to use NotActions to exclude it, rather than specifying all operations other than that specific operation in Actions.\n\n NOTE: If a user is assigned a role that specifies an operation in NotActions and also assigned another role grants access to the same operation, the user will be able to perform that operation. NotActions is not a deny rule, it is simply a convenient way to create a set of allowed operations when specific operations need to be excluded.\n\n Following is a sample json role definition that can be provided as input: \n {\n \"Name\": \"Contoso On-call\",\n \"Description\": \"Can monitor compute, network and storage, and restart virtual machines\",\n \"Actions\": [\n \"Microsoft.Compute/*/read\",\n \"Microsoft.Compute/virtualMachines/start/action\",\n \"Microsoft.Compute/virtualMachines/restart/action\",\n \"Microsoft.Compute/virtualMachines/downloadRemoteDesktopConnectionFile/action\",\n \"Microsoft.Network/*/read\",\n \"Microsoft.Storage/*/read\",\n \"Microsoft.Authorization/*/read\",\n \"Microsoft.Resources/subscriptions/resourceGroups/read\",\n \"Microsoft.Resources/subscriptions/resourceGroups/resources/read\",\n \"Microsoft.Insights/alertRules/*\",\n \"Microsoft.Support/*\"\n ],\n \"AssignableScopes\": [\"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\"/subscriptions/yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy\"]\n }",
30968 "fullName": "role create",
30969 "usage": "[inputfile] [roledefinition]\n -------------------------- Create using JSON file --------------------------\n azure role create --inputfile C:\\Temp\\roleDefinition.json",
30970 "filePath": "commands/arm/role/role.definition.js",
30971 "options": [
30972 {
30973 "flags": "-v, --verbose",
30974 "required": 0,
30975 "optional": 0,
30976 "bool": true,
30977 "short": "-v",
30978 "long": "--verbose",
30979 "description": "use verbose output"
30980 },
30981 {
30982 "flags": "-vv",
30983 "required": 0,
30984 "optional": 0,
30985 "bool": true,
30986 "long": "-vv",
30987 "description": "more verbose with debug output"
30988 },
30989 {
30990 "flags": "--json",
30991 "required": 0,
30992 "optional": 0,
30993 "bool": true,
30994 "long": "--json",
30995 "description": "use json output"
30996 },
30997 {
30998 "flags": "-f --inputfile <inputfile>",
30999 "required": -16,
31000 "optional": 0,
31001 "bool": true,
31002 "short": "-f",
31003 "long": "--inputfile",
31004 "description": "File name containing a single role definition."
31005 },
31006 {
31007 "flags": "-r --roledefinition <roledefinition>",
31008 "required": -21,
31009 "optional": 0,
31010 "bool": true,
31011 "short": "-r",
31012 "long": "--roledefinition",
31013 "description": "A JSON-formatted string containing the role definition."
31014 },
31015 {
31016 "flags": "--subscription <subscription>",
31017 "required": -16,
31018 "optional": 0,
31019 "bool": true,
31020 "long": "--subscription",
31021 "description": "The subscription identifier"
31022 }
31023 ]
31024 },
31025 {
31026 "name": "set",
31027 "description": "Modifies a custom role in Azure RBAC. Provide the modified role definition either as a JSON file or as a JSON-formatted string containing the role definition.\n The role definition for the updated custom role MUST contain the Id and all other required properties of the role even if they are not updated: Name, Description, Actions, AssignableScopes. NotActions is optional.\n\n Following is a sample updated role definition json that can be provided as input:\n\n {\n \"Id\": \"52a6cc13-ff92-47a8-a39b-2a8205c3087e\",\n \"Name\": \"Updated Role\",\n \"Description\": \"Can monitor all resources and start and restart virtual machines\",\n \"Actions\": [\n \"*/read\",\n \"Microsoft.ClassicCompute/virtualmachines/restart/action\",\n \"Microsoft.ClassicCompute/virtualmachines/start/action\"\n ],\n \"AssignableScopes\": [\"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f\"]\n }",
31028 "fullName": "role set",
31029 "usage": "[inputfile] [roledefinition]\n -------------------------- Create using JSON file --------------------------\n azure role set --inputfile C:\\Temp\\roleDefinition.json",
31030 "filePath": "commands/arm/role/role.definition.js",
31031 "options": [
31032 {
31033 "flags": "-v, --verbose",
31034 "required": 0,
31035 "optional": 0,
31036 "bool": true,
31037 "short": "-v",
31038 "long": "--verbose",
31039 "description": "use verbose output"
31040 },
31041 {
31042 "flags": "-vv",
31043 "required": 0,
31044 "optional": 0,
31045 "bool": true,
31046 "long": "-vv",
31047 "description": "more verbose with debug output"
31048 },
31049 {
31050 "flags": "--json",
31051 "required": 0,
31052 "optional": 0,
31053 "bool": true,
31054 "long": "--json",
31055 "description": "use json output"
31056 },
31057 {
31058 "flags": "-f --inputfile <inputfile>",
31059 "required": -16,
31060 "optional": 0,
31061 "bool": true,
31062 "short": "-f",
31063 "long": "--inputfile",
31064 "description": "File name containing a single json role definition to be updated. Id, Name, Description, Actions and AssignableScopes are required."
31065 },
31066 {
31067 "flags": "-r --roledefinition <roledefinition>",
31068 "required": -21,
31069 "optional": 0,
31070 "bool": true,
31071 "short": "-r",
31072 "long": "--roledefinition",
31073 "description": "A JSON-formatted string containing the role definition. For e.g. {\"Id\": \"52a6cc13-ff92-47a8-a39b-2a8205c3087e\",\"Description\": \"Updated role\",\"Actions\": [\"Microsoft.Support/*/read\"],\"Notactions\": [],\"AssignableScopes\": [\"/subscriptions/5004a9fd-d58e-48dc-aeb2-4a4aec58606f\"]}"
31074 },
31075 {
31076 "flags": "--subscription <subscription>",
31077 "required": -16,
31078 "optional": 0,
31079 "bool": true,
31080 "long": "--subscription",
31081 "description": "The subscription identifier"
31082 }
31083 ]
31084 },
31085 {
31086 "name": "delete",
31087 "description": "Deletes a custom role in Azure RBAC. The role to be deleted is specified using the Id or Name property of the role. Delete will fail if there are existing role assignments made to the custom role.",
31088 "fullName": "role delete",
31089 "usage": "[id] [name] [scope]\n\n -------------------------- Example 1 --------------------------\n azure role delete --name \"Contoso On-call\"\n\n -------------------------- Example 2 --------------------------\n azure role delete --id \"52a6cc13-ff92-47a8-a39b-2a8205c3087e\"",
31090 "filePath": "commands/arm/role/role.definition.js",
31091 "options": [
31092 {
31093 "flags": "-v, --verbose",
31094 "required": 0,
31095 "optional": 0,
31096 "bool": true,
31097 "short": "-v",
31098 "long": "--verbose",
31099 "description": "use verbose output"
31100 },
31101 {
31102 "flags": "-vv",
31103 "required": 0,
31104 "optional": 0,
31105 "bool": true,
31106 "long": "-vv",
31107 "description": "more verbose with debug output"
31108 },
31109 {
31110 "flags": "--json",
31111 "required": 0,
31112 "optional": 0,
31113 "bool": true,
31114 "long": "--json",
31115 "description": "use json output"
31116 },
31117 {
31118 "flags": "--id <id>",
31119 "required": -6,
31120 "optional": 0,
31121 "bool": true,
31122 "long": "--id",
31123 "description": "Id of the Role definition to be deleted"
31124 },
31125 {
31126 "flags": "-n --name <name>",
31127 "required": -11,
31128 "optional": 0,
31129 "bool": true,
31130 "short": "-n",
31131 "long": "--name",
31132 "description": "Name of the Role definition to be deleted."
31133 },
31134 {
31135 "flags": "--scope <scope>",
31136 "required": -9,
31137 "optional": 0,
31138 "bool": true,
31139 "long": "--scope",
31140 "description": "Role definition scope. For e.g. /subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f"
31141 },
31142 {
31143 "flags": "-q --quiet",
31144 "required": 0,
31145 "optional": 0,
31146 "bool": true,
31147 "short": "-q",
31148 "long": "--quiet",
31149 "description": "If set, does not prompt for a confirmation before deleting the custom role"
31150 },
31151 {
31152 "flags": "--passthru",
31153 "required": 0,
31154 "optional": 0,
31155 "bool": true,
31156 "long": "--passthru",
31157 "description": "If set, displays the properties of deleted custom role"
31158 },
31159 {
31160 "flags": "--subscription <subscription>",
31161 "required": -16,
31162 "optional": 0,
31163 "bool": true,
31164 "long": "--subscription",
31165 "description": "The subscription identifier"
31166 }
31167 ]
31168 }
31169 ],
31170 "categories": {
31171 "assignment": {
31172 "name": "assignment",
31173 "description": "Commands to manage role assignments",
31174 "fullName": "role assignment",
31175 "usage": "[options] [command]",
31176 "options": [],
31177 "commands": [
31178 {
31179 "name": "create",
31180 "description": "Assigns the specified RBAC role to the specified principal, at the specified scope.",
31181 "fullName": "role assignment create",
31182 "usage": "[objectId] [signInName] [spn] [roleName] [roleId] [scope] [resource-group] [resource-type] [resource-name]\n\n ----- Example 1 -------\n azure role assignment create --resource-group testRG --signInName john.doe@contoso.com\n Grant access to a user at a resource group scope.\n\n ----- Example 2 -------\n azure ad group show --search \"Christine Koch Team\"\n + Getting group list\n data: Display Name: Christine Koch Team\n data: ObjectId: 2f9d4375-cbf1-48e8-83c9-2a0be4cb33fb\n data: Security Enabled: true\n data: Mail Enabled:\n\n azure role assignment create --objectId 2f9d4375-cbf1-48e8-83c9-2a0be4cb33fb --roleName Contributor --resource-group testRG\n Grants access to a security group.\n\n ----- Example 3 -------\n azure role assignment create --signInName john.doe@contoso.com --roleName Owner --scope \"/subscriptions/96231a05-34ce-4eb4-aa6a-70759cbb5e83/resourcegroups/rg1/providers/Microsoft.Web/sites/site1\"\n Grants access to a user at a resource 'site1' (website) scope.\n\n ----- Example 4 -------\n azure role assignment create --objectId 5ac84765-1c8c-4994-94b2-629461bd191b --roleName \"Virtual Machine Contributor\" --resouce-name Devices-Engineering-ProjectRND --resource-type Microsoft.Network/virtualNetworks/subnets --parent virtualNetworks/VNET-EASTUS-01 --resource-group Network\n Grant access to a group at a nested resource (subnet)\n",
31183 "filePath": "commands/arm/role/role.assignment.js",
31184 "options": [
31185 {
31186 "flags": "-v, --verbose",
31187 "required": 0,
31188 "optional": 0,
31189 "bool": true,
31190 "short": "-v",
31191 "long": "--verbose",
31192 "description": "use verbose output"
31193 },
31194 {
31195 "flags": "-vv",
31196 "required": 0,
31197 "optional": 0,
31198 "bool": true,
31199 "long": "-vv",
31200 "description": "more verbose with debug output"
31201 },
31202 {
31203 "flags": "--json",
31204 "required": 0,
31205 "optional": 0,
31206 "bool": true,
31207 "long": "--json",
31208 "description": "use json output"
31209 },
31210 {
31211 "flags": "--objectId <objectId>",
31212 "required": -12,
31213 "optional": 0,
31214 "bool": true,
31215 "long": "--objectId",
31216 "description": "Azure AD Objectid of the user, group or service principal"
31217 },
31218 {
31219 "flags": "--signInName <signInName>",
31220 "required": -14,
31221 "optional": 0,
31222 "bool": true,
31223 "long": "--signInName",
31224 "description": "The email address or the user principal name of the user."
31225 },
31226 {
31227 "flags": "--spn <spn>",
31228 "required": -7,
31229 "optional": 0,
31230 "bool": true,
31231 "long": "--spn",
31232 "description": "The ServicePrincipalName of the Azure AD application."
31233 },
31234 {
31235 "flags": "-o --roleName <roleName>",
31236 "required": -15,
31237 "optional": 0,
31238 "bool": true,
31239 "short": "-o",
31240 "long": "--roleName",
31241 "description": "The Name of the RBAC role that needs to be assigned to the principal i.e. Reader, Contributor, Virtual Network Administrator, etc."
31242 },
31243 {
31244 "flags": "-d --roleId <roleId>",
31245 "required": -13,
31246 "optional": 0,
31247 "bool": true,
31248 "short": "-d",
31249 "long": "--roleId",
31250 "description": "The Id of the RBAC role that needs to be assigned to the principal."
31251 },
31252 {
31253 "flags": "-c --scope <scope>",
31254 "required": -12,
31255 "optional": 0,
31256 "bool": true,
31257 "short": "-c",
31258 "long": "--scope",
31259 "description": "The Scope of the role assignment. In the format of relative URI. For e.g. \"/subscriptions/9004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/TestRG\". If not specified, will create the role assignment at subscription level. If specified, it should start with \"/subscriptions/{id}\"."
31260 },
31261 {
31262 "flags": "-g --resource-group <resource-group>",
31263 "required": -21,
31264 "optional": 0,
31265 "bool": true,
31266 "short": "-g",
31267 "long": "--resource-group",
31268 "description": "The resource group name. Creates an assignment that is effective at the specified resource group. When used in conjunction with resource-name, resource-type and (optionally)parent parameters, the command constructs a hierarchical scope in the form of a relative URI that identifies a resource."
31269 },
31270 {
31271 "flags": "-r --resource-type <resource-type>",
31272 "required": -20,
31273 "optional": 0,
31274 "bool": true,
31275 "short": "-r",
31276 "long": "--resource-type",
31277 "description": "The resource type. For e.g. Microsoft.Network/virtualNetworks. Should only be used in conjunction with resource-name, resource-group and (optionally)parent parameters to construct a hierarchical scope in the form of a relative URI that identifies a resource."
31278 },
31279 {
31280 "flags": "-u --resource-name <resource-name>",
31281 "required": -20,
31282 "optional": 0,
31283 "bool": true,
31284 "short": "-u",
31285 "long": "--resource-name",
31286 "description": "The resource name. For e.g. storageaccountprod. Should only be used in conjunction with resource-type, resource-group and (optionally)parent parameters to construct a hierarchical scope in the form of a relative URI that identifies a resource."
31287 },
31288 {
31289 "flags": "--parent <parent>",
31290 "required": -10,
31291 "optional": 0,
31292 "bool": true,
31293 "long": "--parent",
31294 "description": "The parent resource in the hierarchy of the resource specified using resource-name parameter. Must be used in conjunction with resource-name, resource-type and resource-group parameters to construct a hierarchical scope in the form of a relative URI that identifies a resource."
31295 },
31296 {
31297 "flags": "--subscription <subscription>",
31298 "required": -16,
31299 "optional": 0,
31300 "bool": true,
31301 "long": "--subscription",
31302 "description": "Name or identifier of the subscription where the role assignment will be created."
31303 }
31304 ]
31305 },
31306 {
31307 "name": "list",
31308 "description": "Lists Azure RBAC role assignments at the specified scope. \n By default it lists all role assignments in the selected Azure subscription. Use respective parameters to list assignments to a specific user, or to list assignments on a specific resource group or resource. \n The Azure RBAC role that is assigned dictates what type of resources the user is allowed to manage in the scope, and what actions the user is allowed to perform on those resources. Use 'azure role list' or 'azure role show' commands to list actions that a given role allows. ",
31309 "fullName": "role assignment list",
31310 "usage": "[objectId] [signInName] [spn] [roleName] [roleId] [scope] [resource-group] [resource-type] [resource-name]\n\n ----- Example 1 -------\n azure role assignment list\n List all role assignments in the subscription\n\n ----- Example 2 -------\n azure role assignment list --resource-group testRG --signInName john.doe@contoso.com -e\n Gets all role assignments made to user john.doe@contoso.com and the groups of which he is member at the testRG scope or above.\n\n ----- Example 3 -------\n azure role assignment list --spn \"http://testapp1.com\"\n Gets all role assignments of the specified service principal.\n\n ----- Example 4 -------\n azure role assignment list --scope \"/subscriptions/96231a05-34ce-4eb4-aa6a-70759cbb5e83/resourcegroups/rg1/providers/Microsoft.Web/sites/site1\"\n Gets role assignments at the 'site1' website scope.\n",
31311 "filePath": "commands/arm/role/role.assignment.js",
31312 "options": [
31313 {
31314 "flags": "-v, --verbose",
31315 "required": 0,
31316 "optional": 0,
31317 "bool": true,
31318 "short": "-v",
31319 "long": "--verbose",
31320 "description": "use verbose output"
31321 },
31322 {
31323 "flags": "-vv",
31324 "required": 0,
31325 "optional": 0,
31326 "bool": true,
31327 "long": "-vv",
31328 "description": "more verbose with debug output"
31329 },
31330 {
31331 "flags": "--json",
31332 "required": 0,
31333 "optional": 0,
31334 "bool": true,
31335 "long": "--json",
31336 "description": "use json output"
31337 },
31338 {
31339 "flags": "--objectId <objectId>",
31340 "required": -12,
31341 "optional": 0,
31342 "bool": true,
31343 "long": "--objectId",
31344 "description": "The Azure AD ObjectId of the User, Group or Service Principal. Filters all assignments that are made to the specified principal."
31345 },
31346 {
31347 "flags": "--signInName <signInName>",
31348 "required": -14,
31349 "optional": 0,
31350 "bool": true,
31351 "long": "--signInName",
31352 "description": "The email address or the user principal name of the user. Filters all assignments that are made to the specified user."
31353 },
31354 {
31355 "flags": "--spn <spn>",
31356 "required": -7,
31357 "optional": 0,
31358 "bool": true,
31359 "long": "--spn",
31360 "description": "The ServicePrincipalName of the service principal. Filters all assignments that are made to the specified Azure AD application."
31361 },
31362 {
31363 "flags": "-o --roleName <roleName>",
31364 "required": -15,
31365 "optional": 0,
31366 "bool": true,
31367 "short": "-o",
31368 "long": "--roleName",
31369 "description": "Name of the Role that is assigned to the principal i.e. Reader, Contributor, Virtual Network Administrator, etc."
31370 },
31371 {
31372 "flags": "-d --roleId <roleId>",
31373 "required": -13,
31374 "optional": 0,
31375 "bool": true,
31376 "short": "-d",
31377 "long": "--roleId",
31378 "description": "Id of the Role that is assigned to the principal"
31379 },
31380 {
31381 "flags": "-c --scope <scope>",
31382 "required": -12,
31383 "optional": 0,
31384 "bool": true,
31385 "short": "-c",
31386 "long": "--scope",
31387 "description": "The Scope of the role assignment. In the format of relative URI. For e.g. /subscriptions/9004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/TestRG. It must start with \"/subscriptions/{id}\". The command filters all assignments that are effective at that scope."
31388 },
31389 {
31390 "flags": "-g --resource-group <resource-group>",
31391 "required": -21,
31392 "optional": 0,
31393 "bool": true,
31394 "short": "-g",
31395 "long": "--resource-group",
31396 "description": "The resource group name. Lists role assignments that are effective at the specified resource group. When used in conjunction with resource-name, resource-type and (optionally)parent parameters, the command lists assignments effective at resources within the resource group."
31397 },
31398 {
31399 "flags": "-r --resource-type <resource-type>",
31400 "required": -20,
31401 "optional": 0,
31402 "bool": true,
31403 "short": "-r",
31404 "long": "--resource-type",
31405 "description": "The resource type. For e.g. Microsoft.Network/virtualNetworks. Must be used in conjunction with resource-name, resource-group and (optionally)parent parameters."
31406 },
31407 {
31408 "flags": "-u --resource-name <resource-name>",
31409 "required": -20,
31410 "optional": 0,
31411 "bool": true,
31412 "short": "-u",
31413 "long": "--resource-name",
31414 "description": "The resource name. For e.g. storageaccountprod. Must be used in conjunction with resource-group, resource-type and (optionally)parent parameters."
31415 },
31416 {
31417 "flags": "--parent <parent>",
31418 "required": -10,
31419 "optional": 0,
31420 "bool": true,
31421 "long": "--parent",
31422 "description": "The parent resource in the hierarchy of the resource specified using --resource-name parameter. Must be used in conjunction with resource-name, resource-type and resource-group parameters."
31423 },
31424 {
31425 "flags": "-e --expandPrincipalGroups",
31426 "required": 0,
31427 "optional": 0,
31428 "bool": true,
31429 "short": "-e",
31430 "long": "--expandPrincipalGroups",
31431 "description": "If specified, returns roles directly assigned to the user and to the groups of which the user is a member (transitively). Supported only for a user principal."
31432 },
31433 {
31434 "flags": "-a --includeClassicAdministrators",
31435 "required": 0,
31436 "optional": 0,
31437 "bool": true,
31438 "short": "-a",
31439 "long": "--includeClassicAdministrators",
31440 "description": "If specified, also lists subscription classic administrators (co-admins, service admins, etc.) role assignments."
31441 },
31442 {
31443 "flags": "--subscription <subscription>",
31444 "required": -16,
31445 "optional": 0,
31446 "bool": true,
31447 "long": "--subscription",
31448 "description": "Name or identifier of the subscription to search the role assignments."
31449 }
31450 ]
31451 },
31452 {
31453 "name": "delete",
31454 "description": "Removes a role assignment to the specified principal who is assigned to a particular role at a particular scope. Use the 'azure role assignment list' command to retrieve assignments under the subscription",
31455 "fullName": "role assignment delete",
31456 "usage": "[objectId] [signInName] [spn] [roleName] [roleId] [scope] [resource-group] [resource-type] [resource-name]\n\n ----- Example 1 -------\n azure role assignment delete --resource-group testRG --signInName john.doe@contoso.com --roleName Reader\n Removes a role assignment for john.doe@contoso.com who is assigned to the Reader role at the testRG resourcegroup scope\n\n ----- Example 2 -------\n azure role assignment delete --objectId 2f9d4375-cbf1-48e8-83c9-2a0be4cb33fb --roleName Reader\n Removes the role assignment to the group principal identified by the ObjectId and assigned to the Reader role. Defaults to using the current subscription as the scope to find the assignment to be deleted.\n",
31457 "filePath": "commands/arm/role/role.assignment.js",
31458 "options": [
31459 {
31460 "flags": "-v, --verbose",
31461 "required": 0,
31462 "optional": 0,
31463 "bool": true,
31464 "short": "-v",
31465 "long": "--verbose",
31466 "description": "use verbose output"
31467 },
31468 {
31469 "flags": "-vv",
31470 "required": 0,
31471 "optional": 0,
31472 "bool": true,
31473 "long": "-vv",
31474 "description": "more verbose with debug output"
31475 },
31476 {
31477 "flags": "--json",
31478 "required": 0,
31479 "optional": 0,
31480 "bool": true,
31481 "long": "--json",
31482 "description": "use json output"
31483 },
31484 {
31485 "flags": "--objectId <objectId>",
31486 "required": -12,
31487 "optional": 0,
31488 "bool": true,
31489 "long": "--objectId",
31490 "description": "Azure AD Objectid of the user, group or service principal"
31491 },
31492 {
31493 "flags": "--signInName <signInName>",
31494 "required": -14,
31495 "optional": 0,
31496 "bool": true,
31497 "long": "--signInName",
31498 "description": "The email address or the user principal name of the user."
31499 },
31500 {
31501 "flags": "--spn <spn>",
31502 "required": -7,
31503 "optional": 0,
31504 "bool": true,
31505 "long": "--spn",
31506 "description": "The ServicePrincipalName of the Azure AD application."
31507 },
31508 {
31509 "flags": "-o --roleName <roleName>",
31510 "required": -15,
31511 "optional": 0,
31512 "bool": true,
31513 "short": "-o",
31514 "long": "--roleName",
31515 "description": "The Name of the RBAC role for which the assignment needs to be deleted i.e. Reader, Contributor, Virtual Network Administrator, etc."
31516 },
31517 {
31518 "flags": "-d --roleId <roleId>",
31519 "required": -13,
31520 "optional": 0,
31521 "bool": true,
31522 "short": "-d",
31523 "long": "--roleId",
31524 "description": "The Id of the RBAC role for which the assignment needs to be deleted."
31525 },
31526 {
31527 "flags": "-c --scope <scope>",
31528 "required": -12,
31529 "optional": 0,
31530 "bool": true,
31531 "short": "-c",
31532 "long": "--scope",
31533 "description": "The Scope of the role assignment to be deleted. In the format of relative URI. For e.g. \"/subscriptions/9004a9fd-d58e-48dc-aeb2-4a4aec58606f/resourceGroups/TestRG\". If not specified, will attempt to delete the role assignment at subscription level. If specified, it should start with \"/subscriptions/{id}\"."
31534 },
31535 {
31536 "flags": "-g --resource-group <resource-group>",
31537 "required": -21,
31538 "optional": 0,
31539 "bool": true,
31540 "short": "-g",
31541 "long": "--resource-group",
31542 "description": "The resource group name. Attempts to delete an assignment at the specified resource group scope. When used in conjunction with resource-name, resource-type and (optionally)parent parameters, the command constructs a hierarchical scope in the form of a relative URI that identifies a resource."
31543 },
31544 {
31545 "flags": "-r --resource-type <resource-type>",
31546 "required": -20,
31547 "optional": 0,
31548 "bool": true,
31549 "short": "-r",
31550 "long": "--resource-type",
31551 "description": "The resource type. For e.g. Microsoft.Network/virtualNetworks. Should only be used in conjunction with resource-name, resource-group and (optionally)parent parameters to construct a hierarchical scope in the form of a relative URI that identifies a resource."
31552 },
31553 {
31554 "flags": "-u --resource-name <resource-name>",
31555 "required": -20,
31556 "optional": 0,
31557 "bool": true,
31558 "short": "-u",
31559 "long": "--resource-name",
31560 "description": "The resource name. For e.g. storageaccountprod. Should only be used in conjunction with resource-type, resource-group and (optionally)parent parameters to construct a hierarchical scope in the form of a relative URI that identifies a resource."
31561 },
31562 {
31563 "flags": "--parent <parent>",
31564 "required": -10,
31565 "optional": 0,
31566 "bool": true,
31567 "long": "--parent",
31568 "description": "The parent resource in the hierarchy of the resource specified using --resource-name parameter, if any. Must be used in conjunction with resource-name, resource-type and resource-group parameters to construct a hierarchical scope in the form of a relative URI that identifies a resource."
31569 },
31570 {
31571 "flags": "-q --quiet",
31572 "required": 0,
31573 "optional": 0,
31574 "bool": true,
31575 "short": "-q",
31576 "long": "--quiet",
31577 "description": "If specified, the command does not prompt for a confirmation before deleting the role assignment."
31578 },
31579 {
31580 "flags": "--passthru",
31581 "required": 0,
31582 "optional": 0,
31583 "bool": true,
31584 "long": "--passthru",
31585 "description": "If specified, displays the deleted role assignment"
31586 },
31587 {
31588 "flags": "--subscription <subscription>",
31589 "required": -16,
31590 "optional": 0,
31591 "bool": true,
31592 "long": "--subscription",
31593 "description": "Name or identifier of the subscription to delete the role assignment"
31594 }
31595 ]
31596 }
31597 ],
31598 "categories": {
31599 "changelog": {
31600 "name": "changelog",
31601 "description": "Gets access change history for the selected subscription for the specified time range i.e. role assignments that were added or removed, including classic administrators (co-administrators and service administrators). Maximum duration that can be queried is 15 days (going back up to past 90 days).",
31602 "fullName": "role assignment changelog",
31603 "usage": "[options] [command]",
31604 "options": [],
31605 "commands": [
31606 {
31607 "name": "list",
31608 "description": "List all access changes",
31609 "fullName": "role assignment changelog list",
31610 "usage": "[-b startTime] [-e endTime]\n\n ----- Example 1 -------\n azure role assignment changelog list\n Gets the access change logs for the past hour.\n\n ----- Example 2 -------\n azure role assignment changelog list -b \"09/20/2015 15:00\" -e \"09/24/2015 15:00\"\n Gets all access change logs between the specified dates.\n",
31611 "filePath": "commands/arm/role/role.assignment.audit.js",
31612 "options": [
31613 {
31614 "flags": "-v, --verbose",
31615 "required": 0,
31616 "optional": 0,
31617 "bool": true,
31618 "short": "-v",
31619 "long": "--verbose",
31620 "description": "use verbose output"
31621 },
31622 {
31623 "flags": "-vv",
31624 "required": 0,
31625 "optional": 0,
31626 "bool": true,
31627 "long": "-vv",
31628 "description": "more verbose with debug output"
31629 },
31630 {
31631 "flags": "--json",
31632 "required": 0,
31633 "optional": 0,
31634 "bool": true,
31635 "long": "--json",
31636 "description": "use json output"
31637 },
31638 {
31639 "flags": "-b --startTime <startTime>",
31640 "required": -16,
31641 "optional": 0,
31642 "bool": true,
31643 "short": "-b",
31644 "long": "--startTime",
31645 "description": "The start time of the query. E.g. \"2015-08-29 15:30\". If both startTime and endTime are not specified, defaults to the last one hour. Maximum query interval supported is 15 days."
31646 },
31647 {
31648 "flags": "-e --endTime <endTime>",
31649 "required": -14,
31650 "optional": 0,
31651 "bool": true,
31652 "short": "-e",
31653 "long": "--endTime",
31654 "description": "The end time of the query. E.g. \"2015-08-29 15:30\".If both startTime and endTime are not specified, defaults to the last one hour. Maximum query interval supported is 15 days."
31655 },
31656 {
31657 "flags": "-s --subscription <subscription>",
31658 "required": -19,
31659 "optional": 0,
31660 "bool": true,
31661 "short": "-s",
31662 "long": "--subscription",
31663 "description": "Name or identifier of the subscription where the changelog is to be retrieved."
31664 }
31665 ]
31666 }
31667 ],
31668 "categories": {}
31669 }
31670 }
31671 }
31672 }
31673 },
31674 "tag": {
31675 "name": "tag",
31676 "description": "Commands to manage your resource manager tags",
31677 "fullName": "tag",
31678 "usage": "[options] [command]",
31679 "options": [],
31680 "commands": [
31681 {
31682 "name": "create",
31683 "description": "add a tag",
31684 "fullName": "tag create",
31685 "usage": "[options] <name> <value>",
31686 "filePath": "commands/arm/tag/tag.js",
31687 "options": [
31688 {
31689 "flags": "-v, --verbose",
31690 "required": 0,
31691 "optional": 0,
31692 "bool": true,
31693 "short": "-v",
31694 "long": "--verbose",
31695 "description": "use verbose output"
31696 },
31697 {
31698 "flags": "-vv",
31699 "required": 0,
31700 "optional": 0,
31701 "bool": true,
31702 "long": "-vv",
31703 "description": "more verbose with debug output"
31704 },
31705 {
31706 "flags": "--json",
31707 "required": 0,
31708 "optional": 0,
31709 "bool": true,
31710 "long": "--json",
31711 "description": "use json output"
31712 },
31713 {
31714 "flags": "-n --name <name>",
31715 "required": -11,
31716 "optional": 0,
31717 "bool": true,
31718 "short": "-n",
31719 "long": "--name",
31720 "description": "Name of the tag. If the tag name doesn't exist, create the tag name; Otherwise, add the value to the existing tag name."
31721 },
31722 {
31723 "flags": "--value <value>",
31724 "required": -9,
31725 "optional": 0,
31726 "bool": true,
31727 "long": "--value",
31728 "description": "Value of the tag. If specified, add the tag value to the tag name; Otherwise, keep the tag values unchanged."
31729 },
31730 {
31731 "flags": "--subscription <subscription>",
31732 "required": -16,
31733 "optional": 0,
31734 "bool": true,
31735 "long": "--subscription",
31736 "description": "The subscription identifier."
31737 }
31738 ]
31739 },
31740 {
31741 "name": "delete",
31742 "description": "Remove an entire tag or a tag value",
31743 "fullName": "tag delete",
31744 "usage": "[options] <name> <value>",
31745 "filePath": "commands/arm/tag/tag.js",
31746 "options": [
31747 {
31748 "flags": "-v, --verbose",
31749 "required": 0,
31750 "optional": 0,
31751 "bool": true,
31752 "short": "-v",
31753 "long": "--verbose",
31754 "description": "use verbose output"
31755 },
31756 {
31757 "flags": "-vv",
31758 "required": 0,
31759 "optional": 0,
31760 "bool": true,
31761 "long": "-vv",
31762 "description": "more verbose with debug output"
31763 },
31764 {
31765 "flags": "--json",
31766 "required": 0,
31767 "optional": 0,
31768 "bool": true,
31769 "long": "--json",
31770 "description": "use json output"
31771 },
31772 {
31773 "flags": "-n --name <name>",
31774 "required": -11,
31775 "optional": 0,
31776 "bool": true,
31777 "short": "-n",
31778 "long": "--name",
31779 "description": "Name of the tag to remove."
31780 },
31781 {
31782 "flags": "--value <value>",
31783 "required": -9,
31784 "optional": 0,
31785 "bool": true,
31786 "long": "--value",
31787 "description": "Value of the tag to remove. If not specified, remove the entire tag. If specified, only remove the tag value."
31788 },
31789 {
31790 "flags": "-q, --quiet",
31791 "required": 0,
31792 "optional": 0,
31793 "bool": true,
31794 "short": "-q",
31795 "long": "--quiet",
31796 "description": "If not specified, will prompt for confirmation. If specified, won't prompt."
31797 },
31798 {
31799 "flags": "--subscription <subscription>",
31800 "required": -16,
31801 "optional": 0,
31802 "bool": true,
31803 "long": "--subscription",
31804 "description": "The subscription identifier."
31805 }
31806 ]
31807 },
31808 {
31809 "name": "list",
31810 "description": "Lists the tag information",
31811 "fullName": "tag list",
31812 "usage": "[options]",
31813 "filePath": "commands/arm/tag/tag.js",
31814 "options": [
31815 {
31816 "flags": "-v, --verbose",
31817 "required": 0,
31818 "optional": 0,
31819 "bool": true,
31820 "short": "-v",
31821 "long": "--verbose",
31822 "description": "use verbose output"
31823 },
31824 {
31825 "flags": "-vv",
31826 "required": 0,
31827 "optional": 0,
31828 "bool": true,
31829 "long": "-vv",
31830 "description": "more verbose with debug output"
31831 },
31832 {
31833 "flags": "--json",
31834 "required": 0,
31835 "optional": 0,
31836 "bool": true,
31837 "long": "--json",
31838 "description": "use json output"
31839 },
31840 {
31841 "flags": "-d, --details",
31842 "required": 0,
31843 "optional": 0,
31844 "bool": true,
31845 "short": "-d",
31846 "long": "--details",
31847 "description": "Show tag values information as well."
31848 },
31849 {
31850 "flags": "--subscription <subscription>",
31851 "required": -16,
31852 "optional": 0,
31853 "bool": true,
31854 "long": "--subscription",
31855 "description": "The subscription identifier."
31856 }
31857 ]
31858 },
31859 {
31860 "name": "show",
31861 "description": "Get a tag",
31862 "fullName": "tag show",
31863 "usage": "[options] [name]",
31864 "filePath": "commands/arm/tag/tag.js",
31865 "options": [
31866 {
31867 "flags": "-v, --verbose",
31868 "required": 0,
31869 "optional": 0,
31870 "bool": true,
31871 "short": "-v",
31872 "long": "--verbose",
31873 "description": "use verbose output"
31874 },
31875 {
31876 "flags": "-vv",
31877 "required": 0,
31878 "optional": 0,
31879 "bool": true,
31880 "long": "-vv",
31881 "description": "more verbose with debug output"
31882 },
31883 {
31884 "flags": "--json",
31885 "required": 0,
31886 "optional": 0,
31887 "bool": true,
31888 "long": "--json",
31889 "description": "use json output"
31890 },
31891 {
31892 "flags": "-n, --name <name>",
31893 "required": -12,
31894 "optional": 0,
31895 "bool": true,
31896 "short": "-n",
31897 "long": "--name",
31898 "description": "The tag name."
31899 },
31900 {
31901 "flags": "--subscription <subscription>",
31902 "required": -16,
31903 "optional": 0,
31904 "bool": true,
31905 "long": "--subscription",
31906 "description": "The subscription identifier."
31907 }
31908 ]
31909 }
31910 ],
31911 "categories": {}
31912 },
31913 "usage": {
31914 "name": "usage",
31915 "description": "Command to view your aggregated Azure usage data",
31916 "fullName": "usage",
31917 "usage": "[options] [command]",
31918 "options": [],
31919 "commands": [
31920 {
31921 "name": "list",
31922 "description": "List the usage aggregates for a provided time range",
31923 "fullName": "usage list",
31924 "usage": "[options] [reportedStartTime] [reportedEndTime]",
31925 "filePath": "commands/arm/usage/usage.js",
31926 "options": [
31927 {
31928 "flags": "-v, --verbose",
31929 "required": 0,
31930 "optional": 0,
31931 "bool": true,
31932 "short": "-v",
31933 "long": "--verbose",
31934 "description": "use verbose output"
31935 },
31936 {
31937 "flags": "-vv",
31938 "required": 0,
31939 "optional": 0,
31940 "bool": true,
31941 "long": "-vv",
31942 "description": "more verbose with debug output"
31943 },
31944 {
31945 "flags": "--json",
31946 "required": 0,
31947 "optional": 0,
31948 "bool": true,
31949 "long": "--json",
31950 "description": "use json output"
31951 },
31952 {
31953 "flags": "--reportedStartTime <datetime>",
31954 "required": -21,
31955 "optional": 0,
31956 "bool": true,
31957 "long": "--reportedStartTime",
31958 "description": "The start of the time range to retrieve data for, in UTC format."
31959 },
31960 {
31961 "flags": "--reportedEndTime <datetime>",
31962 "required": -19,
31963 "optional": 0,
31964 "bool": true,
31965 "long": "--reportedEndTime",
31966 "description": "The end of the time range to retrieve data for, in UTC format."
31967 },
31968 {
31969 "flags": "--granularity <daily/hourly>",
31970 "required": -15,
31971 "optional": 0,
31972 "bool": true,
31973 "long": "--granularity",
31974 "description": "Value is either daily (default) or hourly to tell the API how to return the results grouped by day or hour."
31975 },
31976 {
31977 "flags": "--showDetails <bool>",
31978 "required": -15,
31979 "optional": 0,
31980 "bool": true,
31981 "long": "--showDetails",
31982 "description": "When set to true (default), the aggregates are broken down into the instance metadata which is more granular."
31983 },
31984 {
31985 "flags": "--continuationToken <url>",
31986 "required": -21,
31987 "optional": 0,
31988 "bool": true,
31989 "long": "--continuationToken",
31990 "description": "Retrieved from previous calls, this is the bookmark used for progress when the responses are paged."
31991 },
31992 {
31993 "flags": "--subscription <subscription>",
31994 "required": -16,
31995 "optional": 0,
31996 "bool": true,
31997 "long": "--subscription",
31998 "description": "the subscription identifier"
31999 }
32000 ]
32001 }
32002 ],
32003 "categories": {}
32004 },
32005 "vm": {
32006 "name": "vm",
32007 "description": "Commands to manage your virtual machines",
32008 "fullName": "vm",
32009 "usage": "[options] [command]",
32010 "options": [],
32011 "commands": [
32012 {
32013 "name": "create",
32014 "description": "Create a virtual machine in a resource group",
32015 "fullName": "vm create",
32016 "usage": "[options] <resource-group> <name> <location> <os-type>",
32017 "filePath": "commands/arm/vm/vm.js",
32018 "options": [
32019 {
32020 "flags": "-v, --verbose",
32021 "required": 0,
32022 "optional": 0,
32023 "bool": true,
32024 "short": "-v",
32025 "long": "--verbose",
32026 "description": "use verbose output"
32027 },
32028 {
32029 "flags": "-vv",
32030 "required": 0,
32031 "optional": 0,
32032 "bool": true,
32033 "long": "-vv",
32034 "description": "more verbose with debug output"
32035 },
32036 {
32037 "flags": "--json",
32038 "required": 0,
32039 "optional": 0,
32040 "bool": true,
32041 "long": "--json",
32042 "description": "use json output"
32043 },
32044 {
32045 "flags": "-g, --resource-group <resource-group>",
32046 "required": -22,
32047 "optional": 0,
32048 "bool": true,
32049 "short": "-g",
32050 "long": "--resource-group",
32051 "description": "the resource group name"
32052 },
32053 {
32054 "flags": "-n, --name <name>",
32055 "required": -12,
32056 "optional": 0,
32057 "bool": true,
32058 "short": "-n",
32059 "long": "--name",
32060 "description": "the virtual machine name"
32061 },
32062 {
32063 "flags": "-D, --nic-id <nic-id>",
32064 "required": -14,
32065 "optional": 0,
32066 "bool": true,
32067 "short": "-D",
32068 "long": "--nic-id",
32069 "description": "the NIC identifier\n e.g. /subscriptions/<subscriptipn-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/networkInterfaces/<nic-name>"
32070 },
32071 {
32072 "flags": "-f, --nic-name <nic-name>",
32073 "required": -16,
32074 "optional": 0,
32075 "bool": true,
32076 "short": "-f",
32077 "long": "--nic-name",
32078 "description": "the NIC name\n If this is an existing NIC then it must exists under the current resource group identified by resource-group\n A new NIC will be created if no NIC exists with name nic-name in the current resource group\n To create new NIC - subnet-id or vnet-name, vnet-address-prefix, subnet-name and vnet-subnet-address-prefix are required\n Please use nic-id to refer an existing NIC in a different resource group\n The parameter nic-name will be ignored when nic-id is specified"
32079 },
32080 {
32081 "flags": "-I, --nic-ids <nic-ids>",
32082 "required": -15,
32083 "optional": 0,
32084 "bool": true,
32085 "short": "-I",
32086 "long": "--nic-ids",
32087 "description": "the list of NIC identifiers separated by comma. In case of specifying multiple nics first one will be set as primary."
32088 },
32089 {
32090 "flags": "-N, --nic-names <nic-names>",
32091 "required": -17,
32092 "optional": 0,
32093 "bool": true,
32094 "short": "-N",
32095 "long": "--nic-names",
32096 "description": "the list of NIC names separated by comma. In case of specifying multiple nics first one will be set as primary.These NICs must exists in the same resource group as the VM. Please use nic-ids if that not the case. This parameter will be ignored if --nic-ids is specified"
32097 },
32098 {
32099 "flags": "-l, --location <location>",
32100 "required": -16,
32101 "optional": 0,
32102 "bool": true,
32103 "short": "-l",
32104 "long": "--location",
32105 "description": "the location"
32106 },
32107 {
32108 "flags": "-y, --os-type <os-type>",
32109 "required": -15,
32110 "optional": 0,
32111 "bool": true,
32112 "short": "-y",
32113 "long": "--os-type",
32114 "description": "the operating system Type, valid values are Windows, Linux"
32115 },
32116 {
32117 "flags": "-Q, --image-urn <image-urn>",
32118 "required": -17,
32119 "optional": 0,
32120 "bool": true,
32121 "short": "-Q",
32122 "long": "--image-urn",
32123 "description": "the image URN in the form publisherName:offer:skus:version.\n Or the source VHD link of a user image, e.g. https://foo.blob.core.windows.net/system/Microsoft.Compute/Images/vhds/snap-bar.vhd\n Option '-d' can be used with this option to specify the destination storage location where the new OS VHD will be created and put to.\n In this case, OS profile credentials have to be specified, i.e. user name/password, or SSH keys, etc."
32124 },
32125 {
32126 "flags": "-u, --admin-username <admin-username>",
32127 "required": -22,
32128 "optional": 0,
32129 "bool": true,
32130 "short": "-u",
32131 "long": "--admin-username",
32132 "description": "the user name\n This parameter is valid for a VM created from an image (image-urn) and ignored when VM is based on an existing disk"
32133 },
32134 {
32135 "flags": "-p, --admin-password <admin-password>",
32136 "required": -22,
32137 "optional": 0,
32138 "bool": true,
32139 "short": "-p",
32140 "long": "--admin-password",
32141 "description": "the password\n This parameter is valid for a VM created from an image (image-urn) and ignored when VM is based on existing disk"
32142 },
32143 {
32144 "flags": "-M, --ssh-publickey-file <openssh-rsa-file|pem-file>",
32145 "required": -26,
32146 "optional": 0,
32147 "bool": true,
32148 "short": "-M",
32149 "long": "--ssh-publickey-file",
32150 "description": "path to public key PEM file or SSH Public key file for SSH authentication\n This parameter is valid only when os-type is \"Linux\""
32151 },
32152 {
32153 "flags": "-G, --generate-ssh-keys",
32154 "required": 0,
32155 "optional": 0,
32156 "bool": true,
32157 "short": "-G",
32158 "long": "--generate-ssh-keys",
32159 "description": "Auto generate SSH keys, will be ignored if --ssh-publickey-file is specified. This parameter is valid only when os-type is \"Linux\""
32160 },
32161 {
32162 "flags": "-z, --vm-size <vm-size>",
32163 "required": -15,
32164 "optional": 0,
32165 "bool": true,
32166 "short": "-z",
32167 "long": "--vm-size",
32168 "description": "the virtual machine size [Standard_A1]"
32169 },
32170 {
32171 "flags": "-U, --public-ip-id <public-ip-id>",
32172 "required": -20,
32173 "optional": 0,
32174 "bool": true,
32175 "short": "-U",
32176 "long": "--public-ip-id",
32177 "description": "the public ip identifier\n e.g. /subscriptions/<subscriptipn-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/publicIPAddresses/<public-ip-name>"
32178 },
32179 {
32180 "flags": "-i, --public-ip-name <public-ip-name>",
32181 "required": -22,
32182 "optional": 0,
32183 "bool": true,
32184 "short": "-i",
32185 "long": "--public-ip-name",
32186 "description": "the public ip name\n If this is an existing public IP then it must exists under the current resource group identified by resource-group\n A new public IP will be created if no public IP exists with name public-ip-name in the current resource group\n Please use public-ip-id to refer an existing public IP in a different resource group\n The parameter public-ip-name will be ignored when public-ip-id is specified"
32187 },
32188 {
32189 "flags": "-w, --public-ip-domain-name <public-ip-domain-name>",
32190 "required": -29,
32191 "optional": 0,
32192 "bool": true,
32193 "short": "-w",
32194 "long": "--public-ip-domain-name",
32195 "description": "the public ip domain name\n This sets the DNS to <publicip-domain-name>.<location>.cloudapp.azure.com\n This parameter will be used only when creating new public IP"
32196 },
32197 {
32198 "flags": "-m, --public-ip-allocation-method <public-ip-allocation-method>",
32199 "required": -35,
32200 "optional": 0,
32201 "bool": true,
32202 "short": "-m",
32203 "long": "--public-ip-allocation-method",
32204 "description": "the public ip allocation method, valid values are \"Dynamic\"\n This parameter will be used only when creating new public IP"
32205 },
32206 {
32207 "flags": "-t, --public-ip-idletimeout <public-ip-idletimeout>",
32208 "required": -29,
32209 "optional": 0,
32210 "bool": true,
32211 "short": "-t",
32212 "long": "--public-ip-idletimeout",
32213 "description": "the public ip idle timeout specified in minutes\n This parameter will be used only when creating new public IP"
32214 },
32215 {
32216 "flags": "-S, --subnet-id <subnet-id>",
32217 "required": -17,
32218 "optional": 0,
32219 "bool": true,
32220 "short": "-S",
32221 "long": "--subnet-id",
32222 "description": "the subnet identifier\n e.g. /subscriptions/<subscriptipn-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/virtualNetworks/<vnet-name>/subnets/<subnet-name>"
32223 },
32224 {
32225 "flags": "-F, --vnet-name <vnet-name>",
32226 "required": -17,
32227 "optional": 0,
32228 "bool": true,
32229 "short": "-F",
32230 "long": "--vnet-name",
32231 "description": "the virtual network name\n If this is an existing vnet then it must exists under the current resource group identified by resource-group\n If this is an existing vnet then vnet-subnet-name is required\n If no subnet exists with name vnet-subnet-name then a new subnet will be created\n To create new subnet - vnet-subnet-address-prefix is required\n A new vnet will be created if no vnet exists with name vnet-name in the current resource group\n To create new vnet - vnet-address-prefix, vnet-subnet-name and vnet-subnet-address-prefix are required\n Please use subnet-id to refer an existing subnet under a vnet in a different resource group\n vnet-name, vnet-address-prefix, vnet-subnet-name and vnet-subnet-address-prefix will be ignored when subnet-id is specified"
32232 },
32233 {
32234 "flags": "-P, --vnet-address-prefix <vnet-address-prefix>",
32235 "required": -27,
32236 "optional": 0,
32237 "bool": true,
32238 "short": "-P",
32239 "long": "--vnet-address-prefix",
32240 "description": "the virtual network address prefix in IPv4/CIDR format"
32241 },
32242 {
32243 "flags": "-j, --vnet-subnet-name <vnet-subnet-name>",
32244 "required": -24,
32245 "optional": 0,
32246 "bool": true,
32247 "short": "-j",
32248 "long": "--vnet-subnet-name",
32249 "description": "the virtual network subnet name"
32250 },
32251 {
32252 "flags": "-k, --vnet-subnet-address-prefix <vnet-subnet-address-prefix>",
32253 "required": -34,
32254 "optional": 0,
32255 "bool": true,
32256 "short": "-k",
32257 "long": "--vnet-subnet-address-prefix",
32258 "description": "the virtual network subnet address prefix in IPv4/CIDR format"
32259 },
32260 {
32261 "flags": "-r, --availset-name <availset-name>",
32262 "required": -21,
32263 "optional": 0,
32264 "bool": true,
32265 "short": "-r",
32266 "long": "--availset-name",
32267 "description": "the availability set name"
32268 },
32269 {
32270 "flags": "-o, --storage-account-name <storage-account-name>",
32271 "required": -28,
32272 "optional": 0,
32273 "bool": true,
32274 "short": "-o",
32275 "long": "--storage-account-name",
32276 "description": "the storage account name"
32277 },
32278 {
32279 "flags": "-R, --storage-account-container-name <storage-account-container-name>",
32280 "required": -38,
32281 "optional": 0,
32282 "bool": true,
32283 "short": "-R",
32284 "long": "--storage-account-container-name",
32285 "description": "the storage account container name [vhds]"
32286 },
32287 {
32288 "flags": "-d, --os-disk-vhd <os-disk-vhd>",
32289 "required": -19,
32290 "optional": 0,
32291 "bool": true,
32292 "short": "-d",
32293 "long": "--os-disk-vhd",
32294 "description": "name or url of the OS disk Vhd\n If this parameter is specified along with --image-urn ('-Q') parameter then OS disk created from the image will be stored in this vhd.\n If this parameter is specified without --image-urn ('-Q') parameter then this vhd must exists and will be used as a specialized OS disk image.\n If this parameter is specified without --image-urn ('-Q') parameter, OS profile credentials will be ignored, and the specialized credentials from the disk image will be used."
32295 },
32296 {
32297 "flags": "-a, --data-disk-caching <data-disk-caching>",
32298 "required": -25,
32299 "optional": 0,
32300 "bool": true,
32301 "short": "-a",
32302 "long": "--data-disk-caching",
32303 "description": "data disk caching, valid values are None, ReadOnly, ReadWrite"
32304 },
32305 {
32306 "flags": "-x, --data-disk-vhd <data-disk-vhd>",
32307 "required": -21,
32308 "optional": 0,
32309 "bool": true,
32310 "short": "-x",
32311 "long": "--data-disk-vhd",
32312 "description": "name or url of the data disk Vhd"
32313 },
32314 {
32315 "flags": "-e, --data-disk-size <data-disk-size>",
32316 "required": -22,
32317 "optional": 0,
32318 "bool": true,
32319 "short": "-e",
32320 "long": "--data-disk-size",
32321 "description": "data disk size in GB"
32322 },
32323 {
32324 "flags": "-Y, --data-disk-existing",
32325 "required": 0,
32326 "optional": 0,
32327 "bool": true,
32328 "short": "-Y",
32329 "long": "--data-disk-existing",
32330 "description": "Will use existing VHD if specified. Don't specify this param if you are creating data disk from a new VHD."
32331 },
32332 {
32333 "flags": "-C, --custom-data <custom-data-file>",
32334 "required": -19,
32335 "optional": 0,
32336 "bool": true,
32337 "short": "-C",
32338 "long": "--custom-data",
32339 "description": "CustomData file"
32340 },
32341 {
32342 "flags": "-s, --subscription <subscription>",
32343 "required": -20,
32344 "optional": 0,
32345 "bool": true,
32346 "short": "-s",
32347 "long": "--subscription",
32348 "description": "the subscription identifier"
32349 },
32350 {
32351 "flags": "--tags <tags>",
32352 "required": -8,
32353 "optional": 0,
32354 "bool": true,
32355 "long": "--tags",
32356 "description": "Tags to set to the virtual machine. Can be multiple. In the format of 'name=value'. Name is required and value is optional. For example, --tags tag1=value1;tag2"
32357 },
32358 {
32359 "flags": "--disable-boot-diagnostics",
32360 "required": 0,
32361 "optional": 0,
32362 "bool": true,
32363 "long": "--disable-boot-diagnostics",
32364 "description": "The switch parameter to disable the boot diagnostics (by default enabled) for VM."
32365 },
32366 {
32367 "flags": "--boot-diagnostics-storage-uri <boot-diagnostics-storage-uri>",
32368 "required": -32,
32369 "optional": 0,
32370 "bool": true,
32371 "long": "--boot-diagnostics-storage-uri",
32372 "description": "Optional. Specify storage account URL for boot diagnostics. In the format of 'https://your_stoage_account_name.blob.core.windows.net/'."
32373 },
32374 {
32375 "flags": "--disable-bginfo-extension",
32376 "required": 0,
32377 "optional": 0,
32378 "bool": true,
32379 "long": "--disable-bginfo-extension",
32380 "description": "The switch parameter to disable the BGInfo extension for VM."
32381 },
32382 {
32383 "flags": "--disk-encryption-key-vault-id <disk-encryption-key-vault-id>",
32384 "required": -32,
32385 "optional": 0,
32386 "bool": true,
32387 "long": "--disk-encryption-key-vault-id",
32388 "description": "The OS disk encryption key vault ID."
32389 },
32390 {
32391 "flags": "--disk-encryption-key-url <disk-encryption-key-url>",
32392 "required": -27,
32393 "optional": 0,
32394 "bool": true,
32395 "long": "--disk-encryption-key-url",
32396 "description": "The OS disk encryption key secret URL."
32397 },
32398 {
32399 "flags": "--key-encryption-key-vault-id <key-encryption-key-vault-id>",
32400 "required": -31,
32401 "optional": 0,
32402 "bool": true,
32403 "long": "--key-encryption-key-vault-id",
32404 "description": "The vault reference Url for the OS disk encryption key."
32405 },
32406 {
32407 "flags": "--key-encryption-key-url <key-encryption-key-url>",
32408 "required": -26,
32409 "optional": 0,
32410 "bool": true,
32411 "long": "--key-encryption-key-url",
32412 "description": "The Url of the master key used to encrypt the OS disk encryption key."
32413 },
32414 {
32415 "flags": "--license-type <license-type>",
32416 "required": -16,
32417 "optional": 0,
32418 "bool": true,
32419 "long": "--license-type",
32420 "description": "The license type of the system; currently, only 'Windows_Sever' is supported."
32421 },
32422 {
32423 "flags": "--plan-name <plan-name>",
32424 "required": -13,
32425 "optional": 0,
32426 "bool": true,
32427 "long": "--plan-name",
32428 "description": "The plan name."
32429 },
32430 {
32431 "flags": "--plan-publisher <plan-publisher-name>",
32432 "required": -18,
32433 "optional": 0,
32434 "bool": true,
32435 "long": "--plan-publisher",
32436 "description": "The plan publisher ID."
32437 },
32438 {
32439 "flags": "--plan-product <plan-product-name>",
32440 "required": -16,
32441 "optional": 0,
32442 "bool": true,
32443 "long": "--plan-product",
32444 "description": "The plan product ID."
32445 },
32446 {
32447 "flags": "--plan-promotion-code <plan-promotion-code>",
32448 "required": -23,
32449 "optional": 0,
32450 "bool": true,
32451 "long": "--plan-promotion-code",
32452 "description": "The plan promotion code."
32453 }
32454 ]
32455 },
32456 {
32457 "name": "quick-create",
32458 "description": "Create a virtual machine with default resources in a resource group",
32459 "fullName": "vm quick-create",
32460 "usage": "[options] <resource-group> <name> <location> <os-type> <image-urn> <admin-username> <admin-password>",
32461 "filePath": "commands/arm/vm/vm.js",
32462 "options": [
32463 {
32464 "flags": "-v, --verbose",
32465 "required": 0,
32466 "optional": 0,
32467 "bool": true,
32468 "short": "-v",
32469 "long": "--verbose",
32470 "description": "use verbose output"
32471 },
32472 {
32473 "flags": "-vv",
32474 "required": 0,
32475 "optional": 0,
32476 "bool": true,
32477 "long": "-vv",
32478 "description": "more verbose with debug output"
32479 },
32480 {
32481 "flags": "--json",
32482 "required": 0,
32483 "optional": 0,
32484 "bool": true,
32485 "long": "--json",
32486 "description": "use json output"
32487 },
32488 {
32489 "flags": "-g, --resource-group <resource-group>",
32490 "required": -22,
32491 "optional": 0,
32492 "bool": true,
32493 "short": "-g",
32494 "long": "--resource-group",
32495 "description": "the resource group name"
32496 },
32497 {
32498 "flags": "-n, --name <name>",
32499 "required": -12,
32500 "optional": 0,
32501 "bool": true,
32502 "short": "-n",
32503 "long": "--name",
32504 "description": "the virtual machine name"
32505 },
32506 {
32507 "flags": "-l, --location <location>",
32508 "required": -16,
32509 "optional": 0,
32510 "bool": true,
32511 "short": "-l",
32512 "long": "--location",
32513 "description": "the location"
32514 },
32515 {
32516 "flags": "-y, --os-type <os-type>",
32517 "required": -15,
32518 "optional": 0,
32519 "bool": true,
32520 "short": "-y",
32521 "long": "--os-type",
32522 "description": "the operating system Type, valid values are Windows, Linux"
32523 },
32524 {
32525 "flags": "-Q, --image-urn <image-urn>",
32526 "required": -17,
32527 "optional": 0,
32528 "bool": true,
32529 "short": "-Q",
32530 "long": "--image-urn",
32531 "description": "the image URN in the form \"publisherName:offer:skus:version\",\n or the VHD link of a user image,\n e.g. https://foo.blob.core.windows.net/bar/vhds/baz.vhd"
32532 },
32533 {
32534 "flags": "-z, --vm-size <vm-size>",
32535 "required": -15,
32536 "optional": 0,
32537 "bool": true,
32538 "short": "-z",
32539 "long": "--vm-size",
32540 "description": "the virtual machine size [Standard_D1]"
32541 },
32542 {
32543 "flags": "-u, --admin-username <admin-username>",
32544 "required": -22,
32545 "optional": 0,
32546 "bool": true,
32547 "short": "-u",
32548 "long": "--admin-username",
32549 "description": "the user name"
32550 },
32551 {
32552 "flags": "-p, --admin-password <admin-password>",
32553 "required": -22,
32554 "optional": 0,
32555 "bool": true,
32556 "short": "-p",
32557 "long": "--admin-password",
32558 "description": "the password, skipped if SSH public key file is specified for Linux VMs"
32559 },
32560 {
32561 "flags": "-M, --ssh-publickey-file <ssh-publickey-file>",
32562 "required": -26,
32563 "optional": 0,
32564 "bool": true,
32565 "short": "-M",
32566 "long": "--ssh-publickey-file",
32567 "description": "the path to public key file for SSH authentication,\n & this parameter is valid only when os-type is Linux."
32568 },
32569 {
32570 "flags": "-s, --subscription <subscription>",
32571 "required": -20,
32572 "optional": 0,
32573 "bool": true,
32574 "short": "-s",
32575 "long": "--subscription",
32576 "description": "the subscription identifier"
32577 }
32578 ]
32579 },
32580 {
32581 "name": "list",
32582 "description": "Get all virtual machines in a resource group",
32583 "fullName": "vm list",
32584 "usage": "[options] <resource-group>",
32585 "filePath": "commands/arm/vm/vm.js",
32586 "options": [
32587 {
32588 "flags": "-v, --verbose",
32589 "required": 0,
32590 "optional": 0,
32591 "bool": true,
32592 "short": "-v",
32593 "long": "--verbose",
32594 "description": "use verbose output"
32595 },
32596 {
32597 "flags": "-vv",
32598 "required": 0,
32599 "optional": 0,
32600 "bool": true,
32601 "long": "-vv",
32602 "description": "more verbose with debug output"
32603 },
32604 {
32605 "flags": "--json",
32606 "required": 0,
32607 "optional": 0,
32608 "bool": true,
32609 "long": "--json",
32610 "description": "use json output"
32611 },
32612 {
32613 "flags": "-g, --resource-group <resource-group>",
32614 "required": -22,
32615 "optional": 0,
32616 "bool": true,
32617 "short": "-g",
32618 "long": "--resource-group",
32619 "description": "the resource group name"
32620 },
32621 {
32622 "flags": "-s, --subscription <subscription>",
32623 "required": -20,
32624 "optional": 0,
32625 "bool": true,
32626 "short": "-s",
32627 "long": "--subscription",
32628 "description": "the subscription identifier"
32629 }
32630 ]
32631 },
32632 {
32633 "name": "show",
32634 "description": "Get a virtual machine in a resource group",
32635 "fullName": "vm show",
32636 "usage": "[options] <resource-group> <name>",
32637 "filePath": "commands/arm/vm/vm.js",
32638 "options": [
32639 {
32640 "flags": "-v, --verbose",
32641 "required": 0,
32642 "optional": 0,
32643 "bool": true,
32644 "short": "-v",
32645 "long": "--verbose",
32646 "description": "use verbose output"
32647 },
32648 {
32649 "flags": "-vv",
32650 "required": 0,
32651 "optional": 0,
32652 "bool": true,
32653 "long": "-vv",
32654 "description": "more verbose with debug output"
32655 },
32656 {
32657 "flags": "--json",
32658 "required": 0,
32659 "optional": 0,
32660 "bool": true,
32661 "long": "--json",
32662 "description": "use json output"
32663 },
32664 {
32665 "flags": "-g, --resource-group <resource-group>",
32666 "required": -22,
32667 "optional": 0,
32668 "bool": true,
32669 "short": "-g",
32670 "long": "--resource-group",
32671 "description": "the resource group name"
32672 },
32673 {
32674 "flags": "-n, --name <name>",
32675 "required": -12,
32676 "optional": 0,
32677 "bool": true,
32678 "short": "-n",
32679 "long": "--name",
32680 "description": "the virtual machine name"
32681 },
32682 {
32683 "flags": "-d, --depth <depth>",
32684 "required": -13,
32685 "optional": 0,
32686 "bool": true,
32687 "short": "-d",
32688 "long": "--depth",
32689 "description": "the number of times to recurse, to recurse indefinitely pass \"full\". (valid only with --json option)"
32690 },
32691 {
32692 "flags": "-s, --subscription <subscription>",
32693 "required": -20,
32694 "optional": 0,
32695 "bool": true,
32696 "short": "-s",
32697 "long": "--subscription",
32698 "description": "the subscription identifier"
32699 }
32700 ]
32701 },
32702 {
32703 "name": "delete",
32704 "description": "Delete a virtual machine in a resource group",
32705 "fullName": "vm delete",
32706 "usage": "[options] <resource-group> <name>",
32707 "filePath": "commands/arm/vm/vm.js",
32708 "options": [
32709 {
32710 "flags": "-v, --verbose",
32711 "required": 0,
32712 "optional": 0,
32713 "bool": true,
32714 "short": "-v",
32715 "long": "--verbose",
32716 "description": "use verbose output"
32717 },
32718 {
32719 "flags": "-vv",
32720 "required": 0,
32721 "optional": 0,
32722 "bool": true,
32723 "long": "-vv",
32724 "description": "more verbose with debug output"
32725 },
32726 {
32727 "flags": "--json",
32728 "required": 0,
32729 "optional": 0,
32730 "bool": true,
32731 "long": "--json",
32732 "description": "use json output"
32733 },
32734 {
32735 "flags": "-g, --resource-group <resource-group>",
32736 "required": -22,
32737 "optional": 0,
32738 "bool": true,
32739 "short": "-g",
32740 "long": "--resource-group",
32741 "description": "the resource group name"
32742 },
32743 {
32744 "flags": "-n, --name <name>",
32745 "required": -12,
32746 "optional": 0,
32747 "bool": true,
32748 "short": "-n",
32749 "long": "--name",
32750 "description": "the virtual machine name"
32751 },
32752 {
32753 "flags": "-q, --quiet",
32754 "required": 0,
32755 "optional": 0,
32756 "bool": true,
32757 "short": "-q",
32758 "long": "--quiet",
32759 "description": "quiet mode, do not ask for delete confirmation"
32760 },
32761 {
32762 "flags": "-s, --subscription <subscription>",
32763 "required": -20,
32764 "optional": 0,
32765 "bool": true,
32766 "short": "-s",
32767 "long": "--subscription",
32768 "description": "the subscription identifier"
32769 }
32770 ]
32771 },
32772 {
32773 "name": "stop",
32774 "description": "Shutdown a virtual machine in a resource group",
32775 "fullName": "vm stop",
32776 "usage": "[options] <resource-group> <name>",
32777 "filePath": "commands/arm/vm/vm.js",
32778 "options": [
32779 {
32780 "flags": "-v, --verbose",
32781 "required": 0,
32782 "optional": 0,
32783 "bool": true,
32784 "short": "-v",
32785 "long": "--verbose",
32786 "description": "use verbose output"
32787 },
32788 {
32789 "flags": "-vv",
32790 "required": 0,
32791 "optional": 0,
32792 "bool": true,
32793 "long": "-vv",
32794 "description": "more verbose with debug output"
32795 },
32796 {
32797 "flags": "--json",
32798 "required": 0,
32799 "optional": 0,
32800 "bool": true,
32801 "long": "--json",
32802 "description": "use json output"
32803 },
32804 {
32805 "flags": "-g, --resource-group <resource-group>",
32806 "required": -22,
32807 "optional": 0,
32808 "bool": true,
32809 "short": "-g",
32810 "long": "--resource-group",
32811 "description": "the resource group name"
32812 },
32813 {
32814 "flags": "-n, --name <name>",
32815 "required": -12,
32816 "optional": 0,
32817 "bool": true,
32818 "short": "-n",
32819 "long": "--name",
32820 "description": "the virtual machine name"
32821 },
32822 {
32823 "flags": "-s, --subscription <subscription>",
32824 "required": -20,
32825 "optional": 0,
32826 "bool": true,
32827 "short": "-s",
32828 "long": "--subscription",
32829 "description": "the subscription identifier"
32830 }
32831 ]
32832 },
32833 {
32834 "name": "restart",
32835 "description": "Restart a virtual machine in a resource group",
32836 "fullName": "vm restart",
32837 "usage": "[options] <resource-group> <name>",
32838 "filePath": "commands/arm/vm/vm.js",
32839 "options": [
32840 {
32841 "flags": "-v, --verbose",
32842 "required": 0,
32843 "optional": 0,
32844 "bool": true,
32845 "short": "-v",
32846 "long": "--verbose",
32847 "description": "use verbose output"
32848 },
32849 {
32850 "flags": "-vv",
32851 "required": 0,
32852 "optional": 0,
32853 "bool": true,
32854 "long": "-vv",
32855 "description": "more verbose with debug output"
32856 },
32857 {
32858 "flags": "--json",
32859 "required": 0,
32860 "optional": 0,
32861 "bool": true,
32862 "long": "--json",
32863 "description": "use json output"
32864 },
32865 {
32866 "flags": "-g, --resource-group <resource-group>",
32867 "required": -22,
32868 "optional": 0,
32869 "bool": true,
32870 "short": "-g",
32871 "long": "--resource-group",
32872 "description": "the resource group name"
32873 },
32874 {
32875 "flags": "-n, --name <name>",
32876 "required": -12,
32877 "optional": 0,
32878 "bool": true,
32879 "short": "-n",
32880 "long": "--name",
32881 "description": "the virtual machine name"
32882 },
32883 {
32884 "flags": "-s, --subscription <subscription>",
32885 "required": -20,
32886 "optional": 0,
32887 "bool": true,
32888 "short": "-s",
32889 "long": "--subscription",
32890 "description": "the subscription identifier"
32891 }
32892 ]
32893 },
32894 {
32895 "name": "start",
32896 "description": "Start a virtual machine in a resource group",
32897 "fullName": "vm start",
32898 "usage": "[options] <resource-group> <name>",
32899 "filePath": "commands/arm/vm/vm.js",
32900 "options": [
32901 {
32902 "flags": "-v, --verbose",
32903 "required": 0,
32904 "optional": 0,
32905 "bool": true,
32906 "short": "-v",
32907 "long": "--verbose",
32908 "description": "use verbose output"
32909 },
32910 {
32911 "flags": "-vv",
32912 "required": 0,
32913 "optional": 0,
32914 "bool": true,
32915 "long": "-vv",
32916 "description": "more verbose with debug output"
32917 },
32918 {
32919 "flags": "--json",
32920 "required": 0,
32921 "optional": 0,
32922 "bool": true,
32923 "long": "--json",
32924 "description": "use json output"
32925 },
32926 {
32927 "flags": "-g, --resource-group <resource-group>",
32928 "required": -22,
32929 "optional": 0,
32930 "bool": true,
32931 "short": "-g",
32932 "long": "--resource-group",
32933 "description": "the resource group name"
32934 },
32935 {
32936 "flags": "-n, --name <name>",
32937 "required": -12,
32938 "optional": 0,
32939 "bool": true,
32940 "short": "-n",
32941 "long": "--name",
32942 "description": "the virtual machine name"
32943 },
32944 {
32945 "flags": "-s, --subscription <subscription>",
32946 "required": -20,
32947 "optional": 0,
32948 "bool": true,
32949 "short": "-s",
32950 "long": "--subscription",
32951 "description": "the subscription identifier"
32952 }
32953 ]
32954 },
32955 {
32956 "name": "deallocate",
32957 "description": "Shutdown a virtual machine in a resource group and release the compute resources",
32958 "fullName": "vm deallocate",
32959 "usage": "[options] <resource-group> <name>",
32960 "filePath": "commands/arm/vm/vm.js",
32961 "options": [
32962 {
32963 "flags": "-v, --verbose",
32964 "required": 0,
32965 "optional": 0,
32966 "bool": true,
32967 "short": "-v",
32968 "long": "--verbose",
32969 "description": "use verbose output"
32970 },
32971 {
32972 "flags": "-vv",
32973 "required": 0,
32974 "optional": 0,
32975 "bool": true,
32976 "long": "-vv",
32977 "description": "more verbose with debug output"
32978 },
32979 {
32980 "flags": "--json",
32981 "required": 0,
32982 "optional": 0,
32983 "bool": true,
32984 "long": "--json",
32985 "description": "use json output"
32986 },
32987 {
32988 "flags": "-g, --resource-group <resource-group>",
32989 "required": -22,
32990 "optional": 0,
32991 "bool": true,
32992 "short": "-g",
32993 "long": "--resource-group",
32994 "description": "the resource group name"
32995 },
32996 {
32997 "flags": "-n, --name <name>",
32998 "required": -12,
32999 "optional": 0,
33000 "bool": true,
33001 "short": "-n",
33002 "long": "--name",
33003 "description": "the virtual machine name"
33004 },
33005 {
33006 "flags": "-s, --subscription <subscription>",
33007 "required": -20,
33008 "optional": 0,
33009 "bool": true,
33010 "short": "-s",
33011 "long": "--subscription",
33012 "description": "the subscription identifier"
33013 }
33014 ]
33015 },
33016 {
33017 "name": "sizes",
33018 "description": "Get all available virtual machine sizes",
33019 "fullName": "vm sizes",
33020 "usage": "[options]",
33021 "filePath": "commands/arm/vm/vm.js",
33022 "options": [
33023 {
33024 "flags": "-v, --verbose",
33025 "required": 0,
33026 "optional": 0,
33027 "bool": true,
33028 "short": "-v",
33029 "long": "--verbose",
33030 "description": "use verbose output"
33031 },
33032 {
33033 "flags": "-vv",
33034 "required": 0,
33035 "optional": 0,
33036 "bool": true,
33037 "long": "-vv",
33038 "description": "more verbose with debug output"
33039 },
33040 {
33041 "flags": "--json",
33042 "required": 0,
33043 "optional": 0,
33044 "bool": true,
33045 "long": "--json",
33046 "description": "use json output"
33047 },
33048 {
33049 "flags": "-l, --location <location>",
33050 "required": -16,
33051 "optional": 0,
33052 "bool": true,
33053 "short": "-l",
33054 "long": "--location",
33055 "description": "the location name, use this to get the list of VM sizes available in a location"
33056 },
33057 {
33058 "flags": "-n, --vm-name <vm-name>",
33059 "required": -15,
33060 "optional": 0,
33061 "bool": true,
33062 "short": "-n",
33063 "long": "--vm-name",
33064 "description": "the virtual machine name, use this to get the list of VM sizes available for a specific VM"
33065 },
33066 {
33067 "flags": "-g, --resource-group <resourceGroup>",
33068 "required": -22,
33069 "optional": 0,
33070 "bool": true,
33071 "short": "-g",
33072 "long": "--resource-group",
33073 "description": "the resource group name, required when --vm-name is specified"
33074 },
33075 {
33076 "flags": "-s, --subscription <subscription>",
33077 "required": -20,
33078 "optional": 0,
33079 "bool": true,
33080 "short": "-s",
33081 "long": "--subscription",
33082 "description": "the subscription identifier"
33083 }
33084 ]
33085 },
33086 {
33087 "name": "capture",
33088 "description": "Capture a VM in a resource group as an OS Image or VM Image",
33089 "fullName": "vm capture",
33090 "usage": "[options] <resource-group> <name> <vhd-name-prefix>",
33091 "filePath": "commands/arm/vm/vm.js",
33092 "options": [
33093 {
33094 "flags": "-v, --verbose",
33095 "required": 0,
33096 "optional": 0,
33097 "bool": true,
33098 "short": "-v",
33099 "long": "--verbose",
33100 "description": "use verbose output"
33101 },
33102 {
33103 "flags": "-vv",
33104 "required": 0,
33105 "optional": 0,
33106 "bool": true,
33107 "long": "-vv",
33108 "description": "more verbose with debug output"
33109 },
33110 {
33111 "flags": "--json",
33112 "required": 0,
33113 "optional": 0,
33114 "bool": true,
33115 "long": "--json",
33116 "description": "use json output"
33117 },
33118 {
33119 "flags": "-g, --resource-group <resource-group>",
33120 "required": -22,
33121 "optional": 0,
33122 "bool": true,
33123 "short": "-g",
33124 "long": "--resource-group",
33125 "description": "the resource group name"
33126 },
33127 {
33128 "flags": "-n, --name <name>",
33129 "required": -12,
33130 "optional": 0,
33131 "bool": true,
33132 "short": "-n",
33133 "long": "--name",
33134 "description": "the virtual machine name"
33135 },
33136 {
33137 "flags": "-p, --vhd-name-prefix <vhd-name-prefix>",
33138 "required": -23,
33139 "optional": 0,
33140 "bool": true,
33141 "short": "-p",
33142 "long": "--vhd-name-prefix",
33143 "description": "Captured virtual hard disk's name prefix"
33144 },
33145 {
33146 "flags": "-R, --storage-account-container-name <storage-account-container-name>",
33147 "required": -38,
33148 "optional": 0,
33149 "bool": true,
33150 "short": "-R",
33151 "long": "--storage-account-container-name",
33152 "description": "the storage account container name [vhds]"
33153 },
33154 {
33155 "flags": "-o, --overwrite",
33156 "required": 0,
33157 "optional": 0,
33158 "bool": true,
33159 "short": "-o",
33160 "long": "--overwrite",
33161 "description": "In case of conflict overwrite the target virtual hard disk if set to true."
33162 },
33163 {
33164 "flags": "-t, --template-file-name <template-file-name>",
33165 "required": -26,
33166 "optional": 0,
33167 "bool": true,
33168 "short": "-t",
33169 "long": "--template-file-name",
33170 "description": "Name of the file that will contain a template that can be used to create similar VMs."
33171 },
33172 {
33173 "flags": "-s, --subscription <id>",
33174 "required": -20,
33175 "optional": 0,
33176 "bool": true,
33177 "short": "-s",
33178 "long": "--subscription",
33179 "description": "the subscription id"
33180 }
33181 ]
33182 },
33183 {
33184 "name": "generalize",
33185 "description": "Set the state of a VM in a resource group to Generalized.",
33186 "fullName": "vm generalize",
33187 "usage": "[options] <resource-group> <name>",
33188 "filePath": "commands/arm/vm/vm.js",
33189 "options": [
33190 {
33191 "flags": "-v, --verbose",
33192 "required": 0,
33193 "optional": 0,
33194 "bool": true,
33195 "short": "-v",
33196 "long": "--verbose",
33197 "description": "use verbose output"
33198 },
33199 {
33200 "flags": "-vv",
33201 "required": 0,
33202 "optional": 0,
33203 "bool": true,
33204 "long": "-vv",
33205 "description": "more verbose with debug output"
33206 },
33207 {
33208 "flags": "--json",
33209 "required": 0,
33210 "optional": 0,
33211 "bool": true,
33212 "long": "--json",
33213 "description": "use json output"
33214 },
33215 {
33216 "flags": "-g, --resource-group <resource-group>",
33217 "required": -22,
33218 "optional": 0,
33219 "bool": true,
33220 "short": "-g",
33221 "long": "--resource-group",
33222 "description": "the resource group name"
33223 },
33224 {
33225 "flags": "-n, --name <name>",
33226 "required": -12,
33227 "optional": 0,
33228 "bool": true,
33229 "short": "-n",
33230 "long": "--name",
33231 "description": "the virtual machine name"
33232 },
33233 {
33234 "flags": "-s, --subscription <subscription>",
33235 "required": -20,
33236 "optional": 0,
33237 "bool": true,
33238 "short": "-s",
33239 "long": "--subscription",
33240 "description": "the subscription identifier"
33241 }
33242 ]
33243 },
33244 {
33245 "name": "get-instance-view",
33246 "description": "Get instance view of a VM in a resource group.",
33247 "fullName": "vm get-instance-view",
33248 "usage": "[options] <resource-group> <name>",
33249 "filePath": "commands/arm/vm/vm.js",
33250 "options": [
33251 {
33252 "flags": "-v, --verbose",
33253 "required": 0,
33254 "optional": 0,
33255 "bool": true,
33256 "short": "-v",
33257 "long": "--verbose",
33258 "description": "use verbose output"
33259 },
33260 {
33261 "flags": "-vv",
33262 "required": 0,
33263 "optional": 0,
33264 "bool": true,
33265 "long": "-vv",
33266 "description": "more verbose with debug output"
33267 },
33268 {
33269 "flags": "--json",
33270 "required": 0,
33271 "optional": 0,
33272 "bool": true,
33273 "long": "--json",
33274 "description": "use json output"
33275 },
33276 {
33277 "flags": "-g, --resource-group <resource-group>",
33278 "required": -22,
33279 "optional": 0,
33280 "bool": true,
33281 "short": "-g",
33282 "long": "--resource-group",
33283 "description": "the resource group name"
33284 },
33285 {
33286 "flags": "-n, --name <name>",
33287 "required": -12,
33288 "optional": 0,
33289 "bool": true,
33290 "short": "-n",
33291 "long": "--name",
33292 "description": "the virtual machine name"
33293 },
33294 {
33295 "flags": "-s, --subscription <subscription>",
33296 "required": -20,
33297 "optional": 0,
33298 "bool": true,
33299 "short": "-s",
33300 "long": "--subscription",
33301 "description": "the subscription identifier"
33302 }
33303 ]
33304 },
33305 {
33306 "name": "get-serial-output",
33307 "description": "Get serial output of a VM in a resource group.",
33308 "fullName": "vm get-serial-output",
33309 "usage": "[options] <resource-group> <name>",
33310 "filePath": "commands/arm/vm/vm.js",
33311 "options": [
33312 {
33313 "flags": "-v, --verbose",
33314 "required": 0,
33315 "optional": 0,
33316 "bool": true,
33317 "short": "-v",
33318 "long": "--verbose",
33319 "description": "use verbose output"
33320 },
33321 {
33322 "flags": "-vv",
33323 "required": 0,
33324 "optional": 0,
33325 "bool": true,
33326 "long": "-vv",
33327 "description": "more verbose with debug output"
33328 },
33329 {
33330 "flags": "--json",
33331 "required": 0,
33332 "optional": 0,
33333 "bool": true,
33334 "long": "--json",
33335 "description": "use json output"
33336 },
33337 {
33338 "flags": "-g, --resource-group <resource-group>",
33339 "required": -22,
33340 "optional": 0,
33341 "bool": true,
33342 "short": "-g",
33343 "long": "--resource-group",
33344 "description": "the resource group name"
33345 },
33346 {
33347 "flags": "-n, --name <name>",
33348 "required": -12,
33349 "optional": 0,
33350 "bool": true,
33351 "short": "-n",
33352 "long": "--name",
33353 "description": "the virtual machine name"
33354 },
33355 {
33356 "flags": "-s, --subscription <subscription>",
33357 "required": -20,
33358 "optional": 0,
33359 "bool": true,
33360 "short": "-s",
33361 "long": "--subscription",
33362 "description": "the subscription identifier"
33363 },
33364 {
33365 "flags": "--max-length <max-length>",
33366 "required": -14,
33367 "optional": 0,
33368 "bool": true,
33369 "long": "--max-length",
33370 "description": "the max number of characters shown in one page of log output"
33371 }
33372 ]
33373 },
33374 {
33375 "name": "reset-access",
33376 "description": "Enables you to reset Remote Desktop Access or SSH settings on a Virtual Machine and to reset the password for the account that has administrator or sudo authority.",
33377 "fullName": "vm reset-access",
33378 "usage": "[options] <resource-group> <name>",
33379 "filePath": "commands/arm/vm/vm.js",
33380 "options": [
33381 {
33382 "flags": "-v, --verbose",
33383 "required": 0,
33384 "optional": 0,
33385 "bool": true,
33386 "short": "-v",
33387 "long": "--verbose",
33388 "description": "use verbose output"
33389 },
33390 {
33391 "flags": "-vv",
33392 "required": 0,
33393 "optional": 0,
33394 "bool": true,
33395 "long": "-vv",
33396 "description": "more verbose with debug output"
33397 },
33398 {
33399 "flags": "--json",
33400 "required": 0,
33401 "optional": 0,
33402 "bool": true,
33403 "long": "--json",
33404 "description": "use json output"
33405 },
33406 {
33407 "flags": "-g, --resource-group <resource-group>",
33408 "required": -22,
33409 "optional": 0,
33410 "bool": true,
33411 "short": "-g",
33412 "long": "--resource-group",
33413 "description": "the resource group name"
33414 },
33415 {
33416 "flags": "-n, --name <name>",
33417 "required": -12,
33418 "optional": 0,
33419 "bool": true,
33420 "short": "-n",
33421 "long": "--name",
33422 "description": "the virtual machine name"
33423 },
33424 {
33425 "flags": "-u, --user-name <user-name>",
33426 "required": -17,
33427 "optional": 0,
33428 "bool": true,
33429 "short": "-u",
33430 "long": "--user-name",
33431 "description": "the user name"
33432 },
33433 {
33434 "flags": "-p, --password <password>",
33435 "required": -16,
33436 "optional": 0,
33437 "bool": true,
33438 "short": "-p",
33439 "long": "--password",
33440 "description": "the password"
33441 },
33442 {
33443 "flags": "-M, --ssh-key-file <ssh-key-file>",
33444 "required": -20,
33445 "optional": 0,
33446 "bool": true,
33447 "short": "-M",
33448 "long": "--ssh-key-file",
33449 "description": "path to public key PEM file or SSH Public key file for SSH authentication (valid only when os-type is \"Linux\")"
33450 },
33451 {
33452 "flags": "-r, --reset-ssh",
33453 "required": 0,
33454 "optional": 0,
33455 "bool": true,
33456 "short": "-r",
33457 "long": "--reset-ssh",
33458 "description": "Reset the SSH configuration to default"
33459 },
33460 {
33461 "flags": "-E, --extension-version <version>",
33462 "required": -25,
33463 "optional": 0,
33464 "bool": true,
33465 "short": "-E",
33466 "long": "--extension-version",
33467 "description": "Version of VM Access extension [1.4]"
33468 },
33469 {
33470 "flags": "-e, --expiration <expiration>",
33471 "required": -18,
33472 "optional": 0,
33473 "bool": true,
33474 "short": "-e",
33475 "long": "--expiration",
33476 "description": "password expiration"
33477 },
33478 {
33479 "flags": "-R, --remove-user <remove-user-name>",
33480 "required": -19,
33481 "optional": 0,
33482 "bool": true,
33483 "short": "-R",
33484 "long": "--remove-user",
33485 "description": "Remove a user account with specified name"
33486 },
33487 {
33488 "flags": "-s, --subscription <subscription>",
33489 "required": -20,
33490 "optional": 0,
33491 "bool": true,
33492 "short": "-s",
33493 "long": "--subscription",
33494 "description": "the subscription identifier"
33495 }
33496 ]
33497 },
33498 {
33499 "name": "enable-aem",
33500 "description": "Enable Azure Enhanced Monitoring Extension on a VM in a resource group",
33501 "fullName": "vm enable-aem",
33502 "usage": "[options] <resource-group> <name>",
33503 "filePath": "commands/arm/vm/vm.js",
33504 "options": [
33505 {
33506 "flags": "-v, --verbose",
33507 "required": 0,
33508 "optional": 0,
33509 "bool": true,
33510 "short": "-v",
33511 "long": "--verbose",
33512 "description": "use verbose output"
33513 },
33514 {
33515 "flags": "-vv",
33516 "required": 0,
33517 "optional": 0,
33518 "bool": true,
33519 "long": "-vv",
33520 "description": "more verbose with debug output"
33521 },
33522 {
33523 "flags": "--json",
33524 "required": 0,
33525 "optional": 0,
33526 "bool": true,
33527 "long": "--json",
33528 "description": "use json output"
33529 },
33530 {
33531 "flags": "-a, --diagnostic-storage-account-name <name>",
33532 "required": -39,
33533 "optional": 0,
33534 "bool": true,
33535 "short": "-a",
33536 "long": "--diagnostic-storage-account-name",
33537 "description": "storage account name"
33538 },
33539 {
33540 "flags": "-q, --quiet",
33541 "required": 0,
33542 "optional": 0,
33543 "bool": true,
33544 "short": "-q",
33545 "long": "--quiet",
33546 "description": "quite mode(do not ask for confirmation)"
33547 }
33548 ]
33549 },
33550 {
33551 "name": "set",
33552 "description": "Update a VM in a resource group.",
33553 "fullName": "vm set",
33554 "usage": "[options] <resource-group> <name>",
33555 "filePath": "commands/arm/vm/vm.js",
33556 "options": [
33557 {
33558 "flags": "-v, --verbose",
33559 "required": 0,
33560 "optional": 0,
33561 "bool": true,
33562 "short": "-v",
33563 "long": "--verbose",
33564 "description": "use verbose output"
33565 },
33566 {
33567 "flags": "-vv",
33568 "required": 0,
33569 "optional": 0,
33570 "bool": true,
33571 "long": "-vv",
33572 "description": "more verbose with debug output"
33573 },
33574 {
33575 "flags": "--json",
33576 "required": 0,
33577 "optional": 0,
33578 "bool": true,
33579 "long": "--json",
33580 "description": "use json output"
33581 },
33582 {
33583 "flags": "-g, --resource-group <resource-group>",
33584 "required": -22,
33585 "optional": 0,
33586 "bool": true,
33587 "short": "-g",
33588 "long": "--resource-group",
33589 "description": "the resource group name"
33590 },
33591 {
33592 "flags": "-n, --name <name>",
33593 "required": -12,
33594 "optional": 0,
33595 "bool": true,
33596 "short": "-n",
33597 "long": "--name",
33598 "description": "the virtual machine name"
33599 },
33600 {
33601 "flags": "-I, --nic-ids <nic-ids>",
33602 "required": -15,
33603 "optional": 0,
33604 "bool": true,
33605 "short": "-I",
33606 "long": "--nic-ids",
33607 "description": "the list of NIC identifiers separated by comma. In case of specifying multiple nics first one will be set as primary."
33608 },
33609 {
33610 "flags": "-N, --nic-names <nic-names>",
33611 "required": -17,
33612 "optional": 0,
33613 "bool": true,
33614 "short": "-N",
33615 "long": "--nic-names",
33616 "description": "the list of NIC names separated by comma. In case of specifying multiple nics first one will be set as primary.These NICs must exists in the same resource group as the VM. Please use nic-ids if that not the case. This parameter will be ignored if --nic-ids is specified"
33617 },
33618 {
33619 "flags": "-z, --vm-size <vm-size>",
33620 "required": -15,
33621 "optional": 0,
33622 "bool": true,
33623 "short": "-z",
33624 "long": "--vm-size",
33625 "description": "the virtual machine size"
33626 },
33627 {
33628 "flags": "-t, --tags <tags>",
33629 "required": -12,
33630 "optional": 0,
33631 "bool": true,
33632 "short": "-t",
33633 "long": "--tags",
33634 "description": "Tags to set to the resource group. Can be multiple. In the format of 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
33635 },
33636 {
33637 "flags": "-T, --no-tags",
33638 "required": 0,
33639 "optional": 0,
33640 "bool": false,
33641 "short": "-T",
33642 "long": "--no-tags",
33643 "description": "Remove all tags"
33644 },
33645 {
33646 "flags": "-s, --subscription <subscription>",
33647 "required": -20,
33648 "optional": 0,
33649 "bool": true,
33650 "short": "-s",
33651 "long": "--subscription",
33652 "description": "the subscription identifier"
33653 },
33654 {
33655 "flags": "--disable-boot-diagnostics",
33656 "required": 0,
33657 "optional": 0,
33658 "bool": true,
33659 "long": "--disable-boot-diagnostics",
33660 "description": "The switch parameter to disable the boot diagnostics for VM."
33661 },
33662 {
33663 "flags": "--enable-boot-diagnostics",
33664 "required": 0,
33665 "optional": 0,
33666 "bool": true,
33667 "long": "--enable-boot-diagnostics",
33668 "description": "The switch parameter to enable the boot diagnostics for VM."
33669 },
33670 {
33671 "flags": "--boot-diagnostics-storage-uri <boot-diagnostics-storage-uri>",
33672 "required": -32,
33673 "optional": 0,
33674 "bool": true,
33675 "long": "--boot-diagnostics-storage-uri",
33676 "description": "The storage account URL for boot diagnostics. In the format of 'https://your_stoage_account_name.blob.core.windows.net/'."
33677 }
33678 ]
33679 },
33680 {
33681 "name": "list-usage",
33682 "description": "Get usage of compute resources.",
33683 "fullName": "vm list-usage",
33684 "usage": "[options] <location>",
33685 "filePath": "commands/arm/vm/vm.js",
33686 "options": [
33687 {
33688 "flags": "-v, --verbose",
33689 "required": 0,
33690 "optional": 0,
33691 "bool": true,
33692 "short": "-v",
33693 "long": "--verbose",
33694 "description": "use verbose output"
33695 },
33696 {
33697 "flags": "-vv",
33698 "required": 0,
33699 "optional": 0,
33700 "bool": true,
33701 "long": "-vv",
33702 "description": "more verbose with debug output"
33703 },
33704 {
33705 "flags": "--json",
33706 "required": 0,
33707 "optional": 0,
33708 "bool": true,
33709 "long": "--json",
33710 "description": "use json output"
33711 },
33712 {
33713 "flags": "-l, --location <location>",
33714 "required": -16,
33715 "optional": 0,
33716 "bool": true,
33717 "short": "-l",
33718 "long": "--location",
33719 "description": "the location"
33720 },
33721 {
33722 "flags": "-s, --subscription <subscription>",
33723 "required": -20,
33724 "optional": 0,
33725 "bool": true,
33726 "short": "-s",
33727 "long": "--subscription",
33728 "description": "the subscription identifier"
33729 }
33730 ]
33731 },
33732 {
33733 "name": "enable-diag",
33734 "description": "Enable diagnostics extension on a VM in a resource group.",
33735 "fullName": "vm enable-diag",
33736 "usage": "[options] <resource-group> <name>",
33737 "filePath": "commands/arm/vm/vm.js",
33738 "options": [
33739 {
33740 "flags": "-v, --verbose",
33741 "required": 0,
33742 "optional": 0,
33743 "bool": true,
33744 "short": "-v",
33745 "long": "--verbose",
33746 "description": "use verbose output"
33747 },
33748 {
33749 "flags": "-vv",
33750 "required": 0,
33751 "optional": 0,
33752 "bool": true,
33753 "long": "-vv",
33754 "description": "more verbose with debug output"
33755 },
33756 {
33757 "flags": "--json",
33758 "required": 0,
33759 "optional": 0,
33760 "bool": true,
33761 "long": "--json",
33762 "description": "use json output"
33763 },
33764 {
33765 "flags": "-g, --resource-group <resource-group>",
33766 "required": -22,
33767 "optional": 0,
33768 "bool": true,
33769 "short": "-g",
33770 "long": "--resource-group",
33771 "description": "the resource group name"
33772 },
33773 {
33774 "flags": "-n, --name <name>",
33775 "required": -12,
33776 "optional": 0,
33777 "bool": true,
33778 "short": "-n",
33779 "long": "--name",
33780 "description": "the virtual machine name"
33781 },
33782 {
33783 "flags": "-a, --storage-account-name <name>",
33784 "required": -28,
33785 "optional": 0,
33786 "bool": true,
33787 "short": "-a",
33788 "long": "--storage-account-name",
33789 "description": "the storage account name"
33790 },
33791 {
33792 "flags": "-c, --config-file <path>",
33793 "required": -19,
33794 "optional": 0,
33795 "bool": true,
33796 "short": "-c",
33797 "long": "--config-file",
33798 "description": "path for WadCfg config file (collect basic metrics if not specified)"
33799 },
33800 {
33801 "flags": "-e, --extension-version <version>",
33802 "required": -25,
33803 "optional": 0,
33804 "bool": true,
33805 "short": "-e",
33806 "long": "--extension-version",
33807 "description": "Version of Diagnostics extension. Default values are [1.5] for Windows and [2.2] for Linux."
33808 },
33809 {
33810 "flags": "-s, --subscription <subscription>",
33811 "required": -20,
33812 "optional": 0,
33813 "bool": true,
33814 "short": "-s",
33815 "long": "--subscription",
33816 "description": "the subscription identifier"
33817 }
33818 ]
33819 },
33820 {
33821 "name": "enable-disk-encryption",
33822 "description": "Enable azure disk encryption on a VM in a resource group.",
33823 "fullName": "vm enable-disk-encryption",
33824 "usage": "[options] <resource-group> <name>",
33825 "filePath": "commands/arm/vm/vm.js",
33826 "options": [
33827 {
33828 "flags": "-v, --verbose",
33829 "required": 0,
33830 "optional": 0,
33831 "bool": true,
33832 "short": "-v",
33833 "long": "--verbose",
33834 "description": "use verbose output"
33835 },
33836 {
33837 "flags": "-vv",
33838 "required": 0,
33839 "optional": 0,
33840 "bool": true,
33841 "long": "-vv",
33842 "description": "more verbose with debug output"
33843 },
33844 {
33845 "flags": "--json",
33846 "required": 0,
33847 "optional": 0,
33848 "bool": true,
33849 "long": "--json",
33850 "description": "use json output"
33851 },
33852 {
33853 "flags": "-g, --resource-group <resource-group>",
33854 "required": -22,
33855 "optional": 0,
33856 "bool": true,
33857 "short": "-g",
33858 "long": "--resource-group",
33859 "description": "the resource group name"
33860 },
33861 {
33862 "flags": "-n, --name <name>",
33863 "required": -12,
33864 "optional": 0,
33865 "bool": true,
33866 "short": "-n",
33867 "long": "--name",
33868 "description": "the virtual machine name"
33869 },
33870 {
33871 "flags": "-a, --aad-client-id <aad-client-id>",
33872 "required": -21,
33873 "optional": 0,
33874 "bool": true,
33875 "short": "-a",
33876 "long": "--aad-client-id",
33877 "description": "Client ID of AAD app with permissions to write secrets to KeyVault"
33878 },
33879 {
33880 "flags": "-p, --aad-client-secret <aad-client-secret>",
33881 "required": -25,
33882 "optional": 0,
33883 "bool": true,
33884 "short": "-p",
33885 "long": "--aad-client-secret",
33886 "description": "Client Secret of AAD app with permissions to write secrets to KeyVault"
33887 },
33888 {
33889 "flags": "-c, --aad-client-cert-thumbprint <aad-client-cert-thumbprint>",
33890 "required": -34,
33891 "optional": 0,
33892 "bool": true,
33893 "short": "-c",
33894 "long": "--aad-client-cert-thumbprint",
33895 "description": "Thumbprint of AAD app certificate with permissions to write secrets to KeyVault"
33896 },
33897 {
33898 "flags": "-k, --disk-encryption-key-vault-url <disk-encryption-key-vault-url>",
33899 "required": -37,
33900 "optional": 0,
33901 "bool": true,
33902 "short": "-k",
33903 "long": "--disk-encryption-key-vault-url",
33904 "description": "URL of the KeyVault where generated encryption key will be placed to"
33905 },
33906 {
33907 "flags": "-r, --disk-encryption-key-vault-id <disk-encryption-key-vault-id>",
33908 "required": -36,
33909 "optional": 0,
33910 "bool": true,
33911 "short": "-r",
33912 "long": "--disk-encryption-key-vault-id",
33913 "description": "ResourceID of the KeyVault where generated encryption key will be placed to"
33914 },
33915 {
33916 "flags": "-u, --key-encryption-key-url <key-encryption-key-url>",
33917 "required": -30,
33918 "optional": 0,
33919 "bool": true,
33920 "short": "-u",
33921 "long": "--key-encryption-key-url",
33922 "description": "Versioned KeyVault URL of the KeyEncryptionKey used to encrypt the disk encryption key"
33923 },
33924 {
33925 "flags": "-i, --key-encryption-key-vault-id <key-encryption-key-vault-id>",
33926 "required": -35,
33927 "optional": 0,
33928 "bool": true,
33929 "short": "-i",
33930 "long": "--key-encryption-key-vault-id",
33931 "description": "ResourceID of the KeyVault containing the KeyEncryptionKey used to encrypt the disk encryption key"
33932 },
33933 {
33934 "flags": "-l, --key-encryption-algorithm <key-encryption-algorithm>",
33935 "required": -32,
33936 "optional": 0,
33937 "bool": true,
33938 "short": "-l",
33939 "long": "--key-encryption-algorithm",
33940 "description": "KeyEncryption Algorithm used to encrypt the volume encryption key"
33941 },
33942 {
33943 "flags": "-t, --volume-type <volume-type>",
33944 "required": -19,
33945 "optional": 0,
33946 "bool": true,
33947 "short": "-t",
33948 "long": "--volume-type",
33949 "description": "Type of the volume OS or Data or All to perform encryption operation"
33950 },
33951 {
33952 "flags": "-x, --sequence-version <sequence-version>",
33953 "required": -24,
33954 "optional": 0,
33955 "bool": true,
33956 "short": "-x",
33957 "long": "--sequence-version",
33958 "description": "Sequence version of encryption operation. This must be incremented to perform repeated encryption operations on the same VM"
33959 },
33960 {
33961 "flags": "-q, --quiet",
33962 "required": 0,
33963 "optional": 0,
33964 "bool": true,
33965 "short": "-q",
33966 "long": "--quiet",
33967 "description": "quiet mode, do not ask for confirmation"
33968 },
33969 {
33970 "flags": "-e, --extension-version <extension-version>",
33971 "required": -25,
33972 "optional": 0,
33973 "bool": true,
33974 "short": "-e",
33975 "long": "--extension-version",
33976 "description": "Version of Diagnostics extension. Default values are [1.0] for Windows"
33977 },
33978 {
33979 "flags": "-s, --subscription <subscription>",
33980 "required": -20,
33981 "optional": 0,
33982 "bool": true,
33983 "short": "-s",
33984 "long": "--subscription",
33985 "description": "the subscription identifier"
33986 }
33987 ]
33988 },
33989 {
33990 "name": "show-disk-encryption-status",
33991 "description": "Show azure disk encryption status of a VM in a resource group.",
33992 "fullName": "vm show-disk-encryption-status",
33993 "usage": "[options] <resource-group> <name>",
33994 "filePath": "commands/arm/vm/vm.js",
33995 "options": [
33996 {
33997 "flags": "-v, --verbose",
33998 "required": 0,
33999 "optional": 0,
34000 "bool": true,
34001 "short": "-v",
34002 "long": "--verbose",
34003 "description": "use verbose output"
34004 },
34005 {
34006 "flags": "-vv",
34007 "required": 0,
34008 "optional": 0,
34009 "bool": true,
34010 "long": "-vv",
34011 "description": "more verbose with debug output"
34012 },
34013 {
34014 "flags": "--json",
34015 "required": 0,
34016 "optional": 0,
34017 "bool": true,
34018 "long": "--json",
34019 "description": "use json output"
34020 },
34021 {
34022 "flags": "-g, --resource-group <resource-group>",
34023 "required": -22,
34024 "optional": 0,
34025 "bool": true,
34026 "short": "-g",
34027 "long": "--resource-group",
34028 "description": "the resource group name"
34029 },
34030 {
34031 "flags": "-n, --name <name>",
34032 "required": -12,
34033 "optional": 0,
34034 "bool": true,
34035 "short": "-n",
34036 "long": "--name",
34037 "description": "the virtual machine name"
34038 },
34039 {
34040 "flags": "-s, --subscription <subscription>",
34041 "required": -20,
34042 "optional": 0,
34043 "bool": true,
34044 "short": "-s",
34045 "long": "--subscription",
34046 "description": "the subscription identifier"
34047 }
34048 ]
34049 }
34050 ],
34051 "categories": {
34052 "disk": {
34053 "name": "disk",
34054 "description": "Commands to manage your Virtual Machine data disks",
34055 "fullName": "vm disk",
34056 "usage": "[options] [command]",
34057 "options": [],
34058 "commands": [
34059 {
34060 "name": "attach-new",
34061 "description": "Attach a new data-disk to a VM in a resource group",
34062 "fullName": "vm disk attach-new",
34063 "usage": "[options] <resource-group> <vm-name> <size-in-gb> [vhd-name]",
34064 "filePath": "commands/arm/vm/vm.js",
34065 "options": [
34066 {
34067 "flags": "-v, --verbose",
34068 "required": 0,
34069 "optional": 0,
34070 "bool": true,
34071 "short": "-v",
34072 "long": "--verbose",
34073 "description": "use verbose output"
34074 },
34075 {
34076 "flags": "-vv",
34077 "required": 0,
34078 "optional": 0,
34079 "bool": true,
34080 "long": "-vv",
34081 "description": "more verbose with debug output"
34082 },
34083 {
34084 "flags": "--json",
34085 "required": 0,
34086 "optional": 0,
34087 "bool": true,
34088 "long": "--json",
34089 "description": "use json output"
34090 },
34091 {
34092 "flags": "-g, --resource-group <resource-group>",
34093 "required": -22,
34094 "optional": 0,
34095 "bool": true,
34096 "short": "-g",
34097 "long": "--resource-group",
34098 "description": "the resource group name"
34099 },
34100 {
34101 "flags": "-n, --vm-name <vm-name>",
34102 "required": -15,
34103 "optional": 0,
34104 "bool": true,
34105 "short": "-n",
34106 "long": "--vm-name",
34107 "description": "the virtual machine name"
34108 },
34109 {
34110 "flags": "-z, --size-in-gb <size-in-gb>",
34111 "required": -18,
34112 "optional": 0,
34113 "bool": true,
34114 "short": "-z",
34115 "long": "--size-in-gb",
34116 "description": "the disk size in GB"
34117 },
34118 {
34119 "flags": "-d, --vhd-name <vhd-name>",
34120 "required": -16,
34121 "optional": 0,
34122 "bool": true,
34123 "short": "-d",
34124 "long": "--vhd-name",
34125 "description": "the name for the new VHD"
34126 },
34127 {
34128 "flags": "-c, --host-caching <name>",
34129 "required": -20,
34130 "optional": 0,
34131 "bool": true,
34132 "short": "-c",
34133 "long": "--host-caching",
34134 "description": "the caching behaviour of disk [None, ReadOnly, ReadWrite]"
34135 },
34136 {
34137 "flags": "-o, --storage-account-name <storageAccountName>",
34138 "required": -28,
34139 "optional": 0,
34140 "bool": true,
34141 "short": "-o",
34142 "long": "--storage-account-name",
34143 "description": "the storage account name"
34144 },
34145 {
34146 "flags": "-r, --storage-account-container-name <storageAccountContainerName>",
34147 "required": -38,
34148 "optional": 0,
34149 "bool": true,
34150 "short": "-r",
34151 "long": "--storage-account-container-name",
34152 "description": "the storage account container name [vhds]"
34153 },
34154 {
34155 "flags": "-l, --lun <lun>",
34156 "required": -11,
34157 "optional": 0,
34158 "bool": true,
34159 "short": "-l",
34160 "long": "--lun",
34161 "description": "zero based logical unit number of the data disk"
34162 },
34163 {
34164 "flags": "-s, --subscription <id>",
34165 "required": -20,
34166 "optional": 0,
34167 "bool": true,
34168 "short": "-s",
34169 "long": "--subscription",
34170 "description": "the subscription id"
34171 }
34172 ]
34173 },
34174 {
34175 "name": "detach",
34176 "description": "Detach a data-disk attached to a VM in a resource group",
34177 "fullName": "vm disk detach",
34178 "usage": "[options] <resource-group> <vm-name> <lun>",
34179 "filePath": "commands/arm/vm/vm.js",
34180 "options": [
34181 {
34182 "flags": "-v, --verbose",
34183 "required": 0,
34184 "optional": 0,
34185 "bool": true,
34186 "short": "-v",
34187 "long": "--verbose",
34188 "description": "use verbose output"
34189 },
34190 {
34191 "flags": "-vv",
34192 "required": 0,
34193 "optional": 0,
34194 "bool": true,
34195 "long": "-vv",
34196 "description": "more verbose with debug output"
34197 },
34198 {
34199 "flags": "--json",
34200 "required": 0,
34201 "optional": 0,
34202 "bool": true,
34203 "long": "--json",
34204 "description": "use json output"
34205 },
34206 {
34207 "flags": "-g, --resource-group <resource-group>",
34208 "required": -22,
34209 "optional": 0,
34210 "bool": true,
34211 "short": "-g",
34212 "long": "--resource-group",
34213 "description": "the resource group name"
34214 },
34215 {
34216 "flags": "-n, --vm-name <vm-name>",
34217 "required": -15,
34218 "optional": 0,
34219 "bool": true,
34220 "short": "-n",
34221 "long": "--vm-name",
34222 "description": "the virtual machine name"
34223 },
34224 {
34225 "flags": "-l, --lun <lun>",
34226 "required": -11,
34227 "optional": 0,
34228 "bool": true,
34229 "short": "-l",
34230 "long": "--lun",
34231 "description": "the data disk lun"
34232 },
34233 {
34234 "flags": "-s, --subscription <id>",
34235 "required": -20,
34236 "optional": 0,
34237 "bool": true,
34238 "short": "-s",
34239 "long": "--subscription",
34240 "description": "the subscription id"
34241 }
34242 ]
34243 },
34244 {
34245 "name": "attach",
34246 "description": "Attach a new data-disk to a VM in a resource group",
34247 "fullName": "vm disk attach",
34248 "usage": "[options] <resource-group> <vm-name> [vhd-url]",
34249 "filePath": "commands/arm/vm/vm.js",
34250 "options": [
34251 {
34252 "flags": "-v, --verbose",
34253 "required": 0,
34254 "optional": 0,
34255 "bool": true,
34256 "short": "-v",
34257 "long": "--verbose",
34258 "description": "use verbose output"
34259 },
34260 {
34261 "flags": "-vv",
34262 "required": 0,
34263 "optional": 0,
34264 "bool": true,
34265 "long": "-vv",
34266 "description": "more verbose with debug output"
34267 },
34268 {
34269 "flags": "--json",
34270 "required": 0,
34271 "optional": 0,
34272 "bool": true,
34273 "long": "--json",
34274 "description": "use json output"
34275 },
34276 {
34277 "flags": "-g, --resource-group <resource-group>",
34278 "required": -22,
34279 "optional": 0,
34280 "bool": true,
34281 "short": "-g",
34282 "long": "--resource-group",
34283 "description": "the resource group name"
34284 },
34285 {
34286 "flags": "-n, --vm-name <vm-name>",
34287 "required": -15,
34288 "optional": 0,
34289 "bool": true,
34290 "short": "-n",
34291 "long": "--vm-name",
34292 "description": "the virtual machine name"
34293 },
34294 {
34295 "flags": "-d, --vhd-url <vhd-url>",
34296 "required": -15,
34297 "optional": 0,
34298 "bool": true,
34299 "short": "-d",
34300 "long": "--vhd-url",
34301 "description": "the URL of existing VHD"
34302 },
34303 {
34304 "flags": "-c, --host-caching <name>",
34305 "required": -20,
34306 "optional": 0,
34307 "bool": true,
34308 "short": "-c",
34309 "long": "--host-caching",
34310 "description": "the caching behaviour of disk [None, ReadOnly, ReadWrite]"
34311 },
34312 {
34313 "flags": "-l, --lun <lun>",
34314 "required": -11,
34315 "optional": 0,
34316 "bool": true,
34317 "short": "-l",
34318 "long": "--lun",
34319 "description": "zero based logical unit number of the data disk"
34320 },
34321 {
34322 "flags": "-s, --subscription <id>",
34323 "required": -20,
34324 "optional": 0,
34325 "bool": true,
34326 "short": "-s",
34327 "long": "--subscription",
34328 "description": "the subscription id"
34329 }
34330 ]
34331 },
34332 {
34333 "name": "list",
34334 "description": "Get all data disks of a VM in a resource group",
34335 "fullName": "vm disk list",
34336 "usage": "[options] <resource-group> <vm-name>",
34337 "filePath": "commands/arm/vm/vm.js",
34338 "options": [
34339 {
34340 "flags": "-v, --verbose",
34341 "required": 0,
34342 "optional": 0,
34343 "bool": true,
34344 "short": "-v",
34345 "long": "--verbose",
34346 "description": "use verbose output"
34347 },
34348 {
34349 "flags": "-vv",
34350 "required": 0,
34351 "optional": 0,
34352 "bool": true,
34353 "long": "-vv",
34354 "description": "more verbose with debug output"
34355 },
34356 {
34357 "flags": "--json",
34358 "required": 0,
34359 "optional": 0,
34360 "bool": true,
34361 "long": "--json",
34362 "description": "use json output"
34363 },
34364 {
34365 "flags": "-g, --resource-group <resource-group>",
34366 "required": -22,
34367 "optional": 0,
34368 "bool": true,
34369 "short": "-g",
34370 "long": "--resource-group",
34371 "description": "the resource group name"
34372 },
34373 {
34374 "flags": "-n, --vm-name <vm-name>",
34375 "required": -15,
34376 "optional": 0,
34377 "bool": true,
34378 "short": "-n",
34379 "long": "--vm-name",
34380 "description": "the virtual machine name"
34381 },
34382 {
34383 "flags": "-s, --subscription <id>",
34384 "required": -20,
34385 "optional": 0,
34386 "bool": true,
34387 "short": "-s",
34388 "long": "--subscription",
34389 "description": "the subscription id"
34390 }
34391 ]
34392 }
34393 ],
34394 "categories": {}
34395 },
34396 "extension": {
34397 "name": "extension",
34398 "description": "Commands to manage VM resource extensions",
34399 "fullName": "vm extension",
34400 "usage": "[options] [command]",
34401 "options": [],
34402 "commands": [
34403 {
34404 "name": "set",
34405 "description": "Enable/disable resource extensions for a VM in a resource group",
34406 "fullName": "vm extension set",
34407 "usage": "[options] <resource-group> <vm-name> <name> <publisher-name> <version>",
34408 "filePath": "commands/arm/vm/vm.js",
34409 "options": [
34410 {
34411 "flags": "-v, --verbose",
34412 "required": 0,
34413 "optional": 0,
34414 "bool": true,
34415 "short": "-v",
34416 "long": "--verbose",
34417 "description": "use verbose output"
34418 },
34419 {
34420 "flags": "-vv",
34421 "required": 0,
34422 "optional": 0,
34423 "bool": true,
34424 "long": "-vv",
34425 "description": "more verbose with debug output"
34426 },
34427 {
34428 "flags": "--json",
34429 "required": 0,
34430 "optional": 0,
34431 "bool": true,
34432 "long": "--json",
34433 "description": "use json output"
34434 },
34435 {
34436 "flags": "-g, --resource-group <resource-group>",
34437 "required": -22,
34438 "optional": 0,
34439 "bool": true,
34440 "short": "-g",
34441 "long": "--resource-group",
34442 "description": "the resource group name"
34443 },
34444 {
34445 "flags": "-m, --vm-name <vm-name>",
34446 "required": -15,
34447 "optional": 0,
34448 "bool": true,
34449 "short": "-m",
34450 "long": "--vm-name",
34451 "description": "the virtual machine name"
34452 },
34453 {
34454 "flags": "-n, --name <name>",
34455 "required": -12,
34456 "optional": 0,
34457 "bool": true,
34458 "short": "-n",
34459 "long": "--name",
34460 "description": "the extension name"
34461 },
34462 {
34463 "flags": "-p, --publisher-name <publisher-name>",
34464 "required": -22,
34465 "optional": 0,
34466 "bool": true,
34467 "short": "-p",
34468 "long": "--publisher-name",
34469 "description": "the publisher name"
34470 },
34471 {
34472 "flags": "-o, --version <version>",
34473 "required": -15,
34474 "optional": 0,
34475 "bool": true,
34476 "short": "-o",
34477 "long": "--version",
34478 "description": "the extension version"
34479 },
34480 {
34481 "flags": "-r, --reference-name <reference-name>",
34482 "required": -22,
34483 "optional": 0,
34484 "bool": true,
34485 "short": "-r",
34486 "long": "--reference-name",
34487 "description": "extension's reference name"
34488 },
34489 {
34490 "flags": "-i, --public-config <public-config>",
34491 "required": -21,
34492 "optional": 0,
34493 "bool": true,
34494 "short": "-i",
34495 "long": "--public-config",
34496 "description": "public configuration text"
34497 },
34498 {
34499 "flags": "-c, --public-config-path <public-config-path>",
34500 "required": -26,
34501 "optional": 0,
34502 "bool": true,
34503 "short": "-c",
34504 "long": "--public-config-path",
34505 "description": "public configuration file path"
34506 },
34507 {
34508 "flags": "-f, --private-config <private-config>",
34509 "required": -22,
34510 "optional": 0,
34511 "bool": true,
34512 "short": "-f",
34513 "long": "--private-config",
34514 "description": "private configuration text"
34515 },
34516 {
34517 "flags": "-e, --private-config-path <private-config-path>",
34518 "required": -27,
34519 "optional": 0,
34520 "bool": true,
34521 "short": "-e",
34522 "long": "--private-config-path",
34523 "description": "private configuration file path"
34524 },
34525 {
34526 "flags": "-u, --uninstall",
34527 "required": 0,
34528 "optional": 0,
34529 "bool": true,
34530 "short": "-u",
34531 "long": "--uninstall",
34532 "description": "uninstall extension"
34533 },
34534 {
34535 "flags": "-t, --tags <tags>",
34536 "required": -12,
34537 "optional": 0,
34538 "bool": true,
34539 "short": "-t",
34540 "long": "--tags",
34541 "description": "Tags to set to the resource group. Can be mutliple. In the format of 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
34542 },
34543 {
34544 "flags": "-q, --quiet",
34545 "required": 0,
34546 "optional": 0,
34547 "bool": true,
34548 "short": "-q",
34549 "long": "--quiet",
34550 "description": "quiet mode, do not ask for uninstall confirmation"
34551 },
34552 {
34553 "flags": "-s, --subscription <id>",
34554 "required": -20,
34555 "optional": 0,
34556 "bool": true,
34557 "short": "-s",
34558 "long": "--subscription",
34559 "description": "the subscription id"
34560 }
34561 ]
34562 },
34563 {
34564 "name": "set-chef",
34565 "description": "Enable/disable chef extension for a VM in a resource group",
34566 "fullName": "vm extension set-chef",
34567 "usage": "[options] <resource-group> <vm-name> ",
34568 "filePath": "commands/arm/vm/vm.js",
34569 "options": [
34570 {
34571 "flags": "-v, --verbose",
34572 "required": 0,
34573 "optional": 0,
34574 "bool": true,
34575 "short": "-v",
34576 "long": "--verbose",
34577 "description": "use verbose output"
34578 },
34579 {
34580 "flags": "-vv",
34581 "required": 0,
34582 "optional": 0,
34583 "bool": true,
34584 "long": "-vv",
34585 "description": "more verbose with debug output"
34586 },
34587 {
34588 "flags": "--json",
34589 "required": 0,
34590 "optional": 0,
34591 "bool": true,
34592 "long": "--json",
34593 "description": "use json output"
34594 },
34595 {
34596 "flags": "-g, --resource-group <resource-group>",
34597 "required": -22,
34598 "optional": 0,
34599 "bool": true,
34600 "short": "-g",
34601 "long": "--resource-group",
34602 "description": "the resource group name"
34603 },
34604 {
34605 "flags": "-m, --vm-name <vm-name>",
34606 "required": -15,
34607 "optional": 0,
34608 "bool": true,
34609 "short": "-m",
34610 "long": "--vm-name",
34611 "description": "the virtual machine name"
34612 },
34613 {
34614 "flags": "-o, --version <version>",
34615 "required": -15,
34616 "optional": 0,
34617 "bool": true,
34618 "short": "-o",
34619 "long": "--version",
34620 "description": "the extension version"
34621 },
34622 {
34623 "flags": "-R, --run-list <run-list>",
34624 "required": -16,
34625 "optional": 0,
34626 "bool": true,
34627 "short": "-R",
34628 "long": "--run-list",
34629 "description": "Runlist of roles/recipes to apply to VM"
34630 },
34631 {
34632 "flags": "-O, --validation-pem <validation-pem>",
34633 "required": -22,
34634 "optional": 0,
34635 "bool": true,
34636 "short": "-O",
34637 "long": "--validation-pem",
34638 "description": "chef validation pem file path. Not required if -C or --client-pem option specified"
34639 },
34640 {
34641 "flags": "-c, --client-config <client-config>",
34642 "required": -21,
34643 "optional": 0,
34644 "bool": true,
34645 "short": "-c",
34646 "long": "--client-config",
34647 "description": "chef client configuration file(i.e client.rb) path"
34648 },
34649 {
34650 "flags": "-C, --client-pem <client-pem>",
34651 "required": -18,
34652 "optional": 0,
34653 "bool": true,
34654 "short": "-C",
34655 "long": "--client-pem",
34656 "description": "chef client pem file path i.e required in validator less bootstrap"
34657 },
34658 {
34659 "flags": "-a, --auto-update-client",
34660 "required": 0,
34661 "optional": 0,
34662 "bool": true,
34663 "short": "-a",
34664 "long": "--auto-update-client",
34665 "description": "auto update chef client"
34666 },
34667 {
34668 "flags": "-j, --bootstrap-options <bootstrap-json-attribute>",
34669 "required": -25,
34670 "optional": 0,
34671 "bool": true,
34672 "short": "-j",
34673 "long": "--bootstrap-options",
34674 "description": "Bootstrap options in JSON format. Ex: -j '{\"chef_node_name\":\"test_node\"}'"
34675 },
34676 {
34677 "flags": "-D, --delete-chef-config",
34678 "required": 0,
34679 "optional": 0,
34680 "bool": true,
34681 "short": "-D",
34682 "long": "--delete-chef-config",
34683 "description": "delete chef config files during update/uninstall extension"
34684 },
34685 {
34686 "flags": "-u, --uninstall",
34687 "required": 0,
34688 "optional": 0,
34689 "bool": true,
34690 "short": "-u",
34691 "long": "--uninstall",
34692 "description": "uninstall extension"
34693 },
34694 {
34695 "flags": "-t, --tags <tags>",
34696 "required": -12,
34697 "optional": 0,
34698 "bool": true,
34699 "short": "-t",
34700 "long": "--tags",
34701 "description": "Tags to set to the resource group. Can be multiple. In the format of 'name=value'. Name is required and value is optional. For example, -t tag1=value1;tag2"
34702 },
34703 {
34704 "flags": "-q, --quiet",
34705 "required": 0,
34706 "optional": 0,
34707 "bool": true,
34708 "short": "-q",
34709 "long": "--quiet",
34710 "description": "quiet mode, do not ask for uninstall confirmation"
34711 },
34712 {
34713 "flags": "-s, --subscription <id>",
34714 "required": -20,
34715 "optional": 0,
34716 "bool": true,
34717 "short": "-s",
34718 "long": "--subscription",
34719 "description": "the subscription id"
34720 }
34721 ]
34722 },
34723 {
34724 "name": "get",
34725 "description": "Get extensions installed on a virtual machine in a resource group",
34726 "fullName": "vm extension get",
34727 "usage": "[options] <resource-group> <vm-name>",
34728 "filePath": "commands/arm/vm/vm.js",
34729 "options": [
34730 {
34731 "flags": "-v, --verbose",
34732 "required": 0,
34733 "optional": 0,
34734 "bool": true,
34735 "short": "-v",
34736 "long": "--verbose",
34737 "description": "use verbose output"
34738 },
34739 {
34740 "flags": "-vv",
34741 "required": 0,
34742 "optional": 0,
34743 "bool": true,
34744 "long": "-vv",
34745 "description": "more verbose with debug output"
34746 },
34747 {
34748 "flags": "--json",
34749 "required": 0,
34750 "optional": 0,
34751 "bool": true,
34752 "long": "--json",
34753 "description": "use json output"
34754 },
34755 {
34756 "flags": "-g, --resource-group <resource-group>",
34757 "required": -22,
34758 "optional": 0,
34759 "bool": true,
34760 "short": "-g",
34761 "long": "--resource-group",
34762 "description": "the resource group name"
34763 },
34764 {
34765 "flags": "-m, --vm-name <vm-name>",
34766 "required": -15,
34767 "optional": 0,
34768 "bool": true,
34769 "short": "-m",
34770 "long": "--vm-name",
34771 "description": "the virtual machine name"
34772 },
34773 {
34774 "flags": "-s, --subscription <id>",
34775 "required": -20,
34776 "optional": 0,
34777 "bool": true,
34778 "short": "-s",
34779 "long": "--subscription",
34780 "description": "the subscription id"
34781 }
34782 ]
34783 },
34784 {
34785 "name": "get-chef",
34786 "description": "Get chef extension installed on a virtual machine in a resource group",
34787 "fullName": "vm extension get-chef",
34788 "usage": "[options] <resource-group> <vm-name>",
34789 "filePath": "commands/arm/vm/vm.js",
34790 "options": [
34791 {
34792 "flags": "-v, --verbose",
34793 "required": 0,
34794 "optional": 0,
34795 "bool": true,
34796 "short": "-v",
34797 "long": "--verbose",
34798 "description": "use verbose output"
34799 },
34800 {
34801 "flags": "-vv",
34802 "required": 0,
34803 "optional": 0,
34804 "bool": true,
34805 "long": "-vv",
34806 "description": "more verbose with debug output"
34807 },
34808 {
34809 "flags": "--json",
34810 "required": 0,
34811 "optional": 0,
34812 "bool": true,
34813 "long": "--json",
34814 "description": "use json output"
34815 },
34816 {
34817 "flags": "-g, --resource-group <resource-group>",
34818 "required": -22,
34819 "optional": 0,
34820 "bool": true,
34821 "short": "-g",
34822 "long": "--resource-group",
34823 "description": "the resource group name"
34824 },
34825 {
34826 "flags": "-m, --vm-name <vm-name>",
34827 "required": -15,
34828 "optional": 0,
34829 "bool": true,
34830 "short": "-m",
34831 "long": "--vm-name",
34832 "description": "the virtual machine name"
34833 },
34834 {
34835 "flags": "-s, --subscription <id>",
34836 "required": -20,
34837 "optional": 0,
34838 "bool": true,
34839 "short": "-s",
34840 "long": "--subscription",
34841 "description": "the subscription id"
34842 }
34843 ]
34844 }
34845 ],
34846 "categories": {}
34847 },
34848 "extension-image": {
34849 "name": "extension-image",
34850 "description": "Commands to query available VM resource extensions",
34851 "fullName": "vm extension-image",
34852 "usage": "[options] [command]",
34853 "options": [],
34854 "commands": [
34855 {
34856 "name": "list-publishers",
34857 "description": "Lists virtual machine/extension image publishers",
34858 "fullName": "vm extension-image list-publishers",
34859 "usage": "[options] <location>",
34860 "filePath": "commands/arm/vm/vm.js",
34861 "options": [
34862 {
34863 "flags": "-v, --verbose",
34864 "required": 0,
34865 "optional": 0,
34866 "bool": true,
34867 "short": "-v",
34868 "long": "--verbose",
34869 "description": "use verbose output"
34870 },
34871 {
34872 "flags": "-vv",
34873 "required": 0,
34874 "optional": 0,
34875 "bool": true,
34876 "long": "-vv",
34877 "description": "more verbose with debug output"
34878 },
34879 {
34880 "flags": "--json",
34881 "required": 0,
34882 "optional": 0,
34883 "bool": true,
34884 "long": "--json",
34885 "description": "use json output"
34886 },
34887 {
34888 "flags": "-l, --location <location>",
34889 "required": -16,
34890 "optional": 0,
34891 "bool": true,
34892 "short": "-l",
34893 "long": "--location",
34894 "description": "the location"
34895 },
34896 {
34897 "flags": "-s, --subscription <subscription>",
34898 "required": -20,
34899 "optional": 0,
34900 "bool": true,
34901 "short": "-s",
34902 "long": "--subscription",
34903 "description": "the subscription identifier"
34904 }
34905 ]
34906 },
34907 {
34908 "name": "list-types",
34909 "description": "Lists virtual machine extension image types by a publisher",
34910 "fullName": "vm extension-image list-types",
34911 "usage": "[options] <location> <publisher>",
34912 "filePath": "commands/arm/vm/vm.js",
34913 "options": [
34914 {
34915 "flags": "-v, --verbose",
34916 "required": 0,
34917 "optional": 0,
34918 "bool": true,
34919 "short": "-v",
34920 "long": "--verbose",
34921 "description": "use verbose output"
34922 },
34923 {
34924 "flags": "-vv",
34925 "required": 0,
34926 "optional": 0,
34927 "bool": true,
34928 "long": "-vv",
34929 "description": "more verbose with debug output"
34930 },
34931 {
34932 "flags": "--json",
34933 "required": 0,
34934 "optional": 0,
34935 "bool": true,
34936 "long": "--json",
34937 "description": "use json output"
34938 },
34939 {
34940 "flags": "-l, --location <location>",
34941 "required": -16,
34942 "optional": 0,
34943 "bool": true,
34944 "short": "-l",
34945 "long": "--location",
34946 "description": "the location"
34947 },
34948 {
34949 "flags": "-p, --publisher <publisher>",
34950 "required": -17,
34951 "optional": 0,
34952 "bool": true,
34953 "short": "-p",
34954 "long": "--publisher",
34955 "description": "the publisher name"
34956 },
34957 {
34958 "flags": "-s, --subscription <subscription>",
34959 "required": -20,
34960 "optional": 0,
34961 "bool": true,
34962 "short": "-s",
34963 "long": "--subscription",
34964 "description": "the subscription identifier"
34965 }
34966 ]
34967 },
34968 {
34969 "name": "list-versions",
34970 "description": "Lists virtual machine extension image versions by publisher and type input",
34971 "fullName": "vm extension-image list-versions",
34972 "usage": "[options] <location> <publisher> <typeName>",
34973 "filePath": "commands/arm/vm/vm.js",
34974 "options": [
34975 {
34976 "flags": "-v, --verbose",
34977 "required": 0,
34978 "optional": 0,
34979 "bool": true,
34980 "short": "-v",
34981 "long": "--verbose",
34982 "description": "use verbose output"
34983 },
34984 {
34985 "flags": "-vv",
34986 "required": 0,
34987 "optional": 0,
34988 "bool": true,
34989 "long": "-vv",
34990 "description": "more verbose with debug output"
34991 },
34992 {
34993 "flags": "--json",
34994 "required": 0,
34995 "optional": 0,
34996 "bool": true,
34997 "long": "--json",
34998 "description": "use json output"
34999 },
35000 {
35001 "flags": "-l, --location <location>",
35002 "required": -16,
35003 "optional": 0,
35004 "bool": true,
35005 "short": "-l",
35006 "long": "--location",
35007 "description": "the location"
35008 },
35009 {
35010 "flags": "-p, --publisher <publisher>",
35011 "required": -17,
35012 "optional": 0,
35013 "bool": true,
35014 "short": "-p",
35015 "long": "--publisher",
35016 "description": "the publisher name"
35017 },
35018 {
35019 "flags": "-t, --typeName <typeName>",
35020 "required": -16,
35021 "optional": 0,
35022 "bool": true,
35023 "short": "-t",
35024 "long": "--typeName",
35025 "description": "the type name"
35026 },
35027 {
35028 "flags": "-s, --subscription <subscription>",
35029 "required": -20,
35030 "optional": 0,
35031 "bool": true,
35032 "short": "-s",
35033 "long": "--subscription",
35034 "description": "the subscription identifier"
35035 }
35036 ]
35037 },
35038 {
35039 "name": "list",
35040 "description": "Lists virtual machine extension images by publisher, and type input",
35041 "fullName": "vm extension-image list",
35042 "usage": "[options] <location> <publisher> <typeName>",
35043 "filePath": "commands/arm/vm/vm.js",
35044 "options": [
35045 {
35046 "flags": "-v, --verbose",
35047 "required": 0,
35048 "optional": 0,
35049 "bool": true,
35050 "short": "-v",
35051 "long": "--verbose",
35052 "description": "use verbose output"
35053 },
35054 {
35055 "flags": "-vv",
35056 "required": 0,
35057 "optional": 0,
35058 "bool": true,
35059 "long": "-vv",
35060 "description": "more verbose with debug output"
35061 },
35062 {
35063 "flags": "--json",
35064 "required": 0,
35065 "optional": 0,
35066 "bool": true,
35067 "long": "--json",
35068 "description": "use json output"
35069 },
35070 {
35071 "flags": "-l, --location <location>",
35072 "required": -16,
35073 "optional": 0,
35074 "bool": true,
35075 "short": "-l",
35076 "long": "--location",
35077 "description": "the location"
35078 },
35079 {
35080 "flags": "-p, --publisher <publisher>",
35081 "required": -17,
35082 "optional": 0,
35083 "bool": true,
35084 "short": "-p",
35085 "long": "--publisher",
35086 "description": "the publisher name"
35087 },
35088 {
35089 "flags": "-t, --typeName <typeName>",
35090 "required": -16,
35091 "optional": 0,
35092 "bool": true,
35093 "short": "-t",
35094 "long": "--typeName",
35095 "description": "the type name"
35096 },
35097 {
35098 "flags": "-s, --subscription <subscription>",
35099 "required": -20,
35100 "optional": 0,
35101 "bool": true,
35102 "short": "-s",
35103 "long": "--subscription",
35104 "description": "the subscription identifier"
35105 }
35106 ]
35107 },
35108 {
35109 "name": "show",
35110 "description": "Lists virtual machine extension image versions by publisher, type and version input",
35111 "fullName": "vm extension-image show",
35112 "usage": "[options] <location> <publisher> <typeName> <version>",
35113 "filePath": "commands/arm/vm/vm.js",
35114 "options": [
35115 {
35116 "flags": "-v, --verbose",
35117 "required": 0,
35118 "optional": 0,
35119 "bool": true,
35120 "short": "-v",
35121 "long": "--verbose",
35122 "description": "use verbose output"
35123 },
35124 {
35125 "flags": "-vv",
35126 "required": 0,
35127 "optional": 0,
35128 "bool": true,
35129 "long": "-vv",
35130 "description": "more verbose with debug output"
35131 },
35132 {
35133 "flags": "--json",
35134 "required": 0,
35135 "optional": 0,
35136 "bool": true,
35137 "long": "--json",
35138 "description": "use json output"
35139 },
35140 {
35141 "flags": "-l, --location <location>",
35142 "required": -16,
35143 "optional": 0,
35144 "bool": true,
35145 "short": "-l",
35146 "long": "--location",
35147 "description": "the location"
35148 },
35149 {
35150 "flags": "-p, --publisher <publisher>",
35151 "required": -17,
35152 "optional": 0,
35153 "bool": true,
35154 "short": "-p",
35155 "long": "--publisher",
35156 "description": "the publisher name"
35157 },
35158 {
35159 "flags": "-t, --typeName <typeName>",
35160 "required": -16,
35161 "optional": 0,
35162 "bool": true,
35163 "short": "-t",
35164 "long": "--typeName",
35165 "description": "the type name"
35166 },
35167 {
35168 "flags": "-v, --version <version>",
35169 "required": -15,
35170 "optional": 0,
35171 "bool": true,
35172 "short": "-v",
35173 "long": "--version",
35174 "description": "the version"
35175 },
35176 {
35177 "flags": "-s, --subscription <subscription>",
35178 "required": -20,
35179 "optional": 0,
35180 "bool": true,
35181 "short": "-s",
35182 "long": "--subscription",
35183 "description": "the subscription identifier"
35184 }
35185 ]
35186 }
35187 ],
35188 "categories": {}
35189 },
35190 "docker": {
35191 "name": "docker",
35192 "description": "Commands to manage your Docker Virtual Machine",
35193 "fullName": "vm docker",
35194 "usage": "[options] [command]",
35195 "options": [],
35196 "commands": [
35197 {
35198 "name": "create",
35199 "description": "Create a Docker virtual machine in a resource group",
35200 "fullName": "vm docker create",
35201 "usage": "[options] <resource-group> <name> <location> <os-type>",
35202 "filePath": "commands/arm/vm/vm.js",
35203 "options": [
35204 {
35205 "flags": "-v, --verbose",
35206 "required": 0,
35207 "optional": 0,
35208 "bool": true,
35209 "short": "-v",
35210 "long": "--verbose",
35211 "description": "use verbose output"
35212 },
35213 {
35214 "flags": "-vv",
35215 "required": 0,
35216 "optional": 0,
35217 "bool": true,
35218 "long": "-vv",
35219 "description": "more verbose with debug output"
35220 },
35221 {
35222 "flags": "--json",
35223 "required": 0,
35224 "optional": 0,
35225 "bool": true,
35226 "long": "--json",
35227 "description": "use json output"
35228 },
35229 {
35230 "flags": "-g, --resource-group <resource-group>",
35231 "required": -22,
35232 "optional": 0,
35233 "bool": true,
35234 "short": "-g",
35235 "long": "--resource-group",
35236 "description": "the name of the resource group"
35237 },
35238 {
35239 "flags": "-n, --name <name>",
35240 "required": -12,
35241 "optional": 0,
35242 "bool": true,
35243 "short": "-n",
35244 "long": "--name",
35245 "description": "the virtual machine name"
35246 },
35247 {
35248 "flags": "-T, --docker-port <port>",
35249 "required": -19,
35250 "optional": 0,
35251 "bool": true,
35252 "short": "-T",
35253 "long": "--docker-port",
35254 "description": "Port to use for docker [2376]"
35255 },
35256 {
35257 "flags": "-O, --docker-cert-dir <dir>",
35258 "required": -23,
35259 "optional": 0,
35260 "bool": true,
35261 "short": "-O",
35262 "long": "--docker-cert-dir",
35263 "description": "Directory containing docker certs [~/.docker/]"
35264 },
35265 {
35266 "flags": "-E, --docker-extension-version <version>",
35267 "required": -32,
35268 "optional": 0,
35269 "bool": true,
35270 "short": "-E",
35271 "long": "--docker-extension-version",
35272 "description": "Version of Docker Azure extension [1.0]"
35273 },
35274 {
35275 "flags": "-c, --docker-cert-cn [CN]",
35276 "required": 0,
35277 "optional": -22,
35278 "bool": true,
35279 "short": "-c",
35280 "long": "--docker-cert-cn",
35281 "description": "Docker server certificate's CN. Can be set if you are using --tlsverify option for Docker connections. Default value is [*]"
35282 },
35283 {
35284 "flags": "-D, --nic-id <nic-id>",
35285 "required": -14,
35286 "optional": 0,
35287 "bool": true,
35288 "short": "-D",
35289 "long": "--nic-id",
35290 "description": "the NIC identifier\n e.g. /subscriptions/<subscriptipn-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/networkInterfaces/<nic-name>"
35291 },
35292 {
35293 "flags": "-f, --nic-name <nic-name>",
35294 "required": -16,
35295 "optional": 0,
35296 "bool": true,
35297 "short": "-f",
35298 "long": "--nic-name",
35299 "description": "the NIC name\n If this is an existing NIC then it must exists under the current resource group identified by resource-group\n A new NIC will be created if no NIC exists with name nic-name in the current resource group\n To create new NIC - subnet-id or vnet-name, vnet-address-prefix, subnet-name and vnet-subnet-address-prefix are required\n Please use nic-id to refer an existing NIC in a different resource group\n The parameter nic-name will be ignored when nic-id is specified"
35300 },
35301 {
35302 "flags": "-I, --nic-ids <nic-ids>",
35303 "required": -15,
35304 "optional": 0,
35305 "bool": true,
35306 "short": "-I",
35307 "long": "--nic-ids",
35308 "description": "the list of NIC identifiers separated by comma. In case of specifying multiple nics first one will be set as primary."
35309 },
35310 {
35311 "flags": "-N, --nic-names <nic-names>",
35312 "required": -17,
35313 "optional": 0,
35314 "bool": true,
35315 "short": "-N",
35316 "long": "--nic-names",
35317 "description": "the list of NIC names separated by comma. In case of specifying multiple nics first one will be set as primary.These NICs must exists in the same resource group as the VM. Please use nic-ids if that not the case. This parameter will be ignored if --nic-ids is specified"
35318 },
35319 {
35320 "flags": "-l, --location <location>",
35321 "required": -16,
35322 "optional": 0,
35323 "bool": true,
35324 "short": "-l",
35325 "long": "--location",
35326 "description": "the location"
35327 },
35328 {
35329 "flags": "-y, --os-type <os-type>",
35330 "required": -15,
35331 "optional": 0,
35332 "bool": true,
35333 "short": "-y",
35334 "long": "--os-type",
35335 "description": "the operating system Type, valid values are Windows, Linux"
35336 },
35337 {
35338 "flags": "-Q, --image-urn <image-urn>",
35339 "required": -17,
35340 "optional": 0,
35341 "bool": true,
35342 "short": "-Q",
35343 "long": "--image-urn",
35344 "description": "the image URN in the form publisherName:offer:skus:version"
35345 },
35346 {
35347 "flags": "-u, --admin-username <admin-username>",
35348 "required": -22,
35349 "optional": 0,
35350 "bool": true,
35351 "short": "-u",
35352 "long": "--admin-username",
35353 "description": "the user name\n This parameter is valid for a VM created from an image (image-urn) and ignored when VM is based on disk (os-disk-*)"
35354 },
35355 {
35356 "flags": "-p, --admin-password <admin-password>",
35357 "required": -22,
35358 "optional": 0,
35359 "bool": true,
35360 "short": "-p",
35361 "long": "--admin-password",
35362 "description": "the password\n This parameter is valid for a VM created from an image (image-urn) and ignored when VM is based on disk (os-disk-*)"
35363 },
35364 {
35365 "flags": "-M, --ssh-publickey-file <openssh-rsa-file|pem-file>",
35366 "required": -26,
35367 "optional": 0,
35368 "bool": true,
35369 "short": "-M",
35370 "long": "--ssh-publickey-file",
35371 "description": "path to public key PEM file or SSH Public key file for SSH authentication\n This parameter is valid only when os-type is \"Linux\""
35372 },
35373 {
35374 "flags": "-G, --generate-ssh-keys",
35375 "required": 0,
35376 "optional": 0,
35377 "bool": true,
35378 "short": "-G",
35379 "long": "--generate-ssh-keys",
35380 "description": "Auto generate SSH keys, --ssh-publickey-file will be ignored. This parameter is valid only when os-type is \"Linux\""
35381 },
35382 {
35383 "flags": "-z, --vm-size <vm-size>",
35384 "required": -15,
35385 "optional": 0,
35386 "bool": true,
35387 "short": "-z",
35388 "long": "--vm-size",
35389 "description": "the virtual machine size [Standard_A1]"
35390 },
35391 {
35392 "flags": "-U, --public-ip-id <public-ip-id>",
35393 "required": -20,
35394 "optional": 0,
35395 "bool": true,
35396 "short": "-U",
35397 "long": "--public-ip-id",
35398 "description": "the public ip identifier\n e.g. /subscriptions/<subscriptipn-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/publicIPAddresses/<public-ip-name>"
35399 },
35400 {
35401 "flags": "-i, --public-ip-name <public-ip-name>",
35402 "required": -22,
35403 "optional": 0,
35404 "bool": true,
35405 "short": "-i",
35406 "long": "--public-ip-name",
35407 "description": "the public ip name\n If this is an existing public IP then it must exists under the current resource group identified by resource-group\n A new public IP will be created if no public IP exists with name public-ip-name in the current resource group\n Please use public-ip-id to refer an existing public IP in a different resource group\n The parameter public-ip-name will be ignored when public-ip-id is specified"
35408 },
35409 {
35410 "flags": "-w, --public-ip-domain-name <public-ip-domain-name>",
35411 "required": -29,
35412 "optional": 0,
35413 "bool": true,
35414 "short": "-w",
35415 "long": "--public-ip-domain-name",
35416 "description": "the public ip domain name\n This sets the DNS to <publicip-domain-name>.<location>.cloudapp.azure.com\n This parameter will be used only when creating new public IP"
35417 },
35418 {
35419 "flags": "-m, --public-ip-allocationmethod <public-ip-allocationmethod>",
35420 "required": -34,
35421 "optional": 0,
35422 "bool": true,
35423 "short": "-m",
35424 "long": "--public-ip-allocationmethod",
35425 "description": "the public ip allocation method, valid values are \"Dynamic\"\n This parameter will be used only when creating new public IP"
35426 },
35427 {
35428 "flags": "-t, --public-ip-idletimeout <public-ip-idletimeout>",
35429 "required": -29,
35430 "optional": 0,
35431 "bool": true,
35432 "short": "-t",
35433 "long": "--public-ip-idletimeout",
35434 "description": "the public ip idle timeout specified in minutes\n This parameter will be used only when creating new public IP"
35435 },
35436 {
35437 "flags": "-S, --subnet-id <subnet-id>",
35438 "required": -17,
35439 "optional": 0,
35440 "bool": true,
35441 "short": "-S",
35442 "long": "--subnet-id",
35443 "description": "the subnet identifier\n e.g. /subscriptions/<subscriptipn-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/virtualNetworks/<vnet-name>/subnets/<subnet-name>"
35444 },
35445 {
35446 "flags": "-F, --vnet-name <vnet-name>",
35447 "required": -17,
35448 "optional": 0,
35449 "bool": true,
35450 "short": "-F",
35451 "long": "--vnet-name",
35452 "description": "the virtual network name\n If this is an existing vnet then it must exists under the current resource group identified by resource-group\n If this is an existing vnet then vnet-subnet-name is required\n If no subnet exists with name vnet-subnet-name then a new subnet will be created\n To create new subnet vnet-subnet-address-prefix is required\n A new vnet will be created if no vnet exists with name vnet-name in the current resource group\n To create new vnet, vnet-address-prefix, vnet-subnet-name and vnet-subnet-address-prefix are required\n Please use subnet-id to refer an existing subnet under a vnet in a different resource group\n vnet-name, vnet-address-prefix, vnet-subnet-name and vnet-subnet-address-prefix will be ignored when subnet-id is specified"
35453 },
35454 {
35455 "flags": "-P, --vnet-address-prefix <vnet-address-prefix>",
35456 "required": -27,
35457 "optional": 0,
35458 "bool": true,
35459 "short": "-P",
35460 "long": "--vnet-address-prefix",
35461 "description": "the virtual network address prefix in IPv4/CIDR format"
35462 },
35463 {
35464 "flags": "-j, --vnet-subnet-name <vnet-subnet-name>",
35465 "required": -24,
35466 "optional": 0,
35467 "bool": true,
35468 "short": "-j",
35469 "long": "--vnet-subnet-name",
35470 "description": "the virtual network subnet name"
35471 },
35472 {
35473 "flags": "-k, --vnet-subnet-address-prefix <vnet-subnet-address-prefix>",
35474 "required": -34,
35475 "optional": 0,
35476 "bool": true,
35477 "short": "-k",
35478 "long": "--vnet-subnet-address-prefix",
35479 "description": "the virtual network subnet address prefix in IPv4/CIDR format"
35480 },
35481 {
35482 "flags": "-r, --availset-name <availset-name>",
35483 "required": -21,
35484 "optional": 0,
35485 "bool": true,
35486 "short": "-r",
35487 "long": "--availset-name",
35488 "description": "the availability set name"
35489 },
35490 {
35491 "flags": "-o, --storage-account-name <storage-account-name>",
35492 "required": -28,
35493 "optional": 0,
35494 "bool": true,
35495 "short": "-o",
35496 "long": "--storage-account-name",
35497 "description": "the storage account name"
35498 },
35499 {
35500 "flags": "-R, --storage-account-container-name <storage-account-container-name>",
35501 "required": -38,
35502 "optional": 0,
35503 "bool": true,
35504 "short": "-R",
35505 "long": "--storage-account-container-name",
35506 "description": "the storage account container name [vhds]"
35507 },
35508 {
35509 "flags": "-d, --os-disk-vhd <os-disk-vhd>",
35510 "required": -19,
35511 "optional": 0,
35512 "bool": true,
35513 "short": "-d",
35514 "long": "--os-disk-vhd",
35515 "description": "name or url of the OS disk Vhd\n If this parameter is specified along with --image-urn parameter then OS disk created from the image will be stored in this vhd\n If this parameter is specified without --image-urn parameter then this vhd must exists and will be used as OS Disk"
35516 },
35517 {
35518 "flags": "-a, --data-disk-caching <data-disk-caching>",
35519 "required": -25,
35520 "optional": 0,
35521 "bool": true,
35522 "short": "-a",
35523 "long": "--data-disk-caching",
35524 "description": "data disk caching, valid values are None, ReadOnly, ReadWrite"
35525 },
35526 {
35527 "flags": "-x, --data-disk-vhd <data-disk-vhd>",
35528 "required": -21,
35529 "optional": 0,
35530 "bool": true,
35531 "short": "-x",
35532 "long": "--data-disk-vhd",
35533 "description": "name or url of the data disk Vhd"
35534 },
35535 {
35536 "flags": "-e, --data-disk-size <data-disk-size>",
35537 "required": -22,
35538 "optional": 0,
35539 "bool": true,
35540 "short": "-e",
35541 "long": "--data-disk-size",
35542 "description": "data disk size in GB"
35543 },
35544 {
35545 "flags": "-Y, --data-disk-existing",
35546 "required": 0,
35547 "optional": 0,
35548 "bool": true,
35549 "short": "-Y",
35550 "long": "--data-disk-existing",
35551 "description": "Will use existing VHD if specified. Don't specify this param if you are creating data disk from a new VHD."
35552 },
35553 {
35554 "flags": "-C, --custom-data <custom-data-file>",
35555 "required": -19,
35556 "optional": 0,
35557 "bool": true,
35558 "short": "-C",
35559 "long": "--custom-data",
35560 "description": "CustomData file"
35561 },
35562 {
35563 "flags": "-s, --subscription <subscription>",
35564 "required": -20,
35565 "optional": 0,
35566 "bool": true,
35567 "short": "-s",
35568 "long": "--subscription",
35569 "description": "the subscription identifier"
35570 }
35571 ]
35572 }
35573 ],
35574 "categories": {}
35575 },
35576 "image": {
35577 "name": "image",
35578 "description": "Commands to manage VM images",
35579 "fullName": "vm image",
35580 "usage": "[options] [command]",
35581 "options": [],
35582 "commands": [
35583 {
35584 "name": "list-publishers",
35585 "description": "Lists virtual machines image publishers",
35586 "fullName": "vm image list-publishers",
35587 "usage": "[options] <location>",
35588 "filePath": "commands/arm/vm/vm.js",
35589 "options": [
35590 {
35591 "flags": "-v, --verbose",
35592 "required": 0,
35593 "optional": 0,
35594 "bool": true,
35595 "short": "-v",
35596 "long": "--verbose",
35597 "description": "use verbose output"
35598 },
35599 {
35600 "flags": "-vv",
35601 "required": 0,
35602 "optional": 0,
35603 "bool": true,
35604 "long": "-vv",
35605 "description": "more verbose with debug output"
35606 },
35607 {
35608 "flags": "--json",
35609 "required": 0,
35610 "optional": 0,
35611 "bool": true,
35612 "long": "--json",
35613 "description": "use json output"
35614 },
35615 {
35616 "flags": "-l, --location <location>",
35617 "required": -16,
35618 "optional": 0,
35619 "bool": true,
35620 "short": "-l",
35621 "long": "--location",
35622 "description": "the location"
35623 },
35624 {
35625 "flags": "-s, --subscription <subscription>",
35626 "required": -20,
35627 "optional": 0,
35628 "bool": true,
35629 "short": "-s",
35630 "long": "--subscription",
35631 "description": "the subscription identifier"
35632 }
35633 ]
35634 },
35635 {
35636 "name": "list-offers",
35637 "description": "Lists virtual machines image offers by a publisher",
35638 "fullName": "vm image list-offers",
35639 "usage": "[options] <location> <publisher>",
35640 "filePath": "commands/arm/vm/vm.js",
35641 "options": [
35642 {
35643 "flags": "-v, --verbose",
35644 "required": 0,
35645 "optional": 0,
35646 "bool": true,
35647 "short": "-v",
35648 "long": "--verbose",
35649 "description": "use verbose output"
35650 },
35651 {
35652 "flags": "-vv",
35653 "required": 0,
35654 "optional": 0,
35655 "bool": true,
35656 "long": "-vv",
35657 "description": "more verbose with debug output"
35658 },
35659 {
35660 "flags": "--json",
35661 "required": 0,
35662 "optional": 0,
35663 "bool": true,
35664 "long": "--json",
35665 "description": "use json output"
35666 },
35667 {
35668 "flags": "-l, --location <location>",
35669 "required": -16,
35670 "optional": 0,
35671 "bool": true,
35672 "short": "-l",
35673 "long": "--location",
35674 "description": "the location"
35675 },
35676 {
35677 "flags": "-p, --publisher <publisher>",
35678 "required": -17,
35679 "optional": 0,
35680 "bool": true,
35681 "short": "-p",
35682 "long": "--publisher",
35683 "description": "the publisher name"
35684 },
35685 {
35686 "flags": "-s, --subscription <subscription>",
35687 "required": -20,
35688 "optional": 0,
35689 "bool": true,
35690 "short": "-s",
35691 "long": "--subscription",
35692 "description": "the subscription identifier"
35693 }
35694 ]
35695 },
35696 {
35697 "name": "list-skus",
35698 "description": "Lists virtual machines image skus for a specific offer from a publisher",
35699 "fullName": "vm image list-skus",
35700 "usage": "[options] <location> <publisher> <offer>",
35701 "filePath": "commands/arm/vm/vm.js",
35702 "options": [
35703 {
35704 "flags": "-v, --verbose",
35705 "required": 0,
35706 "optional": 0,
35707 "bool": true,
35708 "short": "-v",
35709 "long": "--verbose",
35710 "description": "use verbose output"
35711 },
35712 {
35713 "flags": "-vv",
35714 "required": 0,
35715 "optional": 0,
35716 "bool": true,
35717 "long": "-vv",
35718 "description": "more verbose with debug output"
35719 },
35720 {
35721 "flags": "--json",
35722 "required": 0,
35723 "optional": 0,
35724 "bool": true,
35725 "long": "--json",
35726 "description": "use json output"
35727 },
35728 {
35729 "flags": "-l, --location <location>",
35730 "required": -16,
35731 "optional": 0,
35732 "bool": true,
35733 "short": "-l",
35734 "long": "--location",
35735 "description": "the location"
35736 },
35737 {
35738 "flags": "-p, --publisher <publisher>",
35739 "required": -17,
35740 "optional": 0,
35741 "bool": true,
35742 "short": "-p",
35743 "long": "--publisher",
35744 "description": "the publisher name"
35745 },
35746 {
35747 "flags": "-o, --offer <offer>",
35748 "required": -13,
35749 "optional": 0,
35750 "bool": true,
35751 "short": "-o",
35752 "long": "--offer",
35753 "description": "the offer"
35754 },
35755 {
35756 "flags": "-s, --subscription <subscription>",
35757 "required": -20,
35758 "optional": 0,
35759 "bool": true,
35760 "short": "-s",
35761 "long": "--subscription",
35762 "description": "the subscription identifier"
35763 }
35764 ]
35765 },
35766 {
35767 "name": "list",
35768 "description": "Lists the virtual machines images",
35769 "fullName": "vm image list",
35770 "usage": "[options] <location> <publisher> [offer] [sku]",
35771 "filePath": "commands/arm/vm/vm.js",
35772 "options": [
35773 {
35774 "flags": "-v, --verbose",
35775 "required": 0,
35776 "optional": 0,
35777 "bool": true,
35778 "short": "-v",
35779 "long": "--verbose",
35780 "description": "use verbose output"
35781 },
35782 {
35783 "flags": "-vv",
35784 "required": 0,
35785 "optional": 0,
35786 "bool": true,
35787 "long": "-vv",
35788 "description": "more verbose with debug output"
35789 },
35790 {
35791 "flags": "--json",
35792 "required": 0,
35793 "optional": 0,
35794 "bool": true,
35795 "long": "--json",
35796 "description": "use json output"
35797 },
35798 {
35799 "flags": "-l, --location <location>",
35800 "required": -16,
35801 "optional": 0,
35802 "bool": true,
35803 "short": "-l",
35804 "long": "--location",
35805 "description": "the location"
35806 },
35807 {
35808 "flags": "-p, --publisher <publisher>",
35809 "required": -17,
35810 "optional": 0,
35811 "bool": true,
35812 "short": "-p",
35813 "long": "--publisher",
35814 "description": "the publisher name"
35815 },
35816 {
35817 "flags": "-o, --offer <offer>",
35818 "required": -13,
35819 "optional": 0,
35820 "bool": true,
35821 "short": "-o",
35822 "long": "--offer",
35823 "description": "the offer"
35824 },
35825 {
35826 "flags": "-k, --sku <sku>",
35827 "required": -11,
35828 "optional": 0,
35829 "bool": true,
35830 "short": "-k",
35831 "long": "--sku",
35832 "description": "the sku"
35833 },
35834 {
35835 "flags": "-s, --subscription <subscription>",
35836 "required": -20,
35837 "optional": 0,
35838 "bool": true,
35839 "short": "-s",
35840 "long": "--subscription",
35841 "description": "the subscription identifier"
35842 }
35843 ]
35844 },
35845 {
35846 "name": "show",
35847 "description": "Lists the virtual machines images",
35848 "fullName": "vm image show",
35849 "usage": "[options] <location> <publisher> [offer] [sku]",
35850 "filePath": "commands/arm/vm/vm.js",
35851 "options": [
35852 {
35853 "flags": "-v, --verbose",
35854 "required": 0,
35855 "optional": 0,
35856 "bool": true,
35857 "short": "-v",
35858 "long": "--verbose",
35859 "description": "use verbose output"
35860 },
35861 {
35862 "flags": "-vv",
35863 "required": 0,
35864 "optional": 0,
35865 "bool": true,
35866 "long": "-vv",
35867 "description": "more verbose with debug output"
35868 },
35869 {
35870 "flags": "--json",
35871 "required": 0,
35872 "optional": 0,
35873 "bool": true,
35874 "long": "--json",
35875 "description": "use json output"
35876 },
35877 {
35878 "flags": "-l, --location <location>",
35879 "required": -16,
35880 "optional": 0,
35881 "bool": true,
35882 "short": "-l",
35883 "long": "--location",
35884 "description": "the location"
35885 },
35886 {
35887 "flags": "-p, --publisher <publisher>",
35888 "required": -17,
35889 "optional": 0,
35890 "bool": true,
35891 "short": "-p",
35892 "long": "--publisher",
35893 "description": "the publisher name"
35894 },
35895 {
35896 "flags": "-o, --offer <offer>",
35897 "required": -13,
35898 "optional": 0,
35899 "bool": true,
35900 "short": "-o",
35901 "long": "--offer",
35902 "description": "the offer"
35903 },
35904 {
35905 "flags": "-k, --sku <sku>",
35906 "required": -11,
35907 "optional": 0,
35908 "bool": true,
35909 "short": "-k",
35910 "long": "--sku",
35911 "description": "the sku"
35912 },
35913 {
35914 "flags": "-e, --version <version>",
35915 "required": -15,
35916 "optional": 0,
35917 "bool": true,
35918 "short": "-e",
35919 "long": "--version",
35920 "description": "the version"
35921 },
35922 {
35923 "flags": "-s, --subscription <subscription>",
35924 "required": -20,
35925 "optional": 0,
35926 "bool": true,
35927 "short": "-s",
35928 "long": "--subscription",
35929 "description": "the subscription identifier"
35930 }
35931 ]
35932 }
35933 ],
35934 "categories": {}
35935 }
35936 }
35937 },
35938 "webapp": {
35939 "name": "webapp",
35940 "description": "Commands to manage your Azure webapps",
35941 "fullName": "webapp",
35942 "usage": "[options] [command]",
35943 "options": [],
35944 "commands": [
35945 {
35946 "name": "create",
35947 "description": "create a web app",
35948 "fullName": "webapp create",
35949 "usage": "[options] [resource-group] [name] [location] [plan]",
35950 "filePath": "commands/arm/webapp/webapp.js",
35951 "options": [
35952 {
35953 "flags": "-v, --verbose",
35954 "required": 0,
35955 "optional": 0,
35956 "bool": true,
35957 "short": "-v",
35958 "long": "--verbose",
35959 "description": "use verbose output"
35960 },
35961 {
35962 "flags": "-vv",
35963 "required": 0,
35964 "optional": 0,
35965 "bool": true,
35966 "long": "-vv",
35967 "description": "more verbose with debug output"
35968 },
35969 {
35970 "flags": "--json",
35971 "required": 0,
35972 "optional": 0,
35973 "bool": true,
35974 "long": "--json",
35975 "description": "use json output"
35976 },
35977 {
35978 "flags": "-g --resource-group <resource-group>",
35979 "required": -21,
35980 "optional": 0,
35981 "bool": true,
35982 "short": "-g",
35983 "long": "--resource-group",
35984 "description": "Name of the resource group"
35985 },
35986 {
35987 "flags": "-n --name <name>",
35988 "required": -11,
35989 "optional": 0,
35990 "bool": true,
35991 "short": "-n",
35992 "long": "--name",
35993 "description": "the name of the webapp to create"
35994 },
35995 {
35996 "flags": "--slot <slot>",
35997 "required": -8,
35998 "optional": 0,
35999 "bool": true,
36000 "long": "--slot",
36001 "description": "the name of the slot"
36002 },
36003 {
36004 "flags": "-l --location <location>",
36005 "required": -15,
36006 "optional": 0,
36007 "bool": true,
36008 "short": "-l",
36009 "long": "--location",
36010 "description": "the geographic region to create the webapp"
36011 },
36012 {
36013 "flags": "-p --plan <plan>",
36014 "required": -11,
36015 "optional": 0,
36016 "bool": true,
36017 "short": "-p",
36018 "long": "--plan",
36019 "description": "the name of the app service plan eg: Default1."
36020 },
36021 {
36022 "flags": "-s, --subscription <id>",
36023 "required": -20,
36024 "optional": 0,
36025 "bool": true,
36026 "short": "-s",
36027 "long": "--subscription",
36028 "description": "the subscription identifier"
36029 }
36030 ]
36031 },
36032 {
36033 "name": "stop",
36034 "description": "Stop a web app",
36035 "fullName": "webapp stop",
36036 "usage": "[options] [resource-group] [name]",
36037 "filePath": "commands/arm/webapp/webapp.js",
36038 "options": [
36039 {
36040 "flags": "-v, --verbose",
36041 "required": 0,
36042 "optional": 0,
36043 "bool": true,
36044 "short": "-v",
36045 "long": "--verbose",
36046 "description": "use verbose output"
36047 },
36048 {
36049 "flags": "-vv",
36050 "required": 0,
36051 "optional": 0,
36052 "bool": true,
36053 "long": "-vv",
36054 "description": "more verbose with debug output"
36055 },
36056 {
36057 "flags": "--json",
36058 "required": 0,
36059 "optional": 0,
36060 "bool": true,
36061 "long": "--json",
36062 "description": "use json output"
36063 },
36064 {
36065 "flags": "-g --resource-group <resource-group>",
36066 "required": -21,
36067 "optional": 0,
36068 "bool": true,
36069 "short": "-g",
36070 "long": "--resource-group",
36071 "description": "the name of the resource group"
36072 },
36073 {
36074 "flags": "-n --name <name>",
36075 "required": -11,
36076 "optional": 0,
36077 "bool": true,
36078 "short": "-n",
36079 "long": "--name",
36080 "description": "the name of the webapp to stop"
36081 },
36082 {
36083 "flags": "--slot <slot>",
36084 "required": -8,
36085 "optional": 0,
36086 "bool": true,
36087 "long": "--slot",
36088 "description": "the name of the slot"
36089 },
36090 {
36091 "flags": "-s, --subscription <id>",
36092 "required": -20,
36093 "optional": 0,
36094 "bool": true,
36095 "short": "-s",
36096 "long": "--subscription",
36097 "description": "the subscription id"
36098 }
36099 ]
36100 },
36101 {
36102 "name": "start",
36103 "description": "Start a web app",
36104 "fullName": "webapp start",
36105 "usage": "[options] [resource-group] [name]",
36106 "filePath": "commands/arm/webapp/webapp.js",
36107 "options": [
36108 {
36109 "flags": "-v, --verbose",
36110 "required": 0,
36111 "optional": 0,
36112 "bool": true,
36113 "short": "-v",
36114 "long": "--verbose",
36115 "description": "use verbose output"
36116 },
36117 {
36118 "flags": "-vv",
36119 "required": 0,
36120 "optional": 0,
36121 "bool": true,
36122 "long": "-vv",
36123 "description": "more verbose with debug output"
36124 },
36125 {
36126 "flags": "--json",
36127 "required": 0,
36128 "optional": 0,
36129 "bool": true,
36130 "long": "--json",
36131 "description": "use json output"
36132 },
36133 {
36134 "flags": "-g --resource-group <resource-group>",
36135 "required": -21,
36136 "optional": 0,
36137 "bool": true,
36138 "short": "-g",
36139 "long": "--resource-group",
36140 "description": "the name of the resource group"
36141 },
36142 {
36143 "flags": "-n --name <name>",
36144 "required": -11,
36145 "optional": 0,
36146 "bool": true,
36147 "short": "-n",
36148 "long": "--name",
36149 "description": "the name of the webapp to start"
36150 },
36151 {
36152 "flags": "--slot <slot>",
36153 "required": -8,
36154 "optional": 0,
36155 "bool": true,
36156 "long": "--slot",
36157 "description": "the name of the slot"
36158 },
36159 {
36160 "flags": "-s, --subscription <id>",
36161 "required": -20,
36162 "optional": 0,
36163 "bool": true,
36164 "short": "-s",
36165 "long": "--subscription",
36166 "description": "the subscription id"
36167 }
36168 ]
36169 },
36170 {
36171 "name": "restart",
36172 "description": "Stop and then start a web app",
36173 "fullName": "webapp restart",
36174 "usage": "[options] [resource-group] [name]",
36175 "filePath": "commands/arm/webapp/webapp.js",
36176 "options": [
36177 {
36178 "flags": "-v, --verbose",
36179 "required": 0,
36180 "optional": 0,
36181 "bool": true,
36182 "short": "-v",
36183 "long": "--verbose",
36184 "description": "use verbose output"
36185 },
36186 {
36187 "flags": "-vv",
36188 "required": 0,
36189 "optional": 0,
36190 "bool": true,
36191 "long": "-vv",
36192 "description": "more verbose with debug output"
36193 },
36194 {
36195 "flags": "--json",
36196 "required": 0,
36197 "optional": 0,
36198 "bool": true,
36199 "long": "--json",
36200 "description": "use json output"
36201 },
36202 {
36203 "flags": "-g --resource-group <resource-group>",
36204 "required": -21,
36205 "optional": 0,
36206 "bool": true,
36207 "short": "-g",
36208 "long": "--resource-group",
36209 "description": "the name of the resource group"
36210 },
36211 {
36212 "flags": "-n --name <name>",
36213 "required": -11,
36214 "optional": 0,
36215 "bool": true,
36216 "short": "-n",
36217 "long": "--name",
36218 "description": "the name of the webapp to restart"
36219 },
36220 {
36221 "flags": "--slot <slot>",
36222 "required": -8,
36223 "optional": 0,
36224 "bool": true,
36225 "long": "--slot",
36226 "description": "the name of the slot"
36227 },
36228 {
36229 "flags": "-s, --subscription <id>",
36230 "required": -20,
36231 "optional": 0,
36232 "bool": true,
36233 "short": "-s",
36234 "long": "--subscription",
36235 "description": "the subscription id"
36236 }
36237 ]
36238 },
36239 {
36240 "name": "delete",
36241 "description": "Delete a webapp",
36242 "fullName": "webapp delete",
36243 "usage": "[options] [resource-group] [name]",
36244 "filePath": "commands/arm/webapp/webapp.js",
36245 "options": [
36246 {
36247 "flags": "-v, --verbose",
36248 "required": 0,
36249 "optional": 0,
36250 "bool": true,
36251 "short": "-v",
36252 "long": "--verbose",
36253 "description": "use verbose output"
36254 },
36255 {
36256 "flags": "-vv",
36257 "required": 0,
36258 "optional": 0,
36259 "bool": true,
36260 "long": "-vv",
36261 "description": "more verbose with debug output"
36262 },
36263 {
36264 "flags": "--json",
36265 "required": 0,
36266 "optional": 0,
36267 "bool": true,
36268 "long": "--json",
36269 "description": "use json output"
36270 },
36271 {
36272 "flags": "-g --resource-group <resource-group>",
36273 "required": -21,
36274 "optional": 0,
36275 "bool": true,
36276 "short": "-g",
36277 "long": "--resource-group",
36278 "description": "Name of the resource group"
36279 },
36280 {
36281 "flags": "-n --name <name>",
36282 "required": -11,
36283 "optional": 0,
36284 "bool": true,
36285 "short": "-n",
36286 "long": "--name",
36287 "description": "the name of the webapp to delete"
36288 },
36289 {
36290 "flags": "--slot <slot>",
36291 "required": -8,
36292 "optional": 0,
36293 "bool": true,
36294 "long": "--slot",
36295 "description": "the name of the slot to be deleted"
36296 },
36297 {
36298 "flags": "-q, --quiet",
36299 "required": 0,
36300 "optional": 0,
36301 "bool": true,
36302 "short": "-q",
36303 "long": "--quiet",
36304 "description": "quiet mode, do not ask for delete confirmation"
36305 },
36306 {
36307 "flags": "-s --subscription <subscription>",
36308 "required": -19,
36309 "optional": 0,
36310 "bool": true,
36311 "short": "-s",
36312 "long": "--subscription",
36313 "description": "the subscription identifier"
36314 }
36315 ]
36316 },
36317 {
36318 "name": "list",
36319 "description": "List your webapps",
36320 "fullName": "webapp list",
36321 "usage": "[options] [resource-group]",
36322 "filePath": "commands/arm/webapp/webapp.js",
36323 "options": [
36324 {
36325 "flags": "-v, --verbose",
36326 "required": 0,
36327 "optional": 0,
36328 "bool": true,
36329 "short": "-v",
36330 "long": "--verbose",
36331 "description": "use verbose output"
36332 },
36333 {
36334 "flags": "-vv",
36335 "required": 0,
36336 "optional": 0,
36337 "bool": true,
36338 "long": "-vv",
36339 "description": "more verbose with debug output"
36340 },
36341 {
36342 "flags": "--json",
36343 "required": 0,
36344 "optional": 0,
36345 "bool": true,
36346 "long": "--json",
36347 "description": "use json output"
36348 },
36349 {
36350 "flags": "-g --resource-group <resource-group>",
36351 "required": -21,
36352 "optional": 0,
36353 "bool": true,
36354 "short": "-g",
36355 "long": "--resource-group",
36356 "description": "the name of the resource group"
36357 },
36358 {
36359 "flags": "-s --subscription <subscription>",
36360 "required": -19,
36361 "optional": 0,
36362 "bool": true,
36363 "short": "-s",
36364 "long": "--subscription",
36365 "description": "the subscription identifier"
36366 }
36367 ]
36368 },
36369 {
36370 "name": "show",
36371 "description": "Get an available webapp",
36372 "fullName": "webapp show",
36373 "usage": "[options] [resource-group] [name]",
36374 "filePath": "commands/arm/webapp/webapp.js",
36375 "options": [
36376 {
36377 "flags": "-v, --verbose",
36378 "required": 0,
36379 "optional": 0,
36380 "bool": true,
36381 "short": "-v",
36382 "long": "--verbose",
36383 "description": "use verbose output"
36384 },
36385 {
36386 "flags": "-vv",
36387 "required": 0,
36388 "optional": 0,
36389 "bool": true,
36390 "long": "-vv",
36391 "description": "more verbose with debug output"
36392 },
36393 {
36394 "flags": "--json",
36395 "required": 0,
36396 "optional": 0,
36397 "bool": true,
36398 "long": "--json",
36399 "description": "use json output"
36400 },
36401 {
36402 "flags": "-g --resource-group <resource-group>",
36403 "required": -21,
36404 "optional": 0,
36405 "bool": true,
36406 "short": "-g",
36407 "long": "--resource-group",
36408 "description": "the name of the resource group"
36409 },
36410 {
36411 "flags": "-n --name <name>",
36412 "required": -11,
36413 "optional": 0,
36414 "bool": true,
36415 "short": "-n",
36416 "long": "--name",
36417 "description": "the name of the webapp to show"
36418 },
36419 {
36420 "flags": "--slot <slot>",
36421 "required": -8,
36422 "optional": 0,
36423 "bool": true,
36424 "long": "--slot",
36425 "description": "the name of the slot to show"
36426 },
36427 {
36428 "flags": "-s --subscription <subscription>",
36429 "required": -19,
36430 "optional": 0,
36431 "bool": true,
36432 "short": "-s",
36433 "long": "--subscription",
36434 "description": "the subscription identifier"
36435 }
36436 ]
36437 }
36438 ],
36439 "categories": {}
36440 }
36441 }
36442}
\No newline at end of file