@azure/arm-resources 6.1.0-alpha.20250723.1 → 7.0.0-alpha.20250724.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 (203) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/browser/models/index.d.ts +12 -1202
  3. package/dist/browser/models/index.d.ts.map +1 -1
  4. package/dist/browser/models/index.js +0 -76
  5. package/dist/browser/models/index.js.map +1 -1
  6. package/dist/browser/models/mappers.d.ts +0 -42
  7. package/dist/browser/models/mappers.d.ts.map +1 -1
  8. package/dist/browser/models/mappers.js +235 -1749
  9. package/dist/browser/models/mappers.js.map +1 -1
  10. package/dist/browser/models/parameters.d.ts +14 -21
  11. package/dist/browser/models/parameters.d.ts.map +1 -1
  12. package/dist/browser/models/parameters.js +46 -98
  13. package/dist/browser/models/parameters.js.map +1 -1
  14. package/dist/browser/operations/index.d.ts +0 -2
  15. package/dist/browser/operations/index.d.ts.map +1 -1
  16. package/dist/browser/operations/index.js +0 -2
  17. package/dist/browser/operations/index.js.map +1 -1
  18. package/dist/browser/operations/providerResourceTypes.js +1 -1
  19. package/dist/browser/operations/providerResourceTypes.js.map +1 -1
  20. package/dist/browser/operations/providers.js +5 -5
  21. package/dist/browser/operations/providers.js.map +1 -1
  22. package/dist/browser/operations/resourceGroups.js +3 -3
  23. package/dist/browser/operations/resourceGroups.js.map +1 -1
  24. package/dist/browser/operations/resources.js +13 -13
  25. package/dist/browser/operations/resources.js.map +1 -1
  26. package/dist/browser/operations/tagsOperations.js +2 -2
  27. package/dist/browser/operations/tagsOperations.js.map +1 -1
  28. package/dist/browser/operationsInterfaces/index.d.ts +0 -2
  29. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  30. package/dist/browser/operationsInterfaces/index.js +0 -2
  31. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  32. package/dist/browser/resourceManagementClient.d.ts +1 -3
  33. package/dist/browser/resourceManagementClient.d.ts.map +1 -1
  34. package/dist/browser/resourceManagementClient.js +3 -7
  35. package/dist/browser/resourceManagementClient.js.map +1 -1
  36. package/dist/commonjs/models/index.d.ts +12 -1202
  37. package/dist/commonjs/models/index.d.ts.map +1 -1
  38. package/dist/commonjs/models/index.js +1 -77
  39. package/dist/commonjs/models/index.js.map +1 -1
  40. package/dist/commonjs/models/mappers.d.ts +0 -42
  41. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  42. package/dist/commonjs/models/mappers.js +237 -1751
  43. package/dist/commonjs/models/mappers.js.map +1 -1
  44. package/dist/commonjs/models/parameters.d.ts +14 -21
  45. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  46. package/dist/commonjs/models/parameters.js +46 -98
  47. package/dist/commonjs/models/parameters.js.map +1 -1
  48. package/dist/commonjs/operations/index.d.ts +0 -2
  49. package/dist/commonjs/operations/index.d.ts.map +1 -1
  50. package/dist/commonjs/operations/index.js +0 -2
  51. package/dist/commonjs/operations/index.js.map +1 -1
  52. package/dist/commonjs/operations/providerResourceTypes.js +1 -1
  53. package/dist/commonjs/operations/providerResourceTypes.js.map +1 -1
  54. package/dist/commonjs/operations/providers.js +5 -5
  55. package/dist/commonjs/operations/providers.js.map +1 -1
  56. package/dist/commonjs/operations/resourceGroups.js +3 -3
  57. package/dist/commonjs/operations/resourceGroups.js.map +1 -1
  58. package/dist/commonjs/operations/resources.js +13 -13
  59. package/dist/commonjs/operations/resources.js.map +1 -1
  60. package/dist/commonjs/operations/tagsOperations.js +2 -2
  61. package/dist/commonjs/operations/tagsOperations.js.map +1 -1
  62. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -2
  63. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  64. package/dist/commonjs/operationsInterfaces/index.js +0 -2
  65. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  66. package/dist/commonjs/resourceManagementClient.d.ts +1 -3
  67. package/dist/commonjs/resourceManagementClient.d.ts.map +1 -1
  68. package/dist/commonjs/resourceManagementClient.js +2 -6
  69. package/dist/commonjs/resourceManagementClient.js.map +1 -1
  70. package/dist/esm/models/index.d.ts +12 -1202
  71. package/dist/esm/models/index.d.ts.map +1 -1
  72. package/dist/esm/models/index.js +0 -76
  73. package/dist/esm/models/index.js.map +1 -1
  74. package/dist/esm/models/mappers.d.ts +0 -42
  75. package/dist/esm/models/mappers.d.ts.map +1 -1
  76. package/dist/esm/models/mappers.js +235 -1749
  77. package/dist/esm/models/mappers.js.map +1 -1
  78. package/dist/esm/models/parameters.d.ts +14 -21
  79. package/dist/esm/models/parameters.d.ts.map +1 -1
  80. package/dist/esm/models/parameters.js +46 -98
  81. package/dist/esm/models/parameters.js.map +1 -1
  82. package/dist/esm/operations/index.d.ts +0 -2
  83. package/dist/esm/operations/index.d.ts.map +1 -1
  84. package/dist/esm/operations/index.js +0 -2
  85. package/dist/esm/operations/index.js.map +1 -1
  86. package/dist/esm/operations/providerResourceTypes.js +1 -1
  87. package/dist/esm/operations/providerResourceTypes.js.map +1 -1
  88. package/dist/esm/operations/providers.js +5 -5
  89. package/dist/esm/operations/providers.js.map +1 -1
  90. package/dist/esm/operations/resourceGroups.js +3 -3
  91. package/dist/esm/operations/resourceGroups.js.map +1 -1
  92. package/dist/esm/operations/resources.js +13 -13
  93. package/dist/esm/operations/resources.js.map +1 -1
  94. package/dist/esm/operations/tagsOperations.js +2 -2
  95. package/dist/esm/operations/tagsOperations.js.map +1 -1
  96. package/dist/esm/operationsInterfaces/index.d.ts +0 -2
  97. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  98. package/dist/esm/operationsInterfaces/index.js +0 -2
  99. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  100. package/dist/esm/resourceManagementClient.d.ts +1 -3
  101. package/dist/esm/resourceManagementClient.d.ts.map +1 -1
  102. package/dist/esm/resourceManagementClient.js +3 -7
  103. package/dist/esm/resourceManagementClient.js.map +1 -1
  104. package/dist/react-native/models/index.d.ts +12 -1202
  105. package/dist/react-native/models/index.d.ts.map +1 -1
  106. package/dist/react-native/models/index.js +0 -76
  107. package/dist/react-native/models/index.js.map +1 -1
  108. package/dist/react-native/models/mappers.d.ts +0 -42
  109. package/dist/react-native/models/mappers.d.ts.map +1 -1
  110. package/dist/react-native/models/mappers.js +235 -1749
  111. package/dist/react-native/models/mappers.js.map +1 -1
  112. package/dist/react-native/models/parameters.d.ts +14 -21
  113. package/dist/react-native/models/parameters.d.ts.map +1 -1
  114. package/dist/react-native/models/parameters.js +46 -98
  115. package/dist/react-native/models/parameters.js.map +1 -1
  116. package/dist/react-native/operations/index.d.ts +0 -2
  117. package/dist/react-native/operations/index.d.ts.map +1 -1
  118. package/dist/react-native/operations/index.js +0 -2
  119. package/dist/react-native/operations/index.js.map +1 -1
  120. package/dist/react-native/operations/providerResourceTypes.js +1 -1
  121. package/dist/react-native/operations/providerResourceTypes.js.map +1 -1
  122. package/dist/react-native/operations/providers.js +5 -5
  123. package/dist/react-native/operations/providers.js.map +1 -1
  124. package/dist/react-native/operations/resourceGroups.js +3 -3
  125. package/dist/react-native/operations/resourceGroups.js.map +1 -1
  126. package/dist/react-native/operations/resources.js +13 -13
  127. package/dist/react-native/operations/resources.js.map +1 -1
  128. package/dist/react-native/operations/tagsOperations.js +2 -2
  129. package/dist/react-native/operations/tagsOperations.js.map +1 -1
  130. package/dist/react-native/operationsInterfaces/index.d.ts +0 -2
  131. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  132. package/dist/react-native/operationsInterfaces/index.js +0 -2
  133. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  134. package/dist/react-native/resourceManagementClient.d.ts +1 -3
  135. package/dist/react-native/resourceManagementClient.d.ts.map +1 -1
  136. package/dist/react-native/resourceManagementClient.js +3 -7
  137. package/dist/react-native/resourceManagementClient.js.map +1 -1
  138. package/package.json +2 -2
  139. package/review/arm-resources-node.api.md +2 -995
  140. package/dist/browser/operations/deploymentOperations.d.ts +0 -168
  141. package/dist/browser/operations/deploymentOperations.d.ts.map +0 -1
  142. package/dist/browser/operations/deploymentOperations.js +0 -697
  143. package/dist/browser/operations/deploymentOperations.js.map +0 -1
  144. package/dist/browser/operations/deployments.d.ts +0 -628
  145. package/dist/browser/operations/deployments.d.ts.map +0 -1
  146. package/dist/browser/operations/deployments.js +0 -2776
  147. package/dist/browser/operations/deployments.js.map +0 -1
  148. package/dist/browser/operationsInterfaces/deploymentOperations.d.ts +0 -77
  149. package/dist/browser/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  150. package/dist/browser/operationsInterfaces/deploymentOperations.js +0 -9
  151. package/dist/browser/operationsInterfaces/deploymentOperations.js.map +0 -1
  152. package/dist/browser/operationsInterfaces/deployments.d.ts +0 -545
  153. package/dist/browser/operationsInterfaces/deployments.d.ts.map +0 -1
  154. package/dist/browser/operationsInterfaces/deployments.js +0 -9
  155. package/dist/browser/operationsInterfaces/deployments.js.map +0 -1
  156. package/dist/commonjs/operations/deploymentOperations.d.ts +0 -168
  157. package/dist/commonjs/operations/deploymentOperations.d.ts.map +0 -1
  158. package/dist/commonjs/operations/deploymentOperations.js +0 -702
  159. package/dist/commonjs/operations/deploymentOperations.js.map +0 -1
  160. package/dist/commonjs/operations/deployments.d.ts +0 -628
  161. package/dist/commonjs/operations/deployments.d.ts.map +0 -1
  162. package/dist/commonjs/operations/deployments.js +0 -2781
  163. package/dist/commonjs/operations/deployments.js.map +0 -1
  164. package/dist/commonjs/operationsInterfaces/deploymentOperations.d.ts +0 -77
  165. package/dist/commonjs/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  166. package/dist/commonjs/operationsInterfaces/deploymentOperations.js +0 -10
  167. package/dist/commonjs/operationsInterfaces/deploymentOperations.js.map +0 -1
  168. package/dist/commonjs/operationsInterfaces/deployments.d.ts +0 -545
  169. package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +0 -1
  170. package/dist/commonjs/operationsInterfaces/deployments.js +0 -10
  171. package/dist/commonjs/operationsInterfaces/deployments.js.map +0 -1
  172. package/dist/esm/operations/deploymentOperations.d.ts +0 -168
  173. package/dist/esm/operations/deploymentOperations.d.ts.map +0 -1
  174. package/dist/esm/operations/deploymentOperations.js +0 -697
  175. package/dist/esm/operations/deploymentOperations.js.map +0 -1
  176. package/dist/esm/operations/deployments.d.ts +0 -628
  177. package/dist/esm/operations/deployments.d.ts.map +0 -1
  178. package/dist/esm/operations/deployments.js +0 -2776
  179. package/dist/esm/operations/deployments.js.map +0 -1
  180. package/dist/esm/operationsInterfaces/deploymentOperations.d.ts +0 -77
  181. package/dist/esm/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  182. package/dist/esm/operationsInterfaces/deploymentOperations.js +0 -9
  183. package/dist/esm/operationsInterfaces/deploymentOperations.js.map +0 -1
  184. package/dist/esm/operationsInterfaces/deployments.d.ts +0 -545
  185. package/dist/esm/operationsInterfaces/deployments.d.ts.map +0 -1
  186. package/dist/esm/operationsInterfaces/deployments.js +0 -9
  187. package/dist/esm/operationsInterfaces/deployments.js.map +0 -1
  188. package/dist/react-native/operations/deploymentOperations.d.ts +0 -168
  189. package/dist/react-native/operations/deploymentOperations.d.ts.map +0 -1
  190. package/dist/react-native/operations/deploymentOperations.js +0 -697
  191. package/dist/react-native/operations/deploymentOperations.js.map +0 -1
  192. package/dist/react-native/operations/deployments.d.ts +0 -628
  193. package/dist/react-native/operations/deployments.d.ts.map +0 -1
  194. package/dist/react-native/operations/deployments.js +0 -2776
  195. package/dist/react-native/operations/deployments.js.map +0 -1
  196. package/dist/react-native/operationsInterfaces/deploymentOperations.d.ts +0 -77
  197. package/dist/react-native/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  198. package/dist/react-native/operationsInterfaces/deploymentOperations.js +0 -9
  199. package/dist/react-native/operationsInterfaces/deploymentOperations.js.map +0 -1
  200. package/dist/react-native/operationsInterfaces/deployments.d.ts +0 -545
  201. package/dist/react-native/operationsInterfaces/deployments.d.ts.map +0 -1
  202. package/dist/react-native/operationsInterfaces/deployments.js +0 -9
  203. package/dist/react-native/operationsInterfaces/deployments.js.map +0 -1
@@ -60,794 +60,8 @@ export interface ApiProfile {
60
60
  }
61
61
 
62
62
  // @public
63
- export interface BasicDependency {
64
- id?: string;
65
- resourceName?: string;
66
- resourceType?: string;
67
- }
68
-
69
- // @public
70
- export type ChangeType = "Create" | "Delete" | "Ignore" | "Deploy" | "NoChange" | "Modify" | "Unsupported";
71
-
72
- // @public
73
- export interface CloudError {
74
- error?: ErrorResponse;
75
- }
76
-
77
- // @public
78
- export interface DebugSetting {
79
- detailLevel?: string;
80
- }
81
-
82
- // @public
83
- export interface Dependency {
84
- dependsOn?: BasicDependency[];
85
- id?: string;
86
- resourceName?: string;
87
- resourceType?: string;
88
- }
89
-
90
- // @public
91
- export interface Deployment {
92
- location?: string;
93
- properties: DeploymentProperties;
94
- tags?: {
95
- [propertyName: string]: string;
96
- };
97
- }
98
-
99
- // @public (undocumented)
100
- export interface DeploymentDiagnosticsDefinition {
101
- readonly additionalInfo?: ErrorAdditionalInfo[];
102
- readonly code: string;
103
- readonly level: Level;
104
- readonly message: string;
105
- readonly target?: string;
106
- }
107
-
108
- // @public
109
- export interface DeploymentExportResult {
110
- template?: Record<string, unknown>;
111
- }
112
-
113
- // @public
114
- export interface DeploymentExtended {
115
- readonly id?: string;
116
- location?: string;
117
- readonly name?: string;
118
- properties?: DeploymentPropertiesExtended;
119
- tags?: {
120
- [propertyName: string]: string;
121
- };
122
- readonly type?: string;
123
- }
124
-
125
- // @public
126
- export interface DeploymentExtendedFilter {
127
- provisioningState?: string;
128
- }
129
-
130
- // @public (undocumented)
131
- export interface DeploymentExtensionConfigItem {
132
- keyVaultReference?: KeyVaultParameterReference;
133
- readonly type?: ExtensionConfigPropertyType;
134
- value?: any;
135
- }
136
-
137
- // @public (undocumented)
138
- export interface DeploymentExtensionDefinition {
139
- readonly alias?: string;
140
- readonly config?: {
141
- [propertyName: string]: DeploymentExtensionConfigItem;
142
- };
143
- readonly configId?: string;
144
- readonly name?: string;
145
- readonly version?: string;
146
- }
147
-
148
- // @public
149
- export interface DeploymentListResult {
150
- readonly nextLink?: string;
151
- value?: DeploymentExtended[];
152
- }
153
-
154
- // @public
155
- export type DeploymentMode = "Incremental" | "Complete";
156
-
157
- // @public
158
- export interface DeploymentOperation {
159
- readonly id?: string;
160
- readonly operationId?: string;
161
- properties?: DeploymentOperationProperties;
162
- }
163
-
164
- // @public
165
- export interface DeploymentOperationProperties {
166
- readonly duration?: string;
167
- readonly provisioningOperation?: ProvisioningOperation;
168
- readonly provisioningState?: string;
169
- readonly request?: HttpMessage;
170
- readonly response?: HttpMessage;
171
- readonly serviceRequestId?: string;
172
- readonly statusCode?: string;
173
- readonly statusMessage?: StatusMessage;
174
- readonly targetResource?: TargetResource;
175
- readonly timestamp?: Date;
176
- }
177
-
178
- // @public
179
- export interface DeploymentOperations {
180
- get(resourceGroupName: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetOptionalParams): Promise<DeploymentOperationsGetResponse>;
181
- getAtManagementGroupScope(groupId: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtManagementGroupScopeOptionalParams): Promise<DeploymentOperationsGetAtManagementGroupScopeResponse>;
182
- getAtScope(scope: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtScopeOptionalParams): Promise<DeploymentOperationsGetAtScopeResponse>;
183
- getAtSubscriptionScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtSubscriptionScopeOptionalParams): Promise<DeploymentOperationsGetAtSubscriptionScopeResponse>;
184
- getAtTenantScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtTenantScopeOptionalParams): Promise<DeploymentOperationsGetAtTenantScopeResponse>;
185
- list(resourceGroupName: string, deploymentName: string, options?: DeploymentOperationsListOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
186
- listAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentOperationsListAtManagementGroupScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
187
- listAtScope(scope: string, deploymentName: string, options?: DeploymentOperationsListAtScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
188
- listAtSubscriptionScope(deploymentName: string, options?: DeploymentOperationsListAtSubscriptionScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
189
- listAtTenantScope(deploymentName: string, options?: DeploymentOperationsListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
190
- }
191
-
192
- // @public
193
- export interface DeploymentOperationsGetAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
194
- }
195
-
196
- // @public
197
- export type DeploymentOperationsGetAtManagementGroupScopeResponse = DeploymentOperation;
198
-
199
- // @public
200
- export interface DeploymentOperationsGetAtScopeOptionalParams extends coreClient.OperationOptions {
201
- }
202
-
203
- // @public
204
- export type DeploymentOperationsGetAtScopeResponse = DeploymentOperation;
205
-
206
- // @public
207
- export interface DeploymentOperationsGetAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
208
- }
209
-
210
- // @public
211
- export type DeploymentOperationsGetAtSubscriptionScopeResponse = DeploymentOperation;
212
-
213
- // @public
214
- export interface DeploymentOperationsGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
215
- }
216
-
217
- // @public
218
- export type DeploymentOperationsGetAtTenantScopeResponse = DeploymentOperation;
219
-
220
- // @public
221
- export interface DeploymentOperationsGetOptionalParams extends coreClient.OperationOptions {
222
- }
223
-
224
- // @public
225
- export type DeploymentOperationsGetResponse = DeploymentOperation;
226
-
227
- // @public
228
- export interface DeploymentOperationsListAtManagementGroupScopeNextOptionalParams extends coreClient.OperationOptions {
229
- }
230
-
231
- // @public
232
- export type DeploymentOperationsListAtManagementGroupScopeNextResponse = DeploymentOperationsListResult;
233
-
234
- // @public
235
- export interface DeploymentOperationsListAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
236
- top?: number;
237
- }
238
-
239
- // @public
240
- export type DeploymentOperationsListAtManagementGroupScopeResponse = DeploymentOperationsListResult;
241
-
242
- // @public
243
- export interface DeploymentOperationsListAtScopeNextOptionalParams extends coreClient.OperationOptions {
244
- }
245
-
246
- // @public
247
- export type DeploymentOperationsListAtScopeNextResponse = DeploymentOperationsListResult;
248
-
249
- // @public
250
- export interface DeploymentOperationsListAtScopeOptionalParams extends coreClient.OperationOptions {
251
- top?: number;
252
- }
253
-
254
- // @public
255
- export type DeploymentOperationsListAtScopeResponse = DeploymentOperationsListResult;
256
-
257
- // @public
258
- export interface DeploymentOperationsListAtSubscriptionScopeNextOptionalParams extends coreClient.OperationOptions {
259
- }
260
-
261
- // @public
262
- export type DeploymentOperationsListAtSubscriptionScopeNextResponse = DeploymentOperationsListResult;
263
-
264
- // @public
265
- export interface DeploymentOperationsListAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
266
- top?: number;
267
- }
268
-
269
- // @public
270
- export type DeploymentOperationsListAtSubscriptionScopeResponse = DeploymentOperationsListResult;
271
-
272
- // @public
273
- export interface DeploymentOperationsListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
274
- }
275
-
276
- // @public
277
- export type DeploymentOperationsListAtTenantScopeNextResponse = DeploymentOperationsListResult;
278
-
279
- // @public
280
- export interface DeploymentOperationsListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
281
- top?: number;
282
- }
283
-
284
- // @public
285
- export type DeploymentOperationsListAtTenantScopeResponse = DeploymentOperationsListResult;
286
-
287
- // @public
288
- export interface DeploymentOperationsListNextOptionalParams extends coreClient.OperationOptions {
289
- }
290
-
291
- // @public
292
- export type DeploymentOperationsListNextResponse = DeploymentOperationsListResult;
293
-
294
- // @public
295
- export interface DeploymentOperationsListOptionalParams extends coreClient.OperationOptions {
296
- top?: number;
297
- }
298
-
299
- // @public
300
- export type DeploymentOperationsListResponse = DeploymentOperationsListResult;
301
-
302
- // @public
303
- export interface DeploymentOperationsListResult {
304
- readonly nextLink?: string;
305
- value?: DeploymentOperation[];
306
- }
307
-
308
- // @public
309
- export interface DeploymentParameter {
310
- reference?: KeyVaultParameterReference;
311
- value?: any;
312
- }
313
-
314
- // @public
315
- export interface DeploymentProperties {
316
- debugSetting?: DebugSetting;
317
- expressionEvaluationOptions?: ExpressionEvaluationOptions;
318
- extensionConfigs?: {
319
- [propertyName: string]: {
320
- [propertyName: string]: DeploymentExtensionConfigItem;
321
- };
322
- };
323
- mode: DeploymentMode;
324
- onErrorDeployment?: OnErrorDeployment;
325
- parameters?: {
326
- [propertyName: string]: DeploymentParameter;
327
- };
328
- parametersLink?: ParametersLink;
329
- template?: Record<string, unknown>;
330
- templateLink?: TemplateLink;
331
- validationLevel?: ValidationLevel;
332
- }
333
-
334
- // @public
335
- export interface DeploymentPropertiesExtended {
336
- readonly correlationId?: string;
337
- readonly debugSetting?: DebugSetting;
338
- readonly dependencies?: Dependency[];
339
- readonly diagnostics?: DeploymentDiagnosticsDefinition[];
340
- readonly duration?: string;
341
- readonly error?: ErrorResponse;
342
- readonly extensions?: DeploymentExtensionDefinition[];
343
- readonly mode?: DeploymentMode;
344
- readonly onErrorDeployment?: OnErrorDeploymentExtended;
345
- readonly outputResources?: ResourceReference[];
346
- readonly outputs?: Record<string, unknown>;
347
- readonly parameters?: Record<string, unknown>;
348
- readonly parametersLink?: ParametersLink;
349
- readonly providers?: Provider[];
350
- readonly provisioningState?: ProvisioningState;
351
- readonly templateHash?: string;
352
- readonly templateLink?: TemplateLink;
353
- readonly timestamp?: Date;
354
- readonly validatedResources?: ResourceReference[];
355
- validationLevel?: ValidationLevel;
356
- }
357
-
358
- // @public
359
- export interface Deployments {
360
- beginCreateOrUpdate(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateResponse>, DeploymentsCreateOrUpdateResponse>>;
361
- beginCreateOrUpdateAndWait(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<DeploymentsCreateOrUpdateResponse>;
362
- beginCreateOrUpdateAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>, DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>>;
363
- beginCreateOrUpdateAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>;
364
- beginCreateOrUpdateAtScope(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateAtScopeResponse>, DeploymentsCreateOrUpdateAtScopeResponse>>;
365
- beginCreateOrUpdateAtScopeAndWait(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtScopeResponse>;
366
- beginCreateOrUpdateAtSubscriptionScope(deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>, DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>>;
367
- beginCreateOrUpdateAtSubscriptionScopeAndWait(deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>;
368
- beginCreateOrUpdateAtTenantScope(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateAtTenantScopeResponse>, DeploymentsCreateOrUpdateAtTenantScopeResponse>>;
369
- beginCreateOrUpdateAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtTenantScopeResponse>;
370
- beginDelete(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
371
- beginDeleteAndWait(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>;
372
- beginDeleteAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
373
- beginDeleteAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams): Promise<void>;
374
- beginDeleteAtScope(scope: string, deploymentName: string, options?: DeploymentsDeleteAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
375
- beginDeleteAtScopeAndWait(scope: string, deploymentName: string, options?: DeploymentsDeleteAtScopeOptionalParams): Promise<void>;
376
- beginDeleteAtSubscriptionScope(deploymentName: string, options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
377
- beginDeleteAtSubscriptionScopeAndWait(deploymentName: string, options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams): Promise<void>;
378
- beginDeleteAtTenantScope(deploymentName: string, options?: DeploymentsDeleteAtTenantScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
379
- beginDeleteAtTenantScopeAndWait(deploymentName: string, options?: DeploymentsDeleteAtTenantScopeOptionalParams): Promise<void>;
380
- beginValidate(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateResponse>, DeploymentsValidateResponse>>;
381
- beginValidateAndWait(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateOptionalParams): Promise<DeploymentsValidateResponse>;
382
- beginValidateAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtManagementGroupScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateAtManagementGroupScopeResponse>, DeploymentsValidateAtManagementGroupScopeResponse>>;
383
- beginValidateAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtManagementGroupScopeOptionalParams): Promise<DeploymentsValidateAtManagementGroupScopeResponse>;
384
- beginValidateAtScope(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateAtScopeResponse>, DeploymentsValidateAtScopeResponse>>;
385
- beginValidateAtScopeAndWait(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtScopeOptionalParams): Promise<DeploymentsValidateAtScopeResponse>;
386
- beginValidateAtSubscriptionScope(deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtSubscriptionScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateAtSubscriptionScopeResponse>, DeploymentsValidateAtSubscriptionScopeResponse>>;
387
- beginValidateAtSubscriptionScopeAndWait(deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtSubscriptionScopeOptionalParams): Promise<DeploymentsValidateAtSubscriptionScopeResponse>;
388
- beginValidateAtTenantScope(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtTenantScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateAtTenantScopeResponse>, DeploymentsValidateAtTenantScopeResponse>>;
389
- beginValidateAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtTenantScopeOptionalParams): Promise<DeploymentsValidateAtTenantScopeResponse>;
390
- beginWhatIf(resourceGroupName: string, deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsWhatIfResponse>, DeploymentsWhatIfResponse>>;
391
- beginWhatIfAndWait(resourceGroupName: string, deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfOptionalParams): Promise<DeploymentsWhatIfResponse>;
392
- beginWhatIfAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsWhatIfAtManagementGroupScopeResponse>, DeploymentsWhatIfAtManagementGroupScopeResponse>>;
393
- beginWhatIfAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams): Promise<DeploymentsWhatIfAtManagementGroupScopeResponse>;
394
- beginWhatIfAtSubscriptionScope(deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsWhatIfAtSubscriptionScopeResponse>, DeploymentsWhatIfAtSubscriptionScopeResponse>>;
395
- beginWhatIfAtSubscriptionScopeAndWait(deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams): Promise<DeploymentsWhatIfAtSubscriptionScopeResponse>;
396
- beginWhatIfAtTenantScope(deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtTenantScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsWhatIfAtTenantScopeResponse>, DeploymentsWhatIfAtTenantScopeResponse>>;
397
- beginWhatIfAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtTenantScopeOptionalParams): Promise<DeploymentsWhatIfAtTenantScopeResponse>;
398
- calculateTemplateHash(template: Record<string, unknown>, options?: DeploymentsCalculateTemplateHashOptionalParams): Promise<DeploymentsCalculateTemplateHashResponse>;
399
- cancel(resourceGroupName: string, deploymentName: string, options?: DeploymentsCancelOptionalParams): Promise<void>;
400
- cancelAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsCancelAtManagementGroupScopeOptionalParams): Promise<void>;
401
- cancelAtScope(scope: string, deploymentName: string, options?: DeploymentsCancelAtScopeOptionalParams): Promise<void>;
402
- cancelAtSubscriptionScope(deploymentName: string, options?: DeploymentsCancelAtSubscriptionScopeOptionalParams): Promise<void>;
403
- cancelAtTenantScope(deploymentName: string, options?: DeploymentsCancelAtTenantScopeOptionalParams): Promise<void>;
404
- checkExistence(resourceGroupName: string, deploymentName: string, options?: DeploymentsCheckExistenceOptionalParams): Promise<DeploymentsCheckExistenceResponse>;
405
- checkExistenceAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams): Promise<DeploymentsCheckExistenceAtManagementGroupScopeResponse>;
406
- checkExistenceAtScope(scope: string, deploymentName: string, options?: DeploymentsCheckExistenceAtScopeOptionalParams): Promise<DeploymentsCheckExistenceAtScopeResponse>;
407
- checkExistenceAtSubscriptionScope(deploymentName: string, options?: DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams): Promise<DeploymentsCheckExistenceAtSubscriptionScopeResponse>;
408
- checkExistenceAtTenantScope(deploymentName: string, options?: DeploymentsCheckExistenceAtTenantScopeOptionalParams): Promise<DeploymentsCheckExistenceAtTenantScopeResponse>;
409
- exportTemplate(resourceGroupName: string, deploymentName: string, options?: DeploymentsExportTemplateOptionalParams): Promise<DeploymentsExportTemplateResponse>;
410
- exportTemplateAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsExportTemplateAtManagementGroupScopeOptionalParams): Promise<DeploymentsExportTemplateAtManagementGroupScopeResponse>;
411
- exportTemplateAtScope(scope: string, deploymentName: string, options?: DeploymentsExportTemplateAtScopeOptionalParams): Promise<DeploymentsExportTemplateAtScopeResponse>;
412
- exportTemplateAtSubscriptionScope(deploymentName: string, options?: DeploymentsExportTemplateAtSubscriptionScopeOptionalParams): Promise<DeploymentsExportTemplateAtSubscriptionScopeResponse>;
413
- exportTemplateAtTenantScope(deploymentName: string, options?: DeploymentsExportTemplateAtTenantScopeOptionalParams): Promise<DeploymentsExportTemplateAtTenantScopeResponse>;
414
- get(resourceGroupName: string, deploymentName: string, options?: DeploymentsGetOptionalParams): Promise<DeploymentsGetResponse>;
415
- getAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsGetAtManagementGroupScopeOptionalParams): Promise<DeploymentsGetAtManagementGroupScopeResponse>;
416
- getAtScope(scope: string, deploymentName: string, options?: DeploymentsGetAtScopeOptionalParams): Promise<DeploymentsGetAtScopeResponse>;
417
- getAtSubscriptionScope(deploymentName: string, options?: DeploymentsGetAtSubscriptionScopeOptionalParams): Promise<DeploymentsGetAtSubscriptionScopeResponse>;
418
- getAtTenantScope(deploymentName: string, options?: DeploymentsGetAtTenantScopeOptionalParams): Promise<DeploymentsGetAtTenantScopeResponse>;
419
- listAtManagementGroupScope(groupId: string, options?: DeploymentsListAtManagementGroupScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
420
- listAtScope(scope: string, options?: DeploymentsListAtScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
421
- listAtSubscriptionScope(options?: DeploymentsListAtSubscriptionScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
422
- listAtTenantScope(options?: DeploymentsListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
423
- listByResourceGroup(resourceGroupName: string, options?: DeploymentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
424
- }
425
-
426
- // @public
427
- export interface DeploymentsCalculateTemplateHashOptionalParams extends coreClient.OperationOptions {
428
- }
429
-
430
- // @public
431
- export type DeploymentsCalculateTemplateHashResponse = TemplateHashResult;
432
-
433
- // @public
434
- export interface DeploymentsCancelAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
435
- }
436
-
437
- // @public
438
- export interface DeploymentsCancelAtScopeOptionalParams extends coreClient.OperationOptions {
439
- }
440
-
441
- // @public
442
- export interface DeploymentsCancelAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
443
- }
444
-
445
- // @public
446
- export interface DeploymentsCancelAtTenantScopeOptionalParams extends coreClient.OperationOptions {
447
- }
448
-
449
- // @public
450
- export interface DeploymentsCancelOptionalParams extends coreClient.OperationOptions {
451
- }
452
-
453
- // @public
454
- export interface DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
455
- }
456
-
457
- // @public
458
- export type DeploymentsCheckExistenceAtManagementGroupScopeResponse = {
459
- body: boolean;
460
- };
461
-
462
- // @public
463
- export interface DeploymentsCheckExistenceAtScopeOptionalParams extends coreClient.OperationOptions {
464
- }
465
-
466
- // @public
467
- export type DeploymentsCheckExistenceAtScopeResponse = {
468
- body: boolean;
469
- };
470
-
471
- // @public
472
- export interface DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
473
- }
474
-
475
- // @public
476
- export type DeploymentsCheckExistenceAtSubscriptionScopeResponse = {
477
- body: boolean;
478
- };
479
-
480
- // @public
481
- export interface DeploymentsCheckExistenceAtTenantScopeOptionalParams extends coreClient.OperationOptions {
482
- }
483
-
484
- // @public
485
- export type DeploymentsCheckExistenceAtTenantScopeResponse = {
486
- body: boolean;
487
- };
488
-
489
- // @public
490
- export interface DeploymentsCheckExistenceOptionalParams extends coreClient.OperationOptions {
491
- }
492
-
493
- // @public
494
- export type DeploymentsCheckExistenceResponse = {
495
- body: boolean;
496
- };
497
-
498
- // @public
499
- export interface DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
500
- resumeFrom?: string;
501
- updateIntervalInMs?: number;
502
- }
503
-
504
- // @public
505
- export type DeploymentsCreateOrUpdateAtManagementGroupScopeResponse = DeploymentExtended;
506
-
507
- // @public
508
- export interface DeploymentsCreateOrUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
509
- resumeFrom?: string;
510
- updateIntervalInMs?: number;
511
- }
512
-
513
- // @public
514
- export type DeploymentsCreateOrUpdateAtScopeResponse = DeploymentExtended;
515
-
516
- // @public
517
- export interface DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
518
- resumeFrom?: string;
519
- updateIntervalInMs?: number;
520
- }
521
-
522
- // @public
523
- export type DeploymentsCreateOrUpdateAtSubscriptionScopeResponse = DeploymentExtended;
524
-
525
- // @public
526
- export interface DeploymentsCreateOrUpdateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
527
- resumeFrom?: string;
528
- updateIntervalInMs?: number;
529
- }
530
-
531
- // @public
532
- export type DeploymentsCreateOrUpdateAtTenantScopeResponse = DeploymentExtended;
533
-
534
- // @public
535
- export interface DeploymentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
536
- resumeFrom?: string;
537
- updateIntervalInMs?: number;
538
- }
539
-
540
- // @public
541
- export type DeploymentsCreateOrUpdateResponse = DeploymentExtended;
542
-
543
- // @public
544
- export interface DeploymentsDeleteAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
545
- resumeFrom?: string;
546
- updateIntervalInMs?: number;
547
- }
548
-
549
- // @public
550
- export interface DeploymentsDeleteAtScopeOptionalParams extends coreClient.OperationOptions {
551
- resumeFrom?: string;
552
- updateIntervalInMs?: number;
553
- }
554
-
555
- // @public
556
- export interface DeploymentsDeleteAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
557
- resumeFrom?: string;
558
- updateIntervalInMs?: number;
559
- }
560
-
561
- // @public
562
- export interface DeploymentsDeleteAtTenantScopeOptionalParams extends coreClient.OperationOptions {
563
- resumeFrom?: string;
564
- updateIntervalInMs?: number;
565
- }
566
-
567
- // @public
568
- export interface DeploymentsDeleteOptionalParams extends coreClient.OperationOptions {
569
- resumeFrom?: string;
570
- updateIntervalInMs?: number;
571
- }
572
-
573
- // @public
574
- export interface DeploymentsExportTemplateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
575
- }
576
-
577
- // @public
578
- export type DeploymentsExportTemplateAtManagementGroupScopeResponse = DeploymentExportResult;
579
-
580
- // @public
581
- export interface DeploymentsExportTemplateAtScopeOptionalParams extends coreClient.OperationOptions {
582
- }
583
-
584
- // @public
585
- export type DeploymentsExportTemplateAtScopeResponse = DeploymentExportResult;
586
-
587
- // @public
588
- export interface DeploymentsExportTemplateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
589
- }
590
-
591
- // @public
592
- export type DeploymentsExportTemplateAtSubscriptionScopeResponse = DeploymentExportResult;
593
-
594
- // @public
595
- export interface DeploymentsExportTemplateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
596
- }
597
-
598
- // @public
599
- export type DeploymentsExportTemplateAtTenantScopeResponse = DeploymentExportResult;
600
-
601
- // @public
602
- export interface DeploymentsExportTemplateOptionalParams extends coreClient.OperationOptions {
603
- }
604
-
605
- // @public
606
- export type DeploymentsExportTemplateResponse = DeploymentExportResult;
607
-
608
- // @public
609
- export interface DeploymentsGetAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
610
- }
611
-
612
- // @public
613
- export type DeploymentsGetAtManagementGroupScopeResponse = DeploymentExtended;
614
-
615
- // @public
616
- export interface DeploymentsGetAtScopeOptionalParams extends coreClient.OperationOptions {
617
- }
618
-
619
- // @public
620
- export type DeploymentsGetAtScopeResponse = DeploymentExtended;
621
-
622
- // @public
623
- export interface DeploymentsGetAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
624
- }
625
-
626
- // @public
627
- export type DeploymentsGetAtSubscriptionScopeResponse = DeploymentExtended;
628
-
629
- // @public
630
- export interface DeploymentsGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
631
- }
632
-
633
- // @public
634
- export type DeploymentsGetAtTenantScopeResponse = DeploymentExtended;
635
-
636
- // @public
637
- export interface DeploymentsGetOptionalParams extends coreClient.OperationOptions {
638
- }
639
-
640
- // @public
641
- export type DeploymentsGetResponse = DeploymentExtended;
642
-
643
- // @public
644
- export interface DeploymentsListAtManagementGroupScopeNextOptionalParams extends coreClient.OperationOptions {
645
- }
646
-
647
- // @public
648
- export type DeploymentsListAtManagementGroupScopeNextResponse = DeploymentListResult;
649
-
650
- // @public
651
- export interface DeploymentsListAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
652
- filter?: string;
653
- top?: number;
654
- }
655
-
656
- // @public
657
- export type DeploymentsListAtManagementGroupScopeResponse = DeploymentListResult;
658
-
659
- // @public
660
- export interface DeploymentsListAtScopeNextOptionalParams extends coreClient.OperationOptions {
661
- }
662
-
663
- // @public
664
- export type DeploymentsListAtScopeNextResponse = DeploymentListResult;
665
-
666
- // @public
667
- export interface DeploymentsListAtScopeOptionalParams extends coreClient.OperationOptions {
668
- filter?: string;
669
- top?: number;
670
- }
671
-
672
- // @public
673
- export type DeploymentsListAtScopeResponse = DeploymentListResult;
674
-
675
- // @public
676
- export interface DeploymentsListAtSubscriptionScopeNextOptionalParams extends coreClient.OperationOptions {
677
- }
678
-
679
- // @public
680
- export type DeploymentsListAtSubscriptionScopeNextResponse = DeploymentListResult;
681
-
682
- // @public
683
- export interface DeploymentsListAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
684
- filter?: string;
685
- top?: number;
686
- }
687
-
688
- // @public
689
- export type DeploymentsListAtSubscriptionScopeResponse = DeploymentListResult;
690
-
691
- // @public
692
- export interface DeploymentsListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
693
- }
694
-
695
- // @public
696
- export type DeploymentsListAtTenantScopeNextResponse = DeploymentListResult;
697
-
698
- // @public
699
- export interface DeploymentsListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
700
- filter?: string;
701
- top?: number;
702
- }
703
-
704
- // @public
705
- export type DeploymentsListAtTenantScopeResponse = DeploymentListResult;
706
-
707
- // @public
708
- export interface DeploymentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
709
- }
710
-
711
- // @public
712
- export type DeploymentsListByResourceGroupNextResponse = DeploymentListResult;
713
-
714
- // @public
715
- export interface DeploymentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
716
- filter?: string;
717
- top?: number;
718
- }
719
-
720
- // @public
721
- export type DeploymentsListByResourceGroupResponse = DeploymentListResult;
722
-
723
- // @public
724
- export interface DeploymentsValidateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
725
- resumeFrom?: string;
726
- updateIntervalInMs?: number;
727
- }
728
-
729
- // @public
730
- export type DeploymentsValidateAtManagementGroupScopeResponse = DeploymentValidateResult;
731
-
732
- // @public
733
- export interface DeploymentsValidateAtScopeOptionalParams extends coreClient.OperationOptions {
734
- resumeFrom?: string;
735
- updateIntervalInMs?: number;
736
- }
737
-
738
- // @public
739
- export type DeploymentsValidateAtScopeResponse = DeploymentValidateResult;
740
-
741
- // @public
742
- export interface DeploymentsValidateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
743
- resumeFrom?: string;
744
- updateIntervalInMs?: number;
745
- }
746
-
747
- // @public
748
- export type DeploymentsValidateAtSubscriptionScopeResponse = DeploymentValidateResult;
749
-
750
- // @public
751
- export interface DeploymentsValidateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
752
- resumeFrom?: string;
753
- updateIntervalInMs?: number;
754
- }
755
-
756
- // @public
757
- export type DeploymentsValidateAtTenantScopeResponse = DeploymentValidateResult;
758
-
759
- // @public
760
- export interface DeploymentsValidateOptionalParams extends coreClient.OperationOptions {
761
- resumeFrom?: string;
762
- updateIntervalInMs?: number;
763
- }
764
-
765
- // @public
766
- export type DeploymentsValidateResponse = DeploymentValidateResult;
767
-
768
- // @public
769
- export interface DeploymentsWhatIfAtManagementGroupScopeHeaders {
770
- location?: string;
771
- retryAfter?: string;
772
- }
773
-
774
- // @public
775
- export interface DeploymentsWhatIfAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
776
- resumeFrom?: string;
777
- updateIntervalInMs?: number;
778
- }
779
-
780
- // @public
781
- export type DeploymentsWhatIfAtManagementGroupScopeResponse = WhatIfOperationResult;
782
-
783
- // @public
784
- export interface DeploymentsWhatIfAtSubscriptionScopeHeaders {
785
- location?: string;
786
- retryAfter?: string;
787
- }
788
-
789
- // @public
790
- export interface DeploymentsWhatIfAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
791
- resumeFrom?: string;
792
- updateIntervalInMs?: number;
793
- }
794
-
795
- // @public
796
- export type DeploymentsWhatIfAtSubscriptionScopeResponse = WhatIfOperationResult;
797
-
798
- // @public
799
- export interface DeploymentsWhatIfAtTenantScopeHeaders {
800
- location?: string;
801
- retryAfter?: string;
802
- }
803
-
804
- // @public
805
- export interface DeploymentsWhatIfAtTenantScopeOptionalParams extends coreClient.OperationOptions {
806
- resumeFrom?: string;
807
- updateIntervalInMs?: number;
808
- }
809
-
810
- // @public
811
- export type DeploymentsWhatIfAtTenantScopeResponse = WhatIfOperationResult;
812
-
813
- // @public
814
- export interface DeploymentsWhatIfHeaders {
815
- location?: string;
816
- retryAfter?: string;
817
- }
818
-
819
- // @public
820
- export interface DeploymentsWhatIfOptionalParams extends coreClient.OperationOptions {
821
- resumeFrom?: string;
822
- updateIntervalInMs?: number;
823
- }
824
-
825
- // @public
826
- export type DeploymentsWhatIfResponse = WhatIfOperationResult;
827
-
828
- // @public
829
- export interface DeploymentValidateResult {
830
- readonly error?: ErrorResponse;
831
- readonly id?: string;
832
- readonly name?: string;
833
- properties?: DeploymentPropertiesExtended;
834
- readonly type?: string;
835
- }
836
-
837
- // @public
838
- export interface DeploymentWhatIf {
839
- location?: string;
840
- properties: DeploymentWhatIfProperties;
841
- }
842
-
843
- // @public
844
- export interface DeploymentWhatIfProperties extends DeploymentProperties {
845
- whatIfSettings?: DeploymentWhatIfSettings;
846
- }
847
-
848
- // @public
849
- export interface DeploymentWhatIfSettings {
850
- resultFormat?: WhatIfResultFormat;
63
+ export interface CloudError {
64
+ error?: ErrorResponse;
851
65
  }
852
66
 
853
67
  // @public
@@ -875,14 +89,6 @@ export interface ExportTemplateRequest {
875
89
  resources?: string[];
876
90
  }
877
91
 
878
- // @public
879
- export interface ExpressionEvaluationOptions {
880
- scope?: ExpressionEvaluationOptionsScopeType;
881
- }
882
-
883
- // @public
884
- export type ExpressionEvaluationOptionsScopeType = string;
885
-
886
92
  // @public
887
93
  export interface ExtendedLocation {
888
94
  name?: string;
@@ -892,9 +98,6 @@ export interface ExtendedLocation {
892
98
  // @public
893
99
  export type ExtendedLocationType = string;
894
100
 
895
- // @public
896
- export type ExtensionConfigPropertyType = string;
897
-
898
101
  // @public
899
102
  export interface GenericResource extends Resource {
900
103
  identity?: Identity;
@@ -922,11 +125,6 @@ export interface GenericResourceFilter {
922
125
  // @public
923
126
  export function getContinuationToken(page: unknown): string | undefined;
924
127
 
925
- // @public
926
- export interface HttpMessage {
927
- content?: Record<string, unknown>;
928
- }
929
-
930
128
  // @public
931
129
  export interface Identity {
932
130
  readonly principalId?: string;
@@ -943,18 +141,6 @@ export interface IdentityUserAssignedIdentitiesValue {
943
141
  readonly principalId?: string;
944
142
  }
945
143
 
946
- // @public
947
- export interface KeyVaultParameterReference {
948
- keyVault: KeyVaultReference;
949
- secretName: string;
950
- secretVersion?: string;
951
- }
952
-
953
- // @public
954
- export interface KeyVaultReference {
955
- id: string;
956
- }
957
-
958
144
  // @public
959
145
  export enum KnownAliasPathAttributes {
960
146
  Modifiable = "Modifiable",
@@ -979,36 +165,11 @@ export enum KnownExportTemplateOutputFormat {
979
165
  Json = "Json"
980
166
  }
981
167
 
982
- // @public
983
- export enum KnownExpressionEvaluationOptionsScopeType {
984
- Inner = "Inner",
985
- NotSpecified = "NotSpecified",
986
- Outer = "Outer"
987
- }
988
-
989
168
  // @public
990
169
  export enum KnownExtendedLocationType {
991
170
  EdgeZone = "EdgeZone"
992
171
  }
993
172
 
994
- // @public
995
- export enum KnownExtensionConfigPropertyType {
996
- Array = "Array",
997
- Bool = "Bool",
998
- Int = "Int",
999
- Object = "Object",
1000
- SecureObject = "SecureObject",
1001
- SecureString = "SecureString",
1002
- String = "String"
1003
- }
1004
-
1005
- // @public
1006
- export enum KnownLevel {
1007
- Error = "Error",
1008
- Info = "Info",
1009
- Warning = "Warning"
1010
- }
1011
-
1012
173
  // @public
1013
174
  export enum KnownProviderAuthorizationConsentState {
1014
175
  Consented = "Consented",
@@ -1017,22 +178,6 @@ export enum KnownProviderAuthorizationConsentState {
1017
178
  Required = "Required"
1018
179
  }
1019
180
 
1020
- // @public
1021
- export enum KnownProvisioningState {
1022
- Accepted = "Accepted",
1023
- Canceled = "Canceled",
1024
- Created = "Created",
1025
- Creating = "Creating",
1026
- Deleted = "Deleted",
1027
- Deleting = "Deleting",
1028
- Failed = "Failed",
1029
- NotSpecified = "NotSpecified",
1030
- Ready = "Ready",
1031
- Running = "Running",
1032
- Succeeded = "Succeeded",
1033
- Updating = "Updating"
1034
- }
1035
-
1036
181
  // @public
1037
182
  export enum KnownTagsPatchOperation {
1038
183
  Delete = "Delete",
@@ -1040,32 +185,6 @@ export enum KnownTagsPatchOperation {
1040
185
  Replace = "Replace"
1041
186
  }
1042
187
 
1043
- // @public
1044
- export enum KnownValidationLevel {
1045
- Provider = "Provider",
1046
- ProviderNoRbac = "ProviderNoRbac",
1047
- Template = "Template"
1048
- }
1049
-
1050
- // @public
1051
- export type Level = string;
1052
-
1053
- // @public
1054
- export interface OnErrorDeployment {
1055
- deploymentName?: string;
1056
- type?: OnErrorDeploymentType;
1057
- }
1058
-
1059
- // @public
1060
- export interface OnErrorDeploymentExtended {
1061
- deploymentName?: string;
1062
- readonly provisioningState?: string;
1063
- type?: OnErrorDeploymentType;
1064
- }
1065
-
1066
- // @public
1067
- export type OnErrorDeploymentType = "LastSuccessful" | "SpecificDeployment";
1068
-
1069
188
  // @public
1070
189
  export interface Operation {
1071
190
  display?: OperationDisplay;
@@ -1105,12 +224,6 @@ export interface OperationsListOptionalParams extends coreClient.OperationOption
1105
224
  // @public
1106
225
  export type OperationsListResponse = OperationListResult;
1107
226
 
1108
- // @public
1109
- export interface ParametersLink {
1110
- contentVersion?: string;
1111
- uri: string;
1112
- }
1113
-
1114
227
  // @public
1115
228
  export interface Permission {
1116
229
  actions?: string[];
@@ -1128,9 +241,6 @@ export interface Plan {
1128
241
  version?: string;
1129
242
  }
1130
243
 
1131
- // @public
1132
- export type PropertyChangeType = "Create" | "Delete" | "Modify" | "Array" | "NoEffect";
1133
-
1134
244
  // @public
1135
245
  export interface Provider {
1136
246
  readonly id?: string;
@@ -1301,12 +411,6 @@ export interface ProvidersUnregisterOptionalParams extends coreClient.OperationO
1301
411
  // @public
1302
412
  export type ProvidersUnregisterResponse = Provider;
1303
413
 
1304
- // @public
1305
- export type ProvisioningOperation = "NotSpecified" | "Create" | "Delete" | "Waiting" | "AzureAsyncOperationWaiting" | "ResourceCacheWaiting" | "Action" | "Read" | "EvaluateDeploymentOutput" | "DeploymentCleanup";
1306
-
1307
- // @public
1308
- export type ProvisioningState = string;
1309
-
1310
414
  // @public
1311
415
  export interface Resource {
1312
416
  extendedLocation?: ExtendedLocation;
@@ -1464,10 +568,6 @@ export class ResourceManagementClient extends coreClient.ServiceClient {
1464
568
  // (undocumented)
1465
569
  apiVersion: string;
1466
570
  // (undocumented)
1467
- deploymentOperations: DeploymentOperations;
1468
- // (undocumented)
1469
- deployments: Deployments;
1470
- // (undocumented)
1471
571
  operations: Operations;
1472
572
  // (undocumented)
1473
573
  providerResourceTypes: ProviderResourceTypes;
@@ -1499,15 +599,6 @@ export interface ResourceProviderOperationDisplayProperties {
1499
599
  resource?: string;
1500
600
  }
1501
601
 
1502
- // @public
1503
- export interface ResourceReference {
1504
- readonly apiVersion?: string;
1505
- readonly extension?: DeploymentExtensionDefinition;
1506
- readonly id?: string;
1507
- readonly identifiers?: Record<string, unknown>;
1508
- readonly resourceType?: string;
1509
- }
1510
-
1511
602
  // @public
1512
603
  export interface Resources {
1513
604
  beginCreateOrUpdate(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ResourcesCreateOrUpdateResponse>, ResourcesCreateOrUpdateResponse>>;
@@ -1675,21 +766,6 @@ export interface RoleDefinition {
1675
766
  scopes?: string[];
1676
767
  }
1677
768
 
1678
- // @public
1679
- export interface ScopedDeployment {
1680
- location: string;
1681
- properties: DeploymentProperties;
1682
- tags?: {
1683
- [propertyName: string]: string;
1684
- };
1685
- }
1686
-
1687
- // @public
1688
- export interface ScopedDeploymentWhatIf {
1689
- location: string;
1690
- properties: DeploymentWhatIfProperties;
1691
- }
1692
-
1693
769
  // @public
1694
770
  export interface Sku {
1695
771
  capacity?: number;
@@ -1700,12 +776,6 @@ export interface Sku {
1700
776
  tier?: string;
1701
777
  }
1702
778
 
1703
- // @public
1704
- export interface StatusMessage {
1705
- error?: ErrorResponse;
1706
- status?: string;
1707
- }
1708
-
1709
779
  // @public
1710
780
  export interface SubResource {
1711
781
  id?: string;
@@ -1860,69 +930,6 @@ export interface TagValue {
1860
930
  tagValue?: string;
1861
931
  }
1862
932
 
1863
- // @public
1864
- export interface TargetResource {
1865
- apiVersion?: string;
1866
- extension?: DeploymentExtensionDefinition;
1867
- id?: string;
1868
- identifiers?: Record<string, unknown>;
1869
- resourceName?: string;
1870
- resourceType?: string;
1871
- symbolicName?: string;
1872
- }
1873
-
1874
- // @public
1875
- export interface TemplateHashResult {
1876
- minifiedTemplate?: string;
1877
- templateHash?: string;
1878
- }
1879
-
1880
- // @public
1881
- export interface TemplateLink {
1882
- contentVersion?: string;
1883
- id?: string;
1884
- queryString?: string;
1885
- relativePath?: string;
1886
- uri?: string;
1887
- }
1888
-
1889
- // @public
1890
- export type ValidationLevel = string;
1891
-
1892
- // @public
1893
- export interface WhatIfChange {
1894
- after?: Record<string, unknown>;
1895
- before?: Record<string, unknown>;
1896
- changeType: ChangeType;
1897
- delta?: WhatIfPropertyChange[];
1898
- deploymentId?: string;
1899
- identifiers?: Record<string, unknown>;
1900
- resourceId?: string;
1901
- symbolicName?: string;
1902
- unsupportedReason?: string;
1903
- }
1904
-
1905
- // @public
1906
- export interface WhatIfOperationResult {
1907
- changes?: WhatIfChange[];
1908
- readonly diagnostics?: DeploymentDiagnosticsDefinition[];
1909
- error?: ErrorResponse;
1910
- potentialChanges?: WhatIfChange[];
1911
- status?: string;
1912
- }
1913
-
1914
- // @public
1915
- export interface WhatIfPropertyChange {
1916
- after?: Record<string, unknown>;
1917
- before?: Record<string, unknown>;
1918
- children?: WhatIfPropertyChange[];
1919
- path: string;
1920
- propertyChangeType: PropertyChangeType;
1921
- }
1922
-
1923
- // @public
1924
- export type WhatIfResultFormat = "ResourceIdOnly" | "FullResourcePayloads";
1925
-
1926
933
  // @public (undocumented)
1927
934
  export interface ZoneMapping {
1928
935
  location?: string;