@distilled.cloud/azure 0.8.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/lib/credentials.d.ts +2 -2
  2. package/lib/credentials.d.ts.map +1 -1
  3. package/lib/credentials.js +2 -2
  4. package/lib/credentials.js.map +1 -1
  5. package/lib/errors.d.ts +24 -24
  6. package/lib/retry.d.ts +2 -2
  7. package/lib/retry.d.ts.map +1 -1
  8. package/lib/retry.js +2 -2
  9. package/lib/retry.js.map +1 -1
  10. package/lib/services/app.d.ts +551 -0
  11. package/lib/services/app.d.ts.map +1 -1
  12. package/lib/services/app.js +788 -0
  13. package/lib/services/app.js.map +1 -1
  14. package/lib/services/applicationinsights.d.ts +56 -85
  15. package/lib/services/applicationinsights.d.ts.map +1 -1
  16. package/lib/services/applicationinsights.js +56 -120
  17. package/lib/services/applicationinsights.js.map +1 -1
  18. package/lib/services/authorization.d.ts +61 -243
  19. package/lib/services/authorization.d.ts.map +1 -1
  20. package/lib/services/authorization.js +61 -303
  21. package/lib/services/authorization.js.map +1 -1
  22. package/lib/services/automation.d.ts +764 -1010
  23. package/lib/services/automation.d.ts.map +1 -1
  24. package/lib/services/automation.js +764 -1070
  25. package/lib/services/automation.js.map +1 -1
  26. package/lib/services/azure-kusto.d.ts +440 -166
  27. package/lib/services/azure-kusto.d.ts.map +1 -1
  28. package/lib/services/azure-kusto.js +440 -166
  29. package/lib/services/azure-kusto.js.map +1 -1
  30. package/lib/services/batch.d.ts +1 -1
  31. package/lib/services/batch.js +1 -1
  32. package/lib/services/batch.js.map +1 -1
  33. package/lib/services/cognitiveservices.d.ts +2 -0
  34. package/lib/services/cognitiveservices.d.ts.map +1 -1
  35. package/lib/services/cognitiveservices.js +3 -1
  36. package/lib/services/cognitiveservices.js.map +1 -1
  37. package/lib/services/computelimit.d.ts +188 -0
  38. package/lib/services/computelimit.d.ts.map +1 -1
  39. package/lib/services/computelimit.js +236 -0
  40. package/lib/services/computelimit.js.map +1 -1
  41. package/lib/services/containerinstance.d.ts +210 -1291
  42. package/lib/services/containerinstance.d.ts.map +1 -1
  43. package/lib/services/containerinstance.js +250 -1355
  44. package/lib/services/containerinstance.js.map +1 -1
  45. package/lib/services/databricks.d.ts +111 -187
  46. package/lib/services/databricks.d.ts.map +1 -1
  47. package/lib/services/databricks.js +111 -220
  48. package/lib/services/databricks.js.map +1 -1
  49. package/lib/services/desktopvirtualization.d.ts +51 -575
  50. package/lib/services/desktopvirtualization.d.ts.map +1 -1
  51. package/lib/services/desktopvirtualization.js +56 -590
  52. package/lib/services/desktopvirtualization.js.map +1 -1
  53. package/lib/services/imagebuilder.d.ts +129 -15
  54. package/lib/services/imagebuilder.d.ts.map +1 -1
  55. package/lib/services/imagebuilder.js +129 -15
  56. package/lib/services/imagebuilder.js.map +1 -1
  57. package/lib/services/index.d.ts +2 -0
  58. package/lib/services/index.d.ts.map +1 -1
  59. package/lib/services/index.js +2 -0
  60. package/lib/services/index.js.map +1 -1
  61. package/lib/services/managednetworkfabric.d.ts +4283 -693
  62. package/lib/services/managednetworkfabric.d.ts.map +1 -1
  63. package/lib/services/managednetworkfabric.js +4833 -828
  64. package/lib/services/managednetworkfabric.js.map +1 -1
  65. package/lib/services/monitor.d.ts +81 -73
  66. package/lib/services/monitor.d.ts.map +1 -1
  67. package/lib/services/monitor.js +91 -88
  68. package/lib/services/monitor.js.map +1 -1
  69. package/lib/services/monitoringservice.d.ts +149 -0
  70. package/lib/services/monitoringservice.d.ts.map +1 -0
  71. package/lib/services/monitoringservice.js +216 -0
  72. package/lib/services/monitoringservice.js.map +1 -0
  73. package/lib/services/network.d.ts +4513 -3857
  74. package/lib/services/network.d.ts.map +1 -1
  75. package/lib/services/network.js +4544 -4056
  76. package/lib/services/network.js.map +1 -1
  77. package/lib/services/orbitalplanetarycomputer.d.ts +131 -0
  78. package/lib/services/orbitalplanetarycomputer.d.ts.map +1 -0
  79. package/lib/services/orbitalplanetarycomputer.js +183 -0
  80. package/lib/services/orbitalplanetarycomputer.js.map +1 -0
  81. package/lib/services/recoveryservicesbackup.d.ts +24 -312
  82. package/lib/services/recoveryservicesbackup.d.ts.map +1 -1
  83. package/lib/services/recoveryservicesbackup.js +24 -312
  84. package/lib/services/recoveryservicesbackup.js.map +1 -1
  85. package/lib/services/redhatopenshift.d.ts +9 -11
  86. package/lib/services/redhatopenshift.d.ts.map +1 -1
  87. package/lib/services/redhatopenshift.js +9 -11
  88. package/lib/services/redhatopenshift.js.map +1 -1
  89. package/lib/services/reservations.d.ts +159 -239
  90. package/lib/services/reservations.d.ts.map +1 -1
  91. package/lib/services/reservations.js +159 -369
  92. package/lib/services/reservations.js.map +1 -1
  93. package/lib/services/resourcegraph.d.ts +64 -30
  94. package/lib/services/resourcegraph.d.ts.map +1 -1
  95. package/lib/services/resourcegraph.js +74 -30
  96. package/lib/services/resourcegraph.js.map +1 -1
  97. package/lib/services/resources.d.ts +549 -3331
  98. package/lib/services/resources.d.ts.map +1 -1
  99. package/lib/services/resources.js +1029 -4846
  100. package/lib/services/resources.js.map +1 -1
  101. package/lib/services/search.d.ts +9 -2
  102. package/lib/services/search.d.ts.map +1 -1
  103. package/lib/services/search.js +9 -2
  104. package/lib/services/search.js.map +1 -1
  105. package/lib/services/sql.d.ts +4008 -2495
  106. package/lib/services/sql.d.ts.map +1 -1
  107. package/lib/services/sql.js +4208 -2521
  108. package/lib/services/sql.js.map +1 -1
  109. package/lib/services/storage.d.ts +4 -20
  110. package/lib/services/storage.d.ts.map +1 -1
  111. package/lib/services/storage.js +4 -20
  112. package/lib/services/storage.js.map +1 -1
  113. package/lib/services/storageactions.d.ts +18 -0
  114. package/lib/services/storageactions.d.ts.map +1 -1
  115. package/lib/services/storageactions.js +28 -0
  116. package/lib/services/storageactions.js.map +1 -1
  117. package/lib/services/storagecache.d.ts +288 -752
  118. package/lib/services/storagecache.d.ts.map +1 -1
  119. package/lib/services/storagecache.js +312 -930
  120. package/lib/services/storagecache.js.map +1 -1
  121. package/package.json +4 -4
  122. package/src/credentials.ts +2 -2
  123. package/src/retry.ts +2 -2
  124. package/src/services/app.ts +1014 -0
  125. package/src/services/applicationinsights.ts +56 -169
  126. package/src/services/authorization.ts +65 -397
  127. package/src/services/automation.ts +1179 -1686
  128. package/src/services/azure-kusto.ts +494 -228
  129. package/src/services/batch.ts +1 -1
  130. package/src/services/cognitiveservices.ts +3 -1
  131. package/src/services/computelimit.ts +310 -0
  132. package/src/services/containerinstance.ts +1393 -3134
  133. package/src/services/databricks.ts +125 -294
  134. package/src/services/desktopvirtualization.ts +83 -859
  135. package/src/services/imagebuilder.ts +129 -21
  136. package/src/services/index.ts +2 -0
  137. package/src/services/managednetworkfabric.ts +7141 -1408
  138. package/src/services/monitor.ts +134 -136
  139. package/src/services/monitoringservice.ts +287 -0
  140. package/src/services/network.ts +5738 -6158
  141. package/src/services/orbitalplanetarycomputer.ts +233 -0
  142. package/src/services/recoveryservicesbackup.ts +26 -456
  143. package/src/services/redhatopenshift.ts +26 -34
  144. package/src/services/reservations.ts +209 -553
  145. package/src/services/resourcegraph.ts +123 -55
  146. package/src/services/resources.ts +1852 -8168
  147. package/src/services/search.ts +9 -2
  148. package/src/services/sql.ts +4552 -2757
  149. package/src/services/storage.ts +4 -22
  150. package/src/services/storageactions.ts +36 -0
  151. package/src/services/storagecache.ts +312 -1303
@@ -9,9 +9,9 @@ import { API } from "../client.ts";
9
9
  import * as T from "../traits.ts";
10
10
 
11
11
  // Input Schema
12
- export const OperationsListInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
13
- {},
14
- ).pipe(
12
+ export const OperationsListInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
13
+ "api-version": Schema.String,
14
+ }).pipe(
15
15
  T.Http({
16
16
  method: "GET",
17
17
  path: "/providers/Microsoft.VirtualMachineImages/operations",
@@ -46,6 +46,8 @@ export type OperationsListOutput = typeof OperationsListOutput.Type;
46
46
  // The operation
47
47
  /**
48
48
  * Lists available operations for the Microsoft.VirtualMachineImages provider
49
+ *
50
+ * @param api-version - The API version to use for this operation.
49
51
  */
50
52
  export const OperationsList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
51
53
  inputSchema: OperationsListInput,
@@ -53,7 +55,11 @@ export const OperationsList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
53
55
  }));
54
56
  // Input Schema
55
57
  export const TriggersCreateOrUpdateInput =
56
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
58
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
59
+ subscriptionId: Schema.String.pipe(T.PathParam()),
60
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
61
+ "api-version": Schema.String,
62
+ }).pipe(
57
63
  T.Http({
58
64
  method: "PUT",
59
65
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}/triggers/{triggerName}",
@@ -71,6 +77,10 @@ export type TriggersCreateOrUpdateOutput =
71
77
  // The operation
72
78
  /**
73
79
  * Create or update a trigger for the specified virtual machine image template
80
+ *
81
+ * @param api-version - The API version to use for this operation.
82
+ * @param subscriptionId - The ID of the target subscription.
83
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
74
84
  */
75
85
  export const TriggersCreateOrUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(
76
86
  () => ({
@@ -79,9 +89,11 @@ export const TriggersCreateOrUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(
79
89
  }),
80
90
  );
81
91
  // Input Schema
82
- export const TriggersDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
83
- {},
84
- ).pipe(
92
+ export const TriggersDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
93
+ subscriptionId: Schema.String.pipe(T.PathParam()),
94
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
95
+ "api-version": Schema.String,
96
+ }).pipe(
85
97
  T.Http({
86
98
  method: "DELETE",
87
99
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}/triggers/{triggerName}",
@@ -96,15 +108,21 @@ export type TriggersDeleteOutput = typeof TriggersDeleteOutput.Type;
96
108
  // The operation
97
109
  /**
98
110
  * Delete a trigger for the specified virtual machine image template
111
+ *
112
+ * @param api-version - The API version to use for this operation.
113
+ * @param subscriptionId - The ID of the target subscription.
114
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
99
115
  */
100
116
  export const TriggersDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
101
117
  inputSchema: TriggersDeleteInput,
102
118
  outputSchema: TriggersDeleteOutput,
103
119
  }));
104
120
  // Input Schema
105
- export const TriggersGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
106
- {},
107
- ).pipe(
121
+ export const TriggersGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
122
+ subscriptionId: Schema.String.pipe(T.PathParam()),
123
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
124
+ "api-version": Schema.String,
125
+ }).pipe(
108
126
  T.Http({
109
127
  method: "GET",
110
128
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}/triggers/{triggerName}",
@@ -119,6 +137,10 @@ export type TriggersGetOutput = typeof TriggersGetOutput.Type;
119
137
  // The operation
120
138
  /**
121
139
  * Get the specified trigger for the specified image template resource
140
+ *
141
+ * @param api-version - The API version to use for this operation.
142
+ * @param subscriptionId - The ID of the target subscription.
143
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
122
144
  */
123
145
  export const TriggersGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
124
146
  inputSchema: TriggersGetInput,
@@ -126,7 +148,11 @@ export const TriggersGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
126
148
  }));
127
149
  // Input Schema
128
150
  export const TriggersListByImageTemplateInput =
129
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
151
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
152
+ subscriptionId: Schema.String.pipe(T.PathParam()),
153
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
154
+ "api-version": Schema.String,
155
+ }).pipe(
130
156
  T.Http({
131
157
  method: "GET",
132
158
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}/triggers",
@@ -147,6 +173,10 @@ export type TriggersListByImageTemplateOutput =
147
173
  // The operation
148
174
  /**
149
175
  * List all triggers for the specified Image Template resource
176
+ *
177
+ * @param api-version - The API version to use for this operation.
178
+ * @param subscriptionId - The ID of the target subscription.
179
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
150
180
  */
151
181
  export const TriggersListByImageTemplate = /*@__PURE__*/ /*#__PURE__*/ API.make(
152
182
  () => ({
@@ -156,7 +186,11 @@ export const TriggersListByImageTemplate = /*@__PURE__*/ /*#__PURE__*/ API.make(
156
186
  );
157
187
  // Input Schema
158
188
  export const VirtualMachineImageTemplatesCancelInput =
159
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
189
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
190
+ subscriptionId: Schema.String.pipe(T.PathParam()),
191
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
192
+ "api-version": Schema.String,
193
+ }).pipe(
160
194
  T.Http({
161
195
  method: "POST",
162
196
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}/cancel",
@@ -174,6 +208,10 @@ export type VirtualMachineImageTemplatesCancelOutput =
174
208
  // The operation
175
209
  /**
176
210
  * Cancel the long running image build based on the image template
211
+ *
212
+ * @param api-version - The API version to use for this operation.
213
+ * @param subscriptionId - The ID of the target subscription.
214
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
177
215
  */
178
216
  export const VirtualMachineImageTemplatesCancel =
179
217
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -182,7 +220,11 @@ export const VirtualMachineImageTemplatesCancel =
182
220
  }));
183
221
  // Input Schema
184
222
  export const VirtualMachineImageTemplatesCreateOrUpdateInput =
185
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
223
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
224
+ subscriptionId: Schema.String.pipe(T.PathParam()),
225
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
226
+ "api-version": Schema.String,
227
+ }).pipe(
186
228
  T.Http({
187
229
  method: "PUT",
188
230
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}",
@@ -203,6 +245,10 @@ export type VirtualMachineImageTemplatesCreateOrUpdateOutput =
203
245
  // The operation
204
246
  /**
205
247
  * Create or update a virtual machine image template
248
+ *
249
+ * @param api-version - The API version to use for this operation.
250
+ * @param subscriptionId - The ID of the target subscription.
251
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
206
252
  */
207
253
  export const VirtualMachineImageTemplatesCreateOrUpdate =
208
254
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -211,7 +257,11 @@ export const VirtualMachineImageTemplatesCreateOrUpdate =
211
257
  }));
212
258
  // Input Schema
213
259
  export const VirtualMachineImageTemplatesDeleteInput =
214
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
260
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
261
+ subscriptionId: Schema.String.pipe(T.PathParam()),
262
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
263
+ "api-version": Schema.String,
264
+ }).pipe(
215
265
  T.Http({
216
266
  method: "DELETE",
217
267
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}",
@@ -229,6 +279,10 @@ export type VirtualMachineImageTemplatesDeleteOutput =
229
279
  // The operation
230
280
  /**
231
281
  * Delete a virtual machine image template
282
+ *
283
+ * @param api-version - The API version to use for this operation.
284
+ * @param subscriptionId - The ID of the target subscription.
285
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
232
286
  */
233
287
  export const VirtualMachineImageTemplatesDelete =
234
288
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -237,7 +291,11 @@ export const VirtualMachineImageTemplatesDelete =
237
291
  }));
238
292
  // Input Schema
239
293
  export const VirtualMachineImageTemplatesGetInput =
240
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
294
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
295
+ subscriptionId: Schema.String.pipe(T.PathParam()),
296
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
297
+ "api-version": Schema.String,
298
+ }).pipe(
241
299
  T.Http({
242
300
  method: "GET",
243
301
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}",
@@ -258,6 +316,10 @@ export type VirtualMachineImageTemplatesGetOutput =
258
316
  // The operation
259
317
  /**
260
318
  * Get information about a virtual machine image template
319
+ *
320
+ * @param api-version - The API version to use for this operation.
321
+ * @param subscriptionId - The ID of the target subscription.
322
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
261
323
  */
262
324
  export const VirtualMachineImageTemplatesGet =
263
325
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -266,7 +328,11 @@ export const VirtualMachineImageTemplatesGet =
266
328
  }));
267
329
  // Input Schema
268
330
  export const VirtualMachineImageTemplatesGetRunOutputInput =
269
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
331
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
332
+ subscriptionId: Schema.String.pipe(T.PathParam()),
333
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
334
+ "api-version": Schema.String,
335
+ }).pipe(
270
336
  T.Http({
271
337
  method: "GET",
272
338
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}/runOutputs/{runOutputName}",
@@ -284,6 +350,10 @@ export type VirtualMachineImageTemplatesGetRunOutputOutput =
284
350
  // The operation
285
351
  /**
286
352
  * Get the specified run output for the specified image template resource
353
+ *
354
+ * @param api-version - The API version to use for this operation.
355
+ * @param subscriptionId - The ID of the target subscription.
356
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
287
357
  */
288
358
  export const VirtualMachineImageTemplatesGetRunOutput =
289
359
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -292,7 +362,10 @@ export const VirtualMachineImageTemplatesGetRunOutput =
292
362
  }));
293
363
  // Input Schema
294
364
  export const VirtualMachineImageTemplatesListInput =
295
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
365
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
366
+ subscriptionId: Schema.String.pipe(T.PathParam()),
367
+ "api-version": Schema.String,
368
+ }).pipe(
296
369
  T.Http({
297
370
  method: "GET",
298
371
  path: "/subscriptions/{subscriptionId}/providers/Microsoft.VirtualMachineImages/imageTemplates",
@@ -320,6 +393,9 @@ export type VirtualMachineImageTemplatesListOutput =
320
393
  // The operation
321
394
  /**
322
395
  * Gets information about the VM image templates associated with the subscription.
396
+ *
397
+ * @param subscriptionId - The ID of the target subscription.
398
+ * @param api-version - The API version to use for this operation.
323
399
  */
324
400
  export const VirtualMachineImageTemplatesList =
325
401
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -328,7 +404,11 @@ export const VirtualMachineImageTemplatesList =
328
404
  }));
329
405
  // Input Schema
330
406
  export const VirtualMachineImageTemplatesListByResourceGroupInput =
331
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
407
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
408
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
409
+ subscriptionId: Schema.String.pipe(T.PathParam()),
410
+ "api-version": Schema.String,
411
+ }).pipe(
332
412
  T.Http({
333
413
  method: "GET",
334
414
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates",
@@ -356,6 +436,10 @@ export type VirtualMachineImageTemplatesListByResourceGroupOutput =
356
436
  // The operation
357
437
  /**
358
438
  * Gets information about the VM image templates associated with the specified resource group.
439
+ *
440
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
441
+ * @param subscriptionId - The ID of the target subscription.
442
+ * @param api-version - The API version to use for this operation.
359
443
  */
360
444
  export const VirtualMachineImageTemplatesListByResourceGroup =
361
445
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -364,7 +448,11 @@ export const VirtualMachineImageTemplatesListByResourceGroup =
364
448
  }));
365
449
  // Input Schema
366
450
  export const VirtualMachineImageTemplatesListRunOutputsInput =
367
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
451
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
452
+ subscriptionId: Schema.String.pipe(T.PathParam()),
453
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
454
+ "api-version": Schema.String,
455
+ }).pipe(
368
456
  T.Http({
369
457
  method: "GET",
370
458
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}/runOutputs",
@@ -385,6 +473,10 @@ export type VirtualMachineImageTemplatesListRunOutputsOutput =
385
473
  // The operation
386
474
  /**
387
475
  * List all run outputs for the specified Image Template resource
476
+ *
477
+ * @param api-version - The API version to use for this operation.
478
+ * @param subscriptionId - The ID of the target subscription.
479
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
388
480
  */
389
481
  export const VirtualMachineImageTemplatesListRunOutputs =
390
482
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -393,7 +485,11 @@ export const VirtualMachineImageTemplatesListRunOutputs =
393
485
  }));
394
486
  // Input Schema
395
487
  export const VirtualMachineImageTemplatesRunInput =
396
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
488
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
489
+ subscriptionId: Schema.String.pipe(T.PathParam()),
490
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
491
+ "api-version": Schema.String,
492
+ }).pipe(
397
493
  T.Http({
398
494
  method: "POST",
399
495
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}/run",
@@ -411,6 +507,10 @@ export type VirtualMachineImageTemplatesRunOutput =
411
507
  // The operation
412
508
  /**
413
509
  * Create artifacts from a existing image template
510
+ *
511
+ * @param api-version - The API version to use for this operation.
512
+ * @param subscriptionId - The ID of the target subscription.
513
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
414
514
  */
415
515
  export const VirtualMachineImageTemplatesRun =
416
516
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -419,7 +519,11 @@ export const VirtualMachineImageTemplatesRun =
419
519
  }));
420
520
  // Input Schema
421
521
  export const VirtualMachineImageTemplatesUpdateInput =
422
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
522
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
523
+ subscriptionId: Schema.String.pipe(T.PathParam()),
524
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
525
+ "api-version": Schema.String,
526
+ }).pipe(
423
527
  T.Http({
424
528
  method: "PATCH",
425
529
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VirtualMachineImages/imageTemplates/{imageTemplateName}",
@@ -440,6 +544,10 @@ export type VirtualMachineImageTemplatesUpdateOutput =
440
544
  // The operation
441
545
  /**
442
546
  * Update the tags for this Virtual Machine Image Template
547
+ *
548
+ * @param subscriptionId - The ID of the target subscription.
549
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
550
+ * @param api-version - The API version to use for this operation.
443
551
  */
444
552
  export const VirtualMachineImageTemplatesUpdate =
445
553
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -133,6 +133,7 @@ export * as Marketplaceordering from "./marketplaceordering.ts";
133
133
  export * as Migrate from "./migrate.ts";
134
134
  export * as Mongocluster from "./mongocluster.ts";
135
135
  export * as Monitor from "./monitor.ts";
136
+ export * as Monitoringservice from "./monitoringservice.ts";
136
137
  export * as Msi from "./msi.ts";
137
138
  export * as Mysql from "./mysql.ts";
138
139
  export * as Netapp from "./netapp.ts";
@@ -142,6 +143,7 @@ export * as Networkfunction from "./networkfunction.ts";
142
143
  export * as Notificationhubs from "./notificationhubs.ts";
143
144
  export * as Operationalinsights from "./operationalinsights.ts";
144
145
  export * as Orbital from "./orbital.ts";
146
+ export * as Orbitalplanetarycomputer from "./orbitalplanetarycomputer.ts";
145
147
  export * as Peering from "./peering.ts";
146
148
  export * as Playwrighttesting from "./playwrighttesting.ts";
147
149
  export * as Policyinsights from "./policyinsights.ts";