@azure/arm-resourcesdeployments 1.0.0-alpha.20250716.1

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 (218) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE +21 -0
  3. package/README.md +115 -0
  4. package/dist/browser/deploymentsClient.d.ts +22 -0
  5. package/dist/browser/deploymentsClient.d.ts.map +1 -0
  6. package/dist/browser/deploymentsClient.js +96 -0
  7. package/dist/browser/deploymentsClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts +11 -0
  13. package/dist/browser/lroImpl.d.ts.map +1 -0
  14. package/dist/browser/lroImpl.js +21 -0
  15. package/dist/browser/lroImpl.js.map +1 -0
  16. package/dist/browser/models/index.d.ts +1541 -0
  17. package/dist/browser/models/index.d.ts.map +1 -0
  18. package/dist/browser/models/index.js +132 -0
  19. package/dist/browser/models/index.js.map +1 -0
  20. package/dist/browser/models/mappers.d.ts +62 -0
  21. package/dist/browser/models/mappers.d.ts.map +1 -0
  22. package/dist/browser/models/mappers.js +2165 -0
  23. package/dist/browser/models/mappers.js.map +1 -0
  24. package/dist/browser/models/parameters.d.ts +20 -0
  25. package/dist/browser/models/parameters.d.ts.map +1 -0
  26. package/dist/browser/models/parameters.js +184 -0
  27. package/dist/browser/models/parameters.js.map +1 -0
  28. package/dist/browser/operations/deploymentOperations.d.ts +168 -0
  29. package/dist/browser/operations/deploymentOperations.d.ts.map +1 -0
  30. package/dist/browser/operations/deploymentOperations.js +782 -0
  31. package/dist/browser/operations/deploymentOperations.js.map +1 -0
  32. package/dist/browser/operations/deployments.d.ts +628 -0
  33. package/dist/browser/operations/deployments.d.ts.map +1 -0
  34. package/dist/browser/operations/deployments.js +2766 -0
  35. package/dist/browser/operations/deployments.js.map +1 -0
  36. package/dist/browser/operations/index.d.ts +3 -0
  37. package/dist/browser/operations/index.d.ts.map +1 -0
  38. package/dist/browser/operations/index.js +10 -0
  39. package/dist/browser/operations/index.js.map +1 -0
  40. package/dist/browser/operationsInterfaces/deploymentOperations.d.ts +77 -0
  41. package/dist/browser/operationsInterfaces/deploymentOperations.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/deploymentOperations.js +9 -0
  43. package/dist/browser/operationsInterfaces/deploymentOperations.js.map +1 -0
  44. package/dist/browser/operationsInterfaces/deployments.d.ts +545 -0
  45. package/dist/browser/operationsInterfaces/deployments.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/deployments.js +9 -0
  47. package/dist/browser/operationsInterfaces/deployments.js.map +1 -0
  48. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  49. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  50. package/dist/browser/operationsInterfaces/index.js +10 -0
  51. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  52. package/dist/browser/package.json +3 -0
  53. package/dist/browser/pagingHelper.d.ts +13 -0
  54. package/dist/browser/pagingHelper.d.ts.map +1 -0
  55. package/dist/browser/pagingHelper.js +32 -0
  56. package/dist/browser/pagingHelper.js.map +1 -0
  57. package/dist/commonjs/deploymentsClient.d.ts +22 -0
  58. package/dist/commonjs/deploymentsClient.d.ts.map +1 -0
  59. package/dist/commonjs/deploymentsClient.js +101 -0
  60. package/dist/commonjs/deploymentsClient.js.map +1 -0
  61. package/dist/commonjs/index.d.ts +5 -0
  62. package/dist/commonjs/index.d.ts.map +1 -0
  63. package/dist/commonjs/index.js +19 -0
  64. package/dist/commonjs/index.js.map +1 -0
  65. package/dist/commonjs/lroImpl.d.ts +11 -0
  66. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  67. package/dist/commonjs/lroImpl.js +24 -0
  68. package/dist/commonjs/lroImpl.js.map +1 -0
  69. package/dist/commonjs/models/index.d.ts +1541 -0
  70. package/dist/commonjs/models/index.d.ts.map +1 -0
  71. package/dist/commonjs/models/index.js +135 -0
  72. package/dist/commonjs/models/index.js.map +1 -0
  73. package/dist/commonjs/models/mappers.d.ts +62 -0
  74. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  75. package/dist/commonjs/models/mappers.js +2169 -0
  76. package/dist/commonjs/models/mappers.js.map +1 -0
  77. package/dist/commonjs/models/parameters.d.ts +20 -0
  78. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  79. package/dist/commonjs/models/parameters.js +187 -0
  80. package/dist/commonjs/models/parameters.js.map +1 -0
  81. package/dist/commonjs/operations/deploymentOperations.d.ts +168 -0
  82. package/dist/commonjs/operations/deploymentOperations.d.ts.map +1 -0
  83. package/dist/commonjs/operations/deploymentOperations.js +786 -0
  84. package/dist/commonjs/operations/deploymentOperations.js.map +1 -0
  85. package/dist/commonjs/operations/deployments.d.ts +628 -0
  86. package/dist/commonjs/operations/deployments.d.ts.map +1 -0
  87. package/dist/commonjs/operations/deployments.js +2770 -0
  88. package/dist/commonjs/operations/deployments.js.map +1 -0
  89. package/dist/commonjs/operations/index.d.ts +3 -0
  90. package/dist/commonjs/operations/index.d.ts.map +1 -0
  91. package/dist/commonjs/operations/index.js +13 -0
  92. package/dist/commonjs/operations/index.js.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/deploymentOperations.d.ts +77 -0
  94. package/dist/commonjs/operationsInterfaces/deploymentOperations.d.ts.map +1 -0
  95. package/dist/commonjs/operationsInterfaces/deploymentOperations.js +10 -0
  96. package/dist/commonjs/operationsInterfaces/deploymentOperations.js.map +1 -0
  97. package/dist/commonjs/operationsInterfaces/deployments.d.ts +545 -0
  98. package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/deployments.js +10 -0
  100. package/dist/commonjs/operationsInterfaces/deployments.js.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  102. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  104. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  105. package/dist/commonjs/package.json +3 -0
  106. package/dist/commonjs/pagingHelper.d.ts +13 -0
  107. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  108. package/dist/commonjs/pagingHelper.js +36 -0
  109. package/dist/commonjs/pagingHelper.js.map +1 -0
  110. package/dist/commonjs/tsdoc-metadata.json +11 -0
  111. package/dist/esm/deploymentsClient.d.ts +22 -0
  112. package/dist/esm/deploymentsClient.d.ts.map +1 -0
  113. package/dist/esm/deploymentsClient.js +96 -0
  114. package/dist/esm/deploymentsClient.js.map +1 -0
  115. package/dist/esm/index.d.ts +5 -0
  116. package/dist/esm/index.d.ts.map +1 -0
  117. package/dist/esm/index.js +13 -0
  118. package/dist/esm/index.js.map +1 -0
  119. package/dist/esm/lroImpl.d.ts +11 -0
  120. package/dist/esm/lroImpl.d.ts.map +1 -0
  121. package/dist/esm/lroImpl.js +21 -0
  122. package/dist/esm/lroImpl.js.map +1 -0
  123. package/dist/esm/models/index.d.ts +1541 -0
  124. package/dist/esm/models/index.d.ts.map +1 -0
  125. package/dist/esm/models/index.js +132 -0
  126. package/dist/esm/models/index.js.map +1 -0
  127. package/dist/esm/models/mappers.d.ts +62 -0
  128. package/dist/esm/models/mappers.d.ts.map +1 -0
  129. package/dist/esm/models/mappers.js +2165 -0
  130. package/dist/esm/models/mappers.js.map +1 -0
  131. package/dist/esm/models/parameters.d.ts +20 -0
  132. package/dist/esm/models/parameters.d.ts.map +1 -0
  133. package/dist/esm/models/parameters.js +184 -0
  134. package/dist/esm/models/parameters.js.map +1 -0
  135. package/dist/esm/operations/deploymentOperations.d.ts +168 -0
  136. package/dist/esm/operations/deploymentOperations.d.ts.map +1 -0
  137. package/dist/esm/operations/deploymentOperations.js +782 -0
  138. package/dist/esm/operations/deploymentOperations.js.map +1 -0
  139. package/dist/esm/operations/deployments.d.ts +628 -0
  140. package/dist/esm/operations/deployments.d.ts.map +1 -0
  141. package/dist/esm/operations/deployments.js +2766 -0
  142. package/dist/esm/operations/deployments.js.map +1 -0
  143. package/dist/esm/operations/index.d.ts +3 -0
  144. package/dist/esm/operations/index.d.ts.map +1 -0
  145. package/dist/esm/operations/index.js +10 -0
  146. package/dist/esm/operations/index.js.map +1 -0
  147. package/dist/esm/operationsInterfaces/deploymentOperations.d.ts +77 -0
  148. package/dist/esm/operationsInterfaces/deploymentOperations.d.ts.map +1 -0
  149. package/dist/esm/operationsInterfaces/deploymentOperations.js +9 -0
  150. package/dist/esm/operationsInterfaces/deploymentOperations.js.map +1 -0
  151. package/dist/esm/operationsInterfaces/deployments.d.ts +545 -0
  152. package/dist/esm/operationsInterfaces/deployments.d.ts.map +1 -0
  153. package/dist/esm/operationsInterfaces/deployments.js +9 -0
  154. package/dist/esm/operationsInterfaces/deployments.js.map +1 -0
  155. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  156. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  157. package/dist/esm/operationsInterfaces/index.js +10 -0
  158. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  159. package/dist/esm/package.json +3 -0
  160. package/dist/esm/pagingHelper.d.ts +13 -0
  161. package/dist/esm/pagingHelper.d.ts.map +1 -0
  162. package/dist/esm/pagingHelper.js +32 -0
  163. package/dist/esm/pagingHelper.js.map +1 -0
  164. package/dist/react-native/deploymentsClient.d.ts +22 -0
  165. package/dist/react-native/deploymentsClient.d.ts.map +1 -0
  166. package/dist/react-native/deploymentsClient.js +96 -0
  167. package/dist/react-native/deploymentsClient.js.map +1 -0
  168. package/dist/react-native/index.d.ts +5 -0
  169. package/dist/react-native/index.d.ts.map +1 -0
  170. package/dist/react-native/index.js +13 -0
  171. package/dist/react-native/index.js.map +1 -0
  172. package/dist/react-native/lroImpl.d.ts +11 -0
  173. package/dist/react-native/lroImpl.d.ts.map +1 -0
  174. package/dist/react-native/lroImpl.js +21 -0
  175. package/dist/react-native/lroImpl.js.map +1 -0
  176. package/dist/react-native/models/index.d.ts +1541 -0
  177. package/dist/react-native/models/index.d.ts.map +1 -0
  178. package/dist/react-native/models/index.js +132 -0
  179. package/dist/react-native/models/index.js.map +1 -0
  180. package/dist/react-native/models/mappers.d.ts +62 -0
  181. package/dist/react-native/models/mappers.d.ts.map +1 -0
  182. package/dist/react-native/models/mappers.js +2165 -0
  183. package/dist/react-native/models/mappers.js.map +1 -0
  184. package/dist/react-native/models/parameters.d.ts +20 -0
  185. package/dist/react-native/models/parameters.d.ts.map +1 -0
  186. package/dist/react-native/models/parameters.js +184 -0
  187. package/dist/react-native/models/parameters.js.map +1 -0
  188. package/dist/react-native/operations/deploymentOperations.d.ts +168 -0
  189. package/dist/react-native/operations/deploymentOperations.d.ts.map +1 -0
  190. package/dist/react-native/operations/deploymentOperations.js +782 -0
  191. package/dist/react-native/operations/deploymentOperations.js.map +1 -0
  192. package/dist/react-native/operations/deployments.d.ts +628 -0
  193. package/dist/react-native/operations/deployments.d.ts.map +1 -0
  194. package/dist/react-native/operations/deployments.js +2766 -0
  195. package/dist/react-native/operations/deployments.js.map +1 -0
  196. package/dist/react-native/operations/index.d.ts +3 -0
  197. package/dist/react-native/operations/index.d.ts.map +1 -0
  198. package/dist/react-native/operations/index.js +10 -0
  199. package/dist/react-native/operations/index.js.map +1 -0
  200. package/dist/react-native/operationsInterfaces/deploymentOperations.d.ts +77 -0
  201. package/dist/react-native/operationsInterfaces/deploymentOperations.d.ts.map +1 -0
  202. package/dist/react-native/operationsInterfaces/deploymentOperations.js +9 -0
  203. package/dist/react-native/operationsInterfaces/deploymentOperations.js.map +1 -0
  204. package/dist/react-native/operationsInterfaces/deployments.d.ts +545 -0
  205. package/dist/react-native/operationsInterfaces/deployments.d.ts.map +1 -0
  206. package/dist/react-native/operationsInterfaces/deployments.js +9 -0
  207. package/dist/react-native/operationsInterfaces/deployments.js.map +1 -0
  208. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  209. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  210. package/dist/react-native/operationsInterfaces/index.js +10 -0
  211. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  212. package/dist/react-native/package.json +3 -0
  213. package/dist/react-native/pagingHelper.d.ts +13 -0
  214. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  215. package/dist/react-native/pagingHelper.js +32 -0
  216. package/dist/react-native/pagingHelper.js.map +1 -0
  217. package/package.json +133 -0
  218. package/review/arm-resourcesdeployments.api.md +1226 -0
@@ -0,0 +1,1541 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** An error response for a resource management request. */
3
+ export interface CloudError {
4
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
5
+ error?: ErrorResponse;
6
+ }
7
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
8
+ export interface ErrorResponse {
9
+ /**
10
+ * The error code.
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly code?: string;
14
+ /**
15
+ * The error message.
16
+ * NOTE: This property will not be serialized. It can only be populated by the server.
17
+ */
18
+ readonly message?: string;
19
+ /**
20
+ * The error target.
21
+ * NOTE: This property will not be serialized. It can only be populated by the server.
22
+ */
23
+ readonly target?: string;
24
+ /**
25
+ * The error details.
26
+ * NOTE: This property will not be serialized. It can only be populated by the server.
27
+ */
28
+ readonly details?: ErrorResponse[];
29
+ /**
30
+ * The error additional info.
31
+ * NOTE: This property will not be serialized. It can only be populated by the server.
32
+ */
33
+ readonly additionalInfo?: ErrorAdditionalInfo[];
34
+ }
35
+ /** The resource management error additional info. */
36
+ export interface ErrorAdditionalInfo {
37
+ /**
38
+ * The additional info type.
39
+ * NOTE: This property will not be serialized. It can only be populated by the server.
40
+ */
41
+ readonly type?: string;
42
+ /**
43
+ * The additional info.
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly info?: Record<string, unknown>;
47
+ }
48
+ /** Deployment operation parameters. */
49
+ export interface Deployment {
50
+ /** The location to store the deployment data. */
51
+ location?: string;
52
+ /** The deployment properties. */
53
+ properties: DeploymentProperties;
54
+ /** Deployment tags */
55
+ tags?: {
56
+ [propertyName: string]: string;
57
+ };
58
+ /** The Managed Identity configuration for a deployment. */
59
+ identity?: DeploymentIdentity;
60
+ }
61
+ /** Deployment properties. */
62
+ export interface DeploymentProperties {
63
+ /** The template content. You use this element when you want to pass the template syntax directly in the request rather than link to an existing template. It can be a JObject or well-formed JSON string. Use either the templateLink property or the template property, but not both. */
64
+ template?: Record<string, unknown>;
65
+ /** The URI of the template. Use either the templateLink property or the template property, but not both. */
66
+ templateLink?: TemplateLink;
67
+ /** Name and value pairs that define the deployment parameters for the template. You use this element when you want to provide the parameter values directly in the request rather than link to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string. */
68
+ parameters?: {
69
+ [propertyName: string]: DeploymentParameter;
70
+ };
71
+ /** External input values, used by external tooling for parameter evaluation. */
72
+ externalInputs?: {
73
+ [propertyName: string]: DeploymentExternalInput;
74
+ };
75
+ /** External input definitions, used by external tooling to define expected external input values. */
76
+ externalInputDefinitions?: {
77
+ [propertyName: string]: DeploymentExternalInputDefinition;
78
+ };
79
+ /** The URI of parameters file. You use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both. */
80
+ parametersLink?: ParametersLink;
81
+ /** The configurations to use for deployment extensions. The keys of this object are deployment extension aliases as defined in the deployment template. */
82
+ extensionConfigs?: {
83
+ [propertyName: string]: {
84
+ [propertyName: string]: DeploymentExtensionConfigItem;
85
+ };
86
+ };
87
+ /** The mode that is used to deploy resources. This value can be either Incremental or Complete. In Incremental mode, resources are deployed without deleting existing resources that are not included in the template. In Complete mode, resources are deployed and existing resources in the resource group that are not included in the template are deleted. Be careful when using Complete mode as you may unintentionally delete resources. */
88
+ mode: DeploymentMode;
89
+ /** The debug setting of the deployment. */
90
+ debugSetting?: DebugSetting;
91
+ /** The deployment on error behavior. */
92
+ onErrorDeployment?: OnErrorDeployment;
93
+ /** Specifies whether template expressions are evaluated within the scope of the parent template or nested template. Only applicable to nested templates. If not specified, default value is outer. */
94
+ expressionEvaluationOptions?: ExpressionEvaluationOptions;
95
+ /** The validation level of the deployment */
96
+ validationLevel?: ValidationLevel;
97
+ }
98
+ /** Entity representing the reference to the template. */
99
+ export interface TemplateLink {
100
+ /** The URI of the template to deploy. Use either the uri or id property, but not both. */
101
+ uri?: string;
102
+ /** The resource id of a Template Spec. Use either the id or uri property, but not both. */
103
+ id?: string;
104
+ /** The relativePath property can be used to deploy a linked template at a location relative to the parent. If the parent template was linked with a TemplateSpec, this will reference an artifact in the TemplateSpec. If the parent was linked with a URI, the child deployment will be a combination of the parent and relativePath URIs */
105
+ relativePath?: string;
106
+ /** If included, must match the ContentVersion in the template. */
107
+ contentVersion?: string;
108
+ /** The query string (for example, a SAS token) to be used with the templateLink URI. */
109
+ queryString?: string;
110
+ }
111
+ /** Deployment parameter for the template. */
112
+ export interface DeploymentParameter {
113
+ /** Input value to the parameter . */
114
+ value?: any;
115
+ /** Azure Key Vault parameter reference. */
116
+ reference?: KeyVaultParameterReference;
117
+ /** Input expression to the parameter. */
118
+ expression?: string;
119
+ }
120
+ /** Azure Key Vault parameter reference. */
121
+ export interface KeyVaultParameterReference {
122
+ /** Azure Key Vault reference. */
123
+ keyVault: KeyVaultReference;
124
+ /** Azure Key Vault secret name. */
125
+ secretName: string;
126
+ /** Azure Key Vault secret version. */
127
+ secretVersion?: string;
128
+ }
129
+ /** Azure Key Vault reference. */
130
+ export interface KeyVaultReference {
131
+ /** Azure Key Vault resource id. */
132
+ id: string;
133
+ }
134
+ /** Deployment external input for parameterization. */
135
+ export interface DeploymentExternalInput {
136
+ /** External input value. */
137
+ value: any;
138
+ }
139
+ /** Deployment external input definition for parameterization. */
140
+ export interface DeploymentExternalInputDefinition {
141
+ /** The kind of external input. */
142
+ kind: string;
143
+ /** Configuration for the external input. */
144
+ config?: any;
145
+ }
146
+ /** Entity representing the reference to the deployment parameters. */
147
+ export interface ParametersLink {
148
+ /** The URI of the parameters file. */
149
+ uri: string;
150
+ /** If included, must match the ContentVersion in the template. */
151
+ contentVersion?: string;
152
+ }
153
+ export interface DeploymentExtensionConfigItem {
154
+ /**
155
+ * The value type of the extension config property.
156
+ * NOTE: This property will not be serialized. It can only be populated by the server.
157
+ */
158
+ readonly type?: ExtensionConfigPropertyType;
159
+ /** The value of the extension config property. */
160
+ value?: any;
161
+ /** The Azure Key Vault reference used to retrieve the secret value of the extension config property. */
162
+ keyVaultReference?: KeyVaultParameterReference;
163
+ }
164
+ /** The debug setting. */
165
+ export interface DebugSetting {
166
+ /** Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information you are passing in during deployment. By logging information about the request or response, you could potentially expose sensitive data that is retrieved through the deployment operations. */
167
+ detailLevel?: string;
168
+ }
169
+ /** Deployment on error behavior. */
170
+ export interface OnErrorDeployment {
171
+ /** The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. */
172
+ type?: OnErrorDeploymentType;
173
+ /** The deployment to be used on error case. */
174
+ deploymentName?: string;
175
+ }
176
+ /** Specifies whether template expressions are evaluated within the scope of the parent template or nested template. */
177
+ export interface ExpressionEvaluationOptions {
178
+ /** The scope to be used for evaluation of parameters, variables and functions in a nested template. */
179
+ scope?: ExpressionEvaluationOptionsScopeType;
180
+ }
181
+ /** The Managed Identity configuration for a deployment. */
182
+ export interface DeploymentIdentity {
183
+ /** The identity type. */
184
+ type: DeploymentIdentityType;
185
+ /** The set of user assigned identities associated with the resource. */
186
+ userAssignedIdentities?: {
187
+ [propertyName: string]: UserAssignedIdentity | null;
188
+ };
189
+ }
190
+ /** User assigned identity properties */
191
+ export interface UserAssignedIdentity {
192
+ /**
193
+ * The principal ID of the assigned identity.
194
+ * NOTE: This property will not be serialized. It can only be populated by the server.
195
+ */
196
+ readonly principalId?: string;
197
+ /**
198
+ * The client ID of the assigned identity.
199
+ * NOTE: This property will not be serialized. It can only be populated by the server.
200
+ */
201
+ readonly clientId?: string;
202
+ }
203
+ /** Deployment information. */
204
+ export interface DeploymentExtended {
205
+ /**
206
+ * The ID of the deployment.
207
+ * NOTE: This property will not be serialized. It can only be populated by the server.
208
+ */
209
+ readonly id?: string;
210
+ /**
211
+ * The name of the deployment.
212
+ * NOTE: This property will not be serialized. It can only be populated by the server.
213
+ */
214
+ readonly name?: string;
215
+ /**
216
+ * The type of the deployment.
217
+ * NOTE: This property will not be serialized. It can only be populated by the server.
218
+ */
219
+ readonly type?: string;
220
+ /** the location of the deployment. */
221
+ location?: string;
222
+ /** Deployment properties. */
223
+ properties?: DeploymentPropertiesExtended;
224
+ /** Deployment tags */
225
+ tags?: {
226
+ [propertyName: string]: string;
227
+ };
228
+ }
229
+ /** Deployment properties with additional details. */
230
+ export interface DeploymentPropertiesExtended {
231
+ /**
232
+ * Denotes the state of provisioning.
233
+ * NOTE: This property will not be serialized. It can only be populated by the server.
234
+ */
235
+ readonly provisioningState?: ProvisioningState;
236
+ /**
237
+ * The correlation ID of the deployment.
238
+ * NOTE: This property will not be serialized. It can only be populated by the server.
239
+ */
240
+ readonly correlationId?: string;
241
+ /**
242
+ * The timestamp of the template deployment.
243
+ * NOTE: This property will not be serialized. It can only be populated by the server.
244
+ */
245
+ readonly timestamp?: Date;
246
+ /**
247
+ * The duration of the template deployment.
248
+ * NOTE: This property will not be serialized. It can only be populated by the server.
249
+ */
250
+ readonly duration?: string;
251
+ /**
252
+ * Key/value pairs that represent deployment output.
253
+ * NOTE: This property will not be serialized. It can only be populated by the server.
254
+ */
255
+ readonly outputs?: Record<string, unknown>;
256
+ /**
257
+ * The list of resource providers needed for the deployment.
258
+ * NOTE: This property will not be serialized. It can only be populated by the server.
259
+ */
260
+ readonly providers?: Provider[];
261
+ /**
262
+ * The list of deployment dependencies.
263
+ * NOTE: This property will not be serialized. It can only be populated by the server.
264
+ */
265
+ readonly dependencies?: Dependency[];
266
+ /**
267
+ * The URI referencing the template.
268
+ * NOTE: This property will not be serialized. It can only be populated by the server.
269
+ */
270
+ readonly templateLink?: TemplateLink;
271
+ /**
272
+ * Deployment parameters.
273
+ * NOTE: This property will not be serialized. It can only be populated by the server.
274
+ */
275
+ readonly parameters?: Record<string, unknown>;
276
+ /**
277
+ * The URI referencing the parameters.
278
+ * NOTE: This property will not be serialized. It can only be populated by the server.
279
+ */
280
+ readonly parametersLink?: ParametersLink;
281
+ /**
282
+ * The extensions used in this deployment.
283
+ * NOTE: This property will not be serialized. It can only be populated by the server.
284
+ */
285
+ readonly extensions?: DeploymentExtensionDefinition[];
286
+ /**
287
+ * The deployment mode. Possible values are Incremental and Complete.
288
+ * NOTE: This property will not be serialized. It can only be populated by the server.
289
+ */
290
+ readonly mode?: DeploymentMode;
291
+ /**
292
+ * The debug setting of the deployment.
293
+ * NOTE: This property will not be serialized. It can only be populated by the server.
294
+ */
295
+ readonly debugSetting?: DebugSetting;
296
+ /**
297
+ * The deployment on error behavior.
298
+ * NOTE: This property will not be serialized. It can only be populated by the server.
299
+ */
300
+ readonly onErrorDeployment?: OnErrorDeploymentExtended;
301
+ /**
302
+ * The hash produced for the template.
303
+ * NOTE: This property will not be serialized. It can only be populated by the server.
304
+ */
305
+ readonly templateHash?: string;
306
+ /**
307
+ * Array of provisioned resources.
308
+ * NOTE: This property will not be serialized. It can only be populated by the server.
309
+ */
310
+ readonly outputResources?: ResourceReference[];
311
+ /**
312
+ * Array of validated resources.
313
+ * NOTE: This property will not be serialized. It can only be populated by the server.
314
+ */
315
+ readonly validatedResources?: ResourceReference[];
316
+ /**
317
+ * The deployment error.
318
+ * NOTE: This property will not be serialized. It can only be populated by the server.
319
+ */
320
+ readonly error?: ErrorResponse;
321
+ /**
322
+ * Contains diagnostic information collected during validation process.
323
+ * NOTE: This property will not be serialized. It can only be populated by the server.
324
+ */
325
+ readonly diagnostics?: DeploymentDiagnosticsDefinition[];
326
+ /** The validation level of the deployment */
327
+ validationLevel?: ValidationLevel;
328
+ }
329
+ /** Resource provider information. */
330
+ export interface Provider {
331
+ /**
332
+ * The provider ID.
333
+ * NOTE: This property will not be serialized. It can only be populated by the server.
334
+ */
335
+ readonly id?: string;
336
+ /** The namespace of the resource provider. */
337
+ namespace?: string;
338
+ /**
339
+ * The registration state of the resource provider.
340
+ * NOTE: This property will not be serialized. It can only be populated by the server.
341
+ */
342
+ readonly registrationState?: string;
343
+ /**
344
+ * The registration policy of the resource provider.
345
+ * NOTE: This property will not be serialized. It can only be populated by the server.
346
+ */
347
+ readonly registrationPolicy?: string;
348
+ /**
349
+ * The collection of provider resource types.
350
+ * NOTE: This property will not be serialized. It can only be populated by the server.
351
+ */
352
+ readonly resourceTypes?: ProviderResourceType[];
353
+ /** The provider authorization consent state. */
354
+ providerAuthorizationConsentState?: ProviderAuthorizationConsentState;
355
+ }
356
+ /** Resource type managed by the resource provider. */
357
+ export interface ProviderResourceType {
358
+ /** The resource type. */
359
+ resourceType?: string;
360
+ /** The collection of locations where this resource type can be created. */
361
+ locations?: string[];
362
+ /** The location mappings that are supported by this resource type. */
363
+ locationMappings?: ProviderExtendedLocation[];
364
+ /** The aliases that are supported by this resource type. */
365
+ aliases?: Alias[];
366
+ /** The API version. */
367
+ apiVersions?: string[];
368
+ /**
369
+ * The default API version.
370
+ * NOTE: This property will not be serialized. It can only be populated by the server.
371
+ */
372
+ readonly defaultApiVersion?: string;
373
+ zoneMappings?: ZoneMapping[];
374
+ /**
375
+ * The API profiles for the resource provider.
376
+ * NOTE: This property will not be serialized. It can only be populated by the server.
377
+ */
378
+ readonly apiProfiles?: ApiProfile[];
379
+ /** The additional capabilities offered by this resource type. */
380
+ capabilities?: string;
381
+ /** The properties. */
382
+ properties?: {
383
+ [propertyName: string]: string;
384
+ };
385
+ }
386
+ /** The provider extended location. */
387
+ export interface ProviderExtendedLocation {
388
+ /** The azure location. */
389
+ location?: string;
390
+ /** The extended location type. */
391
+ type?: string;
392
+ /** The extended locations for the azure location. */
393
+ extendedLocations?: string[];
394
+ }
395
+ /** The alias type. */
396
+ export interface Alias {
397
+ /** The alias name. */
398
+ name?: string;
399
+ /** The paths for an alias. */
400
+ paths?: AliasPath[];
401
+ /** The type of the alias. */
402
+ type?: AliasType;
403
+ /** The default path for an alias. */
404
+ defaultPath?: string;
405
+ /** The default pattern for an alias. */
406
+ defaultPattern?: AliasPattern;
407
+ /**
408
+ * The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata
409
+ * NOTE: This property will not be serialized. It can only be populated by the server.
410
+ */
411
+ readonly defaultMetadata?: AliasPathMetadata;
412
+ }
413
+ /** The type of the paths for alias. */
414
+ export interface AliasPath {
415
+ /** The path of an alias. */
416
+ path?: string;
417
+ /** The API versions. */
418
+ apiVersions?: string[];
419
+ /** The pattern for an alias path. */
420
+ pattern?: AliasPattern;
421
+ /**
422
+ * The metadata of the alias path. If missing, fall back to the default metadata of the alias.
423
+ * NOTE: This property will not be serialized. It can only be populated by the server.
424
+ */
425
+ readonly metadata?: AliasPathMetadata;
426
+ }
427
+ /** The type of the pattern for an alias path. */
428
+ export interface AliasPattern {
429
+ /** The alias pattern phrase. */
430
+ phrase?: string;
431
+ /** The alias pattern variable. */
432
+ variable?: string;
433
+ /** The type of alias pattern */
434
+ type?: AliasPatternType;
435
+ }
436
+ export interface AliasPathMetadata {
437
+ /**
438
+ * The type of the token that the alias path is referring to.
439
+ * NOTE: This property will not be serialized. It can only be populated by the server.
440
+ */
441
+ readonly type?: AliasPathTokenType;
442
+ /**
443
+ * The attributes of the token that the alias path is referring to.
444
+ * NOTE: This property will not be serialized. It can only be populated by the server.
445
+ */
446
+ readonly attributes?: AliasPathAttributes;
447
+ }
448
+ export interface ZoneMapping {
449
+ /** The location of the zone mapping. */
450
+ location?: string;
451
+ zones?: string[];
452
+ }
453
+ export interface ApiProfile {
454
+ /**
455
+ * The profile version.
456
+ * NOTE: This property will not be serialized. It can only be populated by the server.
457
+ */
458
+ readonly profileVersion?: string;
459
+ /**
460
+ * The API version.
461
+ * NOTE: This property will not be serialized. It can only be populated by the server.
462
+ */
463
+ readonly apiVersion?: string;
464
+ }
465
+ /** Deployment dependency information. */
466
+ export interface Dependency {
467
+ /** The list of dependencies. */
468
+ dependsOn?: BasicDependency[];
469
+ /** The ID of the dependency. */
470
+ id?: string;
471
+ /** The dependency resource type. */
472
+ resourceType?: string;
473
+ /** The dependency resource name. */
474
+ resourceName?: string;
475
+ }
476
+ /** Deployment dependency information. */
477
+ export interface BasicDependency {
478
+ /** The ID of the dependency. */
479
+ id?: string;
480
+ /** The dependency resource type. */
481
+ resourceType?: string;
482
+ /** The dependency resource name. */
483
+ resourceName?: string;
484
+ }
485
+ export interface DeploymentExtensionDefinition {
486
+ /**
487
+ * The alias of the extension as defined in the deployment template.
488
+ * NOTE: This property will not be serialized. It can only be populated by the server.
489
+ */
490
+ readonly alias?: string;
491
+ /**
492
+ * The extension name.
493
+ * NOTE: This property will not be serialized. It can only be populated by the server.
494
+ */
495
+ readonly name?: string;
496
+ /**
497
+ * The extension version.
498
+ * NOTE: This property will not be serialized. It can only be populated by the server.
499
+ */
500
+ readonly version?: string;
501
+ /**
502
+ * The extension configuration ID. It uniquely identifies a deployment control plane within an extension.
503
+ * NOTE: This property will not be serialized. It can only be populated by the server.
504
+ */
505
+ readonly configId?: string;
506
+ /**
507
+ * The extension configuration.
508
+ * NOTE: This property will not be serialized. It can only be populated by the server.
509
+ */
510
+ readonly config?: {
511
+ [propertyName: string]: DeploymentExtensionConfigItem;
512
+ };
513
+ }
514
+ /** Deployment on error behavior with additional details. */
515
+ export interface OnErrorDeploymentExtended {
516
+ /**
517
+ * The state of the provisioning for the on error deployment.
518
+ * NOTE: This property will not be serialized. It can only be populated by the server.
519
+ */
520
+ readonly provisioningState?: string;
521
+ /** The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. */
522
+ type?: OnErrorDeploymentType;
523
+ /** The deployment to be used on error case. */
524
+ deploymentName?: string;
525
+ }
526
+ /** The resource Id model. */
527
+ export interface ResourceReference {
528
+ /**
529
+ * The fully qualified Azure resource ID.
530
+ * NOTE: This property will not be serialized. It can only be populated by the server.
531
+ */
532
+ readonly id?: string;
533
+ /**
534
+ * The extension the resource was deployed with.
535
+ * NOTE: This property will not be serialized. It can only be populated by the server.
536
+ */
537
+ readonly extension?: DeploymentExtensionDefinition;
538
+ /**
539
+ * The resource type.
540
+ * NOTE: This property will not be serialized. It can only be populated by the server.
541
+ */
542
+ readonly resourceType?: string;
543
+ /**
544
+ * The extensible resource identifiers.
545
+ * NOTE: This property will not be serialized. It can only be populated by the server.
546
+ */
547
+ readonly identifiers?: Record<string, unknown>;
548
+ /**
549
+ * The API version the resource was deployed with.
550
+ * NOTE: This property will not be serialized. It can only be populated by the server.
551
+ */
552
+ readonly apiVersion?: string;
553
+ }
554
+ export interface DeploymentDiagnosticsDefinition {
555
+ /**
556
+ * Denotes the additional response level.
557
+ * NOTE: This property will not be serialized. It can only be populated by the server.
558
+ */
559
+ readonly level: Level;
560
+ /**
561
+ * The error code.
562
+ * NOTE: This property will not be serialized. It can only be populated by the server.
563
+ */
564
+ readonly code: string;
565
+ /**
566
+ * The error message.
567
+ * NOTE: This property will not be serialized. It can only be populated by the server.
568
+ */
569
+ readonly message: string;
570
+ /**
571
+ * The error target.
572
+ * NOTE: This property will not be serialized. It can only be populated by the server.
573
+ */
574
+ readonly target?: string;
575
+ /**
576
+ * The error additional info.
577
+ * NOTE: This property will not be serialized. It can only be populated by the server.
578
+ */
579
+ readonly additionalInfo?: ErrorAdditionalInfo[];
580
+ }
581
+ /** Information from validate template deployment response. */
582
+ export interface DeploymentValidateResult {
583
+ /**
584
+ * The deployment validation error.
585
+ * NOTE: This property will not be serialized. It can only be populated by the server.
586
+ */
587
+ readonly error?: ErrorResponse;
588
+ /**
589
+ * The ID of the deployment.
590
+ * NOTE: This property will not be serialized. It can only be populated by the server.
591
+ */
592
+ readonly id?: string;
593
+ /**
594
+ * The name of the deployment.
595
+ * NOTE: This property will not be serialized. It can only be populated by the server.
596
+ */
597
+ readonly name?: string;
598
+ /**
599
+ * The type of the deployment.
600
+ * NOTE: This property will not be serialized. It can only be populated by the server.
601
+ */
602
+ readonly type?: string;
603
+ /** The template deployment properties. */
604
+ properties?: DeploymentPropertiesExtended;
605
+ }
606
+ /** The deployment export result. */
607
+ export interface DeploymentExportResult {
608
+ /** The template content. */
609
+ template?: Record<string, unknown>;
610
+ }
611
+ /** List of deployments. */
612
+ export interface DeploymentListResult {
613
+ /** An array of deployments. */
614
+ value?: DeploymentExtended[];
615
+ /**
616
+ * The URL to use for getting the next set of results.
617
+ * NOTE: This property will not be serialized. It can only be populated by the server.
618
+ */
619
+ readonly nextLink?: string;
620
+ }
621
+ /** Deployment operation parameters. */
622
+ export interface ScopedDeployment {
623
+ /** The location to store the deployment data. */
624
+ location: string;
625
+ /** The deployment properties. */
626
+ properties: DeploymentProperties;
627
+ /** Deployment tags */
628
+ tags?: {
629
+ [propertyName: string]: string;
630
+ };
631
+ }
632
+ /** Deployment What-if operation parameters. */
633
+ export interface ScopedDeploymentWhatIf {
634
+ /** The location to store the deployment data. */
635
+ location: string;
636
+ /** The deployment properties. */
637
+ properties: DeploymentWhatIfProperties;
638
+ }
639
+ /** Deployment What-If operation settings. */
640
+ export interface DeploymentWhatIfSettings {
641
+ /** The format of the What-If results */
642
+ resultFormat?: WhatIfResultFormat;
643
+ }
644
+ /** Result of the What-If operation. Contains a list of predicted changes and a URL link to get to the next set of results. */
645
+ export interface WhatIfOperationResult {
646
+ /** Status of the What-If operation. */
647
+ status?: string;
648
+ /** Error when What-If operation fails. */
649
+ error?: ErrorResponse;
650
+ /** List of resource changes predicted by What-If operation. */
651
+ changes?: WhatIfChange[];
652
+ /** List of resource changes predicted by What-If operation. */
653
+ potentialChanges?: WhatIfChange[];
654
+ /**
655
+ * List of resource diagnostics detected by What-If operation.
656
+ * NOTE: This property will not be serialized. It can only be populated by the server.
657
+ */
658
+ readonly diagnostics?: DeploymentDiagnosticsDefinition[];
659
+ }
660
+ /** Information about a single resource change predicted by What-If operation. */
661
+ export interface WhatIfChange {
662
+ /** Resource ID */
663
+ resourceId?: string;
664
+ /** The resource id of the Deployment responsible for this change. */
665
+ deploymentId?: string;
666
+ /** The symbolic name of the resource responsible for this change. */
667
+ symbolicName?: string;
668
+ /** A subset of properties that uniquely identify a Bicep extensible resource because it lacks a resource id like an Azure resource has. */
669
+ identifiers?: Record<string, unknown>;
670
+ /** The extension the resource was deployed with. */
671
+ extension?: DeploymentExtensionDefinition;
672
+ /** Type of change that will be made to the resource when the deployment is executed. */
673
+ changeType: ChangeType;
674
+ /** The explanation about why the resource is unsupported by What-If. */
675
+ unsupportedReason?: string;
676
+ /** The snapshot of the resource before the deployment is executed. */
677
+ before?: Record<string, unknown>;
678
+ /** The predicted snapshot of the resource after the deployment is executed. */
679
+ after?: Record<string, unknown>;
680
+ /** The predicted changes to resource properties. */
681
+ delta?: WhatIfPropertyChange[];
682
+ }
683
+ /** The predicted change to the resource property. */
684
+ export interface WhatIfPropertyChange {
685
+ /** The path of the property. */
686
+ path: string;
687
+ /** The type of property change. */
688
+ propertyChangeType: PropertyChangeType;
689
+ /** The value of the property before the deployment is executed. */
690
+ before?: Record<string, unknown>;
691
+ /** The value of the property after the deployment is executed. */
692
+ after?: Record<string, unknown>;
693
+ /** Nested property changes. */
694
+ children?: WhatIfPropertyChange[];
695
+ }
696
+ /** Deployment What-if operation parameters. */
697
+ export interface DeploymentWhatIf {
698
+ /** The location to store the deployment data. */
699
+ location?: string;
700
+ /** The deployment properties. */
701
+ properties: DeploymentWhatIfProperties;
702
+ }
703
+ /** Deployment operation information. */
704
+ export interface DeploymentOperation {
705
+ /**
706
+ * Full deployment operation ID.
707
+ * NOTE: This property will not be serialized. It can only be populated by the server.
708
+ */
709
+ readonly id?: string;
710
+ /**
711
+ * Deployment operation ID.
712
+ * NOTE: This property will not be serialized. It can only be populated by the server.
713
+ */
714
+ readonly operationId?: string;
715
+ /** Deployment properties. */
716
+ properties?: DeploymentOperationProperties;
717
+ }
718
+ /** Deployment operation properties. */
719
+ export interface DeploymentOperationProperties {
720
+ /**
721
+ * The name of the current provisioning operation.
722
+ * NOTE: This property will not be serialized. It can only be populated by the server.
723
+ */
724
+ readonly provisioningOperation?: ProvisioningOperation;
725
+ /**
726
+ * The state of the provisioning.
727
+ * NOTE: This property will not be serialized. It can only be populated by the server.
728
+ */
729
+ readonly provisioningState?: string;
730
+ /**
731
+ * The date and time of the operation.
732
+ * NOTE: This property will not be serialized. It can only be populated by the server.
733
+ */
734
+ readonly timestamp?: Date;
735
+ /**
736
+ * The duration of the operation.
737
+ * NOTE: This property will not be serialized. It can only be populated by the server.
738
+ */
739
+ readonly duration?: string;
740
+ /**
741
+ * Deployment operation service request id.
742
+ * NOTE: This property will not be serialized. It can only be populated by the server.
743
+ */
744
+ readonly serviceRequestId?: string;
745
+ /**
746
+ * Operation status code from the resource provider. This property may not be set if a response has not yet been received.
747
+ * NOTE: This property will not be serialized. It can only be populated by the server.
748
+ */
749
+ readonly statusCode?: string;
750
+ /**
751
+ * Operation status message from the resource provider. This property is optional. It will only be provided if an error was received from the resource provider.
752
+ * NOTE: This property will not be serialized. It can only be populated by the server.
753
+ */
754
+ readonly statusMessage?: StatusMessage;
755
+ /**
756
+ * The target resource.
757
+ * NOTE: This property will not be serialized. It can only be populated by the server.
758
+ */
759
+ readonly targetResource?: TargetResource;
760
+ /**
761
+ * The HTTP request message.
762
+ * NOTE: This property will not be serialized. It can only be populated by the server.
763
+ */
764
+ readonly request?: HttpMessage;
765
+ /**
766
+ * The HTTP response message.
767
+ * NOTE: This property will not be serialized. It can only be populated by the server.
768
+ */
769
+ readonly response?: HttpMessage;
770
+ }
771
+ /** Operation status message object. */
772
+ export interface StatusMessage {
773
+ /** Status of the deployment operation. */
774
+ status?: string;
775
+ /** The error reported by the operation. */
776
+ error?: ErrorResponse;
777
+ }
778
+ /** Target resource. */
779
+ export interface TargetResource {
780
+ /** The Azure resource ID of the resource. */
781
+ id?: string;
782
+ /** The name of the resource. */
783
+ resourceName?: string;
784
+ /** The type of the resource. */
785
+ resourceType?: string;
786
+ /** The extension the resource was deployed with. */
787
+ extension?: DeploymentExtensionDefinition;
788
+ /** The extensible resource identifiers. */
789
+ identifiers?: Record<string, unknown>;
790
+ /** The API version the resource was deployed with. */
791
+ apiVersion?: string;
792
+ /** The symbolic name of the resource as defined in the deployment template. */
793
+ symbolicName?: string;
794
+ }
795
+ /** HTTP message. */
796
+ export interface HttpMessage {
797
+ /** HTTP message content. */
798
+ content?: Record<string, unknown>;
799
+ }
800
+ /** List of deployment operations. */
801
+ export interface DeploymentOperationsListResult {
802
+ /** An array of deployment operations. */
803
+ value?: DeploymentOperation[];
804
+ /**
805
+ * The URL to use for getting the next set of results.
806
+ * NOTE: This property will not be serialized. It can only be populated by the server.
807
+ */
808
+ readonly nextLink?: string;
809
+ }
810
+ /** Result of the request to calculate template hash. It contains a string of minified template and its hash. */
811
+ export interface TemplateHashResult {
812
+ /** The minified template string. */
813
+ minifiedTemplate?: string;
814
+ /** The template hash. */
815
+ templateHash?: string;
816
+ }
817
+ /** Deployment filter. */
818
+ export interface DeploymentExtendedFilter {
819
+ /** The provisioning state. */
820
+ provisioningState?: string;
821
+ }
822
+ /** Resource provider operation's display properties. */
823
+ export interface ResourceProviderOperationDisplayProperties {
824
+ /** Operation description. */
825
+ publisher?: string;
826
+ /** Operation provider. */
827
+ provider?: string;
828
+ /** Operation resource. */
829
+ resource?: string;
830
+ /** Resource provider operation. */
831
+ operation?: string;
832
+ /** Operation description. */
833
+ description?: string;
834
+ }
835
+ /** Sub-resource. */
836
+ export interface SubResource {
837
+ /** Resource ID */
838
+ id?: string;
839
+ }
840
+ /** Deployment What-if properties. */
841
+ export interface DeploymentWhatIfProperties extends DeploymentProperties {
842
+ /** Optional What-If operation settings. */
843
+ whatIfSettings?: DeploymentWhatIfSettings;
844
+ }
845
+ /** Defines headers for Deployments_whatIfAtTenantScope operation. */
846
+ export interface DeploymentsWhatIfAtTenantScopeHeaders {
847
+ /** URL to get status of this long-running operation. */
848
+ location?: string;
849
+ /** Number of seconds to wait before polling for status. */
850
+ retryAfter?: string;
851
+ }
852
+ /** Defines headers for Deployments_whatIfAtManagementGroupScope operation. */
853
+ export interface DeploymentsWhatIfAtManagementGroupScopeHeaders {
854
+ /** URL to get status of this long-running operation. */
855
+ location?: string;
856
+ /** Number of seconds to wait before polling for status. */
857
+ retryAfter?: string;
858
+ }
859
+ /** Defines headers for Deployments_whatIfAtSubscriptionScope operation. */
860
+ export interface DeploymentsWhatIfAtSubscriptionScopeHeaders {
861
+ /** URL to get status of this long-running operation. */
862
+ location?: string;
863
+ /** Number of seconds to wait before polling for status. */
864
+ retryAfter?: string;
865
+ }
866
+ /** Defines headers for Deployments_whatIf operation. */
867
+ export interface DeploymentsWhatIfHeaders {
868
+ /** URL to get status of this long-running operation. */
869
+ location?: string;
870
+ /** Number of seconds to wait before polling for status. */
871
+ retryAfter?: string;
872
+ }
873
+ /** Known values of {@link ExtensionConfigPropertyType} that the service accepts. */
874
+ export declare enum KnownExtensionConfigPropertyType {
875
+ /** Property type representing a string value. */
876
+ String = "String",
877
+ /** Property type representing an integer value. */
878
+ Int = "Int",
879
+ /** Property type representing a boolean value. */
880
+ Bool = "Bool",
881
+ /** Property type representing an array value. */
882
+ Array = "Array",
883
+ /** Property type representing an object value. */
884
+ Object = "Object",
885
+ /** Property type representing a secure string value. */
886
+ SecureString = "SecureString",
887
+ /** Property type representing a secure object value. */
888
+ SecureObject = "SecureObject"
889
+ }
890
+ /**
891
+ * Defines values for ExtensionConfigPropertyType. \
892
+ * {@link KnownExtensionConfigPropertyType} can be used interchangeably with ExtensionConfigPropertyType,
893
+ * this enum contains the known values that the service supports.
894
+ * ### Known values supported by the service
895
+ * **String**: Property type representing a string value. \
896
+ * **Int**: Property type representing an integer value. \
897
+ * **Bool**: Property type representing a boolean value. \
898
+ * **Array**: Property type representing an array value. \
899
+ * **Object**: Property type representing an object value. \
900
+ * **SecureString**: Property type representing a secure string value. \
901
+ * **SecureObject**: Property type representing a secure object value.
902
+ */
903
+ export type ExtensionConfigPropertyType = string;
904
+ /** Known values of {@link ExpressionEvaluationOptionsScopeType} that the service accepts. */
905
+ export declare enum KnownExpressionEvaluationOptionsScopeType {
906
+ /** NotSpecified */
907
+ NotSpecified = "NotSpecified",
908
+ /** Outer */
909
+ Outer = "Outer",
910
+ /** Inner */
911
+ Inner = "Inner"
912
+ }
913
+ /**
914
+ * Defines values for ExpressionEvaluationOptionsScopeType. \
915
+ * {@link KnownExpressionEvaluationOptionsScopeType} can be used interchangeably with ExpressionEvaluationOptionsScopeType,
916
+ * this enum contains the known values that the service supports.
917
+ * ### Known values supported by the service
918
+ * **NotSpecified** \
919
+ * **Outer** \
920
+ * **Inner**
921
+ */
922
+ export type ExpressionEvaluationOptionsScopeType = string;
923
+ /** Known values of {@link ValidationLevel} that the service accepts. */
924
+ export declare enum KnownValidationLevel {
925
+ /** Static analysis of the template is performed. */
926
+ Template = "Template",
927
+ /** Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Validates that the caller has RBAC write permissions on each resource. */
928
+ Provider = "Provider",
929
+ /** Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Skips validating that the caller has RBAC write permissions on each resource. */
930
+ ProviderNoRbac = "ProviderNoRbac"
931
+ }
932
+ /**
933
+ * Defines values for ValidationLevel. \
934
+ * {@link KnownValidationLevel} can be used interchangeably with ValidationLevel,
935
+ * this enum contains the known values that the service supports.
936
+ * ### Known values supported by the service
937
+ * **Template**: Static analysis of the template is performed. \
938
+ * **Provider**: Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Validates that the caller has RBAC write permissions on each resource. \
939
+ * **ProviderNoRbac**: Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Skips validating that the caller has RBAC write permissions on each resource.
940
+ */
941
+ export type ValidationLevel = string;
942
+ /** Known values of {@link DeploymentIdentityType} that the service accepts. */
943
+ export declare enum KnownDeploymentIdentityType {
944
+ /** None */
945
+ None = "None",
946
+ /** UserAssigned */
947
+ UserAssigned = "UserAssigned"
948
+ }
949
+ /**
950
+ * Defines values for DeploymentIdentityType. \
951
+ * {@link KnownDeploymentIdentityType} can be used interchangeably with DeploymentIdentityType,
952
+ * this enum contains the known values that the service supports.
953
+ * ### Known values supported by the service
954
+ * **None** \
955
+ * **UserAssigned**
956
+ */
957
+ export type DeploymentIdentityType = string;
958
+ /** Known values of {@link ProvisioningState} that the service accepts. */
959
+ export declare enum KnownProvisioningState {
960
+ /** NotSpecified */
961
+ NotSpecified = "NotSpecified",
962
+ /** Accepted */
963
+ Accepted = "Accepted",
964
+ /** Running */
965
+ Running = "Running",
966
+ /** Ready */
967
+ Ready = "Ready",
968
+ /** Creating */
969
+ Creating = "Creating",
970
+ /** Created */
971
+ Created = "Created",
972
+ /** Deleting */
973
+ Deleting = "Deleting",
974
+ /** Deleted */
975
+ Deleted = "Deleted",
976
+ /** Canceled */
977
+ Canceled = "Canceled",
978
+ /** Failed */
979
+ Failed = "Failed",
980
+ /** Succeeded */
981
+ Succeeded = "Succeeded",
982
+ /** Updating */
983
+ Updating = "Updating"
984
+ }
985
+ /**
986
+ * Defines values for ProvisioningState. \
987
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
988
+ * this enum contains the known values that the service supports.
989
+ * ### Known values supported by the service
990
+ * **NotSpecified** \
991
+ * **Accepted** \
992
+ * **Running** \
993
+ * **Ready** \
994
+ * **Creating** \
995
+ * **Created** \
996
+ * **Deleting** \
997
+ * **Deleted** \
998
+ * **Canceled** \
999
+ * **Failed** \
1000
+ * **Succeeded** \
1001
+ * **Updating**
1002
+ */
1003
+ export type ProvisioningState = string;
1004
+ /** Known values of {@link AliasPathTokenType} that the service accepts. */
1005
+ export declare enum KnownAliasPathTokenType {
1006
+ /** The token type is not specified. */
1007
+ NotSpecified = "NotSpecified",
1008
+ /** The token type can be anything. */
1009
+ Any = "Any",
1010
+ /** The token type is string. */
1011
+ String = "String",
1012
+ /** The token type is object. */
1013
+ Object = "Object",
1014
+ /** The token type is array. */
1015
+ Array = "Array",
1016
+ /** The token type is integer. */
1017
+ Integer = "Integer",
1018
+ /** The token type is number. */
1019
+ Number = "Number",
1020
+ /** The token type is boolean. */
1021
+ Boolean = "Boolean"
1022
+ }
1023
+ /**
1024
+ * Defines values for AliasPathTokenType. \
1025
+ * {@link KnownAliasPathTokenType} can be used interchangeably with AliasPathTokenType,
1026
+ * this enum contains the known values that the service supports.
1027
+ * ### Known values supported by the service
1028
+ * **NotSpecified**: The token type is not specified. \
1029
+ * **Any**: The token type can be anything. \
1030
+ * **String**: The token type is string. \
1031
+ * **Object**: The token type is object. \
1032
+ * **Array**: The token type is array. \
1033
+ * **Integer**: The token type is integer. \
1034
+ * **Number**: The token type is number. \
1035
+ * **Boolean**: The token type is boolean.
1036
+ */
1037
+ export type AliasPathTokenType = string;
1038
+ /** Known values of {@link AliasPathAttributes} that the service accepts. */
1039
+ export declare enum KnownAliasPathAttributes {
1040
+ /** The token that the alias path is referring to has no attributes. */
1041
+ None = "None",
1042
+ /** The token that the alias path is referring to is modifiable by policies with 'modify' effect. */
1043
+ Modifiable = "Modifiable"
1044
+ }
1045
+ /**
1046
+ * Defines values for AliasPathAttributes. \
1047
+ * {@link KnownAliasPathAttributes} can be used interchangeably with AliasPathAttributes,
1048
+ * this enum contains the known values that the service supports.
1049
+ * ### Known values supported by the service
1050
+ * **None**: The token that the alias path is referring to has no attributes. \
1051
+ * **Modifiable**: The token that the alias path is referring to is modifiable by policies with 'modify' effect.
1052
+ */
1053
+ export type AliasPathAttributes = string;
1054
+ /** Known values of {@link ProviderAuthorizationConsentState} that the service accepts. */
1055
+ export declare enum KnownProviderAuthorizationConsentState {
1056
+ /** NotSpecified */
1057
+ NotSpecified = "NotSpecified",
1058
+ /** Required */
1059
+ Required = "Required",
1060
+ /** NotRequired */
1061
+ NotRequired = "NotRequired",
1062
+ /** Consented */
1063
+ Consented = "Consented"
1064
+ }
1065
+ /**
1066
+ * Defines values for ProviderAuthorizationConsentState. \
1067
+ * {@link KnownProviderAuthorizationConsentState} can be used interchangeably with ProviderAuthorizationConsentState,
1068
+ * this enum contains the known values that the service supports.
1069
+ * ### Known values supported by the service
1070
+ * **NotSpecified** \
1071
+ * **Required** \
1072
+ * **NotRequired** \
1073
+ * **Consented**
1074
+ */
1075
+ export type ProviderAuthorizationConsentState = string;
1076
+ /** Known values of {@link Level} that the service accepts. */
1077
+ export declare enum KnownLevel {
1078
+ /** Warning */
1079
+ Warning = "Warning",
1080
+ /** Info */
1081
+ Info = "Info",
1082
+ /** Error */
1083
+ Error = "Error"
1084
+ }
1085
+ /**
1086
+ * Defines values for Level. \
1087
+ * {@link KnownLevel} can be used interchangeably with Level,
1088
+ * this enum contains the known values that the service supports.
1089
+ * ### Known values supported by the service
1090
+ * **Warning** \
1091
+ * **Info** \
1092
+ * **Error**
1093
+ */
1094
+ export type Level = string;
1095
+ /** Defines values for DeploymentMode. */
1096
+ export type DeploymentMode = "Incremental" | "Complete";
1097
+ /** Defines values for OnErrorDeploymentType. */
1098
+ export type OnErrorDeploymentType = "LastSuccessful" | "SpecificDeployment";
1099
+ /** Defines values for AliasPatternType. */
1100
+ export type AliasPatternType = "NotSpecified" | "Extract";
1101
+ /** Defines values for AliasType. */
1102
+ export type AliasType = "NotSpecified" | "PlainText" | "Mask";
1103
+ /** Defines values for WhatIfResultFormat. */
1104
+ export type WhatIfResultFormat = "ResourceIdOnly" | "FullResourcePayloads";
1105
+ /** Defines values for ChangeType. */
1106
+ export type ChangeType = "Create" | "Delete" | "Ignore" | "Deploy" | "NoChange" | "Modify" | "Unsupported";
1107
+ /** Defines values for PropertyChangeType. */
1108
+ export type PropertyChangeType = "Create" | "Delete" | "Modify" | "Array" | "NoEffect";
1109
+ /** Defines values for ProvisioningOperation. */
1110
+ export type ProvisioningOperation = "NotSpecified" | "Create" | "Delete" | "Waiting" | "AzureAsyncOperationWaiting" | "ResourceCacheWaiting" | "Action" | "Read" | "EvaluateDeploymentOutput" | "DeploymentCleanup";
1111
+ /** Optional parameters. */
1112
+ export interface DeploymentsDeleteAtScopeOptionalParams extends coreClient.OperationOptions {
1113
+ /** Delay to wait until next poll, in milliseconds. */
1114
+ updateIntervalInMs?: number;
1115
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1116
+ resumeFrom?: string;
1117
+ }
1118
+ /** Optional parameters. */
1119
+ export interface DeploymentsCheckExistenceAtScopeOptionalParams extends coreClient.OperationOptions {
1120
+ }
1121
+ /** Contains response data for the checkExistenceAtScope operation. */
1122
+ export type DeploymentsCheckExistenceAtScopeResponse = {
1123
+ body: boolean;
1124
+ };
1125
+ /** Optional parameters. */
1126
+ export interface DeploymentsCreateOrUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
1127
+ /** Delay to wait until next poll, in milliseconds. */
1128
+ updateIntervalInMs?: number;
1129
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1130
+ resumeFrom?: string;
1131
+ }
1132
+ /** Contains response data for the createOrUpdateAtScope operation. */
1133
+ export type DeploymentsCreateOrUpdateAtScopeResponse = DeploymentExtended;
1134
+ /** Optional parameters. */
1135
+ export interface DeploymentsGetAtScopeOptionalParams extends coreClient.OperationOptions {
1136
+ }
1137
+ /** Contains response data for the getAtScope operation. */
1138
+ export type DeploymentsGetAtScopeResponse = DeploymentExtended;
1139
+ /** Optional parameters. */
1140
+ export interface DeploymentsCancelAtScopeOptionalParams extends coreClient.OperationOptions {
1141
+ }
1142
+ /** Optional parameters. */
1143
+ export interface DeploymentsValidateAtScopeOptionalParams extends coreClient.OperationOptions {
1144
+ /** Delay to wait until next poll, in milliseconds. */
1145
+ updateIntervalInMs?: number;
1146
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1147
+ resumeFrom?: string;
1148
+ }
1149
+ /** Contains response data for the validateAtScope operation. */
1150
+ export type DeploymentsValidateAtScopeResponse = DeploymentValidateResult;
1151
+ /** Optional parameters. */
1152
+ export interface DeploymentsExportTemplateAtScopeOptionalParams extends coreClient.OperationOptions {
1153
+ }
1154
+ /** Contains response data for the exportTemplateAtScope operation. */
1155
+ export type DeploymentsExportTemplateAtScopeResponse = DeploymentExportResult;
1156
+ /** Optional parameters. */
1157
+ export interface DeploymentsListAtScopeOptionalParams extends coreClient.OperationOptions {
1158
+ /** The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'. */
1159
+ filter?: string;
1160
+ /** The number of results to get. If null is passed, returns all deployments. */
1161
+ top?: number;
1162
+ }
1163
+ /** Contains response data for the listAtScope operation. */
1164
+ export type DeploymentsListAtScopeResponse = DeploymentListResult;
1165
+ /** Optional parameters. */
1166
+ export interface DeploymentsDeleteAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1167
+ /** Delay to wait until next poll, in milliseconds. */
1168
+ updateIntervalInMs?: number;
1169
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1170
+ resumeFrom?: string;
1171
+ }
1172
+ /** Optional parameters. */
1173
+ export interface DeploymentsCheckExistenceAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1174
+ }
1175
+ /** Contains response data for the checkExistenceAtTenantScope operation. */
1176
+ export type DeploymentsCheckExistenceAtTenantScopeResponse = {
1177
+ body: boolean;
1178
+ };
1179
+ /** Optional parameters. */
1180
+ export interface DeploymentsCreateOrUpdateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1181
+ /** Delay to wait until next poll, in milliseconds. */
1182
+ updateIntervalInMs?: number;
1183
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1184
+ resumeFrom?: string;
1185
+ }
1186
+ /** Contains response data for the createOrUpdateAtTenantScope operation. */
1187
+ export type DeploymentsCreateOrUpdateAtTenantScopeResponse = DeploymentExtended;
1188
+ /** Optional parameters. */
1189
+ export interface DeploymentsGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1190
+ }
1191
+ /** Contains response data for the getAtTenantScope operation. */
1192
+ export type DeploymentsGetAtTenantScopeResponse = DeploymentExtended;
1193
+ /** Optional parameters. */
1194
+ export interface DeploymentsCancelAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1195
+ }
1196
+ /** Optional parameters. */
1197
+ export interface DeploymentsValidateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1198
+ /** Delay to wait until next poll, in milliseconds. */
1199
+ updateIntervalInMs?: number;
1200
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1201
+ resumeFrom?: string;
1202
+ }
1203
+ /** Contains response data for the validateAtTenantScope operation. */
1204
+ export type DeploymentsValidateAtTenantScopeResponse = DeploymentValidateResult;
1205
+ /** Optional parameters. */
1206
+ export interface DeploymentsWhatIfAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1207
+ /** Delay to wait until next poll, in milliseconds. */
1208
+ updateIntervalInMs?: number;
1209
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1210
+ resumeFrom?: string;
1211
+ }
1212
+ /** Contains response data for the whatIfAtTenantScope operation. */
1213
+ export type DeploymentsWhatIfAtTenantScopeResponse = WhatIfOperationResult;
1214
+ /** Optional parameters. */
1215
+ export interface DeploymentsExportTemplateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1216
+ }
1217
+ /** Contains response data for the exportTemplateAtTenantScope operation. */
1218
+ export type DeploymentsExportTemplateAtTenantScopeResponse = DeploymentExportResult;
1219
+ /** Optional parameters. */
1220
+ export interface DeploymentsListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1221
+ /** The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'. */
1222
+ filter?: string;
1223
+ /** The number of results to get. If null is passed, returns all deployments. */
1224
+ top?: number;
1225
+ }
1226
+ /** Contains response data for the listAtTenantScope operation. */
1227
+ export type DeploymentsListAtTenantScopeResponse = DeploymentListResult;
1228
+ /** Optional parameters. */
1229
+ export interface DeploymentsDeleteAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
1230
+ /** Delay to wait until next poll, in milliseconds. */
1231
+ updateIntervalInMs?: number;
1232
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1233
+ resumeFrom?: string;
1234
+ }
1235
+ /** Optional parameters. */
1236
+ export interface DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
1237
+ }
1238
+ /** Contains response data for the checkExistenceAtManagementGroupScope operation. */
1239
+ export type DeploymentsCheckExistenceAtManagementGroupScopeResponse = {
1240
+ body: boolean;
1241
+ };
1242
+ /** Optional parameters. */
1243
+ export interface DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
1244
+ /** Delay to wait until next poll, in milliseconds. */
1245
+ updateIntervalInMs?: number;
1246
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1247
+ resumeFrom?: string;
1248
+ }
1249
+ /** Contains response data for the createOrUpdateAtManagementGroupScope operation. */
1250
+ export type DeploymentsCreateOrUpdateAtManagementGroupScopeResponse = DeploymentExtended;
1251
+ /** Optional parameters. */
1252
+ export interface DeploymentsGetAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
1253
+ }
1254
+ /** Contains response data for the getAtManagementGroupScope operation. */
1255
+ export type DeploymentsGetAtManagementGroupScopeResponse = DeploymentExtended;
1256
+ /** Optional parameters. */
1257
+ export interface DeploymentsCancelAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
1258
+ }
1259
+ /** Optional parameters. */
1260
+ export interface DeploymentsValidateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
1261
+ /** Delay to wait until next poll, in milliseconds. */
1262
+ updateIntervalInMs?: number;
1263
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1264
+ resumeFrom?: string;
1265
+ }
1266
+ /** Contains response data for the validateAtManagementGroupScope operation. */
1267
+ export type DeploymentsValidateAtManagementGroupScopeResponse = DeploymentValidateResult;
1268
+ /** Optional parameters. */
1269
+ export interface DeploymentsWhatIfAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
1270
+ /** Delay to wait until next poll, in milliseconds. */
1271
+ updateIntervalInMs?: number;
1272
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1273
+ resumeFrom?: string;
1274
+ }
1275
+ /** Contains response data for the whatIfAtManagementGroupScope operation. */
1276
+ export type DeploymentsWhatIfAtManagementGroupScopeResponse = WhatIfOperationResult;
1277
+ /** Optional parameters. */
1278
+ export interface DeploymentsExportTemplateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
1279
+ }
1280
+ /** Contains response data for the exportTemplateAtManagementGroupScope operation. */
1281
+ export type DeploymentsExportTemplateAtManagementGroupScopeResponse = DeploymentExportResult;
1282
+ /** Optional parameters. */
1283
+ export interface DeploymentsListAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
1284
+ /** The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'. */
1285
+ filter?: string;
1286
+ /** The number of results to get. If null is passed, returns all deployments. */
1287
+ top?: number;
1288
+ }
1289
+ /** Contains response data for the listAtManagementGroupScope operation. */
1290
+ export type DeploymentsListAtManagementGroupScopeResponse = DeploymentListResult;
1291
+ /** Optional parameters. */
1292
+ export interface DeploymentsDeleteAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
1293
+ /** Delay to wait until next poll, in milliseconds. */
1294
+ updateIntervalInMs?: number;
1295
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1296
+ resumeFrom?: string;
1297
+ }
1298
+ /** Optional parameters. */
1299
+ export interface DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
1300
+ }
1301
+ /** Contains response data for the checkExistenceAtSubscriptionScope operation. */
1302
+ export type DeploymentsCheckExistenceAtSubscriptionScopeResponse = {
1303
+ body: boolean;
1304
+ };
1305
+ /** Optional parameters. */
1306
+ export interface DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
1307
+ /** Delay to wait until next poll, in milliseconds. */
1308
+ updateIntervalInMs?: number;
1309
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1310
+ resumeFrom?: string;
1311
+ }
1312
+ /** Contains response data for the createOrUpdateAtSubscriptionScope operation. */
1313
+ export type DeploymentsCreateOrUpdateAtSubscriptionScopeResponse = DeploymentExtended;
1314
+ /** Optional parameters. */
1315
+ export interface DeploymentsGetAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
1316
+ }
1317
+ /** Contains response data for the getAtSubscriptionScope operation. */
1318
+ export type DeploymentsGetAtSubscriptionScopeResponse = DeploymentExtended;
1319
+ /** Optional parameters. */
1320
+ export interface DeploymentsCancelAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
1321
+ }
1322
+ /** Optional parameters. */
1323
+ export interface DeploymentsValidateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
1324
+ /** Delay to wait until next poll, in milliseconds. */
1325
+ updateIntervalInMs?: number;
1326
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1327
+ resumeFrom?: string;
1328
+ }
1329
+ /** Contains response data for the validateAtSubscriptionScope operation. */
1330
+ export type DeploymentsValidateAtSubscriptionScopeResponse = DeploymentValidateResult;
1331
+ /** Optional parameters. */
1332
+ export interface DeploymentsWhatIfAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
1333
+ /** Delay to wait until next poll, in milliseconds. */
1334
+ updateIntervalInMs?: number;
1335
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1336
+ resumeFrom?: string;
1337
+ }
1338
+ /** Contains response data for the whatIfAtSubscriptionScope operation. */
1339
+ export type DeploymentsWhatIfAtSubscriptionScopeResponse = WhatIfOperationResult;
1340
+ /** Optional parameters. */
1341
+ export interface DeploymentsExportTemplateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
1342
+ }
1343
+ /** Contains response data for the exportTemplateAtSubscriptionScope operation. */
1344
+ export type DeploymentsExportTemplateAtSubscriptionScopeResponse = DeploymentExportResult;
1345
+ /** Optional parameters. */
1346
+ export interface DeploymentsListAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
1347
+ /** The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'. */
1348
+ filter?: string;
1349
+ /** The number of results to get. If null is passed, returns all deployments. */
1350
+ top?: number;
1351
+ }
1352
+ /** Contains response data for the listAtSubscriptionScope operation. */
1353
+ export type DeploymentsListAtSubscriptionScopeResponse = DeploymentListResult;
1354
+ /** Optional parameters. */
1355
+ export interface DeploymentsDeleteOptionalParams extends coreClient.OperationOptions {
1356
+ /** Delay to wait until next poll, in milliseconds. */
1357
+ updateIntervalInMs?: number;
1358
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1359
+ resumeFrom?: string;
1360
+ }
1361
+ /** Optional parameters. */
1362
+ export interface DeploymentsCheckExistenceOptionalParams extends coreClient.OperationOptions {
1363
+ }
1364
+ /** Contains response data for the checkExistence operation. */
1365
+ export type DeploymentsCheckExistenceResponse = {
1366
+ body: boolean;
1367
+ };
1368
+ /** Optional parameters. */
1369
+ export interface DeploymentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1370
+ /** Delay to wait until next poll, in milliseconds. */
1371
+ updateIntervalInMs?: number;
1372
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1373
+ resumeFrom?: string;
1374
+ }
1375
+ /** Contains response data for the createOrUpdate operation. */
1376
+ export type DeploymentsCreateOrUpdateResponse = DeploymentExtended;
1377
+ /** Optional parameters. */
1378
+ export interface DeploymentsGetOptionalParams extends coreClient.OperationOptions {
1379
+ }
1380
+ /** Contains response data for the get operation. */
1381
+ export type DeploymentsGetResponse = DeploymentExtended;
1382
+ /** Optional parameters. */
1383
+ export interface DeploymentsCancelOptionalParams extends coreClient.OperationOptions {
1384
+ }
1385
+ /** Optional parameters. */
1386
+ export interface DeploymentsValidateOptionalParams extends coreClient.OperationOptions {
1387
+ /** Delay to wait until next poll, in milliseconds. */
1388
+ updateIntervalInMs?: number;
1389
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1390
+ resumeFrom?: string;
1391
+ }
1392
+ /** Contains response data for the validate operation. */
1393
+ export type DeploymentsValidateResponse = DeploymentValidateResult;
1394
+ /** Optional parameters. */
1395
+ export interface DeploymentsWhatIfOptionalParams extends coreClient.OperationOptions {
1396
+ /** Delay to wait until next poll, in milliseconds. */
1397
+ updateIntervalInMs?: number;
1398
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1399
+ resumeFrom?: string;
1400
+ }
1401
+ /** Contains response data for the whatIf operation. */
1402
+ export type DeploymentsWhatIfResponse = WhatIfOperationResult;
1403
+ /** Optional parameters. */
1404
+ export interface DeploymentsExportTemplateOptionalParams extends coreClient.OperationOptions {
1405
+ }
1406
+ /** Contains response data for the exportTemplate operation. */
1407
+ export type DeploymentsExportTemplateResponse = DeploymentExportResult;
1408
+ /** Optional parameters. */
1409
+ export interface DeploymentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1410
+ /** The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'. */
1411
+ filter?: string;
1412
+ /** The number of results to get. If null is passed, returns all deployments. */
1413
+ top?: number;
1414
+ }
1415
+ /** Contains response data for the listByResourceGroup operation. */
1416
+ export type DeploymentsListByResourceGroupResponse = DeploymentListResult;
1417
+ /** Optional parameters. */
1418
+ export interface DeploymentsCalculateTemplateHashOptionalParams extends coreClient.OperationOptions {
1419
+ }
1420
+ /** Contains response data for the calculateTemplateHash operation. */
1421
+ export type DeploymentsCalculateTemplateHashResponse = TemplateHashResult;
1422
+ /** Optional parameters. */
1423
+ export interface DeploymentsListAtScopeNextOptionalParams extends coreClient.OperationOptions {
1424
+ }
1425
+ /** Contains response data for the listAtScopeNext operation. */
1426
+ export type DeploymentsListAtScopeNextResponse = DeploymentListResult;
1427
+ /** Optional parameters. */
1428
+ export interface DeploymentsListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
1429
+ }
1430
+ /** Contains response data for the listAtTenantScopeNext operation. */
1431
+ export type DeploymentsListAtTenantScopeNextResponse = DeploymentListResult;
1432
+ /** Optional parameters. */
1433
+ export interface DeploymentsListAtManagementGroupScopeNextOptionalParams extends coreClient.OperationOptions {
1434
+ }
1435
+ /** Contains response data for the listAtManagementGroupScopeNext operation. */
1436
+ export type DeploymentsListAtManagementGroupScopeNextResponse = DeploymentListResult;
1437
+ /** Optional parameters. */
1438
+ export interface DeploymentsListAtSubscriptionScopeNextOptionalParams extends coreClient.OperationOptions {
1439
+ }
1440
+ /** Contains response data for the listAtSubscriptionScopeNext operation. */
1441
+ export type DeploymentsListAtSubscriptionScopeNextResponse = DeploymentListResult;
1442
+ /** Optional parameters. */
1443
+ export interface DeploymentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1444
+ }
1445
+ /** Contains response data for the listByResourceGroupNext operation. */
1446
+ export type DeploymentsListByResourceGroupNextResponse = DeploymentListResult;
1447
+ /** Optional parameters. */
1448
+ export interface DeploymentOperationsGetAtScopeOptionalParams extends coreClient.OperationOptions {
1449
+ }
1450
+ /** Contains response data for the getAtScope operation. */
1451
+ export type DeploymentOperationsGetAtScopeResponse = DeploymentOperation;
1452
+ /** Optional parameters. */
1453
+ export interface DeploymentOperationsListAtScopeOptionalParams extends coreClient.OperationOptions {
1454
+ /** The number of results to return. */
1455
+ top?: number;
1456
+ }
1457
+ /** Contains response data for the listAtScope operation. */
1458
+ export type DeploymentOperationsListAtScopeResponse = DeploymentOperationsListResult;
1459
+ /** Optional parameters. */
1460
+ export interface DeploymentOperationsGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1461
+ }
1462
+ /** Contains response data for the getAtTenantScope operation. */
1463
+ export type DeploymentOperationsGetAtTenantScopeResponse = DeploymentOperation;
1464
+ /** Optional parameters. */
1465
+ export interface DeploymentOperationsListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1466
+ /** The number of results to return. */
1467
+ top?: number;
1468
+ }
1469
+ /** Contains response data for the listAtTenantScope operation. */
1470
+ export type DeploymentOperationsListAtTenantScopeResponse = DeploymentOperationsListResult;
1471
+ /** Optional parameters. */
1472
+ export interface DeploymentOperationsGetAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
1473
+ }
1474
+ /** Contains response data for the getAtManagementGroupScope operation. */
1475
+ export type DeploymentOperationsGetAtManagementGroupScopeResponse = DeploymentOperation;
1476
+ /** Optional parameters. */
1477
+ export interface DeploymentOperationsListAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
1478
+ /** The number of results to return. */
1479
+ top?: number;
1480
+ }
1481
+ /** Contains response data for the listAtManagementGroupScope operation. */
1482
+ export type DeploymentOperationsListAtManagementGroupScopeResponse = DeploymentOperationsListResult;
1483
+ /** Optional parameters. */
1484
+ export interface DeploymentOperationsGetAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
1485
+ }
1486
+ /** Contains response data for the getAtSubscriptionScope operation. */
1487
+ export type DeploymentOperationsGetAtSubscriptionScopeResponse = DeploymentOperation;
1488
+ /** Optional parameters. */
1489
+ export interface DeploymentOperationsListAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
1490
+ /** The number of results to return. */
1491
+ top?: number;
1492
+ }
1493
+ /** Contains response data for the listAtSubscriptionScope operation. */
1494
+ export type DeploymentOperationsListAtSubscriptionScopeResponse = DeploymentOperationsListResult;
1495
+ /** Optional parameters. */
1496
+ export interface DeploymentOperationsGetOptionalParams extends coreClient.OperationOptions {
1497
+ }
1498
+ /** Contains response data for the get operation. */
1499
+ export type DeploymentOperationsGetResponse = DeploymentOperation;
1500
+ /** Optional parameters. */
1501
+ export interface DeploymentOperationsListOptionalParams extends coreClient.OperationOptions {
1502
+ /** The number of results to return. */
1503
+ top?: number;
1504
+ }
1505
+ /** Contains response data for the list operation. */
1506
+ export type DeploymentOperationsListResponse = DeploymentOperationsListResult;
1507
+ /** Optional parameters. */
1508
+ export interface DeploymentOperationsListAtScopeNextOptionalParams extends coreClient.OperationOptions {
1509
+ }
1510
+ /** Contains response data for the listAtScopeNext operation. */
1511
+ export type DeploymentOperationsListAtScopeNextResponse = DeploymentOperationsListResult;
1512
+ /** Optional parameters. */
1513
+ export interface DeploymentOperationsListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
1514
+ }
1515
+ /** Contains response data for the listAtTenantScopeNext operation. */
1516
+ export type DeploymentOperationsListAtTenantScopeNextResponse = DeploymentOperationsListResult;
1517
+ /** Optional parameters. */
1518
+ export interface DeploymentOperationsListAtManagementGroupScopeNextOptionalParams extends coreClient.OperationOptions {
1519
+ }
1520
+ /** Contains response data for the listAtManagementGroupScopeNext operation. */
1521
+ export type DeploymentOperationsListAtManagementGroupScopeNextResponse = DeploymentOperationsListResult;
1522
+ /** Optional parameters. */
1523
+ export interface DeploymentOperationsListAtSubscriptionScopeNextOptionalParams extends coreClient.OperationOptions {
1524
+ }
1525
+ /** Contains response data for the listAtSubscriptionScopeNext operation. */
1526
+ export type DeploymentOperationsListAtSubscriptionScopeNextResponse = DeploymentOperationsListResult;
1527
+ /** Optional parameters. */
1528
+ export interface DeploymentOperationsListNextOptionalParams extends coreClient.OperationOptions {
1529
+ }
1530
+ /** Contains response data for the listNext operation. */
1531
+ export type DeploymentOperationsListNextResponse = DeploymentOperationsListResult;
1532
+ /** Optional parameters. */
1533
+ export interface DeploymentsClientOptionalParams extends coreClient.ServiceClientOptions {
1534
+ /** server parameter */
1535
+ $host?: string;
1536
+ /** Api Version */
1537
+ apiVersion?: string;
1538
+ /** Overrides client endpoint. */
1539
+ endpoint?: string;
1540
+ }
1541
+ //# sourceMappingURL=index.d.ts.map