@distilled.cloud/azure 0.8.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/lib/credentials.d.ts +2 -2
  2. package/lib/credentials.d.ts.map +1 -1
  3. package/lib/credentials.js +2 -2
  4. package/lib/credentials.js.map +1 -1
  5. package/lib/errors.d.ts +24 -24
  6. package/lib/retry.d.ts +2 -2
  7. package/lib/retry.d.ts.map +1 -1
  8. package/lib/retry.js +2 -2
  9. package/lib/retry.js.map +1 -1
  10. package/lib/services/app.d.ts +551 -0
  11. package/lib/services/app.d.ts.map +1 -1
  12. package/lib/services/app.js +788 -0
  13. package/lib/services/app.js.map +1 -1
  14. package/lib/services/applicationinsights.d.ts +56 -85
  15. package/lib/services/applicationinsights.d.ts.map +1 -1
  16. package/lib/services/applicationinsights.js +56 -120
  17. package/lib/services/applicationinsights.js.map +1 -1
  18. package/lib/services/authorization.d.ts +61 -243
  19. package/lib/services/authorization.d.ts.map +1 -1
  20. package/lib/services/authorization.js +61 -303
  21. package/lib/services/authorization.js.map +1 -1
  22. package/lib/services/automation.d.ts +764 -1010
  23. package/lib/services/automation.d.ts.map +1 -1
  24. package/lib/services/automation.js +764 -1070
  25. package/lib/services/automation.js.map +1 -1
  26. package/lib/services/azure-kusto.d.ts +440 -166
  27. package/lib/services/azure-kusto.d.ts.map +1 -1
  28. package/lib/services/azure-kusto.js +440 -166
  29. package/lib/services/azure-kusto.js.map +1 -1
  30. package/lib/services/batch.d.ts +1 -1
  31. package/lib/services/batch.js +1 -1
  32. package/lib/services/batch.js.map +1 -1
  33. package/lib/services/cognitiveservices.d.ts +2 -0
  34. package/lib/services/cognitiveservices.d.ts.map +1 -1
  35. package/lib/services/cognitiveservices.js +3 -1
  36. package/lib/services/cognitiveservices.js.map +1 -1
  37. package/lib/services/computelimit.d.ts +188 -0
  38. package/lib/services/computelimit.d.ts.map +1 -1
  39. package/lib/services/computelimit.js +236 -0
  40. package/lib/services/computelimit.js.map +1 -1
  41. package/lib/services/containerinstance.d.ts +210 -1291
  42. package/lib/services/containerinstance.d.ts.map +1 -1
  43. package/lib/services/containerinstance.js +250 -1355
  44. package/lib/services/containerinstance.js.map +1 -1
  45. package/lib/services/databricks.d.ts +111 -187
  46. package/lib/services/databricks.d.ts.map +1 -1
  47. package/lib/services/databricks.js +111 -220
  48. package/lib/services/databricks.js.map +1 -1
  49. package/lib/services/desktopvirtualization.d.ts +51 -575
  50. package/lib/services/desktopvirtualization.d.ts.map +1 -1
  51. package/lib/services/desktopvirtualization.js +56 -590
  52. package/lib/services/desktopvirtualization.js.map +1 -1
  53. package/lib/services/imagebuilder.d.ts +129 -15
  54. package/lib/services/imagebuilder.d.ts.map +1 -1
  55. package/lib/services/imagebuilder.js +129 -15
  56. package/lib/services/imagebuilder.js.map +1 -1
  57. package/lib/services/index.d.ts +2 -0
  58. package/lib/services/index.d.ts.map +1 -1
  59. package/lib/services/index.js +2 -0
  60. package/lib/services/index.js.map +1 -1
  61. package/lib/services/managednetworkfabric.d.ts +4283 -693
  62. package/lib/services/managednetworkfabric.d.ts.map +1 -1
  63. package/lib/services/managednetworkfabric.js +4833 -828
  64. package/lib/services/managednetworkfabric.js.map +1 -1
  65. package/lib/services/monitor.d.ts +81 -73
  66. package/lib/services/monitor.d.ts.map +1 -1
  67. package/lib/services/monitor.js +91 -88
  68. package/lib/services/monitor.js.map +1 -1
  69. package/lib/services/monitoringservice.d.ts +149 -0
  70. package/lib/services/monitoringservice.d.ts.map +1 -0
  71. package/lib/services/monitoringservice.js +216 -0
  72. package/lib/services/monitoringservice.js.map +1 -0
  73. package/lib/services/network.d.ts +4513 -3857
  74. package/lib/services/network.d.ts.map +1 -1
  75. package/lib/services/network.js +4544 -4056
  76. package/lib/services/network.js.map +1 -1
  77. package/lib/services/orbitalplanetarycomputer.d.ts +131 -0
  78. package/lib/services/orbitalplanetarycomputer.d.ts.map +1 -0
  79. package/lib/services/orbitalplanetarycomputer.js +183 -0
  80. package/lib/services/orbitalplanetarycomputer.js.map +1 -0
  81. package/lib/services/recoveryservicesbackup.d.ts +24 -312
  82. package/lib/services/recoveryservicesbackup.d.ts.map +1 -1
  83. package/lib/services/recoveryservicesbackup.js +24 -312
  84. package/lib/services/recoveryservicesbackup.js.map +1 -1
  85. package/lib/services/redhatopenshift.d.ts +9 -11
  86. package/lib/services/redhatopenshift.d.ts.map +1 -1
  87. package/lib/services/redhatopenshift.js +9 -11
  88. package/lib/services/redhatopenshift.js.map +1 -1
  89. package/lib/services/reservations.d.ts +159 -239
  90. package/lib/services/reservations.d.ts.map +1 -1
  91. package/lib/services/reservations.js +159 -369
  92. package/lib/services/reservations.js.map +1 -1
  93. package/lib/services/resourcegraph.d.ts +64 -30
  94. package/lib/services/resourcegraph.d.ts.map +1 -1
  95. package/lib/services/resourcegraph.js +74 -30
  96. package/lib/services/resourcegraph.js.map +1 -1
  97. package/lib/services/resources.d.ts +549 -3331
  98. package/lib/services/resources.d.ts.map +1 -1
  99. package/lib/services/resources.js +1029 -4846
  100. package/lib/services/resources.js.map +1 -1
  101. package/lib/services/search.d.ts +9 -2
  102. package/lib/services/search.d.ts.map +1 -1
  103. package/lib/services/search.js +9 -2
  104. package/lib/services/search.js.map +1 -1
  105. package/lib/services/sql.d.ts +4008 -2495
  106. package/lib/services/sql.d.ts.map +1 -1
  107. package/lib/services/sql.js +4208 -2521
  108. package/lib/services/sql.js.map +1 -1
  109. package/lib/services/storage.d.ts +4 -20
  110. package/lib/services/storage.d.ts.map +1 -1
  111. package/lib/services/storage.js +4 -20
  112. package/lib/services/storage.js.map +1 -1
  113. package/lib/services/storageactions.d.ts +18 -0
  114. package/lib/services/storageactions.d.ts.map +1 -1
  115. package/lib/services/storageactions.js +28 -0
  116. package/lib/services/storageactions.js.map +1 -1
  117. package/lib/services/storagecache.d.ts +288 -752
  118. package/lib/services/storagecache.d.ts.map +1 -1
  119. package/lib/services/storagecache.js +312 -930
  120. package/lib/services/storagecache.js.map +1 -1
  121. package/package.json +4 -4
  122. package/src/credentials.ts +2 -2
  123. package/src/retry.ts +2 -2
  124. package/src/services/app.ts +1014 -0
  125. package/src/services/applicationinsights.ts +56 -169
  126. package/src/services/authorization.ts +65 -397
  127. package/src/services/automation.ts +1179 -1686
  128. package/src/services/azure-kusto.ts +494 -228
  129. package/src/services/batch.ts +1 -1
  130. package/src/services/cognitiveservices.ts +3 -1
  131. package/src/services/computelimit.ts +310 -0
  132. package/src/services/containerinstance.ts +1393 -3134
  133. package/src/services/databricks.ts +125 -294
  134. package/src/services/desktopvirtualization.ts +83 -859
  135. package/src/services/imagebuilder.ts +129 -21
  136. package/src/services/index.ts +2 -0
  137. package/src/services/managednetworkfabric.ts +7141 -1408
  138. package/src/services/monitor.ts +134 -136
  139. package/src/services/monitoringservice.ts +287 -0
  140. package/src/services/network.ts +5738 -6158
  141. package/src/services/orbitalplanetarycomputer.ts +233 -0
  142. package/src/services/recoveryservicesbackup.ts +26 -456
  143. package/src/services/redhatopenshift.ts +26 -34
  144. package/src/services/reservations.ts +209 -553
  145. package/src/services/resourcegraph.ts +123 -55
  146. package/src/services/resources.ts +1852 -8168
  147. package/src/services/search.ts +9 -2
  148. package/src/services/sql.ts +4552 -2757
  149. package/src/services/storage.ts +4 -22
  150. package/src/services/storageactions.ts +36 -0
  151. package/src/services/storagecache.ts +312 -1303
@@ -394,8 +394,8 @@ export type DataBoundariesGetScopeOutput = typeof DataBoundariesGetScopeOutput.T
394
394
  /**
395
395
  * Get data boundary at specified scope
396
396
  *
397
- * @param scope - The scope at which the operation is performed.
398
397
  * @param api-version - The API version to use for this operation.
398
+ * @param scope - The fully qualified Azure Resource manager identifier of the resource.
399
399
  * @param default - Default string modeled as parameter for auto generation to work correctly.
400
400
  */
401
401
  export declare const DataBoundariesGetScope: any;
@@ -484,7 +484,10 @@ export type DecompileBicepOutput = typeof DecompileBicepOutput.Type;
484
484
  export declare const DecompileBicep: any;
485
485
  export declare const DeploymentOperationsGetInput: Schema.Struct<{
486
486
  readonly resourceGroupName: Schema.String;
487
+ readonly deploymentName: Schema.String;
487
488
  readonly operationId: Schema.String;
489
+ readonly subscriptionId: Schema.String;
490
+ readonly "api-version": Schema.String;
488
491
  }>;
489
492
  export type DeploymentOperationsGetInput = typeof DeploymentOperationsGetInput.Type;
490
493
  export declare const DeploymentOperationsGetOutput: Schema.Struct<{
@@ -503,16 +506,7 @@ export declare const DeploymentOperationsGetOutput: Schema.Struct<{
503
506
  readonly code: Schema.optional<Schema.String>;
504
507
  readonly message: Schema.optional<Schema.String>;
505
508
  readonly target: Schema.optional<Schema.String>;
506
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
507
- readonly code: Schema.optional<Schema.String>;
508
- readonly message: Schema.optional<Schema.String>;
509
- readonly target: Schema.optional<Schema.String>;
510
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
511
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
512
- readonly type: Schema.optional<Schema.String>;
513
- readonly info: Schema.optional<Schema.Unknown>;
514
- }>>>;
515
- }>>>;
509
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
516
510
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
517
511
  readonly type: Schema.optional<Schema.String>;
518
512
  readonly info: Schema.optional<Schema.Unknown>;
@@ -556,12 +550,18 @@ export type DeploymentOperationsGetOutput = typeof DeploymentOperationsGetOutput
556
550
  /**
557
551
  * Gets a deployments operation.
558
552
  *
553
+ * @param api-version - The API version to use for this operation.
559
554
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
555
+ * @param deploymentName - The name of the deployment.
560
556
  * @param operationId - The ID of the operation to get.
557
+ * @param subscriptionId - The ID of the target subscription.
561
558
  */
562
559
  export declare const DeploymentOperationsGet: any;
563
560
  export declare const DeploymentOperationsGetAtManagementGroupScopeInput: Schema.Struct<{
561
+ readonly groupId: Schema.String;
562
+ readonly deploymentName: Schema.String;
564
563
  readonly operationId: Schema.String;
564
+ readonly "api-version": Schema.String;
565
565
  }>;
566
566
  export type DeploymentOperationsGetAtManagementGroupScopeInput = typeof DeploymentOperationsGetAtManagementGroupScopeInput.Type;
567
567
  export declare const DeploymentOperationsGetAtManagementGroupScopeOutput: Schema.Struct<{
@@ -580,16 +580,7 @@ export declare const DeploymentOperationsGetAtManagementGroupScopeOutput: Schema
580
580
  readonly code: Schema.optional<Schema.String>;
581
581
  readonly message: Schema.optional<Schema.String>;
582
582
  readonly target: Schema.optional<Schema.String>;
583
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
584
- readonly code: Schema.optional<Schema.String>;
585
- readonly message: Schema.optional<Schema.String>;
586
- readonly target: Schema.optional<Schema.String>;
587
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
588
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
589
- readonly type: Schema.optional<Schema.String>;
590
- readonly info: Schema.optional<Schema.Unknown>;
591
- }>>>;
592
- }>>>;
583
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
593
584
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
594
585
  readonly type: Schema.optional<Schema.String>;
595
586
  readonly info: Schema.optional<Schema.Unknown>;
@@ -633,11 +624,17 @@ export type DeploymentOperationsGetAtManagementGroupScopeOutput = typeof Deploym
633
624
  /**
634
625
  * Gets a deployments operation.
635
626
  *
627
+ * @param api-version - The API version to use for this operation.
628
+ * @param groupId - The management group ID.
629
+ * @param deploymentName - The name of the deployment.
636
630
  * @param operationId - The ID of the operation to get.
637
631
  */
638
632
  export declare const DeploymentOperationsGetAtManagementGroupScope: any;
639
633
  export declare const DeploymentOperationsGetAtScopeInput: Schema.Struct<{
634
+ readonly scope: Schema.String;
635
+ readonly deploymentName: Schema.String;
640
636
  readonly operationId: Schema.String;
637
+ readonly "api-version": Schema.String;
641
638
  }>;
642
639
  export type DeploymentOperationsGetAtScopeInput = typeof DeploymentOperationsGetAtScopeInput.Type;
643
640
  export declare const DeploymentOperationsGetAtScopeOutput: Schema.Struct<{
@@ -656,16 +653,7 @@ export declare const DeploymentOperationsGetAtScopeOutput: Schema.Struct<{
656
653
  readonly code: Schema.optional<Schema.String>;
657
654
  readonly message: Schema.optional<Schema.String>;
658
655
  readonly target: Schema.optional<Schema.String>;
659
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
660
- readonly code: Schema.optional<Schema.String>;
661
- readonly message: Schema.optional<Schema.String>;
662
- readonly target: Schema.optional<Schema.String>;
663
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
664
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
665
- readonly type: Schema.optional<Schema.String>;
666
- readonly info: Schema.optional<Schema.Unknown>;
667
- }>>>;
668
- }>>>;
656
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
669
657
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
670
658
  readonly type: Schema.optional<Schema.String>;
671
659
  readonly info: Schema.optional<Schema.Unknown>;
@@ -709,11 +697,17 @@ export type DeploymentOperationsGetAtScopeOutput = typeof DeploymentOperationsGe
709
697
  /**
710
698
  * Gets a deployments operation.
711
699
  *
700
+ * @param api-version - The API version to use for this operation.
701
+ * @param scope - The fully qualified Azure Resource manager identifier of the resource.
702
+ * @param deploymentName - The name of the deployment.
712
703
  * @param operationId - The ID of the operation to get.
713
704
  */
714
705
  export declare const DeploymentOperationsGetAtScope: any;
715
706
  export declare const DeploymentOperationsGetAtSubscriptionScopeInput: Schema.Struct<{
707
+ readonly subscriptionId: Schema.String;
708
+ readonly deploymentName: Schema.String;
716
709
  readonly operationId: Schema.String;
710
+ readonly "api-version": Schema.String;
717
711
  }>;
718
712
  export type DeploymentOperationsGetAtSubscriptionScopeInput = typeof DeploymentOperationsGetAtSubscriptionScopeInput.Type;
719
713
  export declare const DeploymentOperationsGetAtSubscriptionScopeOutput: Schema.Struct<{
@@ -732,16 +726,7 @@ export declare const DeploymentOperationsGetAtSubscriptionScopeOutput: Schema.St
732
726
  readonly code: Schema.optional<Schema.String>;
733
727
  readonly message: Schema.optional<Schema.String>;
734
728
  readonly target: Schema.optional<Schema.String>;
735
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
736
- readonly code: Schema.optional<Schema.String>;
737
- readonly message: Schema.optional<Schema.String>;
738
- readonly target: Schema.optional<Schema.String>;
739
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
740
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
741
- readonly type: Schema.optional<Schema.String>;
742
- readonly info: Schema.optional<Schema.Unknown>;
743
- }>>>;
744
- }>>>;
729
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
745
730
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
746
731
  readonly type: Schema.optional<Schema.String>;
747
732
  readonly info: Schema.optional<Schema.Unknown>;
@@ -785,11 +770,16 @@ export type DeploymentOperationsGetAtSubscriptionScopeOutput = typeof Deployment
785
770
  /**
786
771
  * Gets a deployments operation.
787
772
  *
773
+ * @param api-version - The API version to use for this operation.
774
+ * @param subscriptionId - The ID of the target subscription.
775
+ * @param deploymentName - The name of the deployment.
788
776
  * @param operationId - The ID of the operation to get.
789
777
  */
790
778
  export declare const DeploymentOperationsGetAtSubscriptionScope: any;
791
779
  export declare const DeploymentOperationsGetAtTenantScopeInput: Schema.Struct<{
780
+ readonly deploymentName: Schema.String;
792
781
  readonly operationId: Schema.String;
782
+ readonly "api-version": Schema.String;
793
783
  }>;
794
784
  export type DeploymentOperationsGetAtTenantScopeInput = typeof DeploymentOperationsGetAtTenantScopeInput.Type;
795
785
  export declare const DeploymentOperationsGetAtTenantScopeOutput: Schema.Struct<{
@@ -808,16 +798,7 @@ export declare const DeploymentOperationsGetAtTenantScopeOutput: Schema.Struct<{
808
798
  readonly code: Schema.optional<Schema.String>;
809
799
  readonly message: Schema.optional<Schema.String>;
810
800
  readonly target: Schema.optional<Schema.String>;
811
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
812
- readonly code: Schema.optional<Schema.String>;
813
- readonly message: Schema.optional<Schema.String>;
814
- readonly target: Schema.optional<Schema.String>;
815
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
816
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
817
- readonly type: Schema.optional<Schema.String>;
818
- readonly info: Schema.optional<Schema.Unknown>;
819
- }>>>;
820
- }>>>;
801
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
821
802
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
822
803
  readonly type: Schema.optional<Schema.String>;
823
804
  readonly info: Schema.optional<Schema.Unknown>;
@@ -861,16 +842,21 @@ export type DeploymentOperationsGetAtTenantScopeOutput = typeof DeploymentOperat
861
842
  /**
862
843
  * Gets a deployments operation.
863
844
  *
845
+ * @param api-version - The API version to use for this operation.
846
+ * @param deploymentName - The name of the deployment.
864
847
  * @param operationId - The ID of the operation to get.
865
848
  */
866
849
  export declare const DeploymentOperationsGetAtTenantScope: any;
867
850
  export declare const DeploymentOperationsListInput: Schema.Struct<{
851
+ readonly subscriptionId: Schema.String;
868
852
  readonly resourceGroupName: Schema.String;
853
+ readonly deploymentName: Schema.String;
854
+ readonly "api-version": Schema.String;
869
855
  readonly $top: Schema.optional<Schema.Number>;
870
856
  }>;
871
857
  export type DeploymentOperationsListInput = typeof DeploymentOperationsListInput.Type;
872
858
  export declare const DeploymentOperationsListOutput: Schema.Struct<{
873
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
859
+ readonly value: Schema.$Array<Schema.Struct<{
874
860
  readonly id: Schema.optional<Schema.String>;
875
861
  readonly operationId: Schema.optional<Schema.String>;
876
862
  readonly properties: Schema.optional<Schema.Struct<{
@@ -886,16 +872,7 @@ export declare const DeploymentOperationsListOutput: Schema.Struct<{
886
872
  readonly code: Schema.optional<Schema.String>;
887
873
  readonly message: Schema.optional<Schema.String>;
888
874
  readonly target: Schema.optional<Schema.String>;
889
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
890
- readonly code: Schema.optional<Schema.String>;
891
- readonly message: Schema.optional<Schema.String>;
892
- readonly target: Schema.optional<Schema.String>;
893
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
894
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
895
- readonly type: Schema.optional<Schema.String>;
896
- readonly info: Schema.optional<Schema.Unknown>;
897
- }>>>;
898
- }>>>;
875
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
899
876
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
900
877
  readonly type: Schema.optional<Schema.String>;
901
878
  readonly info: Schema.optional<Schema.Unknown>;
@@ -934,23 +911,29 @@ export declare const DeploymentOperationsListOutput: Schema.Struct<{
934
911
  readonly content: Schema.optional<Schema.Unknown>;
935
912
  }>>;
936
913
  }>>;
937
- }>>>;
914
+ }>>;
938
915
  readonly nextLink: Schema.optional<Schema.String>;
939
916
  }>;
940
917
  export type DeploymentOperationsListOutput = typeof DeploymentOperationsListOutput.Type;
941
918
  /**
942
919
  * Gets all deployments operations for a deployment.
943
920
  *
921
+ * @param api-version - The API version to use for this operation.
922
+ * @param subscriptionId - The ID of the target subscription.
944
923
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
924
+ * @param deploymentName - The name of the deployment.
945
925
  * @param $top - The number of results to return.
946
926
  */
947
927
  export declare const DeploymentOperationsList: any;
948
928
  export declare const DeploymentOperationsListAtManagementGroupScopeInput: Schema.Struct<{
929
+ readonly groupId: Schema.String;
930
+ readonly deploymentName: Schema.String;
931
+ readonly "api-version": Schema.String;
949
932
  readonly $top: Schema.optional<Schema.Number>;
950
933
  }>;
951
934
  export type DeploymentOperationsListAtManagementGroupScopeInput = typeof DeploymentOperationsListAtManagementGroupScopeInput.Type;
952
935
  export declare const DeploymentOperationsListAtManagementGroupScopeOutput: Schema.Struct<{
953
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
936
+ readonly value: Schema.$Array<Schema.Struct<{
954
937
  readonly id: Schema.optional<Schema.String>;
955
938
  readonly operationId: Schema.optional<Schema.String>;
956
939
  readonly properties: Schema.optional<Schema.Struct<{
@@ -966,16 +949,7 @@ export declare const DeploymentOperationsListAtManagementGroupScopeOutput: Schem
966
949
  readonly code: Schema.optional<Schema.String>;
967
950
  readonly message: Schema.optional<Schema.String>;
968
951
  readonly target: Schema.optional<Schema.String>;
969
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
970
- readonly code: Schema.optional<Schema.String>;
971
- readonly message: Schema.optional<Schema.String>;
972
- readonly target: Schema.optional<Schema.String>;
973
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
974
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
975
- readonly type: Schema.optional<Schema.String>;
976
- readonly info: Schema.optional<Schema.Unknown>;
977
- }>>>;
978
- }>>>;
952
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
979
953
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
980
954
  readonly type: Schema.optional<Schema.String>;
981
955
  readonly info: Schema.optional<Schema.Unknown>;
@@ -1014,22 +988,28 @@ export declare const DeploymentOperationsListAtManagementGroupScopeOutput: Schem
1014
988
  readonly content: Schema.optional<Schema.Unknown>;
1015
989
  }>>;
1016
990
  }>>;
1017
- }>>>;
991
+ }>>;
1018
992
  readonly nextLink: Schema.optional<Schema.String>;
1019
993
  }>;
1020
994
  export type DeploymentOperationsListAtManagementGroupScopeOutput = typeof DeploymentOperationsListAtManagementGroupScopeOutput.Type;
1021
995
  /**
1022
996
  * Gets all deployments operations for a deployment.
1023
997
  *
998
+ * @param api-version - The API version to use for this operation.
999
+ * @param groupId - The management group ID.
1000
+ * @param deploymentName - The name of the deployment.
1024
1001
  * @param $top - The number of results to return.
1025
1002
  */
1026
1003
  export declare const DeploymentOperationsListAtManagementGroupScope: any;
1027
1004
  export declare const DeploymentOperationsListAtScopeInput: Schema.Struct<{
1005
+ readonly scope: Schema.String;
1006
+ readonly deploymentName: Schema.String;
1007
+ readonly "api-version": Schema.String;
1028
1008
  readonly $top: Schema.optional<Schema.Number>;
1029
1009
  }>;
1030
1010
  export type DeploymentOperationsListAtScopeInput = typeof DeploymentOperationsListAtScopeInput.Type;
1031
1011
  export declare const DeploymentOperationsListAtScopeOutput: Schema.Struct<{
1032
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1012
+ readonly value: Schema.$Array<Schema.Struct<{
1033
1013
  readonly id: Schema.optional<Schema.String>;
1034
1014
  readonly operationId: Schema.optional<Schema.String>;
1035
1015
  readonly properties: Schema.optional<Schema.Struct<{
@@ -1045,16 +1025,7 @@ export declare const DeploymentOperationsListAtScopeOutput: Schema.Struct<{
1045
1025
  readonly code: Schema.optional<Schema.String>;
1046
1026
  readonly message: Schema.optional<Schema.String>;
1047
1027
  readonly target: Schema.optional<Schema.String>;
1048
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
1049
- readonly code: Schema.optional<Schema.String>;
1050
- readonly message: Schema.optional<Schema.String>;
1051
- readonly target: Schema.optional<Schema.String>;
1052
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
1053
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1054
- readonly type: Schema.optional<Schema.String>;
1055
- readonly info: Schema.optional<Schema.Unknown>;
1056
- }>>>;
1057
- }>>>;
1028
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
1058
1029
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1059
1030
  readonly type: Schema.optional<Schema.String>;
1060
1031
  readonly info: Schema.optional<Schema.Unknown>;
@@ -1093,22 +1064,28 @@ export declare const DeploymentOperationsListAtScopeOutput: Schema.Struct<{
1093
1064
  readonly content: Schema.optional<Schema.Unknown>;
1094
1065
  }>>;
1095
1066
  }>>;
1096
- }>>>;
1067
+ }>>;
1097
1068
  readonly nextLink: Schema.optional<Schema.String>;
1098
1069
  }>;
1099
1070
  export type DeploymentOperationsListAtScopeOutput = typeof DeploymentOperationsListAtScopeOutput.Type;
1100
1071
  /**
1101
1072
  * Gets all deployments operations for a deployment.
1102
1073
  *
1074
+ * @param api-version - The API version to use for this operation.
1075
+ * @param scope - The fully qualified Azure Resource manager identifier of the resource.
1076
+ * @param deploymentName - The name of the deployment.
1103
1077
  * @param $top - The number of results to return.
1104
1078
  */
1105
1079
  export declare const DeploymentOperationsListAtScope: any;
1106
1080
  export declare const DeploymentOperationsListAtSubscriptionScopeInput: Schema.Struct<{
1081
+ readonly subscriptionId: Schema.String;
1082
+ readonly deploymentName: Schema.String;
1083
+ readonly "api-version": Schema.String;
1107
1084
  readonly $top: Schema.optional<Schema.Number>;
1108
1085
  }>;
1109
1086
  export type DeploymentOperationsListAtSubscriptionScopeInput = typeof DeploymentOperationsListAtSubscriptionScopeInput.Type;
1110
1087
  export declare const DeploymentOperationsListAtSubscriptionScopeOutput: Schema.Struct<{
1111
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1088
+ readonly value: Schema.$Array<Schema.Struct<{
1112
1089
  readonly id: Schema.optional<Schema.String>;
1113
1090
  readonly operationId: Schema.optional<Schema.String>;
1114
1091
  readonly properties: Schema.optional<Schema.Struct<{
@@ -1124,16 +1101,7 @@ export declare const DeploymentOperationsListAtSubscriptionScopeOutput: Schema.S
1124
1101
  readonly code: Schema.optional<Schema.String>;
1125
1102
  readonly message: Schema.optional<Schema.String>;
1126
1103
  readonly target: Schema.optional<Schema.String>;
1127
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
1128
- readonly code: Schema.optional<Schema.String>;
1129
- readonly message: Schema.optional<Schema.String>;
1130
- readonly target: Schema.optional<Schema.String>;
1131
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
1132
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1133
- readonly type: Schema.optional<Schema.String>;
1134
- readonly info: Schema.optional<Schema.Unknown>;
1135
- }>>>;
1136
- }>>>;
1104
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
1137
1105
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1138
1106
  readonly type: Schema.optional<Schema.String>;
1139
1107
  readonly info: Schema.optional<Schema.Unknown>;
@@ -1172,22 +1140,27 @@ export declare const DeploymentOperationsListAtSubscriptionScopeOutput: Schema.S
1172
1140
  readonly content: Schema.optional<Schema.Unknown>;
1173
1141
  }>>;
1174
1142
  }>>;
1175
- }>>>;
1143
+ }>>;
1176
1144
  readonly nextLink: Schema.optional<Schema.String>;
1177
1145
  }>;
1178
1146
  export type DeploymentOperationsListAtSubscriptionScopeOutput = typeof DeploymentOperationsListAtSubscriptionScopeOutput.Type;
1179
1147
  /**
1180
1148
  * Gets all deployments operations for a deployment.
1181
1149
  *
1150
+ * @param api-version - The API version to use for this operation.
1151
+ * @param subscriptionId - The ID of the target subscription.
1152
+ * @param deploymentName - The name of the deployment.
1182
1153
  * @param $top - The number of results to return.
1183
1154
  */
1184
1155
  export declare const DeploymentOperationsListAtSubscriptionScope: any;
1185
1156
  export declare const DeploymentOperationsListAtTenantScopeInput: Schema.Struct<{
1157
+ readonly deploymentName: Schema.String;
1158
+ readonly "api-version": Schema.String;
1186
1159
  readonly $top: Schema.optional<Schema.Number>;
1187
1160
  }>;
1188
1161
  export type DeploymentOperationsListAtTenantScopeInput = typeof DeploymentOperationsListAtTenantScopeInput.Type;
1189
1162
  export declare const DeploymentOperationsListAtTenantScopeOutput: Schema.Struct<{
1190
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1163
+ readonly value: Schema.$Array<Schema.Struct<{
1191
1164
  readonly id: Schema.optional<Schema.String>;
1192
1165
  readonly operationId: Schema.optional<Schema.String>;
1193
1166
  readonly properties: Schema.optional<Schema.Struct<{
@@ -1203,16 +1176,7 @@ export declare const DeploymentOperationsListAtTenantScopeOutput: Schema.Struct<
1203
1176
  readonly code: Schema.optional<Schema.String>;
1204
1177
  readonly message: Schema.optional<Schema.String>;
1205
1178
  readonly target: Schema.optional<Schema.String>;
1206
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
1207
- readonly code: Schema.optional<Schema.String>;
1208
- readonly message: Schema.optional<Schema.String>;
1209
- readonly target: Schema.optional<Schema.String>;
1210
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
1211
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1212
- readonly type: Schema.optional<Schema.String>;
1213
- readonly info: Schema.optional<Schema.Unknown>;
1214
- }>>>;
1215
- }>>>;
1179
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
1216
1180
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1217
1181
  readonly type: Schema.optional<Schema.String>;
1218
1182
  readonly info: Schema.optional<Schema.Unknown>;
@@ -1251,17 +1215,21 @@ export declare const DeploymentOperationsListAtTenantScopeOutput: Schema.Struct<
1251
1215
  readonly content: Schema.optional<Schema.Unknown>;
1252
1216
  }>>;
1253
1217
  }>>;
1254
- }>>>;
1218
+ }>>;
1255
1219
  readonly nextLink: Schema.optional<Schema.String>;
1256
1220
  }>;
1257
1221
  export type DeploymentOperationsListAtTenantScopeOutput = typeof DeploymentOperationsListAtTenantScopeOutput.Type;
1258
1222
  /**
1259
1223
  * Gets all deployments operations for a deployment.
1260
1224
  *
1225
+ * @param api-version - The API version to use for this operation.
1226
+ * @param deploymentName - The name of the deployment.
1261
1227
  * @param $top - The number of results to return.
1262
1228
  */
1263
1229
  export declare const DeploymentOperationsListAtTenantScope: any;
1264
- export declare const DeploymentsCalculateTemplateHashInput: Schema.Struct<{}>;
1230
+ export declare const DeploymentsCalculateTemplateHashInput: Schema.Struct<{
1231
+ readonly "api-version": Schema.String;
1232
+ }>;
1265
1233
  export type DeploymentsCalculateTemplateHashInput = typeof DeploymentsCalculateTemplateHashInput.Type;
1266
1234
  export declare const DeploymentsCalculateTemplateHashOutput: Schema.Struct<{
1267
1235
  readonly minifiedTemplate: Schema.optional<Schema.String>;
@@ -1270,10 +1238,15 @@ export declare const DeploymentsCalculateTemplateHashOutput: Schema.Struct<{
1270
1238
  export type DeploymentsCalculateTemplateHashOutput = typeof DeploymentsCalculateTemplateHashOutput.Type;
1271
1239
  /**
1272
1240
  * Calculate the hash of the given template.
1241
+ *
1242
+ * @param api-version - The API version to use for this operation.
1273
1243
  */
1274
1244
  export declare const DeploymentsCalculateTemplateHash: any;
1275
1245
  export declare const DeploymentsCancelInput: Schema.Struct<{
1246
+ readonly subscriptionId: Schema.String;
1276
1247
  readonly resourceGroupName: Schema.String;
1248
+ readonly deploymentName: Schema.String;
1249
+ readonly "api-version": Schema.String;
1277
1250
  }>;
1278
1251
  export type DeploymentsCancelInput = typeof DeploymentsCancelInput.Type;
1279
1252
  export declare const DeploymentsCancelOutput: Schema.Void;
@@ -1283,10 +1256,17 @@ export type DeploymentsCancelOutput = typeof DeploymentsCancelOutput.Type;
1283
1256
  *
1284
1257
  * You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resource group partially deployed.
1285
1258
  *
1286
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1259
+ * @param api-version - The API version to use for this operation.
1260
+ * @param subscriptionId - The ID of the target subscription.
1261
+ * @param resourceGroupName - The name of the resource group.
1262
+ * @param deploymentName - The name of the deployment.
1287
1263
  */
1288
1264
  export declare const DeploymentsCancel: any;
1289
- export declare const DeploymentsCancelAtManagementGroupScopeInput: Schema.Struct<{}>;
1265
+ export declare const DeploymentsCancelAtManagementGroupScopeInput: Schema.Struct<{
1266
+ readonly groupId: Schema.String;
1267
+ readonly deploymentName: Schema.String;
1268
+ readonly "api-version": Schema.String;
1269
+ }>;
1290
1270
  export type DeploymentsCancelAtManagementGroupScopeInput = typeof DeploymentsCancelAtManagementGroupScopeInput.Type;
1291
1271
  export declare const DeploymentsCancelAtManagementGroupScopeOutput: Schema.Void;
1292
1272
  export type DeploymentsCancelAtManagementGroupScopeOutput = typeof DeploymentsCancelAtManagementGroupScopeOutput.Type;
@@ -1294,9 +1274,17 @@ export type DeploymentsCancelAtManagementGroupScopeOutput = typeof DeploymentsCa
1294
1274
  * Cancels a currently running template deployment.
1295
1275
  *
1296
1276
  * You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed.
1277
+ *
1278
+ * @param api-version - The API version to use for this operation.
1279
+ * @param groupId - The management group ID.
1280
+ * @param deploymentName - The name of the deployment.
1297
1281
  */
1298
1282
  export declare const DeploymentsCancelAtManagementGroupScope: any;
1299
- export declare const DeploymentsCancelAtScopeInput: Schema.Struct<{}>;
1283
+ export declare const DeploymentsCancelAtScopeInput: Schema.Struct<{
1284
+ readonly scope: Schema.String;
1285
+ readonly deploymentName: Schema.String;
1286
+ readonly "api-version": Schema.String;
1287
+ }>;
1300
1288
  export type DeploymentsCancelAtScopeInput = typeof DeploymentsCancelAtScopeInput.Type;
1301
1289
  export declare const DeploymentsCancelAtScopeOutput: Schema.Void;
1302
1290
  export type DeploymentsCancelAtScopeOutput = typeof DeploymentsCancelAtScopeOutput.Type;
@@ -1304,9 +1292,17 @@ export type DeploymentsCancelAtScopeOutput = typeof DeploymentsCancelAtScopeOutp
1304
1292
  * Cancels a currently running template deployment.
1305
1293
  *
1306
1294
  * You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed.
1295
+ *
1296
+ * @param api-version - The API version to use for this operation.
1297
+ * @param scope - The fully qualified Azure Resource manager identifier of the resource.
1298
+ * @param deploymentName - The name of the deployment.
1307
1299
  */
1308
1300
  export declare const DeploymentsCancelAtScope: any;
1309
- export declare const DeploymentsCancelAtSubscriptionScopeInput: Schema.Struct<{}>;
1301
+ export declare const DeploymentsCancelAtSubscriptionScopeInput: Schema.Struct<{
1302
+ readonly subscriptionId: Schema.String;
1303
+ readonly deploymentName: Schema.String;
1304
+ readonly "api-version": Schema.String;
1305
+ }>;
1310
1306
  export type DeploymentsCancelAtSubscriptionScopeInput = typeof DeploymentsCancelAtSubscriptionScopeInput.Type;
1311
1307
  export declare const DeploymentsCancelAtSubscriptionScopeOutput: Schema.Void;
1312
1308
  export type DeploymentsCancelAtSubscriptionScopeOutput = typeof DeploymentsCancelAtSubscriptionScopeOutput.Type;
@@ -1314,9 +1310,16 @@ export type DeploymentsCancelAtSubscriptionScopeOutput = typeof DeploymentsCance
1314
1310
  * Cancels a currently running template deployment.
1315
1311
  *
1316
1312
  * You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed.
1313
+ *
1314
+ * @param api-version - The API version to use for this operation.
1315
+ * @param subscriptionId - The ID of the target subscription.
1316
+ * @param deploymentName - The name of the deployment.
1317
1317
  */
1318
1318
  export declare const DeploymentsCancelAtSubscriptionScope: any;
1319
- export declare const DeploymentsCancelAtTenantScopeInput: Schema.Struct<{}>;
1319
+ export declare const DeploymentsCancelAtTenantScopeInput: Schema.Struct<{
1320
+ readonly deploymentName: Schema.String;
1321
+ readonly "api-version": Schema.String;
1322
+ }>;
1320
1323
  export type DeploymentsCancelAtTenantScopeInput = typeof DeploymentsCancelAtTenantScopeInput.Type;
1321
1324
  export declare const DeploymentsCancelAtTenantScopeOutput: Schema.Void;
1322
1325
  export type DeploymentsCancelAtTenantScopeOutput = typeof DeploymentsCancelAtTenantScopeOutput.Type;
@@ -1324,1025 +1327,99 @@ export type DeploymentsCancelAtTenantScopeOutput = typeof DeploymentsCancelAtTen
1324
1327
  * Cancels a currently running template deployment.
1325
1328
  *
1326
1329
  * You can cancel a deployment only if the provisioningState is Accepted or Running. After the deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment stops the currently running template deployment and leaves the resources partially deployed.
1330
+ *
1331
+ * @param api-version - The API version to use for this operation.
1332
+ * @param deploymentName - The name of the deployment.
1327
1333
  */
1328
1334
  export declare const DeploymentsCancelAtTenantScope: any;
1329
1335
  export declare const DeploymentsCreateOrUpdateInput: Schema.Struct<{
1336
+ readonly subscriptionId: Schema.String;
1330
1337
  readonly resourceGroupName: Schema.String;
1338
+ readonly deploymentName: Schema.String;
1339
+ readonly "api-version": Schema.String;
1331
1340
  }>;
1332
1341
  export type DeploymentsCreateOrUpdateInput = typeof DeploymentsCreateOrUpdateInput.Type;
1333
- export declare const DeploymentsCreateOrUpdateOutput: Schema.Struct<{
1334
- readonly id: Schema.optional<Schema.String>;
1335
- readonly name: Schema.optional<Schema.String>;
1336
- readonly type: Schema.optional<Schema.String>;
1337
- readonly location: Schema.optional<Schema.String>;
1338
- readonly properties: Schema.optional<Schema.Struct<{
1339
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
1340
- readonly correlationId: Schema.optional<Schema.String>;
1341
- readonly timestamp: Schema.optional<Schema.String>;
1342
- readonly duration: Schema.optional<Schema.String>;
1343
- readonly outputs: Schema.optional<Schema.Unknown>;
1344
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
1345
- readonly id: Schema.optional<Schema.String>;
1346
- readonly namespace: Schema.optional<Schema.String>;
1347
- readonly registrationState: Schema.optional<Schema.String>;
1348
- readonly registrationPolicy: Schema.optional<Schema.String>;
1349
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
1350
- readonly resourceType: Schema.optional<Schema.String>;
1351
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
1352
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
1353
- readonly location: Schema.optional<Schema.String>;
1354
- readonly type: Schema.optional<Schema.String>;
1355
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
1356
- }>>>;
1357
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
1358
- readonly name: Schema.optional<Schema.String>;
1359
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
1360
- readonly path: Schema.optional<Schema.String>;
1361
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
1362
- readonly pattern: Schema.optional<Schema.Struct<{
1363
- readonly phrase: Schema.optional<Schema.String>;
1364
- readonly variable: Schema.optional<Schema.String>;
1365
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
1366
- }>>;
1367
- readonly metadata: Schema.optional<Schema.Struct<{
1368
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
1369
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
1370
- }>>;
1371
- }>>>;
1372
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
1373
- readonly defaultPath: Schema.optional<Schema.String>;
1374
- readonly defaultPattern: Schema.optional<Schema.Struct<{
1375
- readonly phrase: Schema.optional<Schema.String>;
1376
- readonly variable: Schema.optional<Schema.String>;
1377
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
1378
- }>>;
1379
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
1380
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
1381
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
1382
- }>>;
1383
- }>>>;
1384
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
1385
- readonly defaultApiVersion: Schema.optional<Schema.String>;
1386
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
1387
- readonly location: Schema.optional<Schema.String>;
1388
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
1389
- }>>>;
1390
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
1391
- readonly profileVersion: Schema.optional<Schema.String>;
1392
- readonly apiVersion: Schema.optional<Schema.String>;
1393
- }>>>;
1394
- readonly capabilities: Schema.optional<Schema.String>;
1395
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1396
- }>>>;
1397
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
1398
- }>>>;
1399
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
1400
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
1401
- readonly id: Schema.optional<Schema.String>;
1402
- readonly resourceType: Schema.optional<Schema.String>;
1403
- readonly resourceName: Schema.optional<Schema.String>;
1404
- }>>>;
1405
- readonly id: Schema.optional<Schema.String>;
1406
- readonly resourceType: Schema.optional<Schema.String>;
1407
- readonly resourceName: Schema.optional<Schema.String>;
1408
- }>>>;
1409
- readonly templateLink: Schema.optional<Schema.Struct<{
1410
- readonly uri: Schema.optional<Schema.String>;
1411
- readonly id: Schema.optional<Schema.String>;
1412
- readonly relativePath: Schema.optional<Schema.String>;
1413
- readonly contentVersion: Schema.optional<Schema.String>;
1414
- readonly queryString: Schema.optional<Schema.String>;
1415
- }>>;
1416
- readonly parameters: Schema.optional<Schema.Unknown>;
1417
- readonly parametersLink: Schema.optional<Schema.Struct<{
1418
- readonly uri: Schema.String;
1419
- readonly contentVersion: Schema.optional<Schema.String>;
1420
- }>>;
1421
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
1422
- readonly alias: Schema.optional<Schema.String>;
1423
- readonly name: Schema.optional<Schema.String>;
1424
- readonly version: Schema.optional<Schema.String>;
1425
- readonly configId: Schema.optional<Schema.String>;
1426
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
1427
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
1428
- readonly value: Schema.optional<Schema.Unknown>;
1429
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
1430
- readonly keyVault: Schema.Struct<{
1431
- readonly id: Schema.String;
1432
- }>;
1433
- readonly secretName: Schema.String;
1434
- readonly secretVersion: Schema.optional<Schema.String>;
1435
- }>>;
1436
- }>>>;
1437
- }>>>;
1438
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
1439
- readonly debugSetting: Schema.optional<Schema.Struct<{
1440
- readonly detailLevel: Schema.optional<Schema.String>;
1441
- }>>;
1442
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
1443
- readonly provisioningState: Schema.optional<Schema.String>;
1444
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
1445
- readonly deploymentName: Schema.optional<Schema.String>;
1446
- }>>;
1447
- readonly templateHash: Schema.optional<Schema.String>;
1448
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
1449
- readonly id: Schema.optional<Schema.String>;
1450
- readonly extension: Schema.optional<Schema.Struct<{
1451
- readonly alias: Schema.optional<Schema.String>;
1452
- readonly name: Schema.optional<Schema.String>;
1453
- readonly version: Schema.optional<Schema.String>;
1454
- readonly configId: Schema.optional<Schema.String>;
1455
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
1456
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
1457
- readonly value: Schema.optional<Schema.Unknown>;
1458
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
1459
- readonly keyVault: Schema.Struct<{
1460
- readonly id: Schema.String;
1461
- }>;
1462
- readonly secretName: Schema.String;
1463
- readonly secretVersion: Schema.optional<Schema.String>;
1464
- }>>;
1465
- }>>>;
1466
- }>>;
1467
- readonly resourceType: Schema.optional<Schema.String>;
1468
- readonly identifiers: Schema.optional<Schema.Unknown>;
1469
- readonly apiVersion: Schema.optional<Schema.String>;
1470
- }>>>;
1471
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
1472
- readonly id: Schema.optional<Schema.String>;
1473
- readonly extension: Schema.optional<Schema.Struct<{
1474
- readonly alias: Schema.optional<Schema.String>;
1475
- readonly name: Schema.optional<Schema.String>;
1476
- readonly version: Schema.optional<Schema.String>;
1477
- readonly configId: Schema.optional<Schema.String>;
1478
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
1479
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
1480
- readonly value: Schema.optional<Schema.Unknown>;
1481
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
1482
- readonly keyVault: Schema.Struct<{
1483
- readonly id: Schema.String;
1484
- }>;
1485
- readonly secretName: Schema.String;
1486
- readonly secretVersion: Schema.optional<Schema.String>;
1487
- }>>;
1488
- }>>>;
1489
- }>>;
1490
- readonly resourceType: Schema.optional<Schema.String>;
1491
- readonly identifiers: Schema.optional<Schema.Unknown>;
1492
- readonly apiVersion: Schema.optional<Schema.String>;
1493
- }>>>;
1494
- readonly error: Schema.optional<Schema.Struct<{
1495
- readonly code: Schema.optional<Schema.String>;
1496
- readonly message: Schema.optional<Schema.String>;
1497
- readonly target: Schema.optional<Schema.String>;
1498
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
1499
- readonly code: Schema.optional<Schema.String>;
1500
- readonly message: Schema.optional<Schema.String>;
1501
- readonly target: Schema.optional<Schema.String>;
1502
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
1503
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1504
- readonly type: Schema.optional<Schema.String>;
1505
- readonly info: Schema.optional<Schema.Unknown>;
1506
- }>>>;
1507
- }>>>;
1508
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1509
- readonly type: Schema.optional<Schema.String>;
1510
- readonly info: Schema.optional<Schema.Unknown>;
1511
- }>>>;
1512
- }>>;
1513
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
1514
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
1515
- readonly code: Schema.String;
1516
- readonly message: Schema.String;
1517
- readonly target: Schema.optional<Schema.String>;
1518
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1519
- readonly type: Schema.optional<Schema.String>;
1520
- readonly info: Schema.optional<Schema.Unknown>;
1521
- }>>>;
1522
- }>>>;
1523
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
1524
- }>>;
1525
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1526
- }>;
1342
+ export declare const DeploymentsCreateOrUpdateOutput: Schema.Struct<{}>;
1527
1343
  export type DeploymentsCreateOrUpdateOutput = typeof DeploymentsCreateOrUpdateOutput.Type;
1528
1344
  /**
1529
1345
  * Deploys resources to a resource group.
1530
1346
  *
1531
1347
  * You can provide the template and parameters directly in the request or link to JSON files.
1532
1348
  *
1533
- * @param resourceGroupName - The name of the resource group to deploy the resources to. The name is case insensitive. The resource group must already exist.
1349
+ * @param api-version - The API version to use for this operation.
1350
+ * @param subscriptionId - The ID of the target subscription.
1351
+ * @param resourceGroupName - The name of the resource group.
1352
+ * @param deploymentName - The name of the deployment.
1534
1353
  */
1535
1354
  export declare const DeploymentsCreateOrUpdate: any;
1536
- export declare const DeploymentsCreateOrUpdateAtManagementGroupScopeInput: Schema.Struct<{}>;
1355
+ export declare const DeploymentsCreateOrUpdateAtManagementGroupScopeInput: Schema.Struct<{
1356
+ readonly groupId: Schema.String;
1357
+ readonly deploymentName: Schema.String;
1358
+ readonly "api-version": Schema.String;
1359
+ }>;
1537
1360
  export type DeploymentsCreateOrUpdateAtManagementGroupScopeInput = typeof DeploymentsCreateOrUpdateAtManagementGroupScopeInput.Type;
1538
- export declare const DeploymentsCreateOrUpdateAtManagementGroupScopeOutput: Schema.Struct<{
1539
- readonly id: Schema.optional<Schema.String>;
1540
- readonly name: Schema.optional<Schema.String>;
1541
- readonly type: Schema.optional<Schema.String>;
1542
- readonly location: Schema.optional<Schema.String>;
1543
- readonly properties: Schema.optional<Schema.Struct<{
1544
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
1545
- readonly correlationId: Schema.optional<Schema.String>;
1546
- readonly timestamp: Schema.optional<Schema.String>;
1547
- readonly duration: Schema.optional<Schema.String>;
1548
- readonly outputs: Schema.optional<Schema.Unknown>;
1549
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
1550
- readonly id: Schema.optional<Schema.String>;
1551
- readonly namespace: Schema.optional<Schema.String>;
1552
- readonly registrationState: Schema.optional<Schema.String>;
1553
- readonly registrationPolicy: Schema.optional<Schema.String>;
1554
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
1555
- readonly resourceType: Schema.optional<Schema.String>;
1556
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
1557
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
1558
- readonly location: Schema.optional<Schema.String>;
1559
- readonly type: Schema.optional<Schema.String>;
1560
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
1561
- }>>>;
1562
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
1563
- readonly name: Schema.optional<Schema.String>;
1564
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
1565
- readonly path: Schema.optional<Schema.String>;
1566
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
1567
- readonly pattern: Schema.optional<Schema.Struct<{
1568
- readonly phrase: Schema.optional<Schema.String>;
1569
- readonly variable: Schema.optional<Schema.String>;
1570
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
1571
- }>>;
1572
- readonly metadata: Schema.optional<Schema.Struct<{
1573
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
1574
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
1575
- }>>;
1576
- }>>>;
1577
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
1578
- readonly defaultPath: Schema.optional<Schema.String>;
1579
- readonly defaultPattern: Schema.optional<Schema.Struct<{
1580
- readonly phrase: Schema.optional<Schema.String>;
1581
- readonly variable: Schema.optional<Schema.String>;
1582
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
1583
- }>>;
1584
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
1585
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
1586
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
1587
- }>>;
1588
- }>>>;
1589
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
1590
- readonly defaultApiVersion: Schema.optional<Schema.String>;
1591
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
1592
- readonly location: Schema.optional<Schema.String>;
1593
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
1594
- }>>>;
1595
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
1596
- readonly profileVersion: Schema.optional<Schema.String>;
1597
- readonly apiVersion: Schema.optional<Schema.String>;
1598
- }>>>;
1599
- readonly capabilities: Schema.optional<Schema.String>;
1600
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1601
- }>>>;
1602
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
1603
- }>>>;
1604
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
1605
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
1606
- readonly id: Schema.optional<Schema.String>;
1607
- readonly resourceType: Schema.optional<Schema.String>;
1608
- readonly resourceName: Schema.optional<Schema.String>;
1609
- }>>>;
1610
- readonly id: Schema.optional<Schema.String>;
1611
- readonly resourceType: Schema.optional<Schema.String>;
1612
- readonly resourceName: Schema.optional<Schema.String>;
1613
- }>>>;
1614
- readonly templateLink: Schema.optional<Schema.Struct<{
1615
- readonly uri: Schema.optional<Schema.String>;
1616
- readonly id: Schema.optional<Schema.String>;
1617
- readonly relativePath: Schema.optional<Schema.String>;
1618
- readonly contentVersion: Schema.optional<Schema.String>;
1619
- readonly queryString: Schema.optional<Schema.String>;
1620
- }>>;
1621
- readonly parameters: Schema.optional<Schema.Unknown>;
1622
- readonly parametersLink: Schema.optional<Schema.Struct<{
1623
- readonly uri: Schema.String;
1624
- readonly contentVersion: Schema.optional<Schema.String>;
1625
- }>>;
1626
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
1627
- readonly alias: Schema.optional<Schema.String>;
1628
- readonly name: Schema.optional<Schema.String>;
1629
- readonly version: Schema.optional<Schema.String>;
1630
- readonly configId: Schema.optional<Schema.String>;
1631
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
1632
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
1633
- readonly value: Schema.optional<Schema.Unknown>;
1634
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
1635
- readonly keyVault: Schema.Struct<{
1636
- readonly id: Schema.String;
1637
- }>;
1638
- readonly secretName: Schema.String;
1639
- readonly secretVersion: Schema.optional<Schema.String>;
1640
- }>>;
1641
- }>>>;
1642
- }>>>;
1643
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
1644
- readonly debugSetting: Schema.optional<Schema.Struct<{
1645
- readonly detailLevel: Schema.optional<Schema.String>;
1646
- }>>;
1647
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
1648
- readonly provisioningState: Schema.optional<Schema.String>;
1649
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
1650
- readonly deploymentName: Schema.optional<Schema.String>;
1651
- }>>;
1652
- readonly templateHash: Schema.optional<Schema.String>;
1653
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
1654
- readonly id: Schema.optional<Schema.String>;
1655
- readonly extension: Schema.optional<Schema.Struct<{
1656
- readonly alias: Schema.optional<Schema.String>;
1657
- readonly name: Schema.optional<Schema.String>;
1658
- readonly version: Schema.optional<Schema.String>;
1659
- readonly configId: Schema.optional<Schema.String>;
1660
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
1661
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
1662
- readonly value: Schema.optional<Schema.Unknown>;
1663
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
1664
- readonly keyVault: Schema.Struct<{
1665
- readonly id: Schema.String;
1666
- }>;
1667
- readonly secretName: Schema.String;
1668
- readonly secretVersion: Schema.optional<Schema.String>;
1669
- }>>;
1670
- }>>>;
1671
- }>>;
1672
- readonly resourceType: Schema.optional<Schema.String>;
1673
- readonly identifiers: Schema.optional<Schema.Unknown>;
1674
- readonly apiVersion: Schema.optional<Schema.String>;
1675
- }>>>;
1676
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
1677
- readonly id: Schema.optional<Schema.String>;
1678
- readonly extension: Schema.optional<Schema.Struct<{
1679
- readonly alias: Schema.optional<Schema.String>;
1680
- readonly name: Schema.optional<Schema.String>;
1681
- readonly version: Schema.optional<Schema.String>;
1682
- readonly configId: Schema.optional<Schema.String>;
1683
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
1684
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
1685
- readonly value: Schema.optional<Schema.Unknown>;
1686
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
1687
- readonly keyVault: Schema.Struct<{
1688
- readonly id: Schema.String;
1689
- }>;
1690
- readonly secretName: Schema.String;
1691
- readonly secretVersion: Schema.optional<Schema.String>;
1692
- }>>;
1693
- }>>>;
1694
- }>>;
1695
- readonly resourceType: Schema.optional<Schema.String>;
1696
- readonly identifiers: Schema.optional<Schema.Unknown>;
1697
- readonly apiVersion: Schema.optional<Schema.String>;
1698
- }>>>;
1699
- readonly error: Schema.optional<Schema.Struct<{
1700
- readonly code: Schema.optional<Schema.String>;
1701
- readonly message: Schema.optional<Schema.String>;
1702
- readonly target: Schema.optional<Schema.String>;
1703
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
1704
- readonly code: Schema.optional<Schema.String>;
1705
- readonly message: Schema.optional<Schema.String>;
1706
- readonly target: Schema.optional<Schema.String>;
1707
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
1708
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1709
- readonly type: Schema.optional<Schema.String>;
1710
- readonly info: Schema.optional<Schema.Unknown>;
1711
- }>>>;
1712
- }>>>;
1713
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1714
- readonly type: Schema.optional<Schema.String>;
1715
- readonly info: Schema.optional<Schema.Unknown>;
1716
- }>>>;
1717
- }>>;
1718
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
1719
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
1720
- readonly code: Schema.String;
1721
- readonly message: Schema.String;
1722
- readonly target: Schema.optional<Schema.String>;
1723
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1724
- readonly type: Schema.optional<Schema.String>;
1725
- readonly info: Schema.optional<Schema.Unknown>;
1726
- }>>>;
1727
- }>>>;
1728
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
1729
- }>>;
1730
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1731
- }>;
1361
+ export declare const DeploymentsCreateOrUpdateAtManagementGroupScopeOutput: Schema.Struct<{}>;
1732
1362
  export type DeploymentsCreateOrUpdateAtManagementGroupScopeOutput = typeof DeploymentsCreateOrUpdateAtManagementGroupScopeOutput.Type;
1733
1363
  /**
1734
1364
  * Deploys resources at management group scope.
1735
1365
  *
1736
1366
  * You can provide the template and parameters directly in the request or link to JSON files.
1367
+ *
1368
+ * @param api-version - The API version to use for this operation.
1369
+ * @param groupId - The management group ID.
1370
+ * @param deploymentName - The name of the deployment.
1737
1371
  */
1738
1372
  export declare const DeploymentsCreateOrUpdateAtManagementGroupScope: any;
1739
- export declare const DeploymentsCreateOrUpdateAtScopeInput: Schema.Struct<{}>;
1740
- export type DeploymentsCreateOrUpdateAtScopeInput = typeof DeploymentsCreateOrUpdateAtScopeInput.Type;
1741
- export declare const DeploymentsCreateOrUpdateAtScopeOutput: Schema.Struct<{
1742
- readonly id: Schema.optional<Schema.String>;
1743
- readonly name: Schema.optional<Schema.String>;
1744
- readonly type: Schema.optional<Schema.String>;
1745
- readonly location: Schema.optional<Schema.String>;
1746
- readonly properties: Schema.optional<Schema.Struct<{
1747
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
1748
- readonly correlationId: Schema.optional<Schema.String>;
1749
- readonly timestamp: Schema.optional<Schema.String>;
1750
- readonly duration: Schema.optional<Schema.String>;
1751
- readonly outputs: Schema.optional<Schema.Unknown>;
1752
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
1753
- readonly id: Schema.optional<Schema.String>;
1754
- readonly namespace: Schema.optional<Schema.String>;
1755
- readonly registrationState: Schema.optional<Schema.String>;
1756
- readonly registrationPolicy: Schema.optional<Schema.String>;
1757
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
1758
- readonly resourceType: Schema.optional<Schema.String>;
1759
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
1760
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
1761
- readonly location: Schema.optional<Schema.String>;
1762
- readonly type: Schema.optional<Schema.String>;
1763
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
1764
- }>>>;
1765
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
1766
- readonly name: Schema.optional<Schema.String>;
1767
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
1768
- readonly path: Schema.optional<Schema.String>;
1769
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
1770
- readonly pattern: Schema.optional<Schema.Struct<{
1771
- readonly phrase: Schema.optional<Schema.String>;
1772
- readonly variable: Schema.optional<Schema.String>;
1773
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
1774
- }>>;
1775
- readonly metadata: Schema.optional<Schema.Struct<{
1776
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
1777
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
1778
- }>>;
1779
- }>>>;
1780
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
1781
- readonly defaultPath: Schema.optional<Schema.String>;
1782
- readonly defaultPattern: Schema.optional<Schema.Struct<{
1783
- readonly phrase: Schema.optional<Schema.String>;
1784
- readonly variable: Schema.optional<Schema.String>;
1785
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
1786
- }>>;
1787
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
1788
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
1789
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
1790
- }>>;
1791
- }>>>;
1792
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
1793
- readonly defaultApiVersion: Schema.optional<Schema.String>;
1794
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
1795
- readonly location: Schema.optional<Schema.String>;
1796
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
1797
- }>>>;
1798
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
1799
- readonly profileVersion: Schema.optional<Schema.String>;
1800
- readonly apiVersion: Schema.optional<Schema.String>;
1801
- }>>>;
1802
- readonly capabilities: Schema.optional<Schema.String>;
1803
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1804
- }>>>;
1805
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
1806
- }>>>;
1807
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
1808
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
1809
- readonly id: Schema.optional<Schema.String>;
1810
- readonly resourceType: Schema.optional<Schema.String>;
1811
- readonly resourceName: Schema.optional<Schema.String>;
1812
- }>>>;
1813
- readonly id: Schema.optional<Schema.String>;
1814
- readonly resourceType: Schema.optional<Schema.String>;
1815
- readonly resourceName: Schema.optional<Schema.String>;
1816
- }>>>;
1817
- readonly templateLink: Schema.optional<Schema.Struct<{
1818
- readonly uri: Schema.optional<Schema.String>;
1819
- readonly id: Schema.optional<Schema.String>;
1820
- readonly relativePath: Schema.optional<Schema.String>;
1821
- readonly contentVersion: Schema.optional<Schema.String>;
1822
- readonly queryString: Schema.optional<Schema.String>;
1823
- }>>;
1824
- readonly parameters: Schema.optional<Schema.Unknown>;
1825
- readonly parametersLink: Schema.optional<Schema.Struct<{
1826
- readonly uri: Schema.String;
1827
- readonly contentVersion: Schema.optional<Schema.String>;
1828
- }>>;
1829
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
1830
- readonly alias: Schema.optional<Schema.String>;
1831
- readonly name: Schema.optional<Schema.String>;
1832
- readonly version: Schema.optional<Schema.String>;
1833
- readonly configId: Schema.optional<Schema.String>;
1834
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
1835
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
1836
- readonly value: Schema.optional<Schema.Unknown>;
1837
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
1838
- readonly keyVault: Schema.Struct<{
1839
- readonly id: Schema.String;
1840
- }>;
1841
- readonly secretName: Schema.String;
1842
- readonly secretVersion: Schema.optional<Schema.String>;
1843
- }>>;
1844
- }>>>;
1845
- }>>>;
1846
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
1847
- readonly debugSetting: Schema.optional<Schema.Struct<{
1848
- readonly detailLevel: Schema.optional<Schema.String>;
1849
- }>>;
1850
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
1851
- readonly provisioningState: Schema.optional<Schema.String>;
1852
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
1853
- readonly deploymentName: Schema.optional<Schema.String>;
1854
- }>>;
1855
- readonly templateHash: Schema.optional<Schema.String>;
1856
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
1857
- readonly id: Schema.optional<Schema.String>;
1858
- readonly extension: Schema.optional<Schema.Struct<{
1859
- readonly alias: Schema.optional<Schema.String>;
1860
- readonly name: Schema.optional<Schema.String>;
1861
- readonly version: Schema.optional<Schema.String>;
1862
- readonly configId: Schema.optional<Schema.String>;
1863
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
1864
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
1865
- readonly value: Schema.optional<Schema.Unknown>;
1866
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
1867
- readonly keyVault: Schema.Struct<{
1868
- readonly id: Schema.String;
1869
- }>;
1870
- readonly secretName: Schema.String;
1871
- readonly secretVersion: Schema.optional<Schema.String>;
1872
- }>>;
1873
- }>>>;
1874
- }>>;
1875
- readonly resourceType: Schema.optional<Schema.String>;
1876
- readonly identifiers: Schema.optional<Schema.Unknown>;
1877
- readonly apiVersion: Schema.optional<Schema.String>;
1878
- }>>>;
1879
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
1880
- readonly id: Schema.optional<Schema.String>;
1881
- readonly extension: Schema.optional<Schema.Struct<{
1882
- readonly alias: Schema.optional<Schema.String>;
1883
- readonly name: Schema.optional<Schema.String>;
1884
- readonly version: Schema.optional<Schema.String>;
1885
- readonly configId: Schema.optional<Schema.String>;
1886
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
1887
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
1888
- readonly value: Schema.optional<Schema.Unknown>;
1889
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
1890
- readonly keyVault: Schema.Struct<{
1891
- readonly id: Schema.String;
1892
- }>;
1893
- readonly secretName: Schema.String;
1894
- readonly secretVersion: Schema.optional<Schema.String>;
1895
- }>>;
1896
- }>>>;
1897
- }>>;
1898
- readonly resourceType: Schema.optional<Schema.String>;
1899
- readonly identifiers: Schema.optional<Schema.Unknown>;
1900
- readonly apiVersion: Schema.optional<Schema.String>;
1901
- }>>>;
1902
- readonly error: Schema.optional<Schema.Struct<{
1903
- readonly code: Schema.optional<Schema.String>;
1904
- readonly message: Schema.optional<Schema.String>;
1905
- readonly target: Schema.optional<Schema.String>;
1906
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
1907
- readonly code: Schema.optional<Schema.String>;
1908
- readonly message: Schema.optional<Schema.String>;
1909
- readonly target: Schema.optional<Schema.String>;
1910
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
1911
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1912
- readonly type: Schema.optional<Schema.String>;
1913
- readonly info: Schema.optional<Schema.Unknown>;
1914
- }>>>;
1915
- }>>>;
1916
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1917
- readonly type: Schema.optional<Schema.String>;
1918
- readonly info: Schema.optional<Schema.Unknown>;
1919
- }>>>;
1920
- }>>;
1921
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
1922
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
1923
- readonly code: Schema.String;
1924
- readonly message: Schema.String;
1925
- readonly target: Schema.optional<Schema.String>;
1926
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
1927
- readonly type: Schema.optional<Schema.String>;
1928
- readonly info: Schema.optional<Schema.Unknown>;
1929
- }>>>;
1930
- }>>>;
1931
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
1932
- }>>;
1933
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1373
+ export declare const DeploymentsCreateOrUpdateAtScopeInput: Schema.Struct<{
1374
+ readonly scope: Schema.String;
1375
+ readonly deploymentName: Schema.String;
1376
+ readonly "api-version": Schema.String;
1934
1377
  }>;
1378
+ export type DeploymentsCreateOrUpdateAtScopeInput = typeof DeploymentsCreateOrUpdateAtScopeInput.Type;
1379
+ export declare const DeploymentsCreateOrUpdateAtScopeOutput: Schema.Struct<{}>;
1935
1380
  export type DeploymentsCreateOrUpdateAtScopeOutput = typeof DeploymentsCreateOrUpdateAtScopeOutput.Type;
1936
1381
  /**
1937
1382
  * Deploys resources at a given scope.
1938
1383
  *
1939
1384
  * You can provide the template and parameters directly in the request or link to JSON files.
1385
+ *
1386
+ * @param api-version - The API version to use for this operation.
1387
+ * @param scope - The fully qualified Azure Resource manager identifier of the resource.
1388
+ * @param deploymentName - The name of the deployment.
1940
1389
  */
1941
1390
  export declare const DeploymentsCreateOrUpdateAtScope: any;
1942
- export declare const DeploymentsCreateOrUpdateAtSubscriptionScopeInput: Schema.Struct<{}>;
1391
+ export declare const DeploymentsCreateOrUpdateAtSubscriptionScopeInput: Schema.Struct<{
1392
+ readonly subscriptionId: Schema.String;
1393
+ readonly deploymentName: Schema.String;
1394
+ readonly "api-version": Schema.String;
1395
+ }>;
1943
1396
  export type DeploymentsCreateOrUpdateAtSubscriptionScopeInput = typeof DeploymentsCreateOrUpdateAtSubscriptionScopeInput.Type;
1944
- export declare const DeploymentsCreateOrUpdateAtSubscriptionScopeOutput: Schema.Struct<{
1945
- readonly id: Schema.optional<Schema.String>;
1946
- readonly name: Schema.optional<Schema.String>;
1947
- readonly type: Schema.optional<Schema.String>;
1948
- readonly location: Schema.optional<Schema.String>;
1949
- readonly properties: Schema.optional<Schema.Struct<{
1950
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
1951
- readonly correlationId: Schema.optional<Schema.String>;
1952
- readonly timestamp: Schema.optional<Schema.String>;
1953
- readonly duration: Schema.optional<Schema.String>;
1954
- readonly outputs: Schema.optional<Schema.Unknown>;
1955
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
1956
- readonly id: Schema.optional<Schema.String>;
1957
- readonly namespace: Schema.optional<Schema.String>;
1958
- readonly registrationState: Schema.optional<Schema.String>;
1959
- readonly registrationPolicy: Schema.optional<Schema.String>;
1960
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
1961
- readonly resourceType: Schema.optional<Schema.String>;
1962
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
1963
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
1964
- readonly location: Schema.optional<Schema.String>;
1965
- readonly type: Schema.optional<Schema.String>;
1966
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
1967
- }>>>;
1968
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
1969
- readonly name: Schema.optional<Schema.String>;
1970
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
1971
- readonly path: Schema.optional<Schema.String>;
1972
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
1973
- readonly pattern: Schema.optional<Schema.Struct<{
1974
- readonly phrase: Schema.optional<Schema.String>;
1975
- readonly variable: Schema.optional<Schema.String>;
1976
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
1977
- }>>;
1978
- readonly metadata: Schema.optional<Schema.Struct<{
1979
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
1980
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
1981
- }>>;
1982
- }>>>;
1983
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
1984
- readonly defaultPath: Schema.optional<Schema.String>;
1985
- readonly defaultPattern: Schema.optional<Schema.Struct<{
1986
- readonly phrase: Schema.optional<Schema.String>;
1987
- readonly variable: Schema.optional<Schema.String>;
1988
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
1989
- }>>;
1990
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
1991
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
1992
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
1993
- }>>;
1994
- }>>>;
1995
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
1996
- readonly defaultApiVersion: Schema.optional<Schema.String>;
1997
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
1998
- readonly location: Schema.optional<Schema.String>;
1999
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
2000
- }>>>;
2001
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
2002
- readonly profileVersion: Schema.optional<Schema.String>;
2003
- readonly apiVersion: Schema.optional<Schema.String>;
2004
- }>>>;
2005
- readonly capabilities: Schema.optional<Schema.String>;
2006
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
2007
- }>>>;
2008
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
2009
- }>>>;
2010
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
2011
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
2012
- readonly id: Schema.optional<Schema.String>;
2013
- readonly resourceType: Schema.optional<Schema.String>;
2014
- readonly resourceName: Schema.optional<Schema.String>;
2015
- }>>>;
2016
- readonly id: Schema.optional<Schema.String>;
2017
- readonly resourceType: Schema.optional<Schema.String>;
2018
- readonly resourceName: Schema.optional<Schema.String>;
2019
- }>>>;
2020
- readonly templateLink: Schema.optional<Schema.Struct<{
2021
- readonly uri: Schema.optional<Schema.String>;
2022
- readonly id: Schema.optional<Schema.String>;
2023
- readonly relativePath: Schema.optional<Schema.String>;
2024
- readonly contentVersion: Schema.optional<Schema.String>;
2025
- readonly queryString: Schema.optional<Schema.String>;
2026
- }>>;
2027
- readonly parameters: Schema.optional<Schema.Unknown>;
2028
- readonly parametersLink: Schema.optional<Schema.Struct<{
2029
- readonly uri: Schema.String;
2030
- readonly contentVersion: Schema.optional<Schema.String>;
2031
- }>>;
2032
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
2033
- readonly alias: Schema.optional<Schema.String>;
2034
- readonly name: Schema.optional<Schema.String>;
2035
- readonly version: Schema.optional<Schema.String>;
2036
- readonly configId: Schema.optional<Schema.String>;
2037
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
2038
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
2039
- readonly value: Schema.optional<Schema.Unknown>;
2040
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
2041
- readonly keyVault: Schema.Struct<{
2042
- readonly id: Schema.String;
2043
- }>;
2044
- readonly secretName: Schema.String;
2045
- readonly secretVersion: Schema.optional<Schema.String>;
2046
- }>>;
2047
- }>>>;
2048
- }>>>;
2049
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
2050
- readonly debugSetting: Schema.optional<Schema.Struct<{
2051
- readonly detailLevel: Schema.optional<Schema.String>;
2052
- }>>;
2053
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
2054
- readonly provisioningState: Schema.optional<Schema.String>;
2055
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
2056
- readonly deploymentName: Schema.optional<Schema.String>;
2057
- }>>;
2058
- readonly templateHash: Schema.optional<Schema.String>;
2059
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
2060
- readonly id: Schema.optional<Schema.String>;
2061
- readonly extension: Schema.optional<Schema.Struct<{
2062
- readonly alias: Schema.optional<Schema.String>;
2063
- readonly name: Schema.optional<Schema.String>;
2064
- readonly version: Schema.optional<Schema.String>;
2065
- readonly configId: Schema.optional<Schema.String>;
2066
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
2067
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
2068
- readonly value: Schema.optional<Schema.Unknown>;
2069
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
2070
- readonly keyVault: Schema.Struct<{
2071
- readonly id: Schema.String;
2072
- }>;
2073
- readonly secretName: Schema.String;
2074
- readonly secretVersion: Schema.optional<Schema.String>;
2075
- }>>;
2076
- }>>>;
2077
- }>>;
2078
- readonly resourceType: Schema.optional<Schema.String>;
2079
- readonly identifiers: Schema.optional<Schema.Unknown>;
2080
- readonly apiVersion: Schema.optional<Schema.String>;
2081
- }>>>;
2082
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
2083
- readonly id: Schema.optional<Schema.String>;
2084
- readonly extension: Schema.optional<Schema.Struct<{
2085
- readonly alias: Schema.optional<Schema.String>;
2086
- readonly name: Schema.optional<Schema.String>;
2087
- readonly version: Schema.optional<Schema.String>;
2088
- readonly configId: Schema.optional<Schema.String>;
2089
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
2090
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
2091
- readonly value: Schema.optional<Schema.Unknown>;
2092
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
2093
- readonly keyVault: Schema.Struct<{
2094
- readonly id: Schema.String;
2095
- }>;
2096
- readonly secretName: Schema.String;
2097
- readonly secretVersion: Schema.optional<Schema.String>;
2098
- }>>;
2099
- }>>>;
2100
- }>>;
2101
- readonly resourceType: Schema.optional<Schema.String>;
2102
- readonly identifiers: Schema.optional<Schema.Unknown>;
2103
- readonly apiVersion: Schema.optional<Schema.String>;
2104
- }>>>;
2105
- readonly error: Schema.optional<Schema.Struct<{
2106
- readonly code: Schema.optional<Schema.String>;
2107
- readonly message: Schema.optional<Schema.String>;
2108
- readonly target: Schema.optional<Schema.String>;
2109
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
2110
- readonly code: Schema.optional<Schema.String>;
2111
- readonly message: Schema.optional<Schema.String>;
2112
- readonly target: Schema.optional<Schema.String>;
2113
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
2114
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
2115
- readonly type: Schema.optional<Schema.String>;
2116
- readonly info: Schema.optional<Schema.Unknown>;
2117
- }>>>;
2118
- }>>>;
2119
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
2120
- readonly type: Schema.optional<Schema.String>;
2121
- readonly info: Schema.optional<Schema.Unknown>;
2122
- }>>>;
2123
- }>>;
2124
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
2125
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
2126
- readonly code: Schema.String;
2127
- readonly message: Schema.String;
2128
- readonly target: Schema.optional<Schema.String>;
2129
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
2130
- readonly type: Schema.optional<Schema.String>;
2131
- readonly info: Schema.optional<Schema.Unknown>;
2132
- }>>>;
2133
- }>>>;
2134
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
2135
- }>>;
2136
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
2137
- }>;
1397
+ export declare const DeploymentsCreateOrUpdateAtSubscriptionScopeOutput: Schema.Struct<{}>;
2138
1398
  export type DeploymentsCreateOrUpdateAtSubscriptionScopeOutput = typeof DeploymentsCreateOrUpdateAtSubscriptionScopeOutput.Type;
2139
1399
  /**
2140
1400
  * Deploys resources at subscription scope.
2141
1401
  *
2142
1402
  * You can provide the template and parameters directly in the request or link to JSON files.
1403
+ *
1404
+ * @param api-version - The API version to use for this operation.
1405
+ * @param subscriptionId - The ID of the target subscription.
1406
+ * @param deploymentName - The name of the deployment.
2143
1407
  */
2144
1408
  export declare const DeploymentsCreateOrUpdateAtSubscriptionScope: any;
2145
- export declare const DeploymentsCreateOrUpdateAtTenantScopeInput: Schema.Struct<{}>;
1409
+ export declare const DeploymentsCreateOrUpdateAtTenantScopeInput: Schema.Struct<{
1410
+ readonly deploymentName: Schema.String;
1411
+ readonly "api-version": Schema.String;
1412
+ }>;
2146
1413
  export type DeploymentsCreateOrUpdateAtTenantScopeInput = typeof DeploymentsCreateOrUpdateAtTenantScopeInput.Type;
2147
- export declare const DeploymentsCreateOrUpdateAtTenantScopeOutput: Schema.Struct<{
2148
- readonly id: Schema.optional<Schema.String>;
2149
- readonly name: Schema.optional<Schema.String>;
2150
- readonly type: Schema.optional<Schema.String>;
2151
- readonly location: Schema.optional<Schema.String>;
2152
- readonly properties: Schema.optional<Schema.Struct<{
2153
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
2154
- readonly correlationId: Schema.optional<Schema.String>;
2155
- readonly timestamp: Schema.optional<Schema.String>;
2156
- readonly duration: Schema.optional<Schema.String>;
2157
- readonly outputs: Schema.optional<Schema.Unknown>;
2158
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
2159
- readonly id: Schema.optional<Schema.String>;
2160
- readonly namespace: Schema.optional<Schema.String>;
2161
- readonly registrationState: Schema.optional<Schema.String>;
2162
- readonly registrationPolicy: Schema.optional<Schema.String>;
2163
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
2164
- readonly resourceType: Schema.optional<Schema.String>;
2165
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
2166
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
2167
- readonly location: Schema.optional<Schema.String>;
2168
- readonly type: Schema.optional<Schema.String>;
2169
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
2170
- }>>>;
2171
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
2172
- readonly name: Schema.optional<Schema.String>;
2173
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
2174
- readonly path: Schema.optional<Schema.String>;
2175
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
2176
- readonly pattern: Schema.optional<Schema.Struct<{
2177
- readonly phrase: Schema.optional<Schema.String>;
2178
- readonly variable: Schema.optional<Schema.String>;
2179
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
2180
- }>>;
2181
- readonly metadata: Schema.optional<Schema.Struct<{
2182
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
2183
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
2184
- }>>;
2185
- }>>>;
2186
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
2187
- readonly defaultPath: Schema.optional<Schema.String>;
2188
- readonly defaultPattern: Schema.optional<Schema.Struct<{
2189
- readonly phrase: Schema.optional<Schema.String>;
2190
- readonly variable: Schema.optional<Schema.String>;
2191
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
2192
- }>>;
2193
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
2194
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
2195
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
2196
- }>>;
2197
- }>>>;
2198
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
2199
- readonly defaultApiVersion: Schema.optional<Schema.String>;
2200
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
2201
- readonly location: Schema.optional<Schema.String>;
2202
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
2203
- }>>>;
2204
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
2205
- readonly profileVersion: Schema.optional<Schema.String>;
2206
- readonly apiVersion: Schema.optional<Schema.String>;
2207
- }>>>;
2208
- readonly capabilities: Schema.optional<Schema.String>;
2209
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
2210
- }>>>;
2211
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
2212
- }>>>;
2213
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
2214
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
2215
- readonly id: Schema.optional<Schema.String>;
2216
- readonly resourceType: Schema.optional<Schema.String>;
2217
- readonly resourceName: Schema.optional<Schema.String>;
2218
- }>>>;
2219
- readonly id: Schema.optional<Schema.String>;
2220
- readonly resourceType: Schema.optional<Schema.String>;
2221
- readonly resourceName: Schema.optional<Schema.String>;
2222
- }>>>;
2223
- readonly templateLink: Schema.optional<Schema.Struct<{
2224
- readonly uri: Schema.optional<Schema.String>;
2225
- readonly id: Schema.optional<Schema.String>;
2226
- readonly relativePath: Schema.optional<Schema.String>;
2227
- readonly contentVersion: Schema.optional<Schema.String>;
2228
- readonly queryString: Schema.optional<Schema.String>;
2229
- }>>;
2230
- readonly parameters: Schema.optional<Schema.Unknown>;
2231
- readonly parametersLink: Schema.optional<Schema.Struct<{
2232
- readonly uri: Schema.String;
2233
- readonly contentVersion: Schema.optional<Schema.String>;
2234
- }>>;
2235
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
2236
- readonly alias: Schema.optional<Schema.String>;
2237
- readonly name: Schema.optional<Schema.String>;
2238
- readonly version: Schema.optional<Schema.String>;
2239
- readonly configId: Schema.optional<Schema.String>;
2240
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
2241
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
2242
- readonly value: Schema.optional<Schema.Unknown>;
2243
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
2244
- readonly keyVault: Schema.Struct<{
2245
- readonly id: Schema.String;
2246
- }>;
2247
- readonly secretName: Schema.String;
2248
- readonly secretVersion: Schema.optional<Schema.String>;
2249
- }>>;
2250
- }>>>;
2251
- }>>>;
2252
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
2253
- readonly debugSetting: Schema.optional<Schema.Struct<{
2254
- readonly detailLevel: Schema.optional<Schema.String>;
2255
- }>>;
2256
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
2257
- readonly provisioningState: Schema.optional<Schema.String>;
2258
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
2259
- readonly deploymentName: Schema.optional<Schema.String>;
2260
- }>>;
2261
- readonly templateHash: Schema.optional<Schema.String>;
2262
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
2263
- readonly id: Schema.optional<Schema.String>;
2264
- readonly extension: Schema.optional<Schema.Struct<{
2265
- readonly alias: Schema.optional<Schema.String>;
2266
- readonly name: Schema.optional<Schema.String>;
2267
- readonly version: Schema.optional<Schema.String>;
2268
- readonly configId: Schema.optional<Schema.String>;
2269
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
2270
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
2271
- readonly value: Schema.optional<Schema.Unknown>;
2272
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
2273
- readonly keyVault: Schema.Struct<{
2274
- readonly id: Schema.String;
2275
- }>;
2276
- readonly secretName: Schema.String;
2277
- readonly secretVersion: Schema.optional<Schema.String>;
2278
- }>>;
2279
- }>>>;
2280
- }>>;
2281
- readonly resourceType: Schema.optional<Schema.String>;
2282
- readonly identifiers: Schema.optional<Schema.Unknown>;
2283
- readonly apiVersion: Schema.optional<Schema.String>;
2284
- }>>>;
2285
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
2286
- readonly id: Schema.optional<Schema.String>;
2287
- readonly extension: Schema.optional<Schema.Struct<{
2288
- readonly alias: Schema.optional<Schema.String>;
2289
- readonly name: Schema.optional<Schema.String>;
2290
- readonly version: Schema.optional<Schema.String>;
2291
- readonly configId: Schema.optional<Schema.String>;
2292
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
2293
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
2294
- readonly value: Schema.optional<Schema.Unknown>;
2295
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
2296
- readonly keyVault: Schema.Struct<{
2297
- readonly id: Schema.String;
2298
- }>;
2299
- readonly secretName: Schema.String;
2300
- readonly secretVersion: Schema.optional<Schema.String>;
2301
- }>>;
2302
- }>>>;
2303
- }>>;
2304
- readonly resourceType: Schema.optional<Schema.String>;
2305
- readonly identifiers: Schema.optional<Schema.Unknown>;
2306
- readonly apiVersion: Schema.optional<Schema.String>;
2307
- }>>>;
2308
- readonly error: Schema.optional<Schema.Struct<{
2309
- readonly code: Schema.optional<Schema.String>;
2310
- readonly message: Schema.optional<Schema.String>;
2311
- readonly target: Schema.optional<Schema.String>;
2312
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
2313
- readonly code: Schema.optional<Schema.String>;
2314
- readonly message: Schema.optional<Schema.String>;
2315
- readonly target: Schema.optional<Schema.String>;
2316
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
2317
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
2318
- readonly type: Schema.optional<Schema.String>;
2319
- readonly info: Schema.optional<Schema.Unknown>;
2320
- }>>>;
2321
- }>>>;
2322
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
2323
- readonly type: Schema.optional<Schema.String>;
2324
- readonly info: Schema.optional<Schema.Unknown>;
2325
- }>>>;
2326
- }>>;
2327
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
2328
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
2329
- readonly code: Schema.String;
2330
- readonly message: Schema.String;
2331
- readonly target: Schema.optional<Schema.String>;
2332
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
2333
- readonly type: Schema.optional<Schema.String>;
2334
- readonly info: Schema.optional<Schema.Unknown>;
2335
- }>>>;
2336
- }>>>;
2337
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
2338
- }>>;
2339
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
2340
- }>;
1414
+ export declare const DeploymentsCreateOrUpdateAtTenantScopeOutput: Schema.Struct<{}>;
2341
1415
  export type DeploymentsCreateOrUpdateAtTenantScopeOutput = typeof DeploymentsCreateOrUpdateAtTenantScopeOutput.Type;
2342
1416
  /**
2343
1417
  * Deploys resources at tenant scope.
2344
1418
  *
2345
1419
  * You can provide the template and parameters directly in the request or link to JSON files.
1420
+ *
1421
+ * @param api-version - The API version to use for this operation.
1422
+ * @param deploymentName - The name of the deployment.
2346
1423
  */
2347
1424
  export declare const DeploymentsCreateOrUpdateAtTenantScope: any;
2348
1425
  export declare const DeploymentScriptsCreateInput: Schema.Struct<{
@@ -2495,7 +1572,10 @@ export type DeploymentScriptsUpdateOutput = typeof DeploymentScriptsUpdateOutput
2495
1572
  */
2496
1573
  export declare const DeploymentScriptsUpdate: any;
2497
1574
  export declare const DeploymentsDeleteInput: Schema.Struct<{
1575
+ readonly subscriptionId: Schema.String;
2498
1576
  readonly resourceGroupName: Schema.String;
1577
+ readonly deploymentName: Schema.String;
1578
+ readonly "api-version": Schema.String;
2499
1579
  }>;
2500
1580
  export type DeploymentsDeleteInput = typeof DeploymentsDeleteInput.Type;
2501
1581
  export declare const DeploymentsDeleteOutput: Schema.Void;
@@ -2505,10 +1585,17 @@ export type DeploymentsDeleteOutput = typeof DeploymentsDeleteOutput.Type;
2505
1585
  *
2506
1586
  * A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. Deleting a template deployment does not affect the state of the resource group. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
2507
1587
  *
2508
- * @param resourceGroupName - The name of the resource group with the deployment to delete. The name is case insensitive.
1588
+ * @param api-version - The API version to use for this operation.
1589
+ * @param subscriptionId - The ID of the target subscription.
1590
+ * @param resourceGroupName - The name of the resource group.
1591
+ * @param deploymentName - The name of the deployment.
2509
1592
  */
2510
1593
  export declare const DeploymentsDelete: any;
2511
- export declare const DeploymentsDeleteAtManagementGroupScopeInput: Schema.Struct<{}>;
1594
+ export declare const DeploymentsDeleteAtManagementGroupScopeInput: Schema.Struct<{
1595
+ readonly groupId: Schema.String;
1596
+ readonly deploymentName: Schema.String;
1597
+ readonly "api-version": Schema.String;
1598
+ }>;
2512
1599
  export type DeploymentsDeleteAtManagementGroupScopeInput = typeof DeploymentsDeleteAtManagementGroupScopeInput.Type;
2513
1600
  export declare const DeploymentsDeleteAtManagementGroupScopeOutput: Schema.Void;
2514
1601
  export type DeploymentsDeleteAtManagementGroupScopeOutput = typeof DeploymentsDeleteAtManagementGroupScopeOutput.Type;
@@ -2516,9 +1603,17 @@ export type DeploymentsDeleteAtManagementGroupScopeOutput = typeof DeploymentsDe
2516
1603
  * Deletes a deployment from the deployment history.
2517
1604
  *
2518
1605
  * A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
1606
+ *
1607
+ * @param api-version - The API version to use for this operation.
1608
+ * @param groupId - The management group ID.
1609
+ * @param deploymentName - The name of the deployment.
2519
1610
  */
2520
1611
  export declare const DeploymentsDeleteAtManagementGroupScope: any;
2521
- export declare const DeploymentsDeleteAtScopeInput: Schema.Struct<{}>;
1612
+ export declare const DeploymentsDeleteAtScopeInput: Schema.Struct<{
1613
+ readonly scope: Schema.String;
1614
+ readonly deploymentName: Schema.String;
1615
+ readonly "api-version": Schema.String;
1616
+ }>;
2522
1617
  export type DeploymentsDeleteAtScopeInput = typeof DeploymentsDeleteAtScopeInput.Type;
2523
1618
  export declare const DeploymentsDeleteAtScopeOutput: Schema.Void;
2524
1619
  export type DeploymentsDeleteAtScopeOutput = typeof DeploymentsDeleteAtScopeOutput.Type;
@@ -2526,9 +1621,17 @@ export type DeploymentsDeleteAtScopeOutput = typeof DeploymentsDeleteAtScopeOutp
2526
1621
  * Deletes a deployment from the deployment history.
2527
1622
  *
2528
1623
  * A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
1624
+ *
1625
+ * @param api-version - The API version to use for this operation.
1626
+ * @param scope - The fully qualified Azure Resource manager identifier of the resource.
1627
+ * @param deploymentName - The name of the deployment.
2529
1628
  */
2530
1629
  export declare const DeploymentsDeleteAtScope: any;
2531
- export declare const DeploymentsDeleteAtSubscriptionScopeInput: Schema.Struct<{}>;
1630
+ export declare const DeploymentsDeleteAtSubscriptionScopeInput: Schema.Struct<{
1631
+ readonly subscriptionId: Schema.String;
1632
+ readonly deploymentName: Schema.String;
1633
+ readonly "api-version": Schema.String;
1634
+ }>;
2532
1635
  export type DeploymentsDeleteAtSubscriptionScopeInput = typeof DeploymentsDeleteAtSubscriptionScopeInput.Type;
2533
1636
  export declare const DeploymentsDeleteAtSubscriptionScopeOutput: Schema.Void;
2534
1637
  export type DeploymentsDeleteAtSubscriptionScopeOutput = typeof DeploymentsDeleteAtSubscriptionScopeOutput.Type;
@@ -2536,9 +1639,16 @@ export type DeploymentsDeleteAtSubscriptionScopeOutput = typeof DeploymentsDelet
2536
1639
  * Deletes a deployment from the deployment history.
2537
1640
  *
2538
1641
  * A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
1642
+ *
1643
+ * @param api-version - The API version to use for this operation.
1644
+ * @param subscriptionId - The ID of the target subscription.
1645
+ * @param deploymentName - The name of the deployment.
2539
1646
  */
2540
1647
  export declare const DeploymentsDeleteAtSubscriptionScope: any;
2541
- export declare const DeploymentsDeleteAtTenantScopeInput: Schema.Struct<{}>;
1648
+ export declare const DeploymentsDeleteAtTenantScopeInput: Schema.Struct<{
1649
+ readonly deploymentName: Schema.String;
1650
+ readonly "api-version": Schema.String;
1651
+ }>;
2542
1652
  export type DeploymentsDeleteAtTenantScopeInput = typeof DeploymentsDeleteAtTenantScopeInput.Type;
2543
1653
  export declare const DeploymentsDeleteAtTenantScopeOutput: Schema.Void;
2544
1654
  export type DeploymentsDeleteAtTenantScopeOutput = typeof DeploymentsDeleteAtTenantScopeOutput.Type;
@@ -2546,10 +1656,16 @@ export type DeploymentsDeleteAtTenantScopeOutput = typeof DeploymentsDeleteAtTen
2546
1656
  * Deletes a deployment from the deployment history.
2547
1657
  *
2548
1658
  * A template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
1659
+ *
1660
+ * @param api-version - The API version to use for this operation.
1661
+ * @param deploymentName - The name of the deployment.
2549
1662
  */
2550
1663
  export declare const DeploymentsDeleteAtTenantScope: any;
2551
1664
  export declare const DeploymentsExportTemplateInput: Schema.Struct<{
1665
+ readonly subscriptionId: Schema.String;
2552
1666
  readonly resourceGroupName: Schema.String;
1667
+ readonly deploymentName: Schema.String;
1668
+ readonly "api-version": Schema.String;
2553
1669
  }>;
2554
1670
  export type DeploymentsExportTemplateInput = typeof DeploymentsExportTemplateInput.Type;
2555
1671
  export declare const DeploymentsExportTemplateOutput: Schema.Struct<{
@@ -2559,10 +1675,17 @@ export type DeploymentsExportTemplateOutput = typeof DeploymentsExportTemplateOu
2559
1675
  /**
2560
1676
  * Exports the template used for specified deployment.
2561
1677
  *
2562
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1678
+ * @param api-version - The API version to use for this operation.
1679
+ * @param subscriptionId - The ID of the target subscription.
1680
+ * @param resourceGroupName - The name of the resource group.
1681
+ * @param deploymentName - The name of the deployment.
2563
1682
  */
2564
1683
  export declare const DeploymentsExportTemplate: any;
2565
- export declare const DeploymentsExportTemplateAtManagementGroupScopeInput: Schema.Struct<{}>;
1684
+ export declare const DeploymentsExportTemplateAtManagementGroupScopeInput: Schema.Struct<{
1685
+ readonly groupId: Schema.String;
1686
+ readonly deploymentName: Schema.String;
1687
+ readonly "api-version": Schema.String;
1688
+ }>;
2566
1689
  export type DeploymentsExportTemplateAtManagementGroupScopeInput = typeof DeploymentsExportTemplateAtManagementGroupScopeInput.Type;
2567
1690
  export declare const DeploymentsExportTemplateAtManagementGroupScopeOutput: Schema.Struct<{
2568
1691
  readonly template: Schema.optional<Schema.Unknown>;
@@ -2570,2095 +1693,245 @@ export declare const DeploymentsExportTemplateAtManagementGroupScopeOutput: Sche
2570
1693
  export type DeploymentsExportTemplateAtManagementGroupScopeOutput = typeof DeploymentsExportTemplateAtManagementGroupScopeOutput.Type;
2571
1694
  /**
2572
1695
  * Exports the template used for specified deployment.
1696
+ *
1697
+ * @param api-version - The API version to use for this operation.
1698
+ * @param groupId - The management group ID.
1699
+ * @param deploymentName - The name of the deployment.
2573
1700
  */
2574
1701
  export declare const DeploymentsExportTemplateAtManagementGroupScope: any;
2575
- export declare const DeploymentsExportTemplateAtScopeInput: Schema.Struct<{}>;
2576
- export type DeploymentsExportTemplateAtScopeInput = typeof DeploymentsExportTemplateAtScopeInput.Type;
2577
- export declare const DeploymentsExportTemplateAtScopeOutput: Schema.Struct<{
2578
- readonly template: Schema.optional<Schema.Unknown>;
2579
- }>;
2580
- export type DeploymentsExportTemplateAtScopeOutput = typeof DeploymentsExportTemplateAtScopeOutput.Type;
2581
- /**
2582
- * Exports the template used for specified deployment.
2583
- */
2584
- export declare const DeploymentsExportTemplateAtScope: any;
2585
- export declare const DeploymentsExportTemplateAtSubscriptionScopeInput: Schema.Struct<{}>;
2586
- export type DeploymentsExportTemplateAtSubscriptionScopeInput = typeof DeploymentsExportTemplateAtSubscriptionScopeInput.Type;
2587
- export declare const DeploymentsExportTemplateAtSubscriptionScopeOutput: Schema.Struct<{
2588
- readonly template: Schema.optional<Schema.Unknown>;
2589
- }>;
2590
- export type DeploymentsExportTemplateAtSubscriptionScopeOutput = typeof DeploymentsExportTemplateAtSubscriptionScopeOutput.Type;
2591
- /**
2592
- * Exports the template used for specified deployment.
2593
- */
2594
- export declare const DeploymentsExportTemplateAtSubscriptionScope: any;
2595
- export declare const DeploymentsExportTemplateAtTenantScopeInput: Schema.Struct<{}>;
2596
- export type DeploymentsExportTemplateAtTenantScopeInput = typeof DeploymentsExportTemplateAtTenantScopeInput.Type;
2597
- export declare const DeploymentsExportTemplateAtTenantScopeOutput: Schema.Struct<{
2598
- readonly template: Schema.optional<Schema.Unknown>;
2599
- }>;
2600
- export type DeploymentsExportTemplateAtTenantScopeOutput = typeof DeploymentsExportTemplateAtTenantScopeOutput.Type;
2601
- /**
2602
- * Exports the template used for specified deployment.
2603
- */
2604
- export declare const DeploymentsExportTemplateAtTenantScope: any;
2605
- export declare const DeploymentsGetInput: Schema.Struct<{
2606
- readonly resourceGroupName: Schema.String;
2607
- }>;
2608
- export type DeploymentsGetInput = typeof DeploymentsGetInput.Type;
2609
- export declare const DeploymentsGetOutput: Schema.Struct<{
2610
- readonly id: Schema.optional<Schema.String>;
2611
- readonly name: Schema.optional<Schema.String>;
2612
- readonly type: Schema.optional<Schema.String>;
2613
- readonly location: Schema.optional<Schema.String>;
2614
- readonly properties: Schema.optional<Schema.Struct<{
2615
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
2616
- readonly correlationId: Schema.optional<Schema.String>;
2617
- readonly timestamp: Schema.optional<Schema.String>;
2618
- readonly duration: Schema.optional<Schema.String>;
2619
- readonly outputs: Schema.optional<Schema.Unknown>;
2620
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
2621
- readonly id: Schema.optional<Schema.String>;
2622
- readonly namespace: Schema.optional<Schema.String>;
2623
- readonly registrationState: Schema.optional<Schema.String>;
2624
- readonly registrationPolicy: Schema.optional<Schema.String>;
2625
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
2626
- readonly resourceType: Schema.optional<Schema.String>;
2627
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
2628
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
2629
- readonly location: Schema.optional<Schema.String>;
2630
- readonly type: Schema.optional<Schema.String>;
2631
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
2632
- }>>>;
2633
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
2634
- readonly name: Schema.optional<Schema.String>;
2635
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
2636
- readonly path: Schema.optional<Schema.String>;
2637
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
2638
- readonly pattern: Schema.optional<Schema.Struct<{
2639
- readonly phrase: Schema.optional<Schema.String>;
2640
- readonly variable: Schema.optional<Schema.String>;
2641
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
2642
- }>>;
2643
- readonly metadata: Schema.optional<Schema.Struct<{
2644
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
2645
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
2646
- }>>;
2647
- }>>>;
2648
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
2649
- readonly defaultPath: Schema.optional<Schema.String>;
2650
- readonly defaultPattern: Schema.optional<Schema.Struct<{
2651
- readonly phrase: Schema.optional<Schema.String>;
2652
- readonly variable: Schema.optional<Schema.String>;
2653
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
2654
- }>>;
2655
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
2656
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
2657
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
2658
- }>>;
2659
- }>>>;
2660
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
2661
- readonly defaultApiVersion: Schema.optional<Schema.String>;
2662
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
2663
- readonly location: Schema.optional<Schema.String>;
2664
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
2665
- }>>>;
2666
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
2667
- readonly profileVersion: Schema.optional<Schema.String>;
2668
- readonly apiVersion: Schema.optional<Schema.String>;
2669
- }>>>;
2670
- readonly capabilities: Schema.optional<Schema.String>;
2671
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
2672
- }>>>;
2673
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
2674
- }>>>;
2675
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
2676
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
2677
- readonly id: Schema.optional<Schema.String>;
2678
- readonly resourceType: Schema.optional<Schema.String>;
2679
- readonly resourceName: Schema.optional<Schema.String>;
2680
- }>>>;
2681
- readonly id: Schema.optional<Schema.String>;
2682
- readonly resourceType: Schema.optional<Schema.String>;
2683
- readonly resourceName: Schema.optional<Schema.String>;
2684
- }>>>;
2685
- readonly templateLink: Schema.optional<Schema.Struct<{
2686
- readonly uri: Schema.optional<Schema.String>;
2687
- readonly id: Schema.optional<Schema.String>;
2688
- readonly relativePath: Schema.optional<Schema.String>;
2689
- readonly contentVersion: Schema.optional<Schema.String>;
2690
- readonly queryString: Schema.optional<Schema.String>;
2691
- }>>;
2692
- readonly parameters: Schema.optional<Schema.Unknown>;
2693
- readonly parametersLink: Schema.optional<Schema.Struct<{
2694
- readonly uri: Schema.String;
2695
- readonly contentVersion: Schema.optional<Schema.String>;
2696
- }>>;
2697
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
2698
- readonly alias: Schema.optional<Schema.String>;
2699
- readonly name: Schema.optional<Schema.String>;
2700
- readonly version: Schema.optional<Schema.String>;
2701
- readonly configId: Schema.optional<Schema.String>;
2702
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
2703
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
2704
- readonly value: Schema.optional<Schema.Unknown>;
2705
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
2706
- readonly keyVault: Schema.Struct<{
2707
- readonly id: Schema.String;
2708
- }>;
2709
- readonly secretName: Schema.String;
2710
- readonly secretVersion: Schema.optional<Schema.String>;
2711
- }>>;
2712
- }>>>;
2713
- }>>>;
2714
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
2715
- readonly debugSetting: Schema.optional<Schema.Struct<{
2716
- readonly detailLevel: Schema.optional<Schema.String>;
2717
- }>>;
2718
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
2719
- readonly provisioningState: Schema.optional<Schema.String>;
2720
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
2721
- readonly deploymentName: Schema.optional<Schema.String>;
2722
- }>>;
2723
- readonly templateHash: Schema.optional<Schema.String>;
2724
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
2725
- readonly id: Schema.optional<Schema.String>;
2726
- readonly extension: Schema.optional<Schema.Struct<{
2727
- readonly alias: Schema.optional<Schema.String>;
2728
- readonly name: Schema.optional<Schema.String>;
2729
- readonly version: Schema.optional<Schema.String>;
2730
- readonly configId: Schema.optional<Schema.String>;
2731
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
2732
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
2733
- readonly value: Schema.optional<Schema.Unknown>;
2734
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
2735
- readonly keyVault: Schema.Struct<{
2736
- readonly id: Schema.String;
2737
- }>;
2738
- readonly secretName: Schema.String;
2739
- readonly secretVersion: Schema.optional<Schema.String>;
2740
- }>>;
2741
- }>>>;
2742
- }>>;
2743
- readonly resourceType: Schema.optional<Schema.String>;
2744
- readonly identifiers: Schema.optional<Schema.Unknown>;
2745
- readonly apiVersion: Schema.optional<Schema.String>;
2746
- }>>>;
2747
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
2748
- readonly id: Schema.optional<Schema.String>;
2749
- readonly extension: Schema.optional<Schema.Struct<{
2750
- readonly alias: Schema.optional<Schema.String>;
2751
- readonly name: Schema.optional<Schema.String>;
2752
- readonly version: Schema.optional<Schema.String>;
2753
- readonly configId: Schema.optional<Schema.String>;
2754
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
2755
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
2756
- readonly value: Schema.optional<Schema.Unknown>;
2757
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
2758
- readonly keyVault: Schema.Struct<{
2759
- readonly id: Schema.String;
2760
- }>;
2761
- readonly secretName: Schema.String;
2762
- readonly secretVersion: Schema.optional<Schema.String>;
2763
- }>>;
2764
- }>>>;
2765
- }>>;
2766
- readonly resourceType: Schema.optional<Schema.String>;
2767
- readonly identifiers: Schema.optional<Schema.Unknown>;
2768
- readonly apiVersion: Schema.optional<Schema.String>;
2769
- }>>>;
2770
- readonly error: Schema.optional<Schema.Struct<{
2771
- readonly code: Schema.optional<Schema.String>;
2772
- readonly message: Schema.optional<Schema.String>;
2773
- readonly target: Schema.optional<Schema.String>;
2774
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
2775
- readonly code: Schema.optional<Schema.String>;
2776
- readonly message: Schema.optional<Schema.String>;
2777
- readonly target: Schema.optional<Schema.String>;
2778
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
2779
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
2780
- readonly type: Schema.optional<Schema.String>;
2781
- readonly info: Schema.optional<Schema.Unknown>;
2782
- }>>>;
2783
- }>>>;
2784
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
2785
- readonly type: Schema.optional<Schema.String>;
2786
- readonly info: Schema.optional<Schema.Unknown>;
2787
- }>>>;
2788
- }>>;
2789
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
2790
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
2791
- readonly code: Schema.String;
2792
- readonly message: Schema.String;
2793
- readonly target: Schema.optional<Schema.String>;
2794
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
2795
- readonly type: Schema.optional<Schema.String>;
2796
- readonly info: Schema.optional<Schema.Unknown>;
2797
- }>>>;
2798
- }>>>;
2799
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
2800
- }>>;
2801
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
2802
- }>;
2803
- export type DeploymentsGetOutput = typeof DeploymentsGetOutput.Type;
2804
- /**
2805
- * Gets a deployment.
2806
- *
2807
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2808
- */
2809
- export declare const DeploymentsGet: any;
2810
- export declare const DeploymentsGetAtManagementGroupScopeInput: Schema.Struct<{}>;
2811
- export type DeploymentsGetAtManagementGroupScopeInput = typeof DeploymentsGetAtManagementGroupScopeInput.Type;
2812
- export declare const DeploymentsGetAtManagementGroupScopeOutput: Schema.Struct<{
2813
- readonly id: Schema.optional<Schema.String>;
2814
- readonly name: Schema.optional<Schema.String>;
2815
- readonly type: Schema.optional<Schema.String>;
2816
- readonly location: Schema.optional<Schema.String>;
2817
- readonly properties: Schema.optional<Schema.Struct<{
2818
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
2819
- readonly correlationId: Schema.optional<Schema.String>;
2820
- readonly timestamp: Schema.optional<Schema.String>;
2821
- readonly duration: Schema.optional<Schema.String>;
2822
- readonly outputs: Schema.optional<Schema.Unknown>;
2823
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
2824
- readonly id: Schema.optional<Schema.String>;
2825
- readonly namespace: Schema.optional<Schema.String>;
2826
- readonly registrationState: Schema.optional<Schema.String>;
2827
- readonly registrationPolicy: Schema.optional<Schema.String>;
2828
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
2829
- readonly resourceType: Schema.optional<Schema.String>;
2830
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
2831
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
2832
- readonly location: Schema.optional<Schema.String>;
2833
- readonly type: Schema.optional<Schema.String>;
2834
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
2835
- }>>>;
2836
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
2837
- readonly name: Schema.optional<Schema.String>;
2838
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
2839
- readonly path: Schema.optional<Schema.String>;
2840
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
2841
- readonly pattern: Schema.optional<Schema.Struct<{
2842
- readonly phrase: Schema.optional<Schema.String>;
2843
- readonly variable: Schema.optional<Schema.String>;
2844
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
2845
- }>>;
2846
- readonly metadata: Schema.optional<Schema.Struct<{
2847
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
2848
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
2849
- }>>;
2850
- }>>>;
2851
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
2852
- readonly defaultPath: Schema.optional<Schema.String>;
2853
- readonly defaultPattern: Schema.optional<Schema.Struct<{
2854
- readonly phrase: Schema.optional<Schema.String>;
2855
- readonly variable: Schema.optional<Schema.String>;
2856
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
2857
- }>>;
2858
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
2859
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
2860
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
2861
- }>>;
2862
- }>>>;
2863
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
2864
- readonly defaultApiVersion: Schema.optional<Schema.String>;
2865
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
2866
- readonly location: Schema.optional<Schema.String>;
2867
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
2868
- }>>>;
2869
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
2870
- readonly profileVersion: Schema.optional<Schema.String>;
2871
- readonly apiVersion: Schema.optional<Schema.String>;
2872
- }>>>;
2873
- readonly capabilities: Schema.optional<Schema.String>;
2874
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
2875
- }>>>;
2876
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
2877
- }>>>;
2878
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
2879
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
2880
- readonly id: Schema.optional<Schema.String>;
2881
- readonly resourceType: Schema.optional<Schema.String>;
2882
- readonly resourceName: Schema.optional<Schema.String>;
2883
- }>>>;
2884
- readonly id: Schema.optional<Schema.String>;
2885
- readonly resourceType: Schema.optional<Schema.String>;
2886
- readonly resourceName: Schema.optional<Schema.String>;
2887
- }>>>;
2888
- readonly templateLink: Schema.optional<Schema.Struct<{
2889
- readonly uri: Schema.optional<Schema.String>;
2890
- readonly id: Schema.optional<Schema.String>;
2891
- readonly relativePath: Schema.optional<Schema.String>;
2892
- readonly contentVersion: Schema.optional<Schema.String>;
2893
- readonly queryString: Schema.optional<Schema.String>;
2894
- }>>;
2895
- readonly parameters: Schema.optional<Schema.Unknown>;
2896
- readonly parametersLink: Schema.optional<Schema.Struct<{
2897
- readonly uri: Schema.String;
2898
- readonly contentVersion: Schema.optional<Schema.String>;
2899
- }>>;
2900
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
2901
- readonly alias: Schema.optional<Schema.String>;
2902
- readonly name: Schema.optional<Schema.String>;
2903
- readonly version: Schema.optional<Schema.String>;
2904
- readonly configId: Schema.optional<Schema.String>;
2905
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
2906
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
2907
- readonly value: Schema.optional<Schema.Unknown>;
2908
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
2909
- readonly keyVault: Schema.Struct<{
2910
- readonly id: Schema.String;
2911
- }>;
2912
- readonly secretName: Schema.String;
2913
- readonly secretVersion: Schema.optional<Schema.String>;
2914
- }>>;
2915
- }>>>;
2916
- }>>>;
2917
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
2918
- readonly debugSetting: Schema.optional<Schema.Struct<{
2919
- readonly detailLevel: Schema.optional<Schema.String>;
2920
- }>>;
2921
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
2922
- readonly provisioningState: Schema.optional<Schema.String>;
2923
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
2924
- readonly deploymentName: Schema.optional<Schema.String>;
2925
- }>>;
2926
- readonly templateHash: Schema.optional<Schema.String>;
2927
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
2928
- readonly id: Schema.optional<Schema.String>;
2929
- readonly extension: Schema.optional<Schema.Struct<{
2930
- readonly alias: Schema.optional<Schema.String>;
2931
- readonly name: Schema.optional<Schema.String>;
2932
- readonly version: Schema.optional<Schema.String>;
2933
- readonly configId: Schema.optional<Schema.String>;
2934
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
2935
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
2936
- readonly value: Schema.optional<Schema.Unknown>;
2937
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
2938
- readonly keyVault: Schema.Struct<{
2939
- readonly id: Schema.String;
2940
- }>;
2941
- readonly secretName: Schema.String;
2942
- readonly secretVersion: Schema.optional<Schema.String>;
2943
- }>>;
2944
- }>>>;
2945
- }>>;
2946
- readonly resourceType: Schema.optional<Schema.String>;
2947
- readonly identifiers: Schema.optional<Schema.Unknown>;
2948
- readonly apiVersion: Schema.optional<Schema.String>;
2949
- }>>>;
2950
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
2951
- readonly id: Schema.optional<Schema.String>;
2952
- readonly extension: Schema.optional<Schema.Struct<{
2953
- readonly alias: Schema.optional<Schema.String>;
2954
- readonly name: Schema.optional<Schema.String>;
2955
- readonly version: Schema.optional<Schema.String>;
2956
- readonly configId: Schema.optional<Schema.String>;
2957
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
2958
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
2959
- readonly value: Schema.optional<Schema.Unknown>;
2960
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
2961
- readonly keyVault: Schema.Struct<{
2962
- readonly id: Schema.String;
2963
- }>;
2964
- readonly secretName: Schema.String;
2965
- readonly secretVersion: Schema.optional<Schema.String>;
2966
- }>>;
2967
- }>>>;
2968
- }>>;
2969
- readonly resourceType: Schema.optional<Schema.String>;
2970
- readonly identifiers: Schema.optional<Schema.Unknown>;
2971
- readonly apiVersion: Schema.optional<Schema.String>;
2972
- }>>>;
2973
- readonly error: Schema.optional<Schema.Struct<{
2974
- readonly code: Schema.optional<Schema.String>;
2975
- readonly message: Schema.optional<Schema.String>;
2976
- readonly target: Schema.optional<Schema.String>;
2977
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
2978
- readonly code: Schema.optional<Schema.String>;
2979
- readonly message: Schema.optional<Schema.String>;
2980
- readonly target: Schema.optional<Schema.String>;
2981
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
2982
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
2983
- readonly type: Schema.optional<Schema.String>;
2984
- readonly info: Schema.optional<Schema.Unknown>;
2985
- }>>>;
2986
- }>>>;
2987
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
2988
- readonly type: Schema.optional<Schema.String>;
2989
- readonly info: Schema.optional<Schema.Unknown>;
2990
- }>>>;
2991
- }>>;
2992
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
2993
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
2994
- readonly code: Schema.String;
2995
- readonly message: Schema.String;
2996
- readonly target: Schema.optional<Schema.String>;
2997
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
2998
- readonly type: Schema.optional<Schema.String>;
2999
- readonly info: Schema.optional<Schema.Unknown>;
3000
- }>>>;
3001
- }>>>;
3002
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
3003
- }>>;
3004
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3005
- }>;
3006
- export type DeploymentsGetAtManagementGroupScopeOutput = typeof DeploymentsGetAtManagementGroupScopeOutput.Type;
3007
- /**
3008
- * Gets a deployment.
3009
- */
3010
- export declare const DeploymentsGetAtManagementGroupScope: any;
3011
- export declare const DeploymentsGetAtScopeInput: Schema.Struct<{}>;
3012
- export type DeploymentsGetAtScopeInput = typeof DeploymentsGetAtScopeInput.Type;
3013
- export declare const DeploymentsGetAtScopeOutput: Schema.Struct<{
3014
- readonly id: Schema.optional<Schema.String>;
3015
- readonly name: Schema.optional<Schema.String>;
3016
- readonly type: Schema.optional<Schema.String>;
3017
- readonly location: Schema.optional<Schema.String>;
3018
- readonly properties: Schema.optional<Schema.Struct<{
3019
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
3020
- readonly correlationId: Schema.optional<Schema.String>;
3021
- readonly timestamp: Schema.optional<Schema.String>;
3022
- readonly duration: Schema.optional<Schema.String>;
3023
- readonly outputs: Schema.optional<Schema.Unknown>;
3024
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
3025
- readonly id: Schema.optional<Schema.String>;
3026
- readonly namespace: Schema.optional<Schema.String>;
3027
- readonly registrationState: Schema.optional<Schema.String>;
3028
- readonly registrationPolicy: Schema.optional<Schema.String>;
3029
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
3030
- readonly resourceType: Schema.optional<Schema.String>;
3031
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
3032
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
3033
- readonly location: Schema.optional<Schema.String>;
3034
- readonly type: Schema.optional<Schema.String>;
3035
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
3036
- }>>>;
3037
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
3038
- readonly name: Schema.optional<Schema.String>;
3039
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
3040
- readonly path: Schema.optional<Schema.String>;
3041
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
3042
- readonly pattern: Schema.optional<Schema.Struct<{
3043
- readonly phrase: Schema.optional<Schema.String>;
3044
- readonly variable: Schema.optional<Schema.String>;
3045
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
3046
- }>>;
3047
- readonly metadata: Schema.optional<Schema.Struct<{
3048
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
3049
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
3050
- }>>;
3051
- }>>>;
3052
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
3053
- readonly defaultPath: Schema.optional<Schema.String>;
3054
- readonly defaultPattern: Schema.optional<Schema.Struct<{
3055
- readonly phrase: Schema.optional<Schema.String>;
3056
- readonly variable: Schema.optional<Schema.String>;
3057
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
3058
- }>>;
3059
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
3060
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
3061
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
3062
- }>>;
3063
- }>>>;
3064
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
3065
- readonly defaultApiVersion: Schema.optional<Schema.String>;
3066
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
3067
- readonly location: Schema.optional<Schema.String>;
3068
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
3069
- }>>>;
3070
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
3071
- readonly profileVersion: Schema.optional<Schema.String>;
3072
- readonly apiVersion: Schema.optional<Schema.String>;
3073
- }>>>;
3074
- readonly capabilities: Schema.optional<Schema.String>;
3075
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3076
- }>>>;
3077
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
3078
- }>>>;
3079
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
3080
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
3081
- readonly id: Schema.optional<Schema.String>;
3082
- readonly resourceType: Schema.optional<Schema.String>;
3083
- readonly resourceName: Schema.optional<Schema.String>;
3084
- }>>>;
3085
- readonly id: Schema.optional<Schema.String>;
3086
- readonly resourceType: Schema.optional<Schema.String>;
3087
- readonly resourceName: Schema.optional<Schema.String>;
3088
- }>>>;
3089
- readonly templateLink: Schema.optional<Schema.Struct<{
3090
- readonly uri: Schema.optional<Schema.String>;
3091
- readonly id: Schema.optional<Schema.String>;
3092
- readonly relativePath: Schema.optional<Schema.String>;
3093
- readonly contentVersion: Schema.optional<Schema.String>;
3094
- readonly queryString: Schema.optional<Schema.String>;
3095
- }>>;
3096
- readonly parameters: Schema.optional<Schema.Unknown>;
3097
- readonly parametersLink: Schema.optional<Schema.Struct<{
3098
- readonly uri: Schema.String;
3099
- readonly contentVersion: Schema.optional<Schema.String>;
3100
- }>>;
3101
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
3102
- readonly alias: Schema.optional<Schema.String>;
3103
- readonly name: Schema.optional<Schema.String>;
3104
- readonly version: Schema.optional<Schema.String>;
3105
- readonly configId: Schema.optional<Schema.String>;
3106
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3107
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3108
- readonly value: Schema.optional<Schema.Unknown>;
3109
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3110
- readonly keyVault: Schema.Struct<{
3111
- readonly id: Schema.String;
3112
- }>;
3113
- readonly secretName: Schema.String;
3114
- readonly secretVersion: Schema.optional<Schema.String>;
3115
- }>>;
3116
- }>>>;
3117
- }>>>;
3118
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
3119
- readonly debugSetting: Schema.optional<Schema.Struct<{
3120
- readonly detailLevel: Schema.optional<Schema.String>;
3121
- }>>;
3122
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
3123
- readonly provisioningState: Schema.optional<Schema.String>;
3124
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
3125
- readonly deploymentName: Schema.optional<Schema.String>;
3126
- }>>;
3127
- readonly templateHash: Schema.optional<Schema.String>;
3128
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
3129
- readonly id: Schema.optional<Schema.String>;
3130
- readonly extension: Schema.optional<Schema.Struct<{
3131
- readonly alias: Schema.optional<Schema.String>;
3132
- readonly name: Schema.optional<Schema.String>;
3133
- readonly version: Schema.optional<Schema.String>;
3134
- readonly configId: Schema.optional<Schema.String>;
3135
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3136
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3137
- readonly value: Schema.optional<Schema.Unknown>;
3138
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3139
- readonly keyVault: Schema.Struct<{
3140
- readonly id: Schema.String;
3141
- }>;
3142
- readonly secretName: Schema.String;
3143
- readonly secretVersion: Schema.optional<Schema.String>;
3144
- }>>;
3145
- }>>>;
3146
- }>>;
3147
- readonly resourceType: Schema.optional<Schema.String>;
3148
- readonly identifiers: Schema.optional<Schema.Unknown>;
3149
- readonly apiVersion: Schema.optional<Schema.String>;
3150
- }>>>;
3151
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
3152
- readonly id: Schema.optional<Schema.String>;
3153
- readonly extension: Schema.optional<Schema.Struct<{
3154
- readonly alias: Schema.optional<Schema.String>;
3155
- readonly name: Schema.optional<Schema.String>;
3156
- readonly version: Schema.optional<Schema.String>;
3157
- readonly configId: Schema.optional<Schema.String>;
3158
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3159
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3160
- readonly value: Schema.optional<Schema.Unknown>;
3161
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3162
- readonly keyVault: Schema.Struct<{
3163
- readonly id: Schema.String;
3164
- }>;
3165
- readonly secretName: Schema.String;
3166
- readonly secretVersion: Schema.optional<Schema.String>;
3167
- }>>;
3168
- }>>>;
3169
- }>>;
3170
- readonly resourceType: Schema.optional<Schema.String>;
3171
- readonly identifiers: Schema.optional<Schema.Unknown>;
3172
- readonly apiVersion: Schema.optional<Schema.String>;
3173
- }>>>;
3174
- readonly error: Schema.optional<Schema.Struct<{
3175
- readonly code: Schema.optional<Schema.String>;
3176
- readonly message: Schema.optional<Schema.String>;
3177
- readonly target: Schema.optional<Schema.String>;
3178
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
3179
- readonly code: Schema.optional<Schema.String>;
3180
- readonly message: Schema.optional<Schema.String>;
3181
- readonly target: Schema.optional<Schema.String>;
3182
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
3183
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
3184
- readonly type: Schema.optional<Schema.String>;
3185
- readonly info: Schema.optional<Schema.Unknown>;
3186
- }>>>;
3187
- }>>>;
3188
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
3189
- readonly type: Schema.optional<Schema.String>;
3190
- readonly info: Schema.optional<Schema.Unknown>;
3191
- }>>>;
3192
- }>>;
3193
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
3194
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
3195
- readonly code: Schema.String;
3196
- readonly message: Schema.String;
3197
- readonly target: Schema.optional<Schema.String>;
3198
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
3199
- readonly type: Schema.optional<Schema.String>;
3200
- readonly info: Schema.optional<Schema.Unknown>;
3201
- }>>>;
3202
- }>>>;
3203
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
3204
- }>>;
3205
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3206
- }>;
3207
- export type DeploymentsGetAtScopeOutput = typeof DeploymentsGetAtScopeOutput.Type;
3208
- /**
3209
- * Gets a deployment.
3210
- */
3211
- export declare const DeploymentsGetAtScope: any;
3212
- export declare const DeploymentsGetAtSubscriptionScopeInput: Schema.Struct<{}>;
3213
- export type DeploymentsGetAtSubscriptionScopeInput = typeof DeploymentsGetAtSubscriptionScopeInput.Type;
3214
- export declare const DeploymentsGetAtSubscriptionScopeOutput: Schema.Struct<{
3215
- readonly id: Schema.optional<Schema.String>;
3216
- readonly name: Schema.optional<Schema.String>;
3217
- readonly type: Schema.optional<Schema.String>;
3218
- readonly location: Schema.optional<Schema.String>;
3219
- readonly properties: Schema.optional<Schema.Struct<{
3220
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
3221
- readonly correlationId: Schema.optional<Schema.String>;
3222
- readonly timestamp: Schema.optional<Schema.String>;
3223
- readonly duration: Schema.optional<Schema.String>;
3224
- readonly outputs: Schema.optional<Schema.Unknown>;
3225
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
3226
- readonly id: Schema.optional<Schema.String>;
3227
- readonly namespace: Schema.optional<Schema.String>;
3228
- readonly registrationState: Schema.optional<Schema.String>;
3229
- readonly registrationPolicy: Schema.optional<Schema.String>;
3230
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
3231
- readonly resourceType: Schema.optional<Schema.String>;
3232
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
3233
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
3234
- readonly location: Schema.optional<Schema.String>;
3235
- readonly type: Schema.optional<Schema.String>;
3236
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
3237
- }>>>;
3238
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
3239
- readonly name: Schema.optional<Schema.String>;
3240
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
3241
- readonly path: Schema.optional<Schema.String>;
3242
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
3243
- readonly pattern: Schema.optional<Schema.Struct<{
3244
- readonly phrase: Schema.optional<Schema.String>;
3245
- readonly variable: Schema.optional<Schema.String>;
3246
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
3247
- }>>;
3248
- readonly metadata: Schema.optional<Schema.Struct<{
3249
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
3250
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
3251
- }>>;
3252
- }>>>;
3253
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
3254
- readonly defaultPath: Schema.optional<Schema.String>;
3255
- readonly defaultPattern: Schema.optional<Schema.Struct<{
3256
- readonly phrase: Schema.optional<Schema.String>;
3257
- readonly variable: Schema.optional<Schema.String>;
3258
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
3259
- }>>;
3260
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
3261
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
3262
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
3263
- }>>;
3264
- }>>>;
3265
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
3266
- readonly defaultApiVersion: Schema.optional<Schema.String>;
3267
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
3268
- readonly location: Schema.optional<Schema.String>;
3269
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
3270
- }>>>;
3271
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
3272
- readonly profileVersion: Schema.optional<Schema.String>;
3273
- readonly apiVersion: Schema.optional<Schema.String>;
3274
- }>>>;
3275
- readonly capabilities: Schema.optional<Schema.String>;
3276
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3277
- }>>>;
3278
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
3279
- }>>>;
3280
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
3281
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
3282
- readonly id: Schema.optional<Schema.String>;
3283
- readonly resourceType: Schema.optional<Schema.String>;
3284
- readonly resourceName: Schema.optional<Schema.String>;
3285
- }>>>;
3286
- readonly id: Schema.optional<Schema.String>;
3287
- readonly resourceType: Schema.optional<Schema.String>;
3288
- readonly resourceName: Schema.optional<Schema.String>;
3289
- }>>>;
3290
- readonly templateLink: Schema.optional<Schema.Struct<{
3291
- readonly uri: Schema.optional<Schema.String>;
3292
- readonly id: Schema.optional<Schema.String>;
3293
- readonly relativePath: Schema.optional<Schema.String>;
3294
- readonly contentVersion: Schema.optional<Schema.String>;
3295
- readonly queryString: Schema.optional<Schema.String>;
3296
- }>>;
3297
- readonly parameters: Schema.optional<Schema.Unknown>;
3298
- readonly parametersLink: Schema.optional<Schema.Struct<{
3299
- readonly uri: Schema.String;
3300
- readonly contentVersion: Schema.optional<Schema.String>;
3301
- }>>;
3302
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
3303
- readonly alias: Schema.optional<Schema.String>;
3304
- readonly name: Schema.optional<Schema.String>;
3305
- readonly version: Schema.optional<Schema.String>;
3306
- readonly configId: Schema.optional<Schema.String>;
3307
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3308
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3309
- readonly value: Schema.optional<Schema.Unknown>;
3310
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3311
- readonly keyVault: Schema.Struct<{
3312
- readonly id: Schema.String;
3313
- }>;
3314
- readonly secretName: Schema.String;
3315
- readonly secretVersion: Schema.optional<Schema.String>;
3316
- }>>;
3317
- }>>>;
3318
- }>>>;
3319
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
3320
- readonly debugSetting: Schema.optional<Schema.Struct<{
3321
- readonly detailLevel: Schema.optional<Schema.String>;
3322
- }>>;
3323
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
3324
- readonly provisioningState: Schema.optional<Schema.String>;
3325
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
3326
- readonly deploymentName: Schema.optional<Schema.String>;
3327
- }>>;
3328
- readonly templateHash: Schema.optional<Schema.String>;
3329
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
3330
- readonly id: Schema.optional<Schema.String>;
3331
- readonly extension: Schema.optional<Schema.Struct<{
3332
- readonly alias: Schema.optional<Schema.String>;
3333
- readonly name: Schema.optional<Schema.String>;
3334
- readonly version: Schema.optional<Schema.String>;
3335
- readonly configId: Schema.optional<Schema.String>;
3336
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3337
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3338
- readonly value: Schema.optional<Schema.Unknown>;
3339
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3340
- readonly keyVault: Schema.Struct<{
3341
- readonly id: Schema.String;
3342
- }>;
3343
- readonly secretName: Schema.String;
3344
- readonly secretVersion: Schema.optional<Schema.String>;
3345
- }>>;
3346
- }>>>;
3347
- }>>;
3348
- readonly resourceType: Schema.optional<Schema.String>;
3349
- readonly identifiers: Schema.optional<Schema.Unknown>;
3350
- readonly apiVersion: Schema.optional<Schema.String>;
3351
- }>>>;
3352
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
3353
- readonly id: Schema.optional<Schema.String>;
3354
- readonly extension: Schema.optional<Schema.Struct<{
3355
- readonly alias: Schema.optional<Schema.String>;
3356
- readonly name: Schema.optional<Schema.String>;
3357
- readonly version: Schema.optional<Schema.String>;
3358
- readonly configId: Schema.optional<Schema.String>;
3359
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3360
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3361
- readonly value: Schema.optional<Schema.Unknown>;
3362
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3363
- readonly keyVault: Schema.Struct<{
3364
- readonly id: Schema.String;
3365
- }>;
3366
- readonly secretName: Schema.String;
3367
- readonly secretVersion: Schema.optional<Schema.String>;
3368
- }>>;
3369
- }>>>;
3370
- }>>;
3371
- readonly resourceType: Schema.optional<Schema.String>;
3372
- readonly identifiers: Schema.optional<Schema.Unknown>;
3373
- readonly apiVersion: Schema.optional<Schema.String>;
3374
- }>>>;
3375
- readonly error: Schema.optional<Schema.Struct<{
3376
- readonly code: Schema.optional<Schema.String>;
3377
- readonly message: Schema.optional<Schema.String>;
3378
- readonly target: Schema.optional<Schema.String>;
3379
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
3380
- readonly code: Schema.optional<Schema.String>;
3381
- readonly message: Schema.optional<Schema.String>;
3382
- readonly target: Schema.optional<Schema.String>;
3383
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
3384
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
3385
- readonly type: Schema.optional<Schema.String>;
3386
- readonly info: Schema.optional<Schema.Unknown>;
3387
- }>>>;
3388
- }>>>;
3389
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
3390
- readonly type: Schema.optional<Schema.String>;
3391
- readonly info: Schema.optional<Schema.Unknown>;
3392
- }>>>;
3393
- }>>;
3394
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
3395
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
3396
- readonly code: Schema.String;
3397
- readonly message: Schema.String;
3398
- readonly target: Schema.optional<Schema.String>;
3399
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
3400
- readonly type: Schema.optional<Schema.String>;
3401
- readonly info: Schema.optional<Schema.Unknown>;
3402
- }>>>;
3403
- }>>>;
3404
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
3405
- }>>;
3406
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3407
- }>;
3408
- export type DeploymentsGetAtSubscriptionScopeOutput = typeof DeploymentsGetAtSubscriptionScopeOutput.Type;
3409
- /**
3410
- * Gets a deployment.
3411
- */
3412
- export declare const DeploymentsGetAtSubscriptionScope: any;
3413
- export declare const DeploymentsGetAtTenantScopeInput: Schema.Struct<{}>;
3414
- export type DeploymentsGetAtTenantScopeInput = typeof DeploymentsGetAtTenantScopeInput.Type;
3415
- export declare const DeploymentsGetAtTenantScopeOutput: Schema.Struct<{
3416
- readonly id: Schema.optional<Schema.String>;
3417
- readonly name: Schema.optional<Schema.String>;
3418
- readonly type: Schema.optional<Schema.String>;
3419
- readonly location: Schema.optional<Schema.String>;
3420
- readonly properties: Schema.optional<Schema.Struct<{
3421
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
3422
- readonly correlationId: Schema.optional<Schema.String>;
3423
- readonly timestamp: Schema.optional<Schema.String>;
3424
- readonly duration: Schema.optional<Schema.String>;
3425
- readonly outputs: Schema.optional<Schema.Unknown>;
3426
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
3427
- readonly id: Schema.optional<Schema.String>;
3428
- readonly namespace: Schema.optional<Schema.String>;
3429
- readonly registrationState: Schema.optional<Schema.String>;
3430
- readonly registrationPolicy: Schema.optional<Schema.String>;
3431
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
3432
- readonly resourceType: Schema.optional<Schema.String>;
3433
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
3434
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
3435
- readonly location: Schema.optional<Schema.String>;
3436
- readonly type: Schema.optional<Schema.String>;
3437
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
3438
- }>>>;
3439
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
3440
- readonly name: Schema.optional<Schema.String>;
3441
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
3442
- readonly path: Schema.optional<Schema.String>;
3443
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
3444
- readonly pattern: Schema.optional<Schema.Struct<{
3445
- readonly phrase: Schema.optional<Schema.String>;
3446
- readonly variable: Schema.optional<Schema.String>;
3447
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
3448
- }>>;
3449
- readonly metadata: Schema.optional<Schema.Struct<{
3450
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
3451
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
3452
- }>>;
3453
- }>>>;
3454
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
3455
- readonly defaultPath: Schema.optional<Schema.String>;
3456
- readonly defaultPattern: Schema.optional<Schema.Struct<{
3457
- readonly phrase: Schema.optional<Schema.String>;
3458
- readonly variable: Schema.optional<Schema.String>;
3459
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
3460
- }>>;
3461
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
3462
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
3463
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
3464
- }>>;
3465
- }>>>;
3466
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
3467
- readonly defaultApiVersion: Schema.optional<Schema.String>;
3468
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
3469
- readonly location: Schema.optional<Schema.String>;
3470
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
3471
- }>>>;
3472
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
3473
- readonly profileVersion: Schema.optional<Schema.String>;
3474
- readonly apiVersion: Schema.optional<Schema.String>;
3475
- }>>>;
3476
- readonly capabilities: Schema.optional<Schema.String>;
3477
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3478
- }>>>;
3479
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
3480
- }>>>;
3481
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
3482
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
3483
- readonly id: Schema.optional<Schema.String>;
3484
- readonly resourceType: Schema.optional<Schema.String>;
3485
- readonly resourceName: Schema.optional<Schema.String>;
3486
- }>>>;
3487
- readonly id: Schema.optional<Schema.String>;
3488
- readonly resourceType: Schema.optional<Schema.String>;
3489
- readonly resourceName: Schema.optional<Schema.String>;
3490
- }>>>;
3491
- readonly templateLink: Schema.optional<Schema.Struct<{
3492
- readonly uri: Schema.optional<Schema.String>;
3493
- readonly id: Schema.optional<Schema.String>;
3494
- readonly relativePath: Schema.optional<Schema.String>;
3495
- readonly contentVersion: Schema.optional<Schema.String>;
3496
- readonly queryString: Schema.optional<Schema.String>;
3497
- }>>;
3498
- readonly parameters: Schema.optional<Schema.Unknown>;
3499
- readonly parametersLink: Schema.optional<Schema.Struct<{
3500
- readonly uri: Schema.String;
3501
- readonly contentVersion: Schema.optional<Schema.String>;
3502
- }>>;
3503
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
3504
- readonly alias: Schema.optional<Schema.String>;
3505
- readonly name: Schema.optional<Schema.String>;
3506
- readonly version: Schema.optional<Schema.String>;
3507
- readonly configId: Schema.optional<Schema.String>;
3508
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3509
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3510
- readonly value: Schema.optional<Schema.Unknown>;
3511
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3512
- readonly keyVault: Schema.Struct<{
3513
- readonly id: Schema.String;
3514
- }>;
3515
- readonly secretName: Schema.String;
3516
- readonly secretVersion: Schema.optional<Schema.String>;
3517
- }>>;
3518
- }>>>;
3519
- }>>>;
3520
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
3521
- readonly debugSetting: Schema.optional<Schema.Struct<{
3522
- readonly detailLevel: Schema.optional<Schema.String>;
3523
- }>>;
3524
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
3525
- readonly provisioningState: Schema.optional<Schema.String>;
3526
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
3527
- readonly deploymentName: Schema.optional<Schema.String>;
3528
- }>>;
3529
- readonly templateHash: Schema.optional<Schema.String>;
3530
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
3531
- readonly id: Schema.optional<Schema.String>;
3532
- readonly extension: Schema.optional<Schema.Struct<{
3533
- readonly alias: Schema.optional<Schema.String>;
3534
- readonly name: Schema.optional<Schema.String>;
3535
- readonly version: Schema.optional<Schema.String>;
3536
- readonly configId: Schema.optional<Schema.String>;
3537
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3538
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3539
- readonly value: Schema.optional<Schema.Unknown>;
3540
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3541
- readonly keyVault: Schema.Struct<{
3542
- readonly id: Schema.String;
3543
- }>;
3544
- readonly secretName: Schema.String;
3545
- readonly secretVersion: Schema.optional<Schema.String>;
3546
- }>>;
3547
- }>>>;
3548
- }>>;
3549
- readonly resourceType: Schema.optional<Schema.String>;
3550
- readonly identifiers: Schema.optional<Schema.Unknown>;
3551
- readonly apiVersion: Schema.optional<Schema.String>;
3552
- }>>>;
3553
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
3554
- readonly id: Schema.optional<Schema.String>;
3555
- readonly extension: Schema.optional<Schema.Struct<{
3556
- readonly alias: Schema.optional<Schema.String>;
3557
- readonly name: Schema.optional<Schema.String>;
3558
- readonly version: Schema.optional<Schema.String>;
3559
- readonly configId: Schema.optional<Schema.String>;
3560
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3561
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3562
- readonly value: Schema.optional<Schema.Unknown>;
3563
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3564
- readonly keyVault: Schema.Struct<{
3565
- readonly id: Schema.String;
3566
- }>;
3567
- readonly secretName: Schema.String;
3568
- readonly secretVersion: Schema.optional<Schema.String>;
3569
- }>>;
3570
- }>>>;
3571
- }>>;
3572
- readonly resourceType: Schema.optional<Schema.String>;
3573
- readonly identifiers: Schema.optional<Schema.Unknown>;
3574
- readonly apiVersion: Schema.optional<Schema.String>;
3575
- }>>>;
3576
- readonly error: Schema.optional<Schema.Struct<{
3577
- readonly code: Schema.optional<Schema.String>;
3578
- readonly message: Schema.optional<Schema.String>;
3579
- readonly target: Schema.optional<Schema.String>;
3580
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
3581
- readonly code: Schema.optional<Schema.String>;
3582
- readonly message: Schema.optional<Schema.String>;
3583
- readonly target: Schema.optional<Schema.String>;
3584
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
3585
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
3586
- readonly type: Schema.optional<Schema.String>;
3587
- readonly info: Schema.optional<Schema.Unknown>;
3588
- }>>>;
3589
- }>>>;
3590
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
3591
- readonly type: Schema.optional<Schema.String>;
3592
- readonly info: Schema.optional<Schema.Unknown>;
3593
- }>>>;
3594
- }>>;
3595
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
3596
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
3597
- readonly code: Schema.String;
3598
- readonly message: Schema.String;
3599
- readonly target: Schema.optional<Schema.String>;
3600
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
3601
- readonly type: Schema.optional<Schema.String>;
3602
- readonly info: Schema.optional<Schema.Unknown>;
3603
- }>>>;
3604
- }>>>;
3605
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
3606
- }>>;
3607
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3608
- }>;
3609
- export type DeploymentsGetAtTenantScopeOutput = typeof DeploymentsGetAtTenantScopeOutput.Type;
3610
- /**
3611
- * Gets a deployment.
3612
- */
3613
- export declare const DeploymentsGetAtTenantScope: any;
3614
- export declare const DeploymentsListAtManagementGroupScopeInput: Schema.Struct<{
3615
- readonly $filter: Schema.optional<Schema.String>;
3616
- readonly $top: Schema.optional<Schema.Number>;
3617
- }>;
3618
- export type DeploymentsListAtManagementGroupScopeInput = typeof DeploymentsListAtManagementGroupScopeInput.Type;
3619
- export declare const DeploymentsListAtManagementGroupScopeOutput: Schema.Struct<{
3620
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
3621
- readonly id: Schema.optional<Schema.String>;
3622
- readonly name: Schema.optional<Schema.String>;
3623
- readonly type: Schema.optional<Schema.String>;
3624
- readonly location: Schema.optional<Schema.String>;
3625
- readonly properties: Schema.optional<Schema.Struct<{
3626
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
3627
- readonly correlationId: Schema.optional<Schema.String>;
3628
- readonly timestamp: Schema.optional<Schema.String>;
3629
- readonly duration: Schema.optional<Schema.String>;
3630
- readonly outputs: Schema.optional<Schema.Unknown>;
3631
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
3632
- readonly id: Schema.optional<Schema.String>;
3633
- readonly namespace: Schema.optional<Schema.String>;
3634
- readonly registrationState: Schema.optional<Schema.String>;
3635
- readonly registrationPolicy: Schema.optional<Schema.String>;
3636
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
3637
- readonly resourceType: Schema.optional<Schema.String>;
3638
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
3639
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
3640
- readonly location: Schema.optional<Schema.String>;
3641
- readonly type: Schema.optional<Schema.String>;
3642
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
3643
- }>>>;
3644
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
3645
- readonly name: Schema.optional<Schema.String>;
3646
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
3647
- readonly path: Schema.optional<Schema.String>;
3648
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
3649
- readonly pattern: Schema.optional<Schema.Struct<{
3650
- readonly phrase: Schema.optional<Schema.String>;
3651
- readonly variable: Schema.optional<Schema.String>;
3652
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
3653
- }>>;
3654
- readonly metadata: Schema.optional<Schema.Struct<{
3655
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
3656
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
3657
- }>>;
3658
- }>>>;
3659
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
3660
- readonly defaultPath: Schema.optional<Schema.String>;
3661
- readonly defaultPattern: Schema.optional<Schema.Struct<{
3662
- readonly phrase: Schema.optional<Schema.String>;
3663
- readonly variable: Schema.optional<Schema.String>;
3664
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
3665
- }>>;
3666
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
3667
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
3668
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
3669
- }>>;
3670
- }>>>;
3671
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
3672
- readonly defaultApiVersion: Schema.optional<Schema.String>;
3673
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
3674
- readonly location: Schema.optional<Schema.String>;
3675
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
3676
- }>>>;
3677
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
3678
- readonly profileVersion: Schema.optional<Schema.String>;
3679
- readonly apiVersion: Schema.optional<Schema.String>;
3680
- }>>>;
3681
- readonly capabilities: Schema.optional<Schema.String>;
3682
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3683
- }>>>;
3684
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
3685
- }>>>;
3686
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
3687
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
3688
- readonly id: Schema.optional<Schema.String>;
3689
- readonly resourceType: Schema.optional<Schema.String>;
3690
- readonly resourceName: Schema.optional<Schema.String>;
3691
- }>>>;
3692
- readonly id: Schema.optional<Schema.String>;
3693
- readonly resourceType: Schema.optional<Schema.String>;
3694
- readonly resourceName: Schema.optional<Schema.String>;
3695
- }>>>;
3696
- readonly templateLink: Schema.optional<Schema.Struct<{
3697
- readonly uri: Schema.optional<Schema.String>;
3698
- readonly id: Schema.optional<Schema.String>;
3699
- readonly relativePath: Schema.optional<Schema.String>;
3700
- readonly contentVersion: Schema.optional<Schema.String>;
3701
- readonly queryString: Schema.optional<Schema.String>;
3702
- }>>;
3703
- readonly parameters: Schema.optional<Schema.Unknown>;
3704
- readonly parametersLink: Schema.optional<Schema.Struct<{
3705
- readonly uri: Schema.String;
3706
- readonly contentVersion: Schema.optional<Schema.String>;
3707
- }>>;
3708
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
3709
- readonly alias: Schema.optional<Schema.String>;
3710
- readonly name: Schema.optional<Schema.String>;
3711
- readonly version: Schema.optional<Schema.String>;
3712
- readonly configId: Schema.optional<Schema.String>;
3713
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3714
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3715
- readonly value: Schema.optional<Schema.Unknown>;
3716
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3717
- readonly keyVault: Schema.Struct<{
3718
- readonly id: Schema.String;
3719
- }>;
3720
- readonly secretName: Schema.String;
3721
- readonly secretVersion: Schema.optional<Schema.String>;
3722
- }>>;
3723
- }>>>;
3724
- }>>>;
3725
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
3726
- readonly debugSetting: Schema.optional<Schema.Struct<{
3727
- readonly detailLevel: Schema.optional<Schema.String>;
3728
- }>>;
3729
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
3730
- readonly provisioningState: Schema.optional<Schema.String>;
3731
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
3732
- readonly deploymentName: Schema.optional<Schema.String>;
3733
- }>>;
3734
- readonly templateHash: Schema.optional<Schema.String>;
3735
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
3736
- readonly id: Schema.optional<Schema.String>;
3737
- readonly extension: Schema.optional<Schema.Struct<{
3738
- readonly alias: Schema.optional<Schema.String>;
3739
- readonly name: Schema.optional<Schema.String>;
3740
- readonly version: Schema.optional<Schema.String>;
3741
- readonly configId: Schema.optional<Schema.String>;
3742
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3743
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3744
- readonly value: Schema.optional<Schema.Unknown>;
3745
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3746
- readonly keyVault: Schema.Struct<{
3747
- readonly id: Schema.String;
3748
- }>;
3749
- readonly secretName: Schema.String;
3750
- readonly secretVersion: Schema.optional<Schema.String>;
3751
- }>>;
3752
- }>>>;
3753
- }>>;
3754
- readonly resourceType: Schema.optional<Schema.String>;
3755
- readonly identifiers: Schema.optional<Schema.Unknown>;
3756
- readonly apiVersion: Schema.optional<Schema.String>;
3757
- }>>>;
3758
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
3759
- readonly id: Schema.optional<Schema.String>;
3760
- readonly extension: Schema.optional<Schema.Struct<{
3761
- readonly alias: Schema.optional<Schema.String>;
3762
- readonly name: Schema.optional<Schema.String>;
3763
- readonly version: Schema.optional<Schema.String>;
3764
- readonly configId: Schema.optional<Schema.String>;
3765
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3766
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3767
- readonly value: Schema.optional<Schema.Unknown>;
3768
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3769
- readonly keyVault: Schema.Struct<{
3770
- readonly id: Schema.String;
3771
- }>;
3772
- readonly secretName: Schema.String;
3773
- readonly secretVersion: Schema.optional<Schema.String>;
3774
- }>>;
3775
- }>>>;
3776
- }>>;
3777
- readonly resourceType: Schema.optional<Schema.String>;
3778
- readonly identifiers: Schema.optional<Schema.Unknown>;
3779
- readonly apiVersion: Schema.optional<Schema.String>;
3780
- }>>>;
3781
- readonly error: Schema.optional<Schema.Struct<{
3782
- readonly code: Schema.optional<Schema.String>;
3783
- readonly message: Schema.optional<Schema.String>;
3784
- readonly target: Schema.optional<Schema.String>;
3785
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
3786
- readonly code: Schema.optional<Schema.String>;
3787
- readonly message: Schema.optional<Schema.String>;
3788
- readonly target: Schema.optional<Schema.String>;
3789
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
3790
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
3791
- readonly type: Schema.optional<Schema.String>;
3792
- readonly info: Schema.optional<Schema.Unknown>;
3793
- }>>>;
3794
- }>>>;
3795
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
3796
- readonly type: Schema.optional<Schema.String>;
3797
- readonly info: Schema.optional<Schema.Unknown>;
3798
- }>>>;
3799
- }>>;
3800
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
3801
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
3802
- readonly code: Schema.String;
3803
- readonly message: Schema.String;
3804
- readonly target: Schema.optional<Schema.String>;
3805
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
3806
- readonly type: Schema.optional<Schema.String>;
3807
- readonly info: Schema.optional<Schema.Unknown>;
3808
- }>>>;
3809
- }>>>;
3810
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
3811
- }>>;
3812
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3813
- }>>>;
3814
- readonly nextLink: Schema.optional<Schema.String>;
3815
- }>;
3816
- export type DeploymentsListAtManagementGroupScopeOutput = typeof DeploymentsListAtManagementGroupScopeOutput.Type;
3817
- /**
3818
- * Get all the deployments for a management group.
3819
- *
3820
- * @param $filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'.
3821
- * @param $top - The number of results to get. If null is passed, returns all deployments.
3822
- */
3823
- export declare const DeploymentsListAtManagementGroupScope: any;
3824
- export declare const DeploymentsListAtScopeInput: Schema.Struct<{
3825
- readonly $filter: Schema.optional<Schema.String>;
3826
- readonly $top: Schema.optional<Schema.Number>;
3827
- }>;
3828
- export type DeploymentsListAtScopeInput = typeof DeploymentsListAtScopeInput.Type;
3829
- export declare const DeploymentsListAtScopeOutput: Schema.Struct<{
3830
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
3831
- readonly id: Schema.optional<Schema.String>;
3832
- readonly name: Schema.optional<Schema.String>;
3833
- readonly type: Schema.optional<Schema.String>;
3834
- readonly location: Schema.optional<Schema.String>;
3835
- readonly properties: Schema.optional<Schema.Struct<{
3836
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
3837
- readonly correlationId: Schema.optional<Schema.String>;
3838
- readonly timestamp: Schema.optional<Schema.String>;
3839
- readonly duration: Schema.optional<Schema.String>;
3840
- readonly outputs: Schema.optional<Schema.Unknown>;
3841
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
3842
- readonly id: Schema.optional<Schema.String>;
3843
- readonly namespace: Schema.optional<Schema.String>;
3844
- readonly registrationState: Schema.optional<Schema.String>;
3845
- readonly registrationPolicy: Schema.optional<Schema.String>;
3846
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
3847
- readonly resourceType: Schema.optional<Schema.String>;
3848
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
3849
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
3850
- readonly location: Schema.optional<Schema.String>;
3851
- readonly type: Schema.optional<Schema.String>;
3852
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
3853
- }>>>;
3854
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
3855
- readonly name: Schema.optional<Schema.String>;
3856
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
3857
- readonly path: Schema.optional<Schema.String>;
3858
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
3859
- readonly pattern: Schema.optional<Schema.Struct<{
3860
- readonly phrase: Schema.optional<Schema.String>;
3861
- readonly variable: Schema.optional<Schema.String>;
3862
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
3863
- }>>;
3864
- readonly metadata: Schema.optional<Schema.Struct<{
3865
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
3866
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
3867
- }>>;
3868
- }>>>;
3869
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
3870
- readonly defaultPath: Schema.optional<Schema.String>;
3871
- readonly defaultPattern: Schema.optional<Schema.Struct<{
3872
- readonly phrase: Schema.optional<Schema.String>;
3873
- readonly variable: Schema.optional<Schema.String>;
3874
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
3875
- }>>;
3876
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
3877
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
3878
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
3879
- }>>;
3880
- }>>>;
3881
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
3882
- readonly defaultApiVersion: Schema.optional<Schema.String>;
3883
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
3884
- readonly location: Schema.optional<Schema.String>;
3885
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
3886
- }>>>;
3887
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
3888
- readonly profileVersion: Schema.optional<Schema.String>;
3889
- readonly apiVersion: Schema.optional<Schema.String>;
3890
- }>>>;
3891
- readonly capabilities: Schema.optional<Schema.String>;
3892
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
3893
- }>>>;
3894
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
3895
- }>>>;
3896
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
3897
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
3898
- readonly id: Schema.optional<Schema.String>;
3899
- readonly resourceType: Schema.optional<Schema.String>;
3900
- readonly resourceName: Schema.optional<Schema.String>;
3901
- }>>>;
3902
- readonly id: Schema.optional<Schema.String>;
3903
- readonly resourceType: Schema.optional<Schema.String>;
3904
- readonly resourceName: Schema.optional<Schema.String>;
3905
- }>>>;
3906
- readonly templateLink: Schema.optional<Schema.Struct<{
3907
- readonly uri: Schema.optional<Schema.String>;
3908
- readonly id: Schema.optional<Schema.String>;
3909
- readonly relativePath: Schema.optional<Schema.String>;
3910
- readonly contentVersion: Schema.optional<Schema.String>;
3911
- readonly queryString: Schema.optional<Schema.String>;
3912
- }>>;
3913
- readonly parameters: Schema.optional<Schema.Unknown>;
3914
- readonly parametersLink: Schema.optional<Schema.Struct<{
3915
- readonly uri: Schema.String;
3916
- readonly contentVersion: Schema.optional<Schema.String>;
3917
- }>>;
3918
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
3919
- readonly alias: Schema.optional<Schema.String>;
3920
- readonly name: Schema.optional<Schema.String>;
3921
- readonly version: Schema.optional<Schema.String>;
3922
- readonly configId: Schema.optional<Schema.String>;
3923
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3924
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3925
- readonly value: Schema.optional<Schema.Unknown>;
3926
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3927
- readonly keyVault: Schema.Struct<{
3928
- readonly id: Schema.String;
3929
- }>;
3930
- readonly secretName: Schema.String;
3931
- readonly secretVersion: Schema.optional<Schema.String>;
3932
- }>>;
3933
- }>>>;
3934
- }>>>;
3935
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
3936
- readonly debugSetting: Schema.optional<Schema.Struct<{
3937
- readonly detailLevel: Schema.optional<Schema.String>;
3938
- }>>;
3939
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
3940
- readonly provisioningState: Schema.optional<Schema.String>;
3941
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
3942
- readonly deploymentName: Schema.optional<Schema.String>;
3943
- }>>;
3944
- readonly templateHash: Schema.optional<Schema.String>;
3945
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
3946
- readonly id: Schema.optional<Schema.String>;
3947
- readonly extension: Schema.optional<Schema.Struct<{
3948
- readonly alias: Schema.optional<Schema.String>;
3949
- readonly name: Schema.optional<Schema.String>;
3950
- readonly version: Schema.optional<Schema.String>;
3951
- readonly configId: Schema.optional<Schema.String>;
3952
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3953
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3954
- readonly value: Schema.optional<Schema.Unknown>;
3955
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3956
- readonly keyVault: Schema.Struct<{
3957
- readonly id: Schema.String;
3958
- }>;
3959
- readonly secretName: Schema.String;
3960
- readonly secretVersion: Schema.optional<Schema.String>;
3961
- }>>;
3962
- }>>>;
3963
- }>>;
3964
- readonly resourceType: Schema.optional<Schema.String>;
3965
- readonly identifiers: Schema.optional<Schema.Unknown>;
3966
- readonly apiVersion: Schema.optional<Schema.String>;
3967
- }>>>;
3968
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
3969
- readonly id: Schema.optional<Schema.String>;
3970
- readonly extension: Schema.optional<Schema.Struct<{
3971
- readonly alias: Schema.optional<Schema.String>;
3972
- readonly name: Schema.optional<Schema.String>;
3973
- readonly version: Schema.optional<Schema.String>;
3974
- readonly configId: Schema.optional<Schema.String>;
3975
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
3976
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
3977
- readonly value: Schema.optional<Schema.Unknown>;
3978
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
3979
- readonly keyVault: Schema.Struct<{
3980
- readonly id: Schema.String;
3981
- }>;
3982
- readonly secretName: Schema.String;
3983
- readonly secretVersion: Schema.optional<Schema.String>;
3984
- }>>;
3985
- }>>>;
3986
- }>>;
3987
- readonly resourceType: Schema.optional<Schema.String>;
3988
- readonly identifiers: Schema.optional<Schema.Unknown>;
3989
- readonly apiVersion: Schema.optional<Schema.String>;
3990
- }>>>;
3991
- readonly error: Schema.optional<Schema.Struct<{
3992
- readonly code: Schema.optional<Schema.String>;
3993
- readonly message: Schema.optional<Schema.String>;
3994
- readonly target: Schema.optional<Schema.String>;
3995
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
3996
- readonly code: Schema.optional<Schema.String>;
3997
- readonly message: Schema.optional<Schema.String>;
3998
- readonly target: Schema.optional<Schema.String>;
3999
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
4000
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
4001
- readonly type: Schema.optional<Schema.String>;
4002
- readonly info: Schema.optional<Schema.Unknown>;
4003
- }>>>;
4004
- }>>>;
4005
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
4006
- readonly type: Schema.optional<Schema.String>;
4007
- readonly info: Schema.optional<Schema.Unknown>;
4008
- }>>>;
4009
- }>>;
4010
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
4011
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
4012
- readonly code: Schema.String;
4013
- readonly message: Schema.String;
4014
- readonly target: Schema.optional<Schema.String>;
4015
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
4016
- readonly type: Schema.optional<Schema.String>;
4017
- readonly info: Schema.optional<Schema.Unknown>;
4018
- }>>>;
4019
- }>>>;
4020
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
4021
- }>>;
4022
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
4023
- }>>>;
4024
- readonly nextLink: Schema.optional<Schema.String>;
4025
- }>;
4026
- export type DeploymentsListAtScopeOutput = typeof DeploymentsListAtScopeOutput.Type;
4027
- /**
4028
- * Get all the deployments at the given scope.
4029
- *
4030
- * @param $filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'.
4031
- * @param $top - The number of results to get. If null is passed, returns all deployments.
4032
- */
4033
- export declare const DeploymentsListAtScope: any;
4034
- export declare const DeploymentsListAtSubscriptionScopeInput: Schema.Struct<{
4035
- readonly $filter: Schema.optional<Schema.String>;
4036
- readonly $top: Schema.optional<Schema.Number>;
4037
- }>;
4038
- export type DeploymentsListAtSubscriptionScopeInput = typeof DeploymentsListAtSubscriptionScopeInput.Type;
4039
- export declare const DeploymentsListAtSubscriptionScopeOutput: Schema.Struct<{
4040
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
4041
- readonly id: Schema.optional<Schema.String>;
4042
- readonly name: Schema.optional<Schema.String>;
4043
- readonly type: Schema.optional<Schema.String>;
4044
- readonly location: Schema.optional<Schema.String>;
4045
- readonly properties: Schema.optional<Schema.Struct<{
4046
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
4047
- readonly correlationId: Schema.optional<Schema.String>;
4048
- readonly timestamp: Schema.optional<Schema.String>;
4049
- readonly duration: Schema.optional<Schema.String>;
4050
- readonly outputs: Schema.optional<Schema.Unknown>;
4051
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
4052
- readonly id: Schema.optional<Schema.String>;
4053
- readonly namespace: Schema.optional<Schema.String>;
4054
- readonly registrationState: Schema.optional<Schema.String>;
4055
- readonly registrationPolicy: Schema.optional<Schema.String>;
4056
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
4057
- readonly resourceType: Schema.optional<Schema.String>;
4058
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
4059
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
4060
- readonly location: Schema.optional<Schema.String>;
4061
- readonly type: Schema.optional<Schema.String>;
4062
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
4063
- }>>>;
4064
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
4065
- readonly name: Schema.optional<Schema.String>;
4066
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
4067
- readonly path: Schema.optional<Schema.String>;
4068
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
4069
- readonly pattern: Schema.optional<Schema.Struct<{
4070
- readonly phrase: Schema.optional<Schema.String>;
4071
- readonly variable: Schema.optional<Schema.String>;
4072
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
4073
- }>>;
4074
- readonly metadata: Schema.optional<Schema.Struct<{
4075
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
4076
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
4077
- }>>;
4078
- }>>>;
4079
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
4080
- readonly defaultPath: Schema.optional<Schema.String>;
4081
- readonly defaultPattern: Schema.optional<Schema.Struct<{
4082
- readonly phrase: Schema.optional<Schema.String>;
4083
- readonly variable: Schema.optional<Schema.String>;
4084
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
4085
- }>>;
4086
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
4087
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
4088
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
4089
- }>>;
4090
- }>>>;
4091
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
4092
- readonly defaultApiVersion: Schema.optional<Schema.String>;
4093
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
4094
- readonly location: Schema.optional<Schema.String>;
4095
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
4096
- }>>>;
4097
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
4098
- readonly profileVersion: Schema.optional<Schema.String>;
4099
- readonly apiVersion: Schema.optional<Schema.String>;
4100
- }>>>;
4101
- readonly capabilities: Schema.optional<Schema.String>;
4102
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
4103
- }>>>;
4104
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
4105
- }>>>;
4106
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
4107
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
4108
- readonly id: Schema.optional<Schema.String>;
4109
- readonly resourceType: Schema.optional<Schema.String>;
4110
- readonly resourceName: Schema.optional<Schema.String>;
4111
- }>>>;
4112
- readonly id: Schema.optional<Schema.String>;
4113
- readonly resourceType: Schema.optional<Schema.String>;
4114
- readonly resourceName: Schema.optional<Schema.String>;
4115
- }>>>;
4116
- readonly templateLink: Schema.optional<Schema.Struct<{
4117
- readonly uri: Schema.optional<Schema.String>;
4118
- readonly id: Schema.optional<Schema.String>;
4119
- readonly relativePath: Schema.optional<Schema.String>;
4120
- readonly contentVersion: Schema.optional<Schema.String>;
4121
- readonly queryString: Schema.optional<Schema.String>;
4122
- }>>;
4123
- readonly parameters: Schema.optional<Schema.Unknown>;
4124
- readonly parametersLink: Schema.optional<Schema.Struct<{
4125
- readonly uri: Schema.String;
4126
- readonly contentVersion: Schema.optional<Schema.String>;
4127
- }>>;
4128
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
4129
- readonly alias: Schema.optional<Schema.String>;
4130
- readonly name: Schema.optional<Schema.String>;
4131
- readonly version: Schema.optional<Schema.String>;
4132
- readonly configId: Schema.optional<Schema.String>;
4133
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
4134
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
4135
- readonly value: Schema.optional<Schema.Unknown>;
4136
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
4137
- readonly keyVault: Schema.Struct<{
4138
- readonly id: Schema.String;
4139
- }>;
4140
- readonly secretName: Schema.String;
4141
- readonly secretVersion: Schema.optional<Schema.String>;
4142
- }>>;
4143
- }>>>;
4144
- }>>>;
4145
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
4146
- readonly debugSetting: Schema.optional<Schema.Struct<{
4147
- readonly detailLevel: Schema.optional<Schema.String>;
4148
- }>>;
4149
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
4150
- readonly provisioningState: Schema.optional<Schema.String>;
4151
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
4152
- readonly deploymentName: Schema.optional<Schema.String>;
4153
- }>>;
4154
- readonly templateHash: Schema.optional<Schema.String>;
4155
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
4156
- readonly id: Schema.optional<Schema.String>;
4157
- readonly extension: Schema.optional<Schema.Struct<{
4158
- readonly alias: Schema.optional<Schema.String>;
4159
- readonly name: Schema.optional<Schema.String>;
4160
- readonly version: Schema.optional<Schema.String>;
4161
- readonly configId: Schema.optional<Schema.String>;
4162
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
4163
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
4164
- readonly value: Schema.optional<Schema.Unknown>;
4165
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
4166
- readonly keyVault: Schema.Struct<{
4167
- readonly id: Schema.String;
4168
- }>;
4169
- readonly secretName: Schema.String;
4170
- readonly secretVersion: Schema.optional<Schema.String>;
4171
- }>>;
4172
- }>>>;
4173
- }>>;
4174
- readonly resourceType: Schema.optional<Schema.String>;
4175
- readonly identifiers: Schema.optional<Schema.Unknown>;
4176
- readonly apiVersion: Schema.optional<Schema.String>;
4177
- }>>>;
4178
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
4179
- readonly id: Schema.optional<Schema.String>;
4180
- readonly extension: Schema.optional<Schema.Struct<{
4181
- readonly alias: Schema.optional<Schema.String>;
4182
- readonly name: Schema.optional<Schema.String>;
4183
- readonly version: Schema.optional<Schema.String>;
4184
- readonly configId: Schema.optional<Schema.String>;
4185
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
4186
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
4187
- readonly value: Schema.optional<Schema.Unknown>;
4188
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
4189
- readonly keyVault: Schema.Struct<{
4190
- readonly id: Schema.String;
4191
- }>;
4192
- readonly secretName: Schema.String;
4193
- readonly secretVersion: Schema.optional<Schema.String>;
4194
- }>>;
4195
- }>>>;
4196
- }>>;
4197
- readonly resourceType: Schema.optional<Schema.String>;
4198
- readonly identifiers: Schema.optional<Schema.Unknown>;
4199
- readonly apiVersion: Schema.optional<Schema.String>;
4200
- }>>>;
4201
- readonly error: Schema.optional<Schema.Struct<{
4202
- readonly code: Schema.optional<Schema.String>;
4203
- readonly message: Schema.optional<Schema.String>;
4204
- readonly target: Schema.optional<Schema.String>;
4205
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
4206
- readonly code: Schema.optional<Schema.String>;
4207
- readonly message: Schema.optional<Schema.String>;
4208
- readonly target: Schema.optional<Schema.String>;
4209
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
4210
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
4211
- readonly type: Schema.optional<Schema.String>;
4212
- readonly info: Schema.optional<Schema.Unknown>;
4213
- }>>>;
4214
- }>>>;
4215
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
4216
- readonly type: Schema.optional<Schema.String>;
4217
- readonly info: Schema.optional<Schema.Unknown>;
4218
- }>>>;
4219
- }>>;
4220
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
4221
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
4222
- readonly code: Schema.String;
4223
- readonly message: Schema.String;
4224
- readonly target: Schema.optional<Schema.String>;
4225
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
4226
- readonly type: Schema.optional<Schema.String>;
4227
- readonly info: Schema.optional<Schema.Unknown>;
4228
- }>>>;
4229
- }>>>;
4230
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
4231
- }>>;
4232
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
4233
- }>>>;
4234
- readonly nextLink: Schema.optional<Schema.String>;
4235
- }>;
4236
- export type DeploymentsListAtSubscriptionScopeOutput = typeof DeploymentsListAtSubscriptionScopeOutput.Type;
4237
- /**
4238
- * Get all the deployments for a subscription.
4239
- *
4240
- * @param $filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'.
4241
- * @param $top - The number of results to get. If null is passed, returns all deployments.
4242
- */
4243
- export declare const DeploymentsListAtSubscriptionScope: any;
4244
- export declare const DeploymentsListAtTenantScopeInput: Schema.Struct<{
4245
- readonly $filter: Schema.optional<Schema.String>;
4246
- readonly $top: Schema.optional<Schema.Number>;
4247
- }>;
4248
- export type DeploymentsListAtTenantScopeInput = typeof DeploymentsListAtTenantScopeInput.Type;
4249
- export declare const DeploymentsListAtTenantScopeOutput: Schema.Struct<{
4250
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
4251
- readonly id: Schema.optional<Schema.String>;
4252
- readonly name: Schema.optional<Schema.String>;
4253
- readonly type: Schema.optional<Schema.String>;
4254
- readonly location: Schema.optional<Schema.String>;
4255
- readonly properties: Schema.optional<Schema.Struct<{
4256
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
4257
- readonly correlationId: Schema.optional<Schema.String>;
4258
- readonly timestamp: Schema.optional<Schema.String>;
4259
- readonly duration: Schema.optional<Schema.String>;
4260
- readonly outputs: Schema.optional<Schema.Unknown>;
4261
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
4262
- readonly id: Schema.optional<Schema.String>;
4263
- readonly namespace: Schema.optional<Schema.String>;
4264
- readonly registrationState: Schema.optional<Schema.String>;
4265
- readonly registrationPolicy: Schema.optional<Schema.String>;
4266
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
4267
- readonly resourceType: Schema.optional<Schema.String>;
4268
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
4269
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
4270
- readonly location: Schema.optional<Schema.String>;
4271
- readonly type: Schema.optional<Schema.String>;
4272
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
4273
- }>>>;
4274
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
4275
- readonly name: Schema.optional<Schema.String>;
4276
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
4277
- readonly path: Schema.optional<Schema.String>;
4278
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
4279
- readonly pattern: Schema.optional<Schema.Struct<{
4280
- readonly phrase: Schema.optional<Schema.String>;
4281
- readonly variable: Schema.optional<Schema.String>;
4282
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
4283
- }>>;
4284
- readonly metadata: Schema.optional<Schema.Struct<{
4285
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
4286
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
4287
- }>>;
4288
- }>>>;
4289
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
4290
- readonly defaultPath: Schema.optional<Schema.String>;
4291
- readonly defaultPattern: Schema.optional<Schema.Struct<{
4292
- readonly phrase: Schema.optional<Schema.String>;
4293
- readonly variable: Schema.optional<Schema.String>;
4294
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
4295
- }>>;
4296
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
4297
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
4298
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
4299
- }>>;
4300
- }>>>;
4301
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
4302
- readonly defaultApiVersion: Schema.optional<Schema.String>;
4303
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
4304
- readonly location: Schema.optional<Schema.String>;
4305
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
4306
- }>>>;
4307
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
4308
- readonly profileVersion: Schema.optional<Schema.String>;
4309
- readonly apiVersion: Schema.optional<Schema.String>;
4310
- }>>>;
4311
- readonly capabilities: Schema.optional<Schema.String>;
4312
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
4313
- }>>>;
4314
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
4315
- }>>>;
4316
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
4317
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
4318
- readonly id: Schema.optional<Schema.String>;
4319
- readonly resourceType: Schema.optional<Schema.String>;
4320
- readonly resourceName: Schema.optional<Schema.String>;
4321
- }>>>;
4322
- readonly id: Schema.optional<Schema.String>;
4323
- readonly resourceType: Schema.optional<Schema.String>;
4324
- readonly resourceName: Schema.optional<Schema.String>;
4325
- }>>>;
4326
- readonly templateLink: Schema.optional<Schema.Struct<{
4327
- readonly uri: Schema.optional<Schema.String>;
4328
- readonly id: Schema.optional<Schema.String>;
4329
- readonly relativePath: Schema.optional<Schema.String>;
4330
- readonly contentVersion: Schema.optional<Schema.String>;
4331
- readonly queryString: Schema.optional<Schema.String>;
4332
- }>>;
4333
- readonly parameters: Schema.optional<Schema.Unknown>;
4334
- readonly parametersLink: Schema.optional<Schema.Struct<{
4335
- readonly uri: Schema.String;
4336
- readonly contentVersion: Schema.optional<Schema.String>;
4337
- }>>;
4338
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
4339
- readonly alias: Schema.optional<Schema.String>;
4340
- readonly name: Schema.optional<Schema.String>;
4341
- readonly version: Schema.optional<Schema.String>;
4342
- readonly configId: Schema.optional<Schema.String>;
4343
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
4344
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
4345
- readonly value: Schema.optional<Schema.Unknown>;
4346
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
4347
- readonly keyVault: Schema.Struct<{
4348
- readonly id: Schema.String;
4349
- }>;
4350
- readonly secretName: Schema.String;
4351
- readonly secretVersion: Schema.optional<Schema.String>;
4352
- }>>;
4353
- }>>>;
4354
- }>>>;
4355
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
4356
- readonly debugSetting: Schema.optional<Schema.Struct<{
4357
- readonly detailLevel: Schema.optional<Schema.String>;
4358
- }>>;
4359
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
4360
- readonly provisioningState: Schema.optional<Schema.String>;
4361
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
4362
- readonly deploymentName: Schema.optional<Schema.String>;
4363
- }>>;
4364
- readonly templateHash: Schema.optional<Schema.String>;
4365
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
4366
- readonly id: Schema.optional<Schema.String>;
4367
- readonly extension: Schema.optional<Schema.Struct<{
4368
- readonly alias: Schema.optional<Schema.String>;
4369
- readonly name: Schema.optional<Schema.String>;
4370
- readonly version: Schema.optional<Schema.String>;
4371
- readonly configId: Schema.optional<Schema.String>;
4372
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
4373
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
4374
- readonly value: Schema.optional<Schema.Unknown>;
4375
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
4376
- readonly keyVault: Schema.Struct<{
4377
- readonly id: Schema.String;
4378
- }>;
4379
- readonly secretName: Schema.String;
4380
- readonly secretVersion: Schema.optional<Schema.String>;
4381
- }>>;
4382
- }>>>;
4383
- }>>;
4384
- readonly resourceType: Schema.optional<Schema.String>;
4385
- readonly identifiers: Schema.optional<Schema.Unknown>;
4386
- readonly apiVersion: Schema.optional<Schema.String>;
4387
- }>>>;
4388
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
4389
- readonly id: Schema.optional<Schema.String>;
4390
- readonly extension: Schema.optional<Schema.Struct<{
4391
- readonly alias: Schema.optional<Schema.String>;
4392
- readonly name: Schema.optional<Schema.String>;
4393
- readonly version: Schema.optional<Schema.String>;
4394
- readonly configId: Schema.optional<Schema.String>;
4395
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
4396
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
4397
- readonly value: Schema.optional<Schema.Unknown>;
4398
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
4399
- readonly keyVault: Schema.Struct<{
4400
- readonly id: Schema.String;
4401
- }>;
4402
- readonly secretName: Schema.String;
4403
- readonly secretVersion: Schema.optional<Schema.String>;
4404
- }>>;
4405
- }>>>;
4406
- }>>;
4407
- readonly resourceType: Schema.optional<Schema.String>;
4408
- readonly identifiers: Schema.optional<Schema.Unknown>;
4409
- readonly apiVersion: Schema.optional<Schema.String>;
4410
- }>>>;
4411
- readonly error: Schema.optional<Schema.Struct<{
4412
- readonly code: Schema.optional<Schema.String>;
4413
- readonly message: Schema.optional<Schema.String>;
4414
- readonly target: Schema.optional<Schema.String>;
4415
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
4416
- readonly code: Schema.optional<Schema.String>;
4417
- readonly message: Schema.optional<Schema.String>;
4418
- readonly target: Schema.optional<Schema.String>;
4419
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
4420
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
4421
- readonly type: Schema.optional<Schema.String>;
4422
- readonly info: Schema.optional<Schema.Unknown>;
4423
- }>>>;
4424
- }>>>;
4425
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
4426
- readonly type: Schema.optional<Schema.String>;
4427
- readonly info: Schema.optional<Schema.Unknown>;
4428
- }>>>;
4429
- }>>;
4430
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
4431
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
4432
- readonly code: Schema.String;
4433
- readonly message: Schema.String;
4434
- readonly target: Schema.optional<Schema.String>;
4435
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
4436
- readonly type: Schema.optional<Schema.String>;
4437
- readonly info: Schema.optional<Schema.Unknown>;
4438
- }>>>;
4439
- }>>>;
4440
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
4441
- }>>;
4442
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
4443
- }>>>;
1702
+ export declare const DeploymentsExportTemplateAtScopeInput: Schema.Struct<{
1703
+ readonly scope: Schema.String;
1704
+ readonly deploymentName: Schema.String;
1705
+ readonly "api-version": Schema.String;
1706
+ }>;
1707
+ export type DeploymentsExportTemplateAtScopeInput = typeof DeploymentsExportTemplateAtScopeInput.Type;
1708
+ export declare const DeploymentsExportTemplateAtScopeOutput: Schema.Struct<{
1709
+ readonly template: Schema.optional<Schema.Unknown>;
1710
+ }>;
1711
+ export type DeploymentsExportTemplateAtScopeOutput = typeof DeploymentsExportTemplateAtScopeOutput.Type;
1712
+ /**
1713
+ * Exports the template used for specified deployment.
1714
+ *
1715
+ * @param api-version - The API version to use for this operation.
1716
+ * @param scope - The fully qualified Azure Resource manager identifier of the resource.
1717
+ * @param deploymentName - The name of the deployment.
1718
+ */
1719
+ export declare const DeploymentsExportTemplateAtScope: any;
1720
+ export declare const DeploymentsExportTemplateAtSubscriptionScopeInput: Schema.Struct<{
1721
+ readonly subscriptionId: Schema.String;
1722
+ readonly deploymentName: Schema.String;
1723
+ readonly "api-version": Schema.String;
1724
+ }>;
1725
+ export type DeploymentsExportTemplateAtSubscriptionScopeInput = typeof DeploymentsExportTemplateAtSubscriptionScopeInput.Type;
1726
+ export declare const DeploymentsExportTemplateAtSubscriptionScopeOutput: Schema.Struct<{
1727
+ readonly template: Schema.optional<Schema.Unknown>;
1728
+ }>;
1729
+ export type DeploymentsExportTemplateAtSubscriptionScopeOutput = typeof DeploymentsExportTemplateAtSubscriptionScopeOutput.Type;
1730
+ /**
1731
+ * Exports the template used for specified deployment.
1732
+ *
1733
+ * @param api-version - The API version to use for this operation.
1734
+ * @param subscriptionId - The ID of the target subscription.
1735
+ * @param deploymentName - The name of the deployment.
1736
+ */
1737
+ export declare const DeploymentsExportTemplateAtSubscriptionScope: any;
1738
+ export declare const DeploymentsExportTemplateAtTenantScopeInput: Schema.Struct<{
1739
+ readonly deploymentName: Schema.String;
1740
+ readonly "api-version": Schema.String;
1741
+ }>;
1742
+ export type DeploymentsExportTemplateAtTenantScopeInput = typeof DeploymentsExportTemplateAtTenantScopeInput.Type;
1743
+ export declare const DeploymentsExportTemplateAtTenantScopeOutput: Schema.Struct<{
1744
+ readonly template: Schema.optional<Schema.Unknown>;
1745
+ }>;
1746
+ export type DeploymentsExportTemplateAtTenantScopeOutput = typeof DeploymentsExportTemplateAtTenantScopeOutput.Type;
1747
+ /**
1748
+ * Exports the template used for specified deployment.
1749
+ *
1750
+ * @param api-version - The API version to use for this operation.
1751
+ * @param deploymentName - The name of the deployment.
1752
+ */
1753
+ export declare const DeploymentsExportTemplateAtTenantScope: any;
1754
+ export declare const DeploymentsGetInput: Schema.Struct<{
1755
+ readonly subscriptionId: Schema.String;
1756
+ readonly resourceGroupName: Schema.String;
1757
+ readonly deploymentName: Schema.String;
1758
+ readonly "api-version": Schema.String;
1759
+ }>;
1760
+ export type DeploymentsGetInput = typeof DeploymentsGetInput.Type;
1761
+ export declare const DeploymentsGetOutput: Schema.Struct<{}>;
1762
+ export type DeploymentsGetOutput = typeof DeploymentsGetOutput.Type;
1763
+ /**
1764
+ * Gets a deployment.
1765
+ *
1766
+ * @param api-version - The API version to use for this operation.
1767
+ * @param subscriptionId - The ID of the target subscription.
1768
+ * @param resourceGroupName - The name of the resource group.
1769
+ * @param deploymentName - The name of the deployment.
1770
+ */
1771
+ export declare const DeploymentsGet: any;
1772
+ export declare const DeploymentsGetAtManagementGroupScopeInput: Schema.Struct<{
1773
+ readonly groupId: Schema.String;
1774
+ readonly deploymentName: Schema.String;
1775
+ readonly "api-version": Schema.String;
1776
+ }>;
1777
+ export type DeploymentsGetAtManagementGroupScopeInput = typeof DeploymentsGetAtManagementGroupScopeInput.Type;
1778
+ export declare const DeploymentsGetAtManagementGroupScopeOutput: Schema.Struct<{}>;
1779
+ export type DeploymentsGetAtManagementGroupScopeOutput = typeof DeploymentsGetAtManagementGroupScopeOutput.Type;
1780
+ /**
1781
+ * Gets a deployment.
1782
+ *
1783
+ * @param api-version - The API version to use for this operation.
1784
+ * @param groupId - The management group ID.
1785
+ * @param deploymentName - The name of the deployment.
1786
+ */
1787
+ export declare const DeploymentsGetAtManagementGroupScope: any;
1788
+ export declare const DeploymentsGetAtScopeInput: Schema.Struct<{
1789
+ readonly scope: Schema.String;
1790
+ readonly deploymentName: Schema.String;
1791
+ readonly "api-version": Schema.String;
1792
+ }>;
1793
+ export type DeploymentsGetAtScopeInput = typeof DeploymentsGetAtScopeInput.Type;
1794
+ export declare const DeploymentsGetAtScopeOutput: Schema.Struct<{}>;
1795
+ export type DeploymentsGetAtScopeOutput = typeof DeploymentsGetAtScopeOutput.Type;
1796
+ /**
1797
+ * Gets a deployment.
1798
+ *
1799
+ * @param api-version - The API version to use for this operation.
1800
+ * @param scope - The fully qualified Azure Resource manager identifier of the resource.
1801
+ * @param deploymentName - The name of the deployment.
1802
+ */
1803
+ export declare const DeploymentsGetAtScope: any;
1804
+ export declare const DeploymentsGetAtSubscriptionScopeInput: Schema.Struct<{
1805
+ readonly subscriptionId: Schema.String;
1806
+ readonly deploymentName: Schema.String;
1807
+ readonly "api-version": Schema.String;
1808
+ }>;
1809
+ export type DeploymentsGetAtSubscriptionScopeInput = typeof DeploymentsGetAtSubscriptionScopeInput.Type;
1810
+ export declare const DeploymentsGetAtSubscriptionScopeOutput: Schema.Struct<{}>;
1811
+ export type DeploymentsGetAtSubscriptionScopeOutput = typeof DeploymentsGetAtSubscriptionScopeOutput.Type;
1812
+ /**
1813
+ * Gets a deployment.
1814
+ *
1815
+ * @param api-version - The API version to use for this operation.
1816
+ * @param subscriptionId - The ID of the target subscription.
1817
+ * @param deploymentName - The name of the deployment.
1818
+ */
1819
+ export declare const DeploymentsGetAtSubscriptionScope: any;
1820
+ export declare const DeploymentsGetAtTenantScopeInput: Schema.Struct<{
1821
+ readonly deploymentName: Schema.String;
1822
+ readonly "api-version": Schema.String;
1823
+ }>;
1824
+ export type DeploymentsGetAtTenantScopeInput = typeof DeploymentsGetAtTenantScopeInput.Type;
1825
+ export declare const DeploymentsGetAtTenantScopeOutput: Schema.Struct<{}>;
1826
+ export type DeploymentsGetAtTenantScopeOutput = typeof DeploymentsGetAtTenantScopeOutput.Type;
1827
+ /**
1828
+ * Gets a deployment.
1829
+ *
1830
+ * @param api-version - The API version to use for this operation.
1831
+ * @param deploymentName - The name of the deployment.
1832
+ */
1833
+ export declare const DeploymentsGetAtTenantScope: any;
1834
+ export declare const DeploymentsListAtManagementGroupScopeInput: Schema.Struct<{
1835
+ readonly groupId: Schema.String;
1836
+ readonly "api-version": Schema.String;
1837
+ readonly $filter: Schema.optional<Schema.String>;
1838
+ readonly $top: Schema.optional<Schema.Number>;
1839
+ }>;
1840
+ export type DeploymentsListAtManagementGroupScopeInput = typeof DeploymentsListAtManagementGroupScopeInput.Type;
1841
+ export declare const DeploymentsListAtManagementGroupScopeOutput: Schema.Struct<{
1842
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
4444
1843
  readonly nextLink: Schema.optional<Schema.String>;
4445
1844
  }>;
4446
- export type DeploymentsListAtTenantScopeOutput = typeof DeploymentsListAtTenantScopeOutput.Type;
1845
+ export type DeploymentsListAtManagementGroupScopeOutput = typeof DeploymentsListAtManagementGroupScopeOutput.Type;
4447
1846
  /**
4448
- * Get all the deployments at the tenant scope.
1847
+ * Get all the deployments for a management group.
4449
1848
  *
1849
+ * @param api-version - The API version to use for this operation.
1850
+ * @param groupId - The management group ID.
4450
1851
  * @param $filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'.
4451
1852
  * @param $top - The number of results to get. If null is passed, returns all deployments.
4452
1853
  */
4453
- export declare const DeploymentsListAtTenantScope: any;
4454
- export declare const DeploymentsListByResourceGroupInput: Schema.Struct<{
4455
- readonly resourceGroupName: Schema.String;
1854
+ export declare const DeploymentsListAtManagementGroupScope: any;
1855
+ export declare const DeploymentsListAtScopeInput: Schema.Struct<{
1856
+ readonly scope: Schema.String;
1857
+ readonly "api-version": Schema.String;
4456
1858
  readonly $filter: Schema.optional<Schema.String>;
4457
1859
  readonly $top: Schema.optional<Schema.Number>;
4458
1860
  }>;
4459
- export type DeploymentsListByResourceGroupInput = typeof DeploymentsListByResourceGroupInput.Type;
4460
- export declare const DeploymentsListByResourceGroupOutput: Schema.Struct<{
4461
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
4462
- readonly id: Schema.optional<Schema.String>;
4463
- readonly name: Schema.optional<Schema.String>;
4464
- readonly type: Schema.optional<Schema.String>;
4465
- readonly location: Schema.optional<Schema.String>;
4466
- readonly properties: Schema.optional<Schema.Struct<{
4467
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating"]>>;
4468
- readonly correlationId: Schema.optional<Schema.String>;
4469
- readonly timestamp: Schema.optional<Schema.String>;
4470
- readonly duration: Schema.optional<Schema.String>;
4471
- readonly outputs: Schema.optional<Schema.Unknown>;
4472
- readonly providers: Schema.optional<Schema.$Array<Schema.Struct<{
4473
- readonly id: Schema.optional<Schema.String>;
4474
- readonly namespace: Schema.optional<Schema.String>;
4475
- readonly registrationState: Schema.optional<Schema.String>;
4476
- readonly registrationPolicy: Schema.optional<Schema.String>;
4477
- readonly resourceTypes: Schema.optional<Schema.$Array<Schema.Struct<{
4478
- readonly resourceType: Schema.optional<Schema.String>;
4479
- readonly locations: Schema.optional<Schema.$Array<Schema.String>>;
4480
- readonly locationMappings: Schema.optional<Schema.$Array<Schema.Struct<{
4481
- readonly location: Schema.optional<Schema.String>;
4482
- readonly type: Schema.optional<Schema.String>;
4483
- readonly extendedLocations: Schema.optional<Schema.$Array<Schema.String>>;
4484
- }>>>;
4485
- readonly aliases: Schema.optional<Schema.$Array<Schema.Struct<{
4486
- readonly name: Schema.optional<Schema.String>;
4487
- readonly paths: Schema.optional<Schema.$Array<Schema.Struct<{
4488
- readonly path: Schema.optional<Schema.String>;
4489
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
4490
- readonly pattern: Schema.optional<Schema.Struct<{
4491
- readonly phrase: Schema.optional<Schema.String>;
4492
- readonly variable: Schema.optional<Schema.String>;
4493
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
4494
- }>>;
4495
- readonly metadata: Schema.optional<Schema.Struct<{
4496
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
4497
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
4498
- }>>;
4499
- }>>>;
4500
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "PlainText", "Mask"]>>;
4501
- readonly defaultPath: Schema.optional<Schema.String>;
4502
- readonly defaultPattern: Schema.optional<Schema.Struct<{
4503
- readonly phrase: Schema.optional<Schema.String>;
4504
- readonly variable: Schema.optional<Schema.String>;
4505
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Extract"]>>;
4506
- }>>;
4507
- readonly defaultMetadata: Schema.optional<Schema.Struct<{
4508
- readonly type: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", "Boolean"]>>;
4509
- readonly attributes: Schema.optional<Schema.Literals<readonly ["None", "Modifiable"]>>;
4510
- }>>;
4511
- }>>>;
4512
- readonly apiVersions: Schema.optional<Schema.$Array<Schema.String>>;
4513
- readonly defaultApiVersion: Schema.optional<Schema.String>;
4514
- readonly zoneMappings: Schema.optional<Schema.$Array<Schema.Struct<{
4515
- readonly location: Schema.optional<Schema.String>;
4516
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
4517
- }>>>;
4518
- readonly apiProfiles: Schema.optional<Schema.$Array<Schema.Struct<{
4519
- readonly profileVersion: Schema.optional<Schema.String>;
4520
- readonly apiVersion: Schema.optional<Schema.String>;
4521
- }>>>;
4522
- readonly capabilities: Schema.optional<Schema.String>;
4523
- readonly properties: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
4524
- }>>>;
4525
- readonly providerAuthorizationConsentState: Schema.optional<Schema.Literals<readonly ["NotSpecified", "Required", "NotRequired", "Consented"]>>;
4526
- }>>>;
4527
- readonly dependencies: Schema.optional<Schema.$Array<Schema.Struct<{
4528
- readonly dependsOn: Schema.optional<Schema.$Array<Schema.Struct<{
4529
- readonly id: Schema.optional<Schema.String>;
4530
- readonly resourceType: Schema.optional<Schema.String>;
4531
- readonly resourceName: Schema.optional<Schema.String>;
4532
- }>>>;
4533
- readonly id: Schema.optional<Schema.String>;
4534
- readonly resourceType: Schema.optional<Schema.String>;
4535
- readonly resourceName: Schema.optional<Schema.String>;
4536
- }>>>;
4537
- readonly templateLink: Schema.optional<Schema.Struct<{
4538
- readonly uri: Schema.optional<Schema.String>;
4539
- readonly id: Schema.optional<Schema.String>;
4540
- readonly relativePath: Schema.optional<Schema.String>;
4541
- readonly contentVersion: Schema.optional<Schema.String>;
4542
- readonly queryString: Schema.optional<Schema.String>;
4543
- }>>;
4544
- readonly parameters: Schema.optional<Schema.Unknown>;
4545
- readonly parametersLink: Schema.optional<Schema.Struct<{
4546
- readonly uri: Schema.String;
4547
- readonly contentVersion: Schema.optional<Schema.String>;
4548
- }>>;
4549
- readonly extensions: Schema.optional<Schema.$Array<Schema.Struct<{
4550
- readonly alias: Schema.optional<Schema.String>;
4551
- readonly name: Schema.optional<Schema.String>;
4552
- readonly version: Schema.optional<Schema.String>;
4553
- readonly configId: Schema.optional<Schema.String>;
4554
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
4555
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
4556
- readonly value: Schema.optional<Schema.Unknown>;
4557
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
4558
- readonly keyVault: Schema.Struct<{
4559
- readonly id: Schema.String;
4560
- }>;
4561
- readonly secretName: Schema.String;
4562
- readonly secretVersion: Schema.optional<Schema.String>;
4563
- }>>;
4564
- }>>>;
4565
- }>>>;
4566
- readonly mode: Schema.optional<Schema.Literals<readonly ["Incremental", "Complete"]>>;
4567
- readonly debugSetting: Schema.optional<Schema.Struct<{
4568
- readonly detailLevel: Schema.optional<Schema.String>;
4569
- }>>;
4570
- readonly onErrorDeployment: Schema.optional<Schema.Struct<{
4571
- readonly provisioningState: Schema.optional<Schema.String>;
4572
- readonly type: Schema.optional<Schema.Literals<readonly ["LastSuccessful", "SpecificDeployment"]>>;
4573
- readonly deploymentName: Schema.optional<Schema.String>;
4574
- }>>;
4575
- readonly templateHash: Schema.optional<Schema.String>;
4576
- readonly outputResources: Schema.optional<Schema.$Array<Schema.Struct<{
4577
- readonly id: Schema.optional<Schema.String>;
4578
- readonly extension: Schema.optional<Schema.Struct<{
4579
- readonly alias: Schema.optional<Schema.String>;
4580
- readonly name: Schema.optional<Schema.String>;
4581
- readonly version: Schema.optional<Schema.String>;
4582
- readonly configId: Schema.optional<Schema.String>;
4583
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
4584
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
4585
- readonly value: Schema.optional<Schema.Unknown>;
4586
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
4587
- readonly keyVault: Schema.Struct<{
4588
- readonly id: Schema.String;
4589
- }>;
4590
- readonly secretName: Schema.String;
4591
- readonly secretVersion: Schema.optional<Schema.String>;
4592
- }>>;
4593
- }>>>;
4594
- }>>;
4595
- readonly resourceType: Schema.optional<Schema.String>;
4596
- readonly identifiers: Schema.optional<Schema.Unknown>;
4597
- readonly apiVersion: Schema.optional<Schema.String>;
4598
- }>>>;
4599
- readonly validatedResources: Schema.optional<Schema.$Array<Schema.Struct<{
4600
- readonly id: Schema.optional<Schema.String>;
4601
- readonly extension: Schema.optional<Schema.Struct<{
4602
- readonly alias: Schema.optional<Schema.String>;
4603
- readonly name: Schema.optional<Schema.String>;
4604
- readonly version: Schema.optional<Schema.String>;
4605
- readonly configId: Schema.optional<Schema.String>;
4606
- readonly config: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
4607
- readonly type: Schema.optional<Schema.Literals<readonly ["String", "Int", "Bool", "Array", "Object", "SecureString", "SecureObject"]>>;
4608
- readonly value: Schema.optional<Schema.Unknown>;
4609
- readonly keyVaultReference: Schema.optional<Schema.Struct<{
4610
- readonly keyVault: Schema.Struct<{
4611
- readonly id: Schema.String;
4612
- }>;
4613
- readonly secretName: Schema.String;
4614
- readonly secretVersion: Schema.optional<Schema.String>;
4615
- }>>;
4616
- }>>>;
4617
- }>>;
4618
- readonly resourceType: Schema.optional<Schema.String>;
4619
- readonly identifiers: Schema.optional<Schema.Unknown>;
4620
- readonly apiVersion: Schema.optional<Schema.String>;
4621
- }>>>;
4622
- readonly error: Schema.optional<Schema.Struct<{
4623
- readonly code: Schema.optional<Schema.String>;
4624
- readonly message: Schema.optional<Schema.String>;
4625
- readonly target: Schema.optional<Schema.String>;
4626
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
4627
- readonly code: Schema.optional<Schema.String>;
4628
- readonly message: Schema.optional<Schema.String>;
4629
- readonly target: Schema.optional<Schema.String>;
4630
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
4631
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
4632
- readonly type: Schema.optional<Schema.String>;
4633
- readonly info: Schema.optional<Schema.Unknown>;
4634
- }>>>;
4635
- }>>>;
4636
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
4637
- readonly type: Schema.optional<Schema.String>;
4638
- readonly info: Schema.optional<Schema.Unknown>;
4639
- }>>>;
4640
- }>>;
4641
- readonly diagnostics: Schema.optional<Schema.$Array<Schema.Struct<{
4642
- readonly level: Schema.Literals<readonly ["Warning", "Info", "Error"]>;
4643
- readonly code: Schema.String;
4644
- readonly message: Schema.String;
4645
- readonly target: Schema.optional<Schema.String>;
4646
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
4647
- readonly type: Schema.optional<Schema.String>;
4648
- readonly info: Schema.optional<Schema.Unknown>;
4649
- }>>>;
4650
- }>>>;
4651
- readonly validationLevel: Schema.optional<Schema.Literals<readonly ["Template", "Provider", "ProviderNoRbac"]>>;
4652
- }>>;
4653
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
4654
- }>>>;
1861
+ export type DeploymentsListAtScopeInput = typeof DeploymentsListAtScopeInput.Type;
1862
+ export declare const DeploymentsListAtScopeOutput: Schema.Struct<{
1863
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
1864
+ readonly nextLink: Schema.optional<Schema.String>;
1865
+ }>;
1866
+ export type DeploymentsListAtScopeOutput = typeof DeploymentsListAtScopeOutput.Type;
1867
+ /**
1868
+ * Get all the deployments at the given scope.
1869
+ *
1870
+ * @param api-version - The API version to use for this operation.
1871
+ * @param scope - The fully qualified Azure Resource manager identifier of the resource.
1872
+ * @param $filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'.
1873
+ * @param $top - The number of results to get. If null is passed, returns all deployments.
1874
+ */
1875
+ export declare const DeploymentsListAtScope: any;
1876
+ export declare const DeploymentsListAtSubscriptionScopeInput: Schema.Struct<{
1877
+ readonly subscriptionId: Schema.String;
1878
+ readonly "api-version": Schema.String;
1879
+ readonly $filter: Schema.optional<Schema.String>;
1880
+ readonly $top: Schema.optional<Schema.Number>;
1881
+ }>;
1882
+ export type DeploymentsListAtSubscriptionScopeInput = typeof DeploymentsListAtSubscriptionScopeInput.Type;
1883
+ export declare const DeploymentsListAtSubscriptionScopeOutput: Schema.Struct<{
1884
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
1885
+ readonly nextLink: Schema.optional<Schema.String>;
1886
+ }>;
1887
+ export type DeploymentsListAtSubscriptionScopeOutput = typeof DeploymentsListAtSubscriptionScopeOutput.Type;
1888
+ /**
1889
+ * Get all the deployments for a subscription.
1890
+ *
1891
+ * @param api-version - The API version to use for this operation.
1892
+ * @param subscriptionId - The ID of the target subscription.
1893
+ * @param $filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'.
1894
+ * @param $top - The number of results to get. If null is passed, returns all deployments.
1895
+ */
1896
+ export declare const DeploymentsListAtSubscriptionScope: any;
1897
+ export declare const DeploymentsListAtTenantScopeInput: Schema.Struct<{
1898
+ readonly "api-version": Schema.String;
1899
+ readonly $filter: Schema.optional<Schema.String>;
1900
+ readonly $top: Schema.optional<Schema.Number>;
1901
+ }>;
1902
+ export type DeploymentsListAtTenantScopeInput = typeof DeploymentsListAtTenantScopeInput.Type;
1903
+ export declare const DeploymentsListAtTenantScopeOutput: Schema.Struct<{
1904
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
1905
+ readonly nextLink: Schema.optional<Schema.String>;
1906
+ }>;
1907
+ export type DeploymentsListAtTenantScopeOutput = typeof DeploymentsListAtTenantScopeOutput.Type;
1908
+ /**
1909
+ * Get all the deployments at the tenant scope.
1910
+ *
1911
+ * @param api-version - The API version to use for this operation.
1912
+ * @param $filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'.
1913
+ * @param $top - The number of results to get. If null is passed, returns all deployments.
1914
+ */
1915
+ export declare const DeploymentsListAtTenantScope: any;
1916
+ export declare const DeploymentsListByResourceGroupInput: Schema.Struct<{
1917
+ readonly subscriptionId: Schema.String;
1918
+ readonly resourceGroupName: Schema.String;
1919
+ readonly "api-version": Schema.String;
1920
+ readonly $filter: Schema.optional<Schema.String>;
1921
+ readonly $top: Schema.optional<Schema.Number>;
1922
+ }>;
1923
+ export type DeploymentsListByResourceGroupInput = typeof DeploymentsListByResourceGroupInput.Type;
1924
+ export declare const DeploymentsListByResourceGroupOutput: Schema.Struct<{
1925
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
4655
1926
  readonly nextLink: Schema.optional<Schema.String>;
4656
1927
  }>;
4657
1928
  export type DeploymentsListByResourceGroupOutput = typeof DeploymentsListByResourceGroupOutput.Type;
4658
1929
  /**
4659
1930
  * Get all the deployments for a resource group.
4660
1931
  *
4661
- * @param resourceGroupName - The name of the resource group with the deployments to get. The name is case insensitive.
1932
+ * @param api-version - The API version to use for this operation.
1933
+ * @param subscriptionId - The ID of the target subscription.
1934
+ * @param resourceGroupName - The name of the resource group.
4662
1935
  * @param $filter - The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'.
4663
1936
  * @param $top - The number of results to get. If null is passed, returns all deployments.
4664
1937
  */
@@ -5565,7 +2838,10 @@ export type DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOutput = typeof Dep
5565
2838
  */
5566
2839
  export declare const DeploymentStacksWhatIfResultsAtSubscriptionWhatIf: any;
5567
2840
  export declare const DeploymentsValidateInput: Schema.Struct<{
2841
+ readonly subscriptionId: Schema.String;
5568
2842
  readonly resourceGroupName: Schema.String;
2843
+ readonly deploymentName: Schema.String;
2844
+ readonly "api-version": Schema.String;
5569
2845
  }>;
5570
2846
  export type DeploymentsValidateInput = typeof DeploymentsValidateInput.Type;
5571
2847
  export declare const DeploymentsValidateOutput: Schema.Struct<{
@@ -5573,16 +2849,7 @@ export declare const DeploymentsValidateOutput: Schema.Struct<{
5573
2849
  readonly code: Schema.optional<Schema.String>;
5574
2850
  readonly message: Schema.optional<Schema.String>;
5575
2851
  readonly target: Schema.optional<Schema.String>;
5576
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
5577
- readonly code: Schema.optional<Schema.String>;
5578
- readonly message: Schema.optional<Schema.String>;
5579
- readonly target: Schema.optional<Schema.String>;
5580
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
5581
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
5582
- readonly type: Schema.optional<Schema.String>;
5583
- readonly info: Schema.optional<Schema.Unknown>;
5584
- }>>>;
5585
- }>>>;
2852
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
5586
2853
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
5587
2854
  readonly type: Schema.optional<Schema.String>;
5588
2855
  readonly info: Schema.optional<Schema.Unknown>;
@@ -5751,16 +3018,7 @@ export declare const DeploymentsValidateOutput: Schema.Struct<{
5751
3018
  readonly code: Schema.optional<Schema.String>;
5752
3019
  readonly message: Schema.optional<Schema.String>;
5753
3020
  readonly target: Schema.optional<Schema.String>;
5754
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
5755
- readonly code: Schema.optional<Schema.String>;
5756
- readonly message: Schema.optional<Schema.String>;
5757
- readonly target: Schema.optional<Schema.String>;
5758
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
5759
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
5760
- readonly type: Schema.optional<Schema.String>;
5761
- readonly info: Schema.optional<Schema.Unknown>;
5762
- }>>>;
5763
- }>>>;
3021
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
5764
3022
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
5765
3023
  readonly type: Schema.optional<Schema.String>;
5766
3024
  readonly info: Schema.optional<Schema.Unknown>;
@@ -5783,26 +3041,24 @@ export type DeploymentsValidateOutput = typeof DeploymentsValidateOutput.Type;
5783
3041
  /**
5784
3042
  * Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
5785
3043
  *
5786
- * @param resourceGroupName - The name of the resource group the template will be deployed to. The name is case insensitive.
3044
+ * @param api-version - The API version to use for this operation.
3045
+ * @param subscriptionId - The ID of the target subscription.
3046
+ * @param resourceGroupName - The name of the resource group.
3047
+ * @param deploymentName - The name of the deployment.
5787
3048
  */
5788
3049
  export declare const DeploymentsValidate: any;
5789
- export declare const DeploymentsValidateAtManagementGroupScopeInput: Schema.Struct<{}>;
3050
+ export declare const DeploymentsValidateAtManagementGroupScopeInput: Schema.Struct<{
3051
+ readonly groupId: Schema.String;
3052
+ readonly deploymentName: Schema.String;
3053
+ readonly "api-version": Schema.String;
3054
+ }>;
5790
3055
  export type DeploymentsValidateAtManagementGroupScopeInput = typeof DeploymentsValidateAtManagementGroupScopeInput.Type;
5791
3056
  export declare const DeploymentsValidateAtManagementGroupScopeOutput: Schema.Struct<{
5792
3057
  readonly error: Schema.optional<Schema.Struct<{
5793
3058
  readonly code: Schema.optional<Schema.String>;
5794
3059
  readonly message: Schema.optional<Schema.String>;
5795
3060
  readonly target: Schema.optional<Schema.String>;
5796
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
5797
- readonly code: Schema.optional<Schema.String>;
5798
- readonly message: Schema.optional<Schema.String>;
5799
- readonly target: Schema.optional<Schema.String>;
5800
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
5801
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
5802
- readonly type: Schema.optional<Schema.String>;
5803
- readonly info: Schema.optional<Schema.Unknown>;
5804
- }>>>;
5805
- }>>>;
3061
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
5806
3062
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
5807
3063
  readonly type: Schema.optional<Schema.String>;
5808
3064
  readonly info: Schema.optional<Schema.Unknown>;
@@ -5971,16 +3227,7 @@ export declare const DeploymentsValidateAtManagementGroupScopeOutput: Schema.Str
5971
3227
  readonly code: Schema.optional<Schema.String>;
5972
3228
  readonly message: Schema.optional<Schema.String>;
5973
3229
  readonly target: Schema.optional<Schema.String>;
5974
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
5975
- readonly code: Schema.optional<Schema.String>;
5976
- readonly message: Schema.optional<Schema.String>;
5977
- readonly target: Schema.optional<Schema.String>;
5978
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
5979
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
5980
- readonly type: Schema.optional<Schema.String>;
5981
- readonly info: Schema.optional<Schema.Unknown>;
5982
- }>>>;
5983
- }>>>;
3230
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
5984
3231
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
5985
3232
  readonly type: Schema.optional<Schema.String>;
5986
3233
  readonly info: Schema.optional<Schema.Unknown>;
@@ -6002,25 +3249,24 @@ export declare const DeploymentsValidateAtManagementGroupScopeOutput: Schema.Str
6002
3249
  export type DeploymentsValidateAtManagementGroupScopeOutput = typeof DeploymentsValidateAtManagementGroupScopeOutput.Type;
6003
3250
  /**
6004
3251
  * Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
3252
+ *
3253
+ * @param api-version - The API version to use for this operation.
3254
+ * @param groupId - The management group ID.
3255
+ * @param deploymentName - The name of the deployment.
6005
3256
  */
6006
3257
  export declare const DeploymentsValidateAtManagementGroupScope: any;
6007
- export declare const DeploymentsValidateAtScopeInput: Schema.Struct<{}>;
3258
+ export declare const DeploymentsValidateAtScopeInput: Schema.Struct<{
3259
+ readonly scope: Schema.String;
3260
+ readonly deploymentName: Schema.String;
3261
+ readonly "api-version": Schema.String;
3262
+ }>;
6008
3263
  export type DeploymentsValidateAtScopeInput = typeof DeploymentsValidateAtScopeInput.Type;
6009
3264
  export declare const DeploymentsValidateAtScopeOutput: Schema.Struct<{
6010
3265
  readonly error: Schema.optional<Schema.Struct<{
6011
3266
  readonly code: Schema.optional<Schema.String>;
6012
3267
  readonly message: Schema.optional<Schema.String>;
6013
3268
  readonly target: Schema.optional<Schema.String>;
6014
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
6015
- readonly code: Schema.optional<Schema.String>;
6016
- readonly message: Schema.optional<Schema.String>;
6017
- readonly target: Schema.optional<Schema.String>;
6018
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6019
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6020
- readonly type: Schema.optional<Schema.String>;
6021
- readonly info: Schema.optional<Schema.Unknown>;
6022
- }>>>;
6023
- }>>>;
3269
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6024
3270
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6025
3271
  readonly type: Schema.optional<Schema.String>;
6026
3272
  readonly info: Schema.optional<Schema.Unknown>;
@@ -6189,16 +3435,7 @@ export declare const DeploymentsValidateAtScopeOutput: Schema.Struct<{
6189
3435
  readonly code: Schema.optional<Schema.String>;
6190
3436
  readonly message: Schema.optional<Schema.String>;
6191
3437
  readonly target: Schema.optional<Schema.String>;
6192
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
6193
- readonly code: Schema.optional<Schema.String>;
6194
- readonly message: Schema.optional<Schema.String>;
6195
- readonly target: Schema.optional<Schema.String>;
6196
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6197
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6198
- readonly type: Schema.optional<Schema.String>;
6199
- readonly info: Schema.optional<Schema.Unknown>;
6200
- }>>>;
6201
- }>>>;
3438
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6202
3439
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6203
3440
  readonly type: Schema.optional<Schema.String>;
6204
3441
  readonly info: Schema.optional<Schema.Unknown>;
@@ -6220,25 +3457,24 @@ export declare const DeploymentsValidateAtScopeOutput: Schema.Struct<{
6220
3457
  export type DeploymentsValidateAtScopeOutput = typeof DeploymentsValidateAtScopeOutput.Type;
6221
3458
  /**
6222
3459
  * Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
3460
+ *
3461
+ * @param api-version - The API version to use for this operation.
3462
+ * @param scope - The fully qualified Azure Resource manager identifier of the resource.
3463
+ * @param deploymentName - The name of the deployment.
6223
3464
  */
6224
3465
  export declare const DeploymentsValidateAtScope: any;
6225
- export declare const DeploymentsValidateAtSubscriptionScopeInput: Schema.Struct<{}>;
3466
+ export declare const DeploymentsValidateAtSubscriptionScopeInput: Schema.Struct<{
3467
+ readonly subscriptionId: Schema.String;
3468
+ readonly deploymentName: Schema.String;
3469
+ readonly "api-version": Schema.String;
3470
+ }>;
6226
3471
  export type DeploymentsValidateAtSubscriptionScopeInput = typeof DeploymentsValidateAtSubscriptionScopeInput.Type;
6227
3472
  export declare const DeploymentsValidateAtSubscriptionScopeOutput: Schema.Struct<{
6228
3473
  readonly error: Schema.optional<Schema.Struct<{
6229
3474
  readonly code: Schema.optional<Schema.String>;
6230
3475
  readonly message: Schema.optional<Schema.String>;
6231
3476
  readonly target: Schema.optional<Schema.String>;
6232
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
6233
- readonly code: Schema.optional<Schema.String>;
6234
- readonly message: Schema.optional<Schema.String>;
6235
- readonly target: Schema.optional<Schema.String>;
6236
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6237
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6238
- readonly type: Schema.optional<Schema.String>;
6239
- readonly info: Schema.optional<Schema.Unknown>;
6240
- }>>>;
6241
- }>>>;
3477
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6242
3478
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6243
3479
  readonly type: Schema.optional<Schema.String>;
6244
3480
  readonly info: Schema.optional<Schema.Unknown>;
@@ -6407,16 +3643,7 @@ export declare const DeploymentsValidateAtSubscriptionScopeOutput: Schema.Struct
6407
3643
  readonly code: Schema.optional<Schema.String>;
6408
3644
  readonly message: Schema.optional<Schema.String>;
6409
3645
  readonly target: Schema.optional<Schema.String>;
6410
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
6411
- readonly code: Schema.optional<Schema.String>;
6412
- readonly message: Schema.optional<Schema.String>;
6413
- readonly target: Schema.optional<Schema.String>;
6414
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6415
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6416
- readonly type: Schema.optional<Schema.String>;
6417
- readonly info: Schema.optional<Schema.Unknown>;
6418
- }>>>;
6419
- }>>>;
3646
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6420
3647
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6421
3648
  readonly type: Schema.optional<Schema.String>;
6422
3649
  readonly info: Schema.optional<Schema.Unknown>;
@@ -6438,25 +3665,23 @@ export declare const DeploymentsValidateAtSubscriptionScopeOutput: Schema.Struct
6438
3665
  export type DeploymentsValidateAtSubscriptionScopeOutput = typeof DeploymentsValidateAtSubscriptionScopeOutput.Type;
6439
3666
  /**
6440
3667
  * Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
3668
+ *
3669
+ * @param api-version - The API version to use for this operation.
3670
+ * @param subscriptionId - The ID of the target subscription.
3671
+ * @param deploymentName - The name of the deployment.
6441
3672
  */
6442
3673
  export declare const DeploymentsValidateAtSubscriptionScope: any;
6443
- export declare const DeploymentsValidateAtTenantScopeInput: Schema.Struct<{}>;
3674
+ export declare const DeploymentsValidateAtTenantScopeInput: Schema.Struct<{
3675
+ readonly deploymentName: Schema.String;
3676
+ readonly "api-version": Schema.String;
3677
+ }>;
6444
3678
  export type DeploymentsValidateAtTenantScopeInput = typeof DeploymentsValidateAtTenantScopeInput.Type;
6445
3679
  export declare const DeploymentsValidateAtTenantScopeOutput: Schema.Struct<{
6446
3680
  readonly error: Schema.optional<Schema.Struct<{
6447
3681
  readonly code: Schema.optional<Schema.String>;
6448
3682
  readonly message: Schema.optional<Schema.String>;
6449
3683
  readonly target: Schema.optional<Schema.String>;
6450
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
6451
- readonly code: Schema.optional<Schema.String>;
6452
- readonly message: Schema.optional<Schema.String>;
6453
- readonly target: Schema.optional<Schema.String>;
6454
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6455
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6456
- readonly type: Schema.optional<Schema.String>;
6457
- readonly info: Schema.optional<Schema.Unknown>;
6458
- }>>>;
6459
- }>>>;
3684
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6460
3685
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6461
3686
  readonly type: Schema.optional<Schema.String>;
6462
3687
  readonly info: Schema.optional<Schema.Unknown>;
@@ -6625,16 +3850,7 @@ export declare const DeploymentsValidateAtTenantScopeOutput: Schema.Struct<{
6625
3850
  readonly code: Schema.optional<Schema.String>;
6626
3851
  readonly message: Schema.optional<Schema.String>;
6627
3852
  readonly target: Schema.optional<Schema.String>;
6628
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
6629
- readonly code: Schema.optional<Schema.String>;
6630
- readonly message: Schema.optional<Schema.String>;
6631
- readonly target: Schema.optional<Schema.String>;
6632
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6633
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6634
- readonly type: Schema.optional<Schema.String>;
6635
- readonly info: Schema.optional<Schema.Unknown>;
6636
- }>>>;
6637
- }>>>;
3853
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6638
3854
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6639
3855
  readonly type: Schema.optional<Schema.String>;
6640
3856
  readonly info: Schema.optional<Schema.Unknown>;
@@ -6656,10 +3872,16 @@ export declare const DeploymentsValidateAtTenantScopeOutput: Schema.Struct<{
6656
3872
  export type DeploymentsValidateAtTenantScopeOutput = typeof DeploymentsValidateAtTenantScopeOutput.Type;
6657
3873
  /**
6658
3874
  * Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..
3875
+ *
3876
+ * @param api-version - The API version to use for this operation.
3877
+ * @param deploymentName - The name of the deployment.
6659
3878
  */
6660
3879
  export declare const DeploymentsValidateAtTenantScope: any;
6661
3880
  export declare const DeploymentsWhatIfInput: Schema.Struct<{
3881
+ readonly subscriptionId: Schema.String;
6662
3882
  readonly resourceGroupName: Schema.String;
3883
+ readonly deploymentName: Schema.String;
3884
+ readonly "api-version": Schema.String;
6663
3885
  }>;
6664
3886
  export type DeploymentsWhatIfInput = typeof DeploymentsWhatIfInput.Type;
6665
3887
  export declare const DeploymentsWhatIfOutput: Schema.Struct<{
@@ -6748,16 +3970,7 @@ export declare const DeploymentsWhatIfOutput: Schema.Struct<{
6748
3970
  readonly code: Schema.optional<Schema.String>;
6749
3971
  readonly message: Schema.optional<Schema.String>;
6750
3972
  readonly target: Schema.optional<Schema.String>;
6751
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
6752
- readonly code: Schema.optional<Schema.String>;
6753
- readonly message: Schema.optional<Schema.String>;
6754
- readonly target: Schema.optional<Schema.String>;
6755
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6756
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6757
- readonly type: Schema.optional<Schema.String>;
6758
- readonly info: Schema.optional<Schema.Unknown>;
6759
- }>>>;
6760
- }>>>;
3973
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6761
3974
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6762
3975
  readonly type: Schema.optional<Schema.String>;
6763
3976
  readonly info: Schema.optional<Schema.Unknown>;
@@ -6768,10 +3981,17 @@ export type DeploymentsWhatIfOutput = typeof DeploymentsWhatIfOutput.Type;
6768
3981
  /**
6769
3982
  * Returns changes that will be made by the deployment if executed at the scope of the resource group.
6770
3983
  *
6771
- * @param resourceGroupName - The name of the resource group the template will be deployed to. The name is case insensitive.
3984
+ * @param api-version - The API version to use for this operation.
3985
+ * @param subscriptionId - The ID of the target subscription.
3986
+ * @param resourceGroupName - The name of the resource group.
3987
+ * @param deploymentName - The name of the deployment.
6772
3988
  */
6773
3989
  export declare const DeploymentsWhatIf: any;
6774
- export declare const DeploymentsWhatIfAtManagementGroupScopeInput: Schema.Struct<{}>;
3990
+ export declare const DeploymentsWhatIfAtManagementGroupScopeInput: Schema.Struct<{
3991
+ readonly groupId: Schema.String;
3992
+ readonly deploymentName: Schema.String;
3993
+ readonly "api-version": Schema.String;
3994
+ }>;
6775
3995
  export type DeploymentsWhatIfAtManagementGroupScopeInput = typeof DeploymentsWhatIfAtManagementGroupScopeInput.Type;
6776
3996
  export declare const DeploymentsWhatIfAtManagementGroupScopeOutput: Schema.Struct<{
6777
3997
  readonly status: Schema.optional<Schema.String>;
@@ -6859,16 +4079,7 @@ export declare const DeploymentsWhatIfAtManagementGroupScopeOutput: Schema.Struc
6859
4079
  readonly code: Schema.optional<Schema.String>;
6860
4080
  readonly message: Schema.optional<Schema.String>;
6861
4081
  readonly target: Schema.optional<Schema.String>;
6862
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
6863
- readonly code: Schema.optional<Schema.String>;
6864
- readonly message: Schema.optional<Schema.String>;
6865
- readonly target: Schema.optional<Schema.String>;
6866
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6867
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6868
- readonly type: Schema.optional<Schema.String>;
6869
- readonly info: Schema.optional<Schema.Unknown>;
6870
- }>>>;
6871
- }>>>;
4082
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6872
4083
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6873
4084
  readonly type: Schema.optional<Schema.String>;
6874
4085
  readonly info: Schema.optional<Schema.Unknown>;
@@ -6878,9 +4089,17 @@ export declare const DeploymentsWhatIfAtManagementGroupScopeOutput: Schema.Struc
6878
4089
  export type DeploymentsWhatIfAtManagementGroupScopeOutput = typeof DeploymentsWhatIfAtManagementGroupScopeOutput.Type;
6879
4090
  /**
6880
4091
  * Returns changes that will be made by the deployment if executed at the scope of the management group.
4092
+ *
4093
+ * @param api-version - The API version to use for this operation.
4094
+ * @param groupId - The management group ID.
4095
+ * @param deploymentName - The name of the deployment.
6881
4096
  */
6882
4097
  export declare const DeploymentsWhatIfAtManagementGroupScope: any;
6883
- export declare const DeploymentsWhatIfAtSubscriptionScopeInput: Schema.Struct<{}>;
4098
+ export declare const DeploymentsWhatIfAtSubscriptionScopeInput: Schema.Struct<{
4099
+ readonly subscriptionId: Schema.String;
4100
+ readonly deploymentName: Schema.String;
4101
+ readonly "api-version": Schema.String;
4102
+ }>;
6884
4103
  export type DeploymentsWhatIfAtSubscriptionScopeInput = typeof DeploymentsWhatIfAtSubscriptionScopeInput.Type;
6885
4104
  export declare const DeploymentsWhatIfAtSubscriptionScopeOutput: Schema.Struct<{
6886
4105
  readonly status: Schema.optional<Schema.String>;
@@ -6968,16 +4187,7 @@ export declare const DeploymentsWhatIfAtSubscriptionScopeOutput: Schema.Struct<{
6968
4187
  readonly code: Schema.optional<Schema.String>;
6969
4188
  readonly message: Schema.optional<Schema.String>;
6970
4189
  readonly target: Schema.optional<Schema.String>;
6971
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
6972
- readonly code: Schema.optional<Schema.String>;
6973
- readonly message: Schema.optional<Schema.String>;
6974
- readonly target: Schema.optional<Schema.String>;
6975
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6976
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6977
- readonly type: Schema.optional<Schema.String>;
6978
- readonly info: Schema.optional<Schema.Unknown>;
6979
- }>>>;
6980
- }>>>;
4190
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
6981
4191
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
6982
4192
  readonly type: Schema.optional<Schema.String>;
6983
4193
  readonly info: Schema.optional<Schema.Unknown>;
@@ -6987,9 +4197,16 @@ export declare const DeploymentsWhatIfAtSubscriptionScopeOutput: Schema.Struct<{
6987
4197
  export type DeploymentsWhatIfAtSubscriptionScopeOutput = typeof DeploymentsWhatIfAtSubscriptionScopeOutput.Type;
6988
4198
  /**
6989
4199
  * Returns changes that will be made by the deployment if executed at the scope of the subscription.
4200
+ *
4201
+ * @param api-version - The API version to use for this operation.
4202
+ * @param subscriptionId - The ID of the target subscription.
4203
+ * @param deploymentName - The name of the deployment.
6990
4204
  */
6991
4205
  export declare const DeploymentsWhatIfAtSubscriptionScope: any;
6992
- export declare const DeploymentsWhatIfAtTenantScopeInput: Schema.Struct<{}>;
4206
+ export declare const DeploymentsWhatIfAtTenantScopeInput: Schema.Struct<{
4207
+ readonly deploymentName: Schema.String;
4208
+ readonly "api-version": Schema.String;
4209
+ }>;
6993
4210
  export type DeploymentsWhatIfAtTenantScopeInput = typeof DeploymentsWhatIfAtTenantScopeInput.Type;
6994
4211
  export declare const DeploymentsWhatIfAtTenantScopeOutput: Schema.Struct<{
6995
4212
  readonly status: Schema.optional<Schema.String>;
@@ -7077,16 +4294,7 @@ export declare const DeploymentsWhatIfAtTenantScopeOutput: Schema.Struct<{
7077
4294
  readonly code: Schema.optional<Schema.String>;
7078
4295
  readonly message: Schema.optional<Schema.String>;
7079
4296
  readonly target: Schema.optional<Schema.String>;
7080
- readonly details: Schema.optional<Schema.$Array<Schema.Struct<{
7081
- readonly code: Schema.optional<Schema.String>;
7082
- readonly message: Schema.optional<Schema.String>;
7083
- readonly target: Schema.optional<Schema.String>;
7084
- readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
7085
- readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
7086
- readonly type: Schema.optional<Schema.String>;
7087
- readonly info: Schema.optional<Schema.Unknown>;
7088
- }>>>;
7089
- }>>>;
4297
+ readonly details: Schema.optional<Schema.$Array<Schema.Unknown>>;
7090
4298
  readonly additionalInfo: Schema.optional<Schema.$Array<Schema.Struct<{
7091
4299
  readonly type: Schema.optional<Schema.String>;
7092
4300
  readonly info: Schema.optional<Schema.Unknown>;
@@ -7096,6 +4304,9 @@ export declare const DeploymentsWhatIfAtTenantScopeOutput: Schema.Struct<{
7096
4304
  export type DeploymentsWhatIfAtTenantScopeOutput = typeof DeploymentsWhatIfAtTenantScopeOutput.Type;
7097
4305
  /**
7098
4306
  * Returns changes that will be made by the deployment if executed at the scope of the tenant group.
4307
+ *
4308
+ * @param api-version - The API version to use for this operation.
4309
+ * @param deploymentName - The name of the deployment.
7099
4310
  */
7100
4311
  export declare const DeploymentsWhatIfAtTenantScope: any;
7101
4312
  export declare const FeaturesGetInput: Schema.Struct<{
@@ -7884,7 +5095,7 @@ export declare const OperationsListOutput: Schema.Struct<{
7884
5095
  }>;
7885
5096
  export type OperationsListOutput = typeof OperationsListOutput.Type;
7886
5097
  /**
7887
- * Lists all of the available Microsoft.Resources REST API operations.
5098
+ * List the operations for the provider
7888
5099
  *
7889
5100
  * @param api-version - The API version to use for this operation.
7890
5101
  */
@@ -10300,22 +7511,22 @@ export type ResourcesValidateMoveResourcesOutput = typeof ResourcesValidateMoveR
10300
7511
  * @param sourceResourceGroupName - The name of the resource group from the source subscription containing the resources to be validated for move.
10301
7512
  */
10302
7513
  export declare const ResourcesValidateMoveResources: any;
10303
- export declare const ResourceValidationClientValidateResourcesInput: Schema.Struct<{
7514
+ export declare const ResourceValidatorValidateResourcesInput: Schema.Struct<{
10304
7515
  readonly "api-version": Schema.String;
10305
7516
  }>;
10306
- export type ResourceValidationClientValidateResourcesInput = typeof ResourceValidationClientValidateResourcesInput.Type;
10307
- export declare const ResourceValidationClientValidateResourcesOutput: Schema.Struct<{
7517
+ export type ResourceValidatorValidateResourcesInput = typeof ResourceValidatorValidateResourcesInput.Type;
7518
+ export declare const ResourceValidatorValidateResourcesOutput: Schema.Struct<{
10308
7519
  readonly properties: Schema.Struct<{
10309
7520
  readonly validatedResources: Schema.$Array<Schema.String>;
10310
7521
  }>;
10311
7522
  }>;
10312
- export type ResourceValidationClientValidateResourcesOutput = typeof ResourceValidationClientValidateResourcesOutput.Type;
7523
+ export type ResourceValidatorValidateResourcesOutput = typeof ResourceValidatorValidateResourcesOutput.Type;
10313
7524
  /**
10314
7525
  * Validates multiple ARM resources.
10315
7526
  *
10316
7527
  * @param api-version - The API version to use for this operation.
10317
7528
  */
10318
- export declare const ResourceValidationClientValidateResources: any;
7529
+ export declare const ResourceValidatorValidateResources: any;
10319
7530
  export declare const SubscriptionFeatureRegistrationsCreateOrUpdateInput: Schema.Struct<{}>;
10320
7531
  export type SubscriptionFeatureRegistrationsCreateOrUpdateInput = typeof SubscriptionFeatureRegistrationsCreateOrUpdateInput.Type;
10321
7532
  export declare const SubscriptionFeatureRegistrationsCreateOrUpdateOutput: Schema.Struct<{
@@ -10379,6 +7590,7 @@ export type SubscriptionFeatureRegistrationsListBySubscriptionOutput = typeof Su
10379
7590
  */
10380
7591
  export declare const SubscriptionFeatureRegistrationsListBySubscription: any;
10381
7592
  export declare const SubscriptionsCheckZonePeersInput: Schema.Struct<{
7593
+ readonly subscriptionId: Schema.String;
10382
7594
  readonly "api-version": Schema.String;
10383
7595
  }>;
10384
7596
  export type SubscriptionsCheckZonePeersInput = typeof SubscriptionsCheckZonePeersInput.Type;
@@ -10398,9 +7610,11 @@ export type SubscriptionsCheckZonePeersOutput = typeof SubscriptionsCheckZonePee
10398
7610
  * Compares a subscriptions logical zone mapping
10399
7611
  *
10400
7612
  * @param api-version - The API version to use for this operation.
7613
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
10401
7614
  */
10402
7615
  export declare const SubscriptionsCheckZonePeers: any;
10403
7616
  export declare const SubscriptionsGetInput: Schema.Struct<{
7617
+ readonly subscriptionId: Schema.String;
10404
7618
  readonly "api-version": Schema.String;
10405
7619
  }>;
10406
7620
  export type SubscriptionsGetInput = typeof SubscriptionsGetInput.Type;
@@ -10426,6 +7640,7 @@ export type SubscriptionsGetOutput = typeof SubscriptionsGetOutput.Type;
10426
7640
  * Gets details about a specified subscription.
10427
7641
  *
10428
7642
  * @param api-version - The API version to use for this operation.
7643
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
10429
7644
  */
10430
7645
  export declare const SubscriptionsGet: any;
10431
7646
  export declare const SubscriptionsListInput: Schema.Struct<{
@@ -10433,7 +7648,7 @@ export declare const SubscriptionsListInput: Schema.Struct<{
10433
7648
  }>;
10434
7649
  export type SubscriptionsListInput = typeof SubscriptionsListInput.Type;
10435
7650
  export declare const SubscriptionsListOutput: Schema.Struct<{
10436
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
7651
+ readonly value: Schema.$Array<Schema.Struct<{
10437
7652
  readonly id: Schema.optional<Schema.String>;
10438
7653
  readonly subscriptionId: Schema.optional<Schema.String>;
10439
7654
  readonly displayName: Schema.optional<Schema.String>;
@@ -10449,8 +7664,8 @@ export declare const SubscriptionsListOutput: Schema.Struct<{
10449
7664
  readonly tenantId: Schema.optional<Schema.String>;
10450
7665
  }>>>;
10451
7666
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
10452
- }>>>;
10453
- readonly nextLink: Schema.String;
7667
+ }>>;
7668
+ readonly nextLink: Schema.optional<Schema.String>;
10454
7669
  }>;
10455
7670
  export type SubscriptionsListOutput = typeof SubscriptionsListOutput.Type;
10456
7671
  /**
@@ -10460,6 +7675,7 @@ export type SubscriptionsListOutput = typeof SubscriptionsListOutput.Type;
10460
7675
  */
10461
7676
  export declare const SubscriptionsList: any;
10462
7677
  export declare const SubscriptionsListLocationsInput: Schema.Struct<{
7678
+ readonly subscriptionId: Schema.String;
10463
7679
  readonly "api-version": Schema.String;
10464
7680
  readonly includeExtendedLocations: Schema.optional<Schema.Boolean>;
10465
7681
  }>;
@@ -10492,6 +7708,7 @@ export declare const SubscriptionsListLocationsOutput: Schema.Struct<{
10492
7708
  readonly physicalZone: Schema.optional<Schema.String>;
10493
7709
  }>>>;
10494
7710
  }>>>;
7711
+ readonly nextLink: Schema.optional<Schema.String>;
10495
7712
  }>;
10496
7713
  export type SubscriptionsListLocationsOutput = typeof SubscriptionsListLocationsOutput.Type;
10497
7714
  /**
@@ -10500,6 +7717,7 @@ export type SubscriptionsListLocationsOutput = typeof SubscriptionsListLocations
10500
7717
  * This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.
10501
7718
  *
10502
7719
  * @param api-version - The API version to use for this operation.
7720
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
10503
7721
  * @param includeExtendedLocations - Whether to include extended locations.
10504
7722
  */
10505
7723
  export declare const SubscriptionsListLocations: any;
@@ -10966,7 +8184,7 @@ export declare const TenantsListInput: Schema.Struct<{
10966
8184
  }>;
10967
8185
  export type TenantsListInput = typeof TenantsListInput.Type;
10968
8186
  export declare const TenantsListOutput: Schema.Struct<{
10969
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
8187
+ readonly value: Schema.$Array<Schema.Struct<{
10970
8188
  readonly id: Schema.optional<Schema.String>;
10971
8189
  readonly tenantId: Schema.optional<Schema.String>;
10972
8190
  readonly tenantCategory: Schema.optional<Schema.Literals<readonly ["Home", "ProjectedBy", "ManagedBy"]>>;
@@ -10977,8 +8195,8 @@ export declare const TenantsListOutput: Schema.Struct<{
10977
8195
  readonly defaultDomain: Schema.optional<Schema.String>;
10978
8196
  readonly tenantType: Schema.optional<Schema.String>;
10979
8197
  readonly tenantBrandingLogoUrl: Schema.optional<Schema.String>;
10980
- }>>>;
10981
- readonly nextLink: Schema.String;
8198
+ }>>;
8199
+ readonly nextLink: Schema.optional<Schema.String>;
10982
8200
  }>;
10983
8201
  export type TenantsListOutput = typeof TenantsListOutput.Type;
10984
8202
  /**