@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
@@ -10,8 +10,9 @@ import * as T from "../traits.js";
10
10
  // Input Schema
11
11
  export const AttachedDatabaseConfigurationsCheckNameAvailabilityInput =
12
12
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
13
- resourceGroupName: Schema.String.pipe(T.PathParam()),
14
13
  subscriptionId: Schema.String.pipe(T.PathParam()),
14
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
15
+ clusterName: Schema.String.pipe(T.PathParam()),
15
16
  "api-version": Schema.String,
16
17
  }).pipe(T.Http({
17
18
  method: "POST",
@@ -29,9 +30,10 @@ export const AttachedDatabaseConfigurationsCheckNameAvailabilityOutput =
29
30
  /**
30
31
  * Checks that the attached database configuration resource name is valid and is not already in use.
31
32
  *
32
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
33
33
  * @param api-version - The API version to use for this operation.
34
34
  * @param subscriptionId - The ID of the target subscription.
35
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
36
+ * @param clusterName - The name of the Kusto cluster.
35
37
  */
36
38
  export const AttachedDatabaseConfigurationsCheckNameAvailability =
37
39
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -41,8 +43,10 @@ export const AttachedDatabaseConfigurationsCheckNameAvailability =
41
43
  // Input Schema
42
44
  export const AttachedDatabaseConfigurationsCreateOrUpdateInput =
43
45
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
44
- resourceGroupName: Schema.String.pipe(T.PathParam()),
45
46
  subscriptionId: Schema.String.pipe(T.PathParam()),
47
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
48
+ clusterName: Schema.String.pipe(T.PathParam()),
49
+ attachedDatabaseConfigurationName: Schema.String.pipe(T.PathParam()),
46
50
  "api-version": Schema.String,
47
51
  }).pipe(T.Http({
48
52
  method: "PUT",
@@ -55,9 +59,11 @@ export const AttachedDatabaseConfigurationsCreateOrUpdateOutput =
55
59
  /**
56
60
  * Creates or updates an attached database configuration.
57
61
  *
58
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
59
- * @param subscriptionId - The ID of the target subscription.
60
62
  * @param api-version - The API version to use for this operation.
63
+ * @param subscriptionId - The ID of the target subscription.
64
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
65
+ * @param clusterName - The name of the Kusto cluster.
66
+ * @param attachedDatabaseConfigurationName - The name of the attached database configuration.
61
67
  */
62
68
  export const AttachedDatabaseConfigurationsCreateOrUpdate =
63
69
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -67,8 +73,10 @@ export const AttachedDatabaseConfigurationsCreateOrUpdate =
67
73
  // Input Schema
68
74
  export const AttachedDatabaseConfigurationsDeleteInput =
69
75
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
70
- resourceGroupName: Schema.String.pipe(T.PathParam()),
71
76
  subscriptionId: Schema.String.pipe(T.PathParam()),
77
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
78
+ clusterName: Schema.String.pipe(T.PathParam()),
79
+ attachedDatabaseConfigurationName: Schema.String.pipe(T.PathParam()),
72
80
  "api-version": Schema.String,
73
81
  }).pipe(T.Http({
74
82
  method: "DELETE",
@@ -81,9 +89,11 @@ export const AttachedDatabaseConfigurationsDeleteOutput =
81
89
  /**
82
90
  * Deletes the attached database configuration with the given name.
83
91
  *
84
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
85
- * @param subscriptionId - The ID of the target subscription.
86
92
  * @param api-version - The API version to use for this operation.
93
+ * @param subscriptionId - The ID of the target subscription.
94
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
95
+ * @param clusterName - The name of the Kusto cluster.
96
+ * @param attachedDatabaseConfigurationName - The name of the attached database configuration.
87
97
  */
88
98
  export const AttachedDatabaseConfigurationsDelete =
89
99
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -93,8 +103,10 @@ export const AttachedDatabaseConfigurationsDelete =
93
103
  // Input Schema
94
104
  export const AttachedDatabaseConfigurationsGetInput =
95
105
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
96
- resourceGroupName: Schema.String.pipe(T.PathParam()),
97
106
  subscriptionId: Schema.String.pipe(T.PathParam()),
107
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
108
+ clusterName: Schema.String.pipe(T.PathParam()),
109
+ attachedDatabaseConfigurationName: Schema.String.pipe(T.PathParam()),
98
110
  "api-version": Schema.String,
99
111
  }).pipe(T.Http({
100
112
  method: "GET",
@@ -107,9 +119,11 @@ export const AttachedDatabaseConfigurationsGetOutput =
107
119
  /**
108
120
  * Returns an attached database configuration.
109
121
  *
110
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
111
- * @param subscriptionId - The ID of the target subscription.
112
122
  * @param api-version - The API version to use for this operation.
123
+ * @param subscriptionId - The ID of the target subscription.
124
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
125
+ * @param clusterName - The name of the Kusto cluster.
126
+ * @param attachedDatabaseConfigurationName - The name of the attached database configuration.
113
127
  */
114
128
  export const AttachedDatabaseConfigurationsGet =
115
129
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -119,8 +133,9 @@ export const AttachedDatabaseConfigurationsGet =
119
133
  // Input Schema
120
134
  export const AttachedDatabaseConfigurationsListByClusterInput =
121
135
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
122
- resourceGroupName: Schema.String.pipe(T.PathParam()),
123
136
  subscriptionId: Schema.String.pipe(T.PathParam()),
137
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
138
+ clusterName: Schema.String.pipe(T.PathParam()),
124
139
  "api-version": Schema.String,
125
140
  }).pipe(T.Http({
126
141
  method: "GET",
@@ -130,14 +145,16 @@ export const AttachedDatabaseConfigurationsListByClusterInput =
130
145
  export const AttachedDatabaseConfigurationsListByClusterOutput =
131
146
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
132
147
  value: Schema.optional(Schema.Array(Schema.Struct({}))),
148
+ nextLink: Schema.optional(Schema.String),
133
149
  });
134
150
  // The operation
135
151
  /**
136
152
  * Returns the list of attached database configurations of the given Kusto cluster.
137
153
  *
138
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
139
- * @param subscriptionId - The ID of the target subscription.
140
154
  * @param api-version - The API version to use for this operation.
155
+ * @param subscriptionId - The ID of the target subscription.
156
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
157
+ * @param clusterName - The name of the Kusto cluster.
141
158
  */
142
159
  export const AttachedDatabaseConfigurationsListByCluster =
143
160
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -147,8 +164,9 @@ export const AttachedDatabaseConfigurationsListByCluster =
147
164
  // Input Schema
148
165
  export const ClusterPrincipalAssignmentsCheckNameAvailabilityInput =
149
166
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
150
- resourceGroupName: Schema.String.pipe(T.PathParam()),
151
167
  subscriptionId: Schema.String.pipe(T.PathParam()),
168
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
169
+ clusterName: Schema.String.pipe(T.PathParam()),
152
170
  "api-version": Schema.String,
153
171
  }).pipe(T.Http({
154
172
  method: "POST",
@@ -166,9 +184,10 @@ export const ClusterPrincipalAssignmentsCheckNameAvailabilityOutput =
166
184
  /**
167
185
  * Checks that the principal assignment name is valid and is not already in use.
168
186
  *
169
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
170
187
  * @param api-version - The API version to use for this operation.
171
188
  * @param subscriptionId - The ID of the target subscription.
189
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
190
+ * @param clusterName - The name of the Kusto cluster.
172
191
  */
173
192
  export const ClusterPrincipalAssignmentsCheckNameAvailability =
174
193
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -180,6 +199,8 @@ export const ClusterPrincipalAssignmentsCreateOrUpdateInput =
180
199
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
181
200
  subscriptionId: Schema.String.pipe(T.PathParam()),
182
201
  resourceGroupName: Schema.String.pipe(T.PathParam()),
202
+ clusterName: Schema.String.pipe(T.PathParam()),
203
+ principalAssignmentName: Schema.String.pipe(T.PathParam()),
183
204
  "api-version": Schema.String,
184
205
  }).pipe(T.Http({
185
206
  method: "PUT",
@@ -192,9 +213,11 @@ export const ClusterPrincipalAssignmentsCreateOrUpdateOutput =
192
213
  /**
193
214
  * Create a Kusto cluster principalAssignment.
194
215
  *
216
+ * @param api-version - The API version to use for this operation.
195
217
  * @param subscriptionId - The ID of the target subscription.
196
218
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
197
- * @param api-version - The API version to use for this operation.
219
+ * @param clusterName - The name of the Kusto cluster.
220
+ * @param principalAssignmentName - The name of the Kusto principalAssignment.
198
221
  */
199
222
  export const ClusterPrincipalAssignmentsCreateOrUpdate =
200
223
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -206,6 +229,8 @@ export const ClusterPrincipalAssignmentsDeleteInput =
206
229
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
207
230
  subscriptionId: Schema.String.pipe(T.PathParam()),
208
231
  resourceGroupName: Schema.String.pipe(T.PathParam()),
232
+ clusterName: Schema.String.pipe(T.PathParam()),
233
+ principalAssignmentName: Schema.String.pipe(T.PathParam()),
209
234
  "api-version": Schema.String,
210
235
  }).pipe(T.Http({
211
236
  method: "DELETE",
@@ -218,9 +243,11 @@ export const ClusterPrincipalAssignmentsDeleteOutput =
218
243
  /**
219
244
  * Deletes a Kusto cluster principalAssignment.
220
245
  *
246
+ * @param api-version - The API version to use for this operation.
221
247
  * @param subscriptionId - The ID of the target subscription.
222
248
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
223
- * @param api-version - The API version to use for this operation.
249
+ * @param clusterName - The name of the Kusto cluster.
250
+ * @param principalAssignmentName - The name of the Kusto principalAssignment.
224
251
  */
225
252
  export const ClusterPrincipalAssignmentsDelete =
226
253
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -232,6 +259,8 @@ export const ClusterPrincipalAssignmentsGetInput =
232
259
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
233
260
  subscriptionId: Schema.String.pipe(T.PathParam()),
234
261
  resourceGroupName: Schema.String.pipe(T.PathParam()),
262
+ clusterName: Schema.String.pipe(T.PathParam()),
263
+ principalAssignmentName: Schema.String.pipe(T.PathParam()),
235
264
  "api-version": Schema.String,
236
265
  }).pipe(T.Http({
237
266
  method: "GET",
@@ -244,9 +273,11 @@ export const ClusterPrincipalAssignmentsGetOutput =
244
273
  /**
245
274
  * Gets a Kusto cluster principalAssignment.
246
275
  *
276
+ * @param api-version - The API version to use for this operation.
247
277
  * @param subscriptionId - The ID of the target subscription.
248
278
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
249
- * @param api-version - The API version to use for this operation.
279
+ * @param clusterName - The name of the Kusto cluster.
280
+ * @param principalAssignmentName - The name of the Kusto principalAssignment.
250
281
  */
251
282
  export const ClusterPrincipalAssignmentsGet =
252
283
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -258,6 +289,7 @@ export const ClusterPrincipalAssignmentsListInput =
258
289
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
259
290
  subscriptionId: Schema.String.pipe(T.PathParam()),
260
291
  resourceGroupName: Schema.String.pipe(T.PathParam()),
292
+ clusterName: Schema.String.pipe(T.PathParam()),
261
293
  "api-version": Schema.String,
262
294
  }).pipe(T.Http({
263
295
  method: "GET",
@@ -267,14 +299,16 @@ export const ClusterPrincipalAssignmentsListInput =
267
299
  export const ClusterPrincipalAssignmentsListOutput =
268
300
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
269
301
  value: Schema.optional(Schema.Array(Schema.Struct({}))),
302
+ nextLink: Schema.optional(Schema.String),
270
303
  });
271
304
  // The operation
272
305
  /**
273
306
  * Lists all Kusto cluster principalAssignments.
274
307
  *
308
+ * @param api-version - The API version to use for this operation.
275
309
  * @param subscriptionId - The ID of the target subscription.
276
310
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
277
- * @param api-version - The API version to use for this operation.
311
+ * @param clusterName - The name of the Kusto cluster.
278
312
  */
279
313
  export const ClusterPrincipalAssignmentsList =
280
314
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -286,6 +320,7 @@ export const ClustersAddCalloutPoliciesInput =
286
320
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
287
321
  subscriptionId: Schema.String.pipe(T.PathParam()),
288
322
  resourceGroupName: Schema.String.pipe(T.PathParam()),
323
+ clusterName: Schema.String.pipe(T.PathParam()),
289
324
  "api-version": Schema.String,
290
325
  }).pipe(T.Http({
291
326
  method: "POST",
@@ -298,9 +333,10 @@ export const ClustersAddCalloutPoliciesOutput =
298
333
  /**
299
334
  * Adds a list of callout policies for engine services.
300
335
  *
336
+ * @param api-version - The API version to use for this operation.
301
337
  * @param subscriptionId - The ID of the target subscription.
302
338
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
303
- * @param api-version - The API version to use for this operation.
339
+ * @param clusterName - The name of the Kusto cluster.
304
340
  */
305
341
  export const ClustersAddCalloutPolicies = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
306
342
  inputSchema: ClustersAddCalloutPoliciesInput,
@@ -311,6 +347,7 @@ export const ClustersAddLanguageExtensionsInput =
311
347
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
312
348
  subscriptionId: Schema.String.pipe(T.PathParam()),
313
349
  resourceGroupName: Schema.String.pipe(T.PathParam()),
350
+ clusterName: Schema.String.pipe(T.PathParam()),
314
351
  "api-version": Schema.String,
315
352
  }).pipe(T.Http({
316
353
  method: "POST",
@@ -323,9 +360,10 @@ export const ClustersAddLanguageExtensionsOutput =
323
360
  /**
324
361
  * Add a list of language extensions that can run within KQL queries.
325
362
  *
363
+ * @param api-version - The API version to use for this operation.
326
364
  * @param subscriptionId - The ID of the target subscription.
327
365
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
328
- * @param api-version - The API version to use for this operation.
366
+ * @param clusterName - The name of the Kusto cluster.
329
367
  */
330
368
  export const ClustersAddLanguageExtensions =
331
369
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -366,8 +404,9 @@ export const ClustersCheckNameAvailability =
366
404
  // Input Schema
367
405
  export const ClustersCreateOrUpdateInput =
368
406
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
369
- resourceGroupName: Schema.String.pipe(T.PathParam()),
370
407
  subscriptionId: Schema.String.pipe(T.PathParam()),
408
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
409
+ clusterName: Schema.String.pipe(T.PathParam()),
371
410
  "api-version": Schema.String,
372
411
  }).pipe(T.Http({
373
412
  method: "PUT",
@@ -383,11 +422,12 @@ export const ClustersCreateOrUpdateOutput =
383
422
  /**
384
423
  * Create or update a Kusto cluster.
385
424
  *
425
+ * @param api-version - The API version to use for this operation.
426
+ * @param subscriptionId - The ID of the target subscription.
386
427
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
428
+ * @param clusterName - The name of the Kusto cluster.
387
429
  * @param If-Match - The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.
388
430
  * @param If-None-Match - Set to '*' to allow a new cluster to be created, but to prevent updating an existing cluster. Other values will result in a 412 Pre-condition Failed response.
389
- * @param subscriptionId - The ID of the target subscription.
390
- * @param api-version - The API version to use for this operation.
391
431
  */
392
432
  export const ClustersCreateOrUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
393
433
  inputSchema: ClustersCreateOrUpdateInput,
@@ -395,8 +435,9 @@ export const ClustersCreateOrUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() =>
395
435
  }));
396
436
  // Input Schema
397
437
  export const ClustersDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
398
- resourceGroupName: Schema.String.pipe(T.PathParam()),
399
438
  subscriptionId: Schema.String.pipe(T.PathParam()),
439
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
440
+ clusterName: Schema.String.pipe(T.PathParam()),
400
441
  "api-version": Schema.String,
401
442
  }).pipe(T.Http({
402
443
  method: "DELETE",
@@ -408,9 +449,10 @@ export const ClustersDeleteOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
408
449
  /**
409
450
  * Deletes a Kusto cluster.
410
451
  *
411
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
412
- * @param subscriptionId - The ID of the target subscription.
413
452
  * @param api-version - The API version to use for this operation.
453
+ * @param subscriptionId - The ID of the target subscription.
454
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
455
+ * @param clusterName - The name of the Kusto cluster.
414
456
  */
415
457
  export const ClustersDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
416
458
  inputSchema: ClustersDeleteInput,
@@ -419,8 +461,9 @@ export const ClustersDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
419
461
  // Input Schema
420
462
  export const ClustersDetachFollowerDatabasesInput =
421
463
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
422
- resourceGroupName: Schema.String.pipe(T.PathParam()),
423
464
  subscriptionId: Schema.String.pipe(T.PathParam()),
465
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
466
+ clusterName: Schema.String.pipe(T.PathParam()),
424
467
  "api-version": Schema.String,
425
468
  }).pipe(T.Http({
426
469
  method: "POST",
@@ -433,9 +476,10 @@ export const ClustersDetachFollowerDatabasesOutput =
433
476
  /**
434
477
  * Detaches all followers of a database owned by this cluster.
435
478
  *
436
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
437
- * @param subscriptionId - The ID of the target subscription.
438
479
  * @param api-version - The API version to use for this operation.
480
+ * @param subscriptionId - The ID of the target subscription.
481
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
482
+ * @param clusterName - The name of the Kusto cluster.
439
483
  */
440
484
  export const ClustersDetachFollowerDatabases =
441
485
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -445,8 +489,9 @@ export const ClustersDetachFollowerDatabases =
445
489
  // Input Schema
446
490
  export const ClustersDiagnoseVirtualNetworkInput =
447
491
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
448
- resourceGroupName: Schema.String.pipe(T.PathParam()),
449
492
  subscriptionId: Schema.String.pipe(T.PathParam()),
493
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
494
+ clusterName: Schema.String.pipe(T.PathParam()),
450
495
  "api-version": Schema.String,
451
496
  }).pipe(T.Http({
452
497
  method: "POST",
@@ -461,9 +506,10 @@ export const ClustersDiagnoseVirtualNetworkOutput =
461
506
  /**
462
507
  * Diagnoses network connectivity status for external resources on which the service is dependent on.
463
508
  *
464
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
465
- * @param subscriptionId - The ID of the target subscription.
466
509
  * @param api-version - The API version to use for this operation.
510
+ * @param subscriptionId - The ID of the target subscription.
511
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
512
+ * @param clusterName - The name of the Kusto cluster.
467
513
  */
468
514
  export const ClustersDiagnoseVirtualNetwork =
469
515
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -472,8 +518,9 @@ export const ClustersDiagnoseVirtualNetwork =
472
518
  }));
473
519
  // Input Schema
474
520
  export const ClustersGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
475
- resourceGroupName: Schema.String.pipe(T.PathParam()),
476
521
  subscriptionId: Schema.String.pipe(T.PathParam()),
522
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
523
+ clusterName: Schema.String.pipe(T.PathParam()),
477
524
  "api-version": Schema.String,
478
525
  }).pipe(T.Http({
479
526
  method: "GET",
@@ -488,9 +535,10 @@ export const ClustersGetOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
488
535
  /**
489
536
  * Gets a Kusto cluster.
490
537
  *
491
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
492
- * @param subscriptionId - The ID of the target subscription.
493
538
  * @param api-version - The API version to use for this operation.
539
+ * @param subscriptionId - The ID of the target subscription.
540
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
541
+ * @param clusterName - The name of the Kusto cluster.
494
542
  */
495
543
  export const ClustersGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
496
544
  inputSchema: ClustersGetInput,
@@ -510,13 +558,14 @@ export const ClustersListOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
510
558
  tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
511
559
  location: Schema.String,
512
560
  }))),
561
+ nextLink: Schema.optional(Schema.String),
513
562
  });
514
563
  // The operation
515
564
  /**
516
565
  * Lists all Kusto clusters within a subscription.
517
566
  *
518
- * @param subscriptionId - The ID of the target subscription.
519
567
  * @param api-version - The API version to use for this operation.
568
+ * @param subscriptionId - The ID of the target subscription.
520
569
  */
521
570
  export const ClustersList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
522
571
  inputSchema: ClustersListInput,
@@ -525,8 +574,8 @@ export const ClustersList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
525
574
  // Input Schema
526
575
  export const ClustersListByResourceGroupInput =
527
576
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
528
- resourceGroupName: Schema.String.pipe(T.PathParam()),
529
577
  subscriptionId: Schema.String.pipe(T.PathParam()),
578
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
530
579
  "api-version": Schema.String,
531
580
  }).pipe(T.Http({
532
581
  method: "GET",
@@ -539,14 +588,15 @@ export const ClustersListByResourceGroupOutput =
539
588
  tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
540
589
  location: Schema.String,
541
590
  }))),
591
+ nextLink: Schema.optional(Schema.String),
542
592
  });
543
593
  // The operation
544
594
  /**
545
595
  * Lists all Kusto clusters within a resource group.
546
596
  *
547
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
548
- * @param subscriptionId - The ID of the target subscription.
549
597
  * @param api-version - The API version to use for this operation.
598
+ * @param subscriptionId - The ID of the target subscription.
599
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
550
600
  */
551
601
  export const ClustersListByResourceGroup = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
552
602
  inputSchema: ClustersListByResourceGroupInput,
@@ -555,8 +605,9 @@ export const ClustersListByResourceGroup = /*@__PURE__*/ /*#__PURE__*/ API.make(
555
605
  // Input Schema
556
606
  export const ClustersListCalloutPoliciesInput =
557
607
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
558
- resourceGroupName: Schema.String.pipe(T.PathParam()),
559
608
  subscriptionId: Schema.String.pipe(T.PathParam()),
609
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
610
+ clusterName: Schema.String.pipe(T.PathParam()),
560
611
  "api-version": Schema.String,
561
612
  }).pipe(T.Http({
562
613
  method: "POST",
@@ -565,7 +616,7 @@ export const ClustersListCalloutPoliciesInput =
565
616
  // Output Schema
566
617
  export const ClustersListCalloutPoliciesOutput =
567
618
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
568
- value: Schema.optional(Schema.Array(Schema.Struct({
619
+ value: Schema.Array(Schema.Struct({
569
620
  calloutUriRegex: Schema.optional(Schema.String),
570
621
  calloutType: Schema.optional(Schema.Literals([
571
622
  "kusto",
@@ -582,16 +633,17 @@ export const ClustersListCalloutPoliciesOutput =
582
633
  ])),
583
634
  outboundAccess: Schema.optional(Schema.Literals(["Allow", "Deny"])),
584
635
  calloutId: Schema.optional(Schema.String),
585
- }))),
636
+ })),
586
637
  nextLink: Schema.optional(Schema.String),
587
638
  });
588
639
  // The operation
589
640
  /**
590
641
  * Returns the allowed callout policies for the specified service.
591
642
  *
592
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
593
643
  * @param api-version - The API version to use for this operation.
594
644
  * @param subscriptionId - The ID of the target subscription.
645
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
646
+ * @param clusterName - The name of the Kusto cluster.
595
647
  */
596
648
  export const ClustersListCalloutPolicies = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
597
649
  inputSchema: ClustersListCalloutPoliciesInput,
@@ -600,8 +652,9 @@ export const ClustersListCalloutPolicies = /*@__PURE__*/ /*#__PURE__*/ API.make(
600
652
  // Input Schema
601
653
  export const ClustersListFollowerDatabasesInput =
602
654
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
603
- resourceGroupName: Schema.String.pipe(T.PathParam()),
604
655
  subscriptionId: Schema.String.pipe(T.PathParam()),
656
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
657
+ clusterName: Schema.String.pipe(T.PathParam()),
605
658
  "api-version": Schema.String,
606
659
  }).pipe(T.Http({
607
660
  method: "POST",
@@ -626,14 +679,16 @@ export const ClustersListFollowerDatabasesOutput =
626
679
  })),
627
680
  databaseShareOrigin: Schema.optional(Schema.Literals(["Direct", "DataShare", "Other"])),
628
681
  }))),
682
+ nextLink: Schema.optional(Schema.String),
629
683
  });
630
684
  // The operation
631
685
  /**
632
686
  * Returns a list of databases that are owned by this cluster and were followed by another cluster.
633
687
  *
634
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
635
- * @param subscriptionId - The ID of the target subscription.
636
688
  * @param api-version - The API version to use for this operation.
689
+ * @param subscriptionId - The ID of the target subscription.
690
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
691
+ * @param clusterName - The name of the Kusto cluster.
637
692
  */
638
693
  export const ClustersListFollowerDatabases =
639
694
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -643,8 +698,9 @@ export const ClustersListFollowerDatabases =
643
698
  // Input Schema
644
699
  export const ClustersListFollowerDatabasesGetInput =
645
700
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
646
- resourceGroupName: Schema.String.pipe(T.PathParam()),
647
701
  subscriptionId: Schema.String.pipe(T.PathParam()),
702
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
703
+ clusterName: Schema.String.pipe(T.PathParam()),
648
704
  "api-version": Schema.String,
649
705
  }).pipe(T.Http({
650
706
  method: "GET",
@@ -653,7 +709,7 @@ export const ClustersListFollowerDatabasesGetInput =
653
709
  // Output Schema
654
710
  export const ClustersListFollowerDatabasesGetOutput =
655
711
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
656
- value: Schema.optional(Schema.Array(Schema.Struct({
712
+ value: Schema.Array(Schema.Struct({
657
713
  properties: Schema.optional(Schema.Struct({
658
714
  clusterResourceId: Schema.String,
659
715
  attachedDatabaseConfigurationName: Schema.String,
@@ -670,16 +726,17 @@ export const ClustersListFollowerDatabasesGetOutput =
670
726
  })),
671
727
  databaseShareOrigin: Schema.optional(Schema.Literals(["Direct", "DataShare", "Other"])),
672
728
  })),
673
- }))),
729
+ })),
674
730
  nextLink: Schema.optional(Schema.String),
675
731
  });
676
732
  // The operation
677
733
  /**
678
734
  * Returns a list of databases that are owned by this cluster and were followed by another cluster.
679
735
  *
680
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
681
- * @param subscriptionId - The ID of the target subscription.
682
736
  * @param api-version - The API version to use for this operation.
737
+ * @param subscriptionId - The ID of the target subscription.
738
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
739
+ * @param clusterName - The name of the Kusto cluster.
683
740
  */
684
741
  export const ClustersListFollowerDatabasesGet =
685
742
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -691,6 +748,7 @@ export const ClustersListLanguageExtensionsInput =
691
748
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
692
749
  subscriptionId: Schema.String.pipe(T.PathParam()),
693
750
  resourceGroupName: Schema.String.pipe(T.PathParam()),
751
+ clusterName: Schema.String.pipe(T.PathParam()),
694
752
  "api-version": Schema.String,
695
753
  }).pipe(T.Http({
696
754
  method: "POST",
@@ -712,14 +770,16 @@ export const ClustersListLanguageExtensionsOutput =
712
770
  ])),
713
771
  languageExtensionCustomImageName: Schema.optional(Schema.String),
714
772
  }))),
773
+ nextLink: Schema.optional(Schema.String),
715
774
  });
716
775
  // The operation
717
776
  /**
718
777
  * Returns a list of language extensions that can run within KQL queries.
719
778
  *
779
+ * @param api-version - The API version to use for this operation.
720
780
  * @param subscriptionId - The ID of the target subscription.
721
781
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
722
- * @param api-version - The API version to use for this operation.
782
+ * @param clusterName - The name of the Kusto cluster.
723
783
  */
724
784
  export const ClustersListLanguageExtensions =
725
785
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -731,6 +791,7 @@ export const ClustersListOutboundNetworkDependenciesEndpointsInput =
731
791
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
732
792
  subscriptionId: Schema.String.pipe(T.PathParam()),
733
793
  resourceGroupName: Schema.String.pipe(T.PathParam()),
794
+ clusterName: Schema.String.pipe(T.PathParam()),
734
795
  "api-version": Schema.String,
735
796
  }).pipe(T.Http({
736
797
  method: "GET",
@@ -746,9 +807,10 @@ export const ClustersListOutboundNetworkDependenciesEndpointsOutput =
746
807
  /**
747
808
  * Gets the network endpoints of all outbound dependencies of a Kusto cluster
748
809
  *
810
+ * @param api-version - The API version to use for this operation.
749
811
  * @param subscriptionId - The ID of the target subscription.
750
812
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
751
- * @param api-version - The API version to use for this operation.
813
+ * @param clusterName - The name of the Kusto cluster.
752
814
  */
753
815
  export const ClustersListOutboundNetworkDependenciesEndpoints =
754
816
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -783,6 +845,7 @@ export const ClustersListSkusOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
783
845
  }))),
784
846
  restrictions: Schema.optional(Schema.Array(Schema.Unknown)),
785
847
  }))),
848
+ nextLink: Schema.optional(Schema.String),
786
849
  });
787
850
  // The operation
788
851
  /**
@@ -798,8 +861,9 @@ export const ClustersListSkus = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
798
861
  // Input Schema
799
862
  export const ClustersListSkusByResourceInput =
800
863
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
801
- resourceGroupName: Schema.String.pipe(T.PathParam()),
802
864
  subscriptionId: Schema.String.pipe(T.PathParam()),
865
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
866
+ clusterName: Schema.String.pipe(T.PathParam()),
803
867
  "api-version": Schema.String,
804
868
  }).pipe(T.Http({
805
869
  method: "GET",
@@ -887,14 +951,16 @@ export const ClustersListSkusByResourceOutput =
887
951
  default: Schema.Number,
888
952
  })),
889
953
  }))),
954
+ nextLink: Schema.optional(Schema.String),
890
955
  });
891
956
  // The operation
892
957
  /**
893
958
  * Returns the SKUs available for the provided resource.
894
959
  *
895
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
896
960
  * @param api-version - The API version to use for this operation.
897
961
  * @param subscriptionId - The ID of the target subscription.
962
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
963
+ * @param clusterName - The name of the Kusto cluster.
898
964
  */
899
965
  export const ClustersListSkusByResource = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
900
966
  inputSchema: ClustersListSkusByResourceInput,
@@ -902,8 +968,9 @@ export const ClustersListSkusByResource = /*@__PURE__*/ /*#__PURE__*/ API.make((
902
968
  }));
903
969
  // Input Schema
904
970
  export const ClustersMigrateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
905
- resourceGroupName: Schema.String.pipe(T.PathParam()),
906
971
  subscriptionId: Schema.String.pipe(T.PathParam()),
972
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
973
+ clusterName: Schema.String.pipe(T.PathParam()),
907
974
  "api-version": Schema.String,
908
975
  }).pipe(T.Http({
909
976
  method: "POST",
@@ -915,9 +982,10 @@ export const ClustersMigrateOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
915
982
  /**
916
983
  * Migrate data from a Kusto cluster to another cluster.
917
984
  *
918
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
919
- * @param subscriptionId - The ID of the target subscription.
920
985
  * @param api-version - The API version to use for this operation.
986
+ * @param subscriptionId - The ID of the target subscription.
987
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
988
+ * @param clusterName - The name of the Kusto cluster.
921
989
  */
922
990
  export const ClustersMigrate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
923
991
  inputSchema: ClustersMigrateInput,
@@ -928,6 +996,7 @@ export const ClustersRemoveCalloutPolicyInput =
928
996
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
929
997
  subscriptionId: Schema.String.pipe(T.PathParam()),
930
998
  resourceGroupName: Schema.String.pipe(T.PathParam()),
999
+ clusterName: Schema.String.pipe(T.PathParam()),
931
1000
  "api-version": Schema.String,
932
1001
  }).pipe(T.Http({
933
1002
  method: "POST",
@@ -940,9 +1009,10 @@ export const ClustersRemoveCalloutPolicyOutput =
940
1009
  /**
941
1010
  * Removes callout policy for engine services.
942
1011
  *
1012
+ * @param api-version - The API version to use for this operation.
943
1013
  * @param subscriptionId - The ID of the target subscription.
944
1014
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
945
- * @param api-version - The API version to use for this operation.
1015
+ * @param clusterName - The name of the Kusto cluster.
946
1016
  */
947
1017
  export const ClustersRemoveCalloutPolicy = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
948
1018
  inputSchema: ClustersRemoveCalloutPolicyInput,
@@ -953,6 +1023,7 @@ export const ClustersRemoveLanguageExtensionsInput =
953
1023
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
954
1024
  subscriptionId: Schema.String.pipe(T.PathParam()),
955
1025
  resourceGroupName: Schema.String.pipe(T.PathParam()),
1026
+ clusterName: Schema.String.pipe(T.PathParam()),
956
1027
  "api-version": Schema.String,
957
1028
  }).pipe(T.Http({
958
1029
  method: "POST",
@@ -965,9 +1036,10 @@ export const ClustersRemoveLanguageExtensionsOutput =
965
1036
  /**
966
1037
  * Remove a list of language extensions that can run within KQL queries.
967
1038
  *
1039
+ * @param api-version - The API version to use for this operation.
968
1040
  * @param subscriptionId - The ID of the target subscription.
969
1041
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
970
- * @param api-version - The API version to use for this operation.
1042
+ * @param clusterName - The name of the Kusto cluster.
971
1043
  */
972
1044
  export const ClustersRemoveLanguageExtensions =
973
1045
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -976,8 +1048,9 @@ export const ClustersRemoveLanguageExtensions =
976
1048
  }));
977
1049
  // Input Schema
978
1050
  export const ClustersStartInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
979
- resourceGroupName: Schema.String.pipe(T.PathParam()),
980
1051
  subscriptionId: Schema.String.pipe(T.PathParam()),
1052
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1053
+ clusterName: Schema.String.pipe(T.PathParam()),
981
1054
  "api-version": Schema.String,
982
1055
  }).pipe(T.Http({
983
1056
  method: "POST",
@@ -989,9 +1062,10 @@ export const ClustersStartOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
989
1062
  /**
990
1063
  * Starts a Kusto cluster.
991
1064
  *
992
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
993
- * @param subscriptionId - The ID of the target subscription.
994
1065
  * @param api-version - The API version to use for this operation.
1066
+ * @param subscriptionId - The ID of the target subscription.
1067
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1068
+ * @param clusterName - The name of the Kusto cluster.
995
1069
  */
996
1070
  export const ClustersStart = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
997
1071
  inputSchema: ClustersStartInput,
@@ -999,8 +1073,9 @@ export const ClustersStart = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
999
1073
  }));
1000
1074
  // Input Schema
1001
1075
  export const ClustersStopInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1002
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1003
1076
  subscriptionId: Schema.String.pipe(T.PathParam()),
1077
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1078
+ clusterName: Schema.String.pipe(T.PathParam()),
1004
1079
  "api-version": Schema.String,
1005
1080
  }).pipe(T.Http({
1006
1081
  method: "POST",
@@ -1012,9 +1087,10 @@ export const ClustersStopOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
1012
1087
  /**
1013
1088
  * Stops a Kusto cluster.
1014
1089
  *
1015
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1016
- * @param subscriptionId - The ID of the target subscription.
1017
1090
  * @param api-version - The API version to use for this operation.
1091
+ * @param subscriptionId - The ID of the target subscription.
1092
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1093
+ * @param clusterName - The name of the Kusto cluster.
1018
1094
  */
1019
1095
  export const ClustersStop = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1020
1096
  inputSchema: ClustersStopInput,
@@ -1022,8 +1098,9 @@ export const ClustersStop = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1022
1098
  }));
1023
1099
  // Input Schema
1024
1100
  export const ClustersUpdateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1025
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1026
1101
  subscriptionId: Schema.String.pipe(T.PathParam()),
1102
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1103
+ clusterName: Schema.String.pipe(T.PathParam()),
1027
1104
  "api-version": Schema.String,
1028
1105
  }).pipe(T.Http({
1029
1106
  method: "PATCH",
@@ -1038,10 +1115,11 @@ export const ClustersUpdateOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1038
1115
  /**
1039
1116
  * Update a Kusto cluster.
1040
1117
  *
1118
+ * @param api-version - The API version to use for this operation.
1119
+ * @param subscriptionId - The ID of the target subscription.
1041
1120
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1121
+ * @param clusterName - The name of the Kusto cluster.
1042
1122
  * @param If-Match - The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.
1043
- * @param subscriptionId - The ID of the target subscription.
1044
- * @param api-version - The API version to use for this operation.
1045
1123
  */
1046
1124
  export const ClustersUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1047
1125
  inputSchema: ClustersUpdateInput,
@@ -1052,6 +1130,8 @@ export const DatabaseInviteFollowerInput =
1052
1130
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1053
1131
  subscriptionId: Schema.String.pipe(T.PathParam()),
1054
1132
  resourceGroupName: Schema.String.pipe(T.PathParam()),
1133
+ clusterName: Schema.String.pipe(T.PathParam()),
1134
+ databaseName: Schema.String.pipe(T.PathParam()),
1055
1135
  "api-version": Schema.String,
1056
1136
  }).pipe(T.Http({
1057
1137
  method: "POST",
@@ -1066,9 +1146,11 @@ export const DatabaseInviteFollowerOutput =
1066
1146
  /**
1067
1147
  * Generates an invitation token that allows attaching a follower database to this database.
1068
1148
  *
1149
+ * @param api-version - The API version to use for this operation.
1069
1150
  * @param subscriptionId - The ID of the target subscription.
1070
1151
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1071
- * @param api-version - The API version to use for this operation.
1152
+ * @param clusterName - The name of the Kusto cluster.
1153
+ * @param databaseName - The name of the database in the Kusto cluster.
1072
1154
  */
1073
1155
  export const DatabaseInviteFollower = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1074
1156
  inputSchema: DatabaseInviteFollowerInput,
@@ -1077,8 +1159,10 @@ export const DatabaseInviteFollower = /*@__PURE__*/ /*#__PURE__*/ API.make(() =>
1077
1159
  // Input Schema
1078
1160
  export const DatabasePrincipalAssignmentsCheckNameAvailabilityInput =
1079
1161
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1080
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1081
1162
  subscriptionId: Schema.String.pipe(T.PathParam()),
1163
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1164
+ clusterName: Schema.String.pipe(T.PathParam()),
1165
+ databaseName: Schema.String.pipe(T.PathParam()),
1082
1166
  "api-version": Schema.String,
1083
1167
  }).pipe(T.Http({
1084
1168
  method: "POST",
@@ -1096,9 +1180,11 @@ export const DatabasePrincipalAssignmentsCheckNameAvailabilityOutput =
1096
1180
  /**
1097
1181
  * Checks that the database principal assignment is valid and is not already in use.
1098
1182
  *
1099
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1100
1183
  * @param api-version - The API version to use for this operation.
1101
1184
  * @param subscriptionId - The ID of the target subscription.
1185
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1186
+ * @param clusterName - The name of the Kusto cluster.
1187
+ * @param databaseName - The name of the database in the Kusto cluster.
1102
1188
  */
1103
1189
  export const DatabasePrincipalAssignmentsCheckNameAvailability =
1104
1190
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1110,6 +1196,9 @@ export const DatabasePrincipalAssignmentsCreateOrUpdateInput =
1110
1196
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1111
1197
  subscriptionId: Schema.String.pipe(T.PathParam()),
1112
1198
  resourceGroupName: Schema.String.pipe(T.PathParam()),
1199
+ clusterName: Schema.String.pipe(T.PathParam()),
1200
+ databaseName: Schema.String.pipe(T.PathParam()),
1201
+ principalAssignmentName: Schema.String.pipe(T.PathParam()),
1113
1202
  "api-version": Schema.String,
1114
1203
  }).pipe(T.Http({
1115
1204
  method: "PUT",
@@ -1122,9 +1211,12 @@ export const DatabasePrincipalAssignmentsCreateOrUpdateOutput =
1122
1211
  /**
1123
1212
  * Creates a Kusto cluster database principalAssignment.
1124
1213
  *
1214
+ * @param api-version - The API version to use for this operation.
1125
1215
  * @param subscriptionId - The ID of the target subscription.
1126
1216
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1127
- * @param api-version - The API version to use for this operation.
1217
+ * @param clusterName - The name of the Kusto cluster.
1218
+ * @param databaseName - The name of the database in the Kusto cluster.
1219
+ * @param principalAssignmentName - The name of the Kusto principalAssignment.
1128
1220
  */
1129
1221
  export const DatabasePrincipalAssignmentsCreateOrUpdate =
1130
1222
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1136,6 +1228,9 @@ export const DatabasePrincipalAssignmentsDeleteInput =
1136
1228
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1137
1229
  subscriptionId: Schema.String.pipe(T.PathParam()),
1138
1230
  resourceGroupName: Schema.String.pipe(T.PathParam()),
1231
+ clusterName: Schema.String.pipe(T.PathParam()),
1232
+ databaseName: Schema.String.pipe(T.PathParam()),
1233
+ principalAssignmentName: Schema.String.pipe(T.PathParam()),
1139
1234
  "api-version": Schema.String,
1140
1235
  }).pipe(T.Http({
1141
1236
  method: "DELETE",
@@ -1148,9 +1243,12 @@ export const DatabasePrincipalAssignmentsDeleteOutput =
1148
1243
  /**
1149
1244
  * Deletes a Kusto principalAssignment.
1150
1245
  *
1246
+ * @param api-version - The API version to use for this operation.
1151
1247
  * @param subscriptionId - The ID of the target subscription.
1152
1248
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1153
- * @param api-version - The API version to use for this operation.
1249
+ * @param clusterName - The name of the Kusto cluster.
1250
+ * @param databaseName - The name of the database in the Kusto cluster.
1251
+ * @param principalAssignmentName - The name of the Kusto principalAssignment.
1154
1252
  */
1155
1253
  export const DatabasePrincipalAssignmentsDelete =
1156
1254
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1162,6 +1260,9 @@ export const DatabasePrincipalAssignmentsGetInput =
1162
1260
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1163
1261
  subscriptionId: Schema.String.pipe(T.PathParam()),
1164
1262
  resourceGroupName: Schema.String.pipe(T.PathParam()),
1263
+ clusterName: Schema.String.pipe(T.PathParam()),
1264
+ databaseName: Schema.String.pipe(T.PathParam()),
1265
+ principalAssignmentName: Schema.String.pipe(T.PathParam()),
1165
1266
  "api-version": Schema.String,
1166
1267
  }).pipe(T.Http({
1167
1268
  method: "GET",
@@ -1174,9 +1275,12 @@ export const DatabasePrincipalAssignmentsGetOutput =
1174
1275
  /**
1175
1276
  * Gets a Kusto cluster database principalAssignment.
1176
1277
  *
1278
+ * @param api-version - The API version to use for this operation.
1177
1279
  * @param subscriptionId - The ID of the target subscription.
1178
1280
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1179
- * @param api-version - The API version to use for this operation.
1281
+ * @param clusterName - The name of the Kusto cluster.
1282
+ * @param databaseName - The name of the database in the Kusto cluster.
1283
+ * @param principalAssignmentName - The name of the Kusto principalAssignment.
1180
1284
  */
1181
1285
  export const DatabasePrincipalAssignmentsGet =
1182
1286
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1188,6 +1292,8 @@ export const DatabasePrincipalAssignmentsListInput =
1188
1292
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1189
1293
  subscriptionId: Schema.String.pipe(T.PathParam()),
1190
1294
  resourceGroupName: Schema.String.pipe(T.PathParam()),
1295
+ clusterName: Schema.String.pipe(T.PathParam()),
1296
+ databaseName: Schema.String.pipe(T.PathParam()),
1191
1297
  "api-version": Schema.String,
1192
1298
  }).pipe(T.Http({
1193
1299
  method: "GET",
@@ -1197,14 +1303,17 @@ export const DatabasePrincipalAssignmentsListInput =
1197
1303
  export const DatabasePrincipalAssignmentsListOutput =
1198
1304
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1199
1305
  value: Schema.optional(Schema.Array(Schema.Struct({}))),
1306
+ nextLink: Schema.optional(Schema.String),
1200
1307
  });
1201
1308
  // The operation
1202
1309
  /**
1203
1310
  * Lists all Kusto cluster database principalAssignments.
1204
1311
  *
1312
+ * @param api-version - The API version to use for this operation.
1205
1313
  * @param subscriptionId - The ID of the target subscription.
1206
1314
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1207
- * @param api-version - The API version to use for this operation.
1315
+ * @param clusterName - The name of the Kusto cluster.
1316
+ * @param databaseName - The name of the database in the Kusto cluster.
1208
1317
  */
1209
1318
  export const DatabasePrincipalAssignmentsList =
1210
1319
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1214,8 +1323,10 @@ export const DatabasePrincipalAssignmentsList =
1214
1323
  // Input Schema
1215
1324
  export const DatabasesAddPrincipalsInput =
1216
1325
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1217
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1218
1326
  subscriptionId: Schema.String.pipe(T.PathParam()),
1327
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1328
+ clusterName: Schema.String.pipe(T.PathParam()),
1329
+ databaseName: Schema.String.pipe(T.PathParam()),
1219
1330
  "api-version": Schema.String,
1220
1331
  }).pipe(T.Http({
1221
1332
  method: "POST",
@@ -1240,14 +1351,17 @@ export const DatabasesAddPrincipalsOutput =
1240
1351
  appId: Schema.optional(Schema.String),
1241
1352
  tenantName: Schema.optional(Schema.String),
1242
1353
  }))),
1354
+ nextLink: Schema.optional(Schema.String),
1243
1355
  });
1244
1356
  // The operation
1245
1357
  /**
1246
1358
  * Add Database principals permissions.
1247
1359
  *
1248
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1249
- * @param subscriptionId - The ID of the target subscription.
1250
1360
  * @param api-version - The API version to use for this operation.
1361
+ * @param subscriptionId - The ID of the target subscription.
1362
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1363
+ * @param clusterName - The name of the Kusto cluster.
1364
+ * @param databaseName - The name of the database in the Kusto cluster.
1251
1365
  */
1252
1366
  export const DatabasesAddPrincipals = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1253
1367
  inputSchema: DatabasesAddPrincipalsInput,
@@ -1256,8 +1370,9 @@ export const DatabasesAddPrincipals = /*@__PURE__*/ /*#__PURE__*/ API.make(() =>
1256
1370
  // Input Schema
1257
1371
  export const DatabasesCheckNameAvailabilityInput =
1258
1372
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1259
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1260
1373
  subscriptionId: Schema.String.pipe(T.PathParam()),
1374
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1375
+ clusterName: Schema.String.pipe(T.PathParam()),
1261
1376
  "api-version": Schema.String,
1262
1377
  }).pipe(T.Http({
1263
1378
  method: "POST",
@@ -1275,9 +1390,10 @@ export const DatabasesCheckNameAvailabilityOutput =
1275
1390
  /**
1276
1391
  * Checks that the databases resource name is valid and is not already in use.
1277
1392
  *
1278
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1279
1393
  * @param api-version - The API version to use for this operation.
1280
1394
  * @param subscriptionId - The ID of the target subscription.
1395
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1396
+ * @param clusterName - The name of the Kusto cluster.
1281
1397
  */
1282
1398
  export const DatabasesCheckNameAvailability =
1283
1399
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1287,9 +1403,12 @@ export const DatabasesCheckNameAvailability =
1287
1403
  // Input Schema
1288
1404
  export const DatabasesCreateOrUpdateInput =
1289
1405
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1290
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1291
1406
  subscriptionId: Schema.String.pipe(T.PathParam()),
1407
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1408
+ clusterName: Schema.String.pipe(T.PathParam()),
1409
+ databaseName: Schema.String.pipe(T.PathParam()),
1292
1410
  "api-version": Schema.String,
1411
+ callerRole: Schema.optional(Schema.Literals(["Admin", "None"])),
1293
1412
  }).pipe(T.Http({
1294
1413
  method: "PUT",
1295
1414
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}",
@@ -1301,9 +1420,12 @@ export const DatabasesCreateOrUpdateOutput =
1301
1420
  /**
1302
1421
  * Creates or updates a database.
1303
1422
  *
1304
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1305
- * @param subscriptionId - The ID of the target subscription.
1306
1423
  * @param api-version - The API version to use for this operation.
1424
+ * @param subscriptionId - The ID of the target subscription.
1425
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1426
+ * @param clusterName - The name of the Kusto cluster.
1427
+ * @param databaseName - The name of the database in the Kusto cluster.
1428
+ * @param callerRole - By default, any user who run operation on a database become an Admin on it. This property allows the caller to exclude the caller from Admins list.
1307
1429
  */
1308
1430
  export const DatabasesCreateOrUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1309
1431
  inputSchema: DatabasesCreateOrUpdateInput,
@@ -1311,8 +1433,10 @@ export const DatabasesCreateOrUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() =
1311
1433
  }));
1312
1434
  // Input Schema
1313
1435
  export const DatabasesDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1314
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1315
1436
  subscriptionId: Schema.String.pipe(T.PathParam()),
1437
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1438
+ clusterName: Schema.String.pipe(T.PathParam()),
1439
+ databaseName: Schema.String.pipe(T.PathParam()),
1316
1440
  "api-version": Schema.String,
1317
1441
  }).pipe(T.Http({
1318
1442
  method: "DELETE",
@@ -1324,9 +1448,11 @@ export const DatabasesDeleteOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
1324
1448
  /**
1325
1449
  * Deletes the database with the given name.
1326
1450
  *
1327
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1328
- * @param subscriptionId - The ID of the target subscription.
1329
1451
  * @param api-version - The API version to use for this operation.
1452
+ * @param subscriptionId - The ID of the target subscription.
1453
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1454
+ * @param clusterName - The name of the Kusto cluster.
1455
+ * @param databaseName - The name of the database in the Kusto cluster.
1330
1456
  */
1331
1457
  export const DatabasesDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1332
1458
  inputSchema: DatabasesDeleteInput,
@@ -1334,8 +1460,10 @@ export const DatabasesDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1334
1460
  }));
1335
1461
  // Input Schema
1336
1462
  export const DatabasesGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1337
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1338
1463
  subscriptionId: Schema.String.pipe(T.PathParam()),
1464
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1465
+ clusterName: Schema.String.pipe(T.PathParam()),
1466
+ databaseName: Schema.String.pipe(T.PathParam()),
1339
1467
  "api-version": Schema.String,
1340
1468
  }).pipe(T.Http({
1341
1469
  method: "GET",
@@ -1347,9 +1475,11 @@ export const DatabasesGetOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
1347
1475
  /**
1348
1476
  * Returns a database.
1349
1477
  *
1350
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1351
- * @param subscriptionId - The ID of the target subscription.
1352
1478
  * @param api-version - The API version to use for this operation.
1479
+ * @param subscriptionId - The ID of the target subscription.
1480
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1481
+ * @param clusterName - The name of the Kusto cluster.
1482
+ * @param databaseName - The name of the database in the Kusto cluster.
1353
1483
  */
1354
1484
  export const DatabasesGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1355
1485
  inputSchema: DatabasesGetInput,
@@ -1358,8 +1488,9 @@ export const DatabasesGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1358
1488
  // Input Schema
1359
1489
  export const DatabasesListByClusterInput =
1360
1490
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1361
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1362
1491
  subscriptionId: Schema.String.pipe(T.PathParam()),
1492
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1493
+ clusterName: Schema.String.pipe(T.PathParam()),
1363
1494
  "api-version": Schema.String,
1364
1495
  $top: Schema.optional(Schema.Number),
1365
1496
  $skiptoken: Schema.optional(Schema.String),
@@ -1370,16 +1501,17 @@ export const DatabasesListByClusterInput =
1370
1501
  // Output Schema
1371
1502
  export const DatabasesListByClusterOutput =
1372
1503
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1504
+ value: Schema.Array(Schema.Struct({})),
1373
1505
  nextLink: Schema.optional(Schema.String),
1374
- value: Schema.optional(Schema.Array(Schema.Struct({}))),
1375
1506
  });
1376
1507
  // The operation
1377
1508
  /**
1378
1509
  * Returns the list of databases of the given Kusto cluster.
1379
1510
  *
1380
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1381
- * @param subscriptionId - The ID of the target subscription.
1382
1511
  * @param api-version - The API version to use for this operation.
1512
+ * @param subscriptionId - The ID of the target subscription.
1513
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1514
+ * @param clusterName - The name of the Kusto cluster.
1383
1515
  * @param $top - limit the number of results
1384
1516
  * @param $skiptoken - Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls.
1385
1517
  */
@@ -1390,8 +1522,10 @@ export const DatabasesListByCluster = /*@__PURE__*/ /*#__PURE__*/ API.make(() =>
1390
1522
  // Input Schema
1391
1523
  export const DatabasesListPrincipalsInput =
1392
1524
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1393
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1394
1525
  subscriptionId: Schema.String.pipe(T.PathParam()),
1526
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1527
+ clusterName: Schema.String.pipe(T.PathParam()),
1528
+ databaseName: Schema.String.pipe(T.PathParam()),
1395
1529
  "api-version": Schema.String,
1396
1530
  }).pipe(T.Http({
1397
1531
  method: "POST",
@@ -1416,14 +1550,17 @@ export const DatabasesListPrincipalsOutput =
1416
1550
  appId: Schema.optional(Schema.String),
1417
1551
  tenantName: Schema.optional(Schema.String),
1418
1552
  }))),
1553
+ nextLink: Schema.optional(Schema.String),
1419
1554
  });
1420
1555
  // The operation
1421
1556
  /**
1422
1557
  * Returns a list of database principals of the given Kusto cluster and database.
1423
1558
  *
1424
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1425
- * @param subscriptionId - The ID of the target subscription.
1426
1559
  * @param api-version - The API version to use for this operation.
1560
+ * @param subscriptionId - The ID of the target subscription.
1561
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1562
+ * @param clusterName - The name of the Kusto cluster.
1563
+ * @param databaseName - The name of the database in the Kusto cluster.
1427
1564
  */
1428
1565
  export const DatabasesListPrincipals = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1429
1566
  inputSchema: DatabasesListPrincipalsInput,
@@ -1432,8 +1569,10 @@ export const DatabasesListPrincipals = /*@__PURE__*/ /*#__PURE__*/ API.make(() =
1432
1569
  // Input Schema
1433
1570
  export const DatabasesRemovePrincipalsInput =
1434
1571
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1435
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1436
1572
  subscriptionId: Schema.String.pipe(T.PathParam()),
1573
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1574
+ clusterName: Schema.String.pipe(T.PathParam()),
1575
+ databaseName: Schema.String.pipe(T.PathParam()),
1437
1576
  "api-version": Schema.String,
1438
1577
  }).pipe(T.Http({
1439
1578
  method: "POST",
@@ -1458,14 +1597,17 @@ export const DatabasesRemovePrincipalsOutput =
1458
1597
  appId: Schema.optional(Schema.String),
1459
1598
  tenantName: Schema.optional(Schema.String),
1460
1599
  }))),
1600
+ nextLink: Schema.optional(Schema.String),
1461
1601
  });
1462
1602
  // The operation
1463
1603
  /**
1464
1604
  * Remove Database principals permissions.
1465
1605
  *
1466
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1467
- * @param subscriptionId - The ID of the target subscription.
1468
1606
  * @param api-version - The API version to use for this operation.
1607
+ * @param subscriptionId - The ID of the target subscription.
1608
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1609
+ * @param clusterName - The name of the Kusto cluster.
1610
+ * @param databaseName - The name of the database in the Kusto cluster.
1469
1611
  */
1470
1612
  export const DatabasesRemovePrincipals = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1471
1613
  inputSchema: DatabasesRemovePrincipalsInput,
@@ -1473,9 +1615,12 @@ export const DatabasesRemovePrincipals = /*@__PURE__*/ /*#__PURE__*/ API.make(()
1473
1615
  }));
1474
1616
  // Input Schema
1475
1617
  export const DatabasesUpdateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1476
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1477
1618
  subscriptionId: Schema.String.pipe(T.PathParam()),
1619
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1620
+ clusterName: Schema.String.pipe(T.PathParam()),
1621
+ databaseName: Schema.String.pipe(T.PathParam()),
1478
1622
  "api-version": Schema.String,
1623
+ callerRole: Schema.optional(Schema.Literals(["Admin", "None"])),
1479
1624
  }).pipe(T.Http({
1480
1625
  method: "PATCH",
1481
1626
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}",
@@ -1486,9 +1631,12 @@ export const DatabasesUpdateOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1486
1631
  /**
1487
1632
  * Updates a database.
1488
1633
  *
1489
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1490
- * @param subscriptionId - The ID of the target subscription.
1491
1634
  * @param api-version - The API version to use for this operation.
1635
+ * @param subscriptionId - The ID of the target subscription.
1636
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1637
+ * @param clusterName - The name of the Kusto cluster.
1638
+ * @param databaseName - The name of the database in the Kusto cluster.
1639
+ * @param callerRole - By default, any user who run operation on a database become an Admin on it. This property allows the caller to exclude the caller from Admins list.
1492
1640
  */
1493
1641
  export const DatabasesUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1494
1642
  inputSchema: DatabasesUpdateInput,
@@ -1497,8 +1645,10 @@ export const DatabasesUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1497
1645
  // Input Schema
1498
1646
  export const DataConnectionsCheckNameAvailabilityInput =
1499
1647
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1500
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1501
1648
  subscriptionId: Schema.String.pipe(T.PathParam()),
1649
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1650
+ clusterName: Schema.String.pipe(T.PathParam()),
1651
+ databaseName: Schema.String.pipe(T.PathParam()),
1502
1652
  "api-version": Schema.String,
1503
1653
  }).pipe(T.Http({
1504
1654
  method: "POST",
@@ -1516,9 +1666,11 @@ export const DataConnectionsCheckNameAvailabilityOutput =
1516
1666
  /**
1517
1667
  * Checks that the data connection name is valid and is not already in use.
1518
1668
  *
1519
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1520
1669
  * @param api-version - The API version to use for this operation.
1521
1670
  * @param subscriptionId - The ID of the target subscription.
1671
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1672
+ * @param clusterName - The name of the Kusto cluster.
1673
+ * @param databaseName - The name of the database in the Kusto cluster.
1522
1674
  */
1523
1675
  export const DataConnectionsCheckNameAvailability =
1524
1676
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1528,8 +1680,11 @@ export const DataConnectionsCheckNameAvailability =
1528
1680
  // Input Schema
1529
1681
  export const DataConnectionsCreateOrUpdateInput =
1530
1682
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1531
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1532
1683
  subscriptionId: Schema.String.pipe(T.PathParam()),
1684
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1685
+ clusterName: Schema.String.pipe(T.PathParam()),
1686
+ databaseName: Schema.String.pipe(T.PathParam()),
1687
+ dataConnectionName: Schema.String.pipe(T.PathParam()),
1533
1688
  "api-version": Schema.String,
1534
1689
  }).pipe(T.Http({
1535
1690
  method: "PUT",
@@ -1542,9 +1697,12 @@ export const DataConnectionsCreateOrUpdateOutput =
1542
1697
  /**
1543
1698
  * Creates or updates a data connection.
1544
1699
  *
1545
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1546
- * @param subscriptionId - The ID of the target subscription.
1547
1700
  * @param api-version - The API version to use for this operation.
1701
+ * @param subscriptionId - The ID of the target subscription.
1702
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1703
+ * @param clusterName - The name of the Kusto cluster.
1704
+ * @param databaseName - The name of the database in the Kusto cluster.
1705
+ * @param dataConnectionName - The name of the data connection.
1548
1706
  */
1549
1707
  export const DataConnectionsCreateOrUpdate =
1550
1708
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1554,8 +1712,10 @@ export const DataConnectionsCreateOrUpdate =
1554
1712
  // Input Schema
1555
1713
  export const DataConnectionsDataConnectionValidationInput =
1556
1714
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1557
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1558
1715
  subscriptionId: Schema.String.pipe(T.PathParam()),
1716
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1717
+ clusterName: Schema.String.pipe(T.PathParam()),
1718
+ databaseName: Schema.String.pipe(T.PathParam()),
1559
1719
  "api-version": Schema.String,
1560
1720
  }).pipe(T.Http({
1561
1721
  method: "POST",
@@ -1572,9 +1732,11 @@ export const DataConnectionsDataConnectionValidationOutput =
1572
1732
  /**
1573
1733
  * Checks that the data connection parameters are valid.
1574
1734
  *
1575
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1576
1735
  * @param api-version - The API version to use for this operation.
1577
1736
  * @param subscriptionId - The ID of the target subscription.
1737
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1738
+ * @param clusterName - The name of the Kusto cluster.
1739
+ * @param databaseName - The name of the database in the Kusto cluster.
1578
1740
  */
1579
1741
  export const DataConnectionsDataConnectionValidation =
1580
1742
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1584,8 +1746,11 @@ export const DataConnectionsDataConnectionValidation =
1584
1746
  // Input Schema
1585
1747
  export const DataConnectionsDeleteInput =
1586
1748
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1587
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1588
1749
  subscriptionId: Schema.String.pipe(T.PathParam()),
1750
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1751
+ clusterName: Schema.String.pipe(T.PathParam()),
1752
+ databaseName: Schema.String.pipe(T.PathParam()),
1753
+ dataConnectionName: Schema.String.pipe(T.PathParam()),
1589
1754
  "api-version": Schema.String,
1590
1755
  }).pipe(T.Http({
1591
1756
  method: "DELETE",
@@ -1598,9 +1763,12 @@ export const DataConnectionsDeleteOutput =
1598
1763
  /**
1599
1764
  * Deletes the data connection with the given name.
1600
1765
  *
1601
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1602
- * @param subscriptionId - The ID of the target subscription.
1603
1766
  * @param api-version - The API version to use for this operation.
1767
+ * @param subscriptionId - The ID of the target subscription.
1768
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1769
+ * @param clusterName - The name of the Kusto cluster.
1770
+ * @param databaseName - The name of the database in the Kusto cluster.
1771
+ * @param dataConnectionName - The name of the data connection.
1604
1772
  */
1605
1773
  export const DataConnectionsDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1606
1774
  inputSchema: DataConnectionsDeleteInput,
@@ -1609,8 +1777,11 @@ export const DataConnectionsDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() =>
1609
1777
  // Input Schema
1610
1778
  export const DataConnectionsGetInput =
1611
1779
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1612
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1613
1780
  subscriptionId: Schema.String.pipe(T.PathParam()),
1781
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1782
+ clusterName: Schema.String.pipe(T.PathParam()),
1783
+ databaseName: Schema.String.pipe(T.PathParam()),
1784
+ dataConnectionName: Schema.String.pipe(T.PathParam()),
1614
1785
  "api-version": Schema.String,
1615
1786
  }).pipe(T.Http({
1616
1787
  method: "GET",
@@ -1623,9 +1794,12 @@ export const DataConnectionsGetOutput =
1623
1794
  /**
1624
1795
  * Returns a data connection.
1625
1796
  *
1626
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1627
- * @param subscriptionId - The ID of the target subscription.
1628
1797
  * @param api-version - The API version to use for this operation.
1798
+ * @param subscriptionId - The ID of the target subscription.
1799
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1800
+ * @param clusterName - The name of the Kusto cluster.
1801
+ * @param databaseName - The name of the database in the Kusto cluster.
1802
+ * @param dataConnectionName - The name of the data connection.
1629
1803
  */
1630
1804
  export const DataConnectionsGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1631
1805
  inputSchema: DataConnectionsGetInput,
@@ -1634,8 +1808,10 @@ export const DataConnectionsGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1634
1808
  // Input Schema
1635
1809
  export const DataConnectionsListByDatabaseInput =
1636
1810
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1637
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1638
1811
  subscriptionId: Schema.String.pipe(T.PathParam()),
1812
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1813
+ clusterName: Schema.String.pipe(T.PathParam()),
1814
+ databaseName: Schema.String.pipe(T.PathParam()),
1639
1815
  "api-version": Schema.String,
1640
1816
  }).pipe(T.Http({
1641
1817
  method: "GET",
@@ -1645,14 +1821,17 @@ export const DataConnectionsListByDatabaseInput =
1645
1821
  export const DataConnectionsListByDatabaseOutput =
1646
1822
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1647
1823
  value: Schema.optional(Schema.Array(Schema.Struct({}))),
1824
+ nextLink: Schema.optional(Schema.String),
1648
1825
  });
1649
1826
  // The operation
1650
1827
  /**
1651
1828
  * Returns the list of data connections of the given Kusto database.
1652
1829
  *
1653
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1654
- * @param subscriptionId - The ID of the target subscription.
1655
1830
  * @param api-version - The API version to use for this operation.
1831
+ * @param subscriptionId - The ID of the target subscription.
1832
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1833
+ * @param clusterName - The name of the Kusto cluster.
1834
+ * @param databaseName - The name of the database in the Kusto cluster.
1656
1835
  */
1657
1836
  export const DataConnectionsListByDatabase =
1658
1837
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1662,8 +1841,11 @@ export const DataConnectionsListByDatabase =
1662
1841
  // Input Schema
1663
1842
  export const DataConnectionsUpdateInput =
1664
1843
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1665
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1666
1844
  subscriptionId: Schema.String.pipe(T.PathParam()),
1845
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1846
+ clusterName: Schema.String.pipe(T.PathParam()),
1847
+ databaseName: Schema.String.pipe(T.PathParam()),
1848
+ dataConnectionName: Schema.String.pipe(T.PathParam()),
1667
1849
  "api-version": Schema.String,
1668
1850
  }).pipe(T.Http({
1669
1851
  method: "PATCH",
@@ -1676,9 +1858,12 @@ export const DataConnectionsUpdateOutput =
1676
1858
  /**
1677
1859
  * Updates a data connection.
1678
1860
  *
1679
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1680
- * @param subscriptionId - The ID of the target subscription.
1681
1861
  * @param api-version - The API version to use for this operation.
1862
+ * @param subscriptionId - The ID of the target subscription.
1863
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1864
+ * @param clusterName - The name of the Kusto cluster.
1865
+ * @param databaseName - The name of the database in the Kusto cluster.
1866
+ * @param dataConnectionName - The name of the data connection.
1682
1867
  */
1683
1868
  export const DataConnectionsUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1684
1869
  inputSchema: DataConnectionsUpdateInput,
@@ -1687,8 +1872,9 @@ export const DataConnectionsUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() =>
1687
1872
  // Input Schema
1688
1873
  export const ManagedPrivateEndpointsCheckNameAvailabilityInput =
1689
1874
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1690
- resourceGroupName: Schema.String.pipe(T.PathParam()),
1691
1875
  subscriptionId: Schema.String.pipe(T.PathParam()),
1876
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
1877
+ clusterName: Schema.String.pipe(T.PathParam()),
1692
1878
  "api-version": Schema.String,
1693
1879
  }).pipe(T.Http({
1694
1880
  method: "POST",
@@ -1706,9 +1892,10 @@ export const ManagedPrivateEndpointsCheckNameAvailabilityOutput =
1706
1892
  /**
1707
1893
  * Checks that the managed private endpoints resource name is valid and is not already in use.
1708
1894
  *
1709
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1710
1895
  * @param api-version - The API version to use for this operation.
1711
1896
  * @param subscriptionId - The ID of the target subscription.
1897
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1898
+ * @param clusterName - The name of the Kusto cluster.
1712
1899
  */
1713
1900
  export const ManagedPrivateEndpointsCheckNameAvailability =
1714
1901
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1720,6 +1907,8 @@ export const ManagedPrivateEndpointsCreateOrUpdateInput =
1720
1907
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1721
1908
  subscriptionId: Schema.String.pipe(T.PathParam()),
1722
1909
  resourceGroupName: Schema.String.pipe(T.PathParam()),
1910
+ clusterName: Schema.String.pipe(T.PathParam()),
1911
+ managedPrivateEndpointName: Schema.String.pipe(T.PathParam()),
1723
1912
  "api-version": Schema.String,
1724
1913
  }).pipe(T.Http({
1725
1914
  method: "PUT",
@@ -1732,9 +1921,11 @@ export const ManagedPrivateEndpointsCreateOrUpdateOutput =
1732
1921
  /**
1733
1922
  * Creates a managed private endpoint.
1734
1923
  *
1924
+ * @param api-version - The API version to use for this operation.
1735
1925
  * @param subscriptionId - The ID of the target subscription.
1736
1926
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1737
- * @param api-version - The API version to use for this operation.
1927
+ * @param clusterName - The name of the Kusto cluster.
1928
+ * @param managedPrivateEndpointName - The name of the managed private endpoint.
1738
1929
  */
1739
1930
  export const ManagedPrivateEndpointsCreateOrUpdate =
1740
1931
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1746,6 +1937,8 @@ export const ManagedPrivateEndpointsDeleteInput =
1746
1937
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1747
1938
  subscriptionId: Schema.String.pipe(T.PathParam()),
1748
1939
  resourceGroupName: Schema.String.pipe(T.PathParam()),
1940
+ clusterName: Schema.String.pipe(T.PathParam()),
1941
+ managedPrivateEndpointName: Schema.String.pipe(T.PathParam()),
1749
1942
  "api-version": Schema.String,
1750
1943
  }).pipe(T.Http({
1751
1944
  method: "DELETE",
@@ -1758,9 +1951,11 @@ export const ManagedPrivateEndpointsDeleteOutput =
1758
1951
  /**
1759
1952
  * Deletes a managed private endpoint.
1760
1953
  *
1954
+ * @param api-version - The API version to use for this operation.
1761
1955
  * @param subscriptionId - The ID of the target subscription.
1762
1956
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1763
- * @param api-version - The API version to use for this operation.
1957
+ * @param clusterName - The name of the Kusto cluster.
1958
+ * @param managedPrivateEndpointName - The name of the managed private endpoint.
1764
1959
  */
1765
1960
  export const ManagedPrivateEndpointsDelete =
1766
1961
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1772,6 +1967,8 @@ export const ManagedPrivateEndpointsGetInput =
1772
1967
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1773
1968
  subscriptionId: Schema.String.pipe(T.PathParam()),
1774
1969
  resourceGroupName: Schema.String.pipe(T.PathParam()),
1970
+ clusterName: Schema.String.pipe(T.PathParam()),
1971
+ managedPrivateEndpointName: Schema.String.pipe(T.PathParam()),
1775
1972
  "api-version": Schema.String,
1776
1973
  }).pipe(T.Http({
1777
1974
  method: "GET",
@@ -1784,9 +1981,11 @@ export const ManagedPrivateEndpointsGetOutput =
1784
1981
  /**
1785
1982
  * Gets a managed private endpoint.
1786
1983
  *
1984
+ * @param api-version - The API version to use for this operation.
1787
1985
  * @param subscriptionId - The ID of the target subscription.
1788
1986
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1789
- * @param api-version - The API version to use for this operation.
1987
+ * @param clusterName - The name of the Kusto cluster.
1988
+ * @param managedPrivateEndpointName - The name of the managed private endpoint.
1790
1989
  */
1791
1990
  export const ManagedPrivateEndpointsGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1792
1991
  inputSchema: ManagedPrivateEndpointsGetInput,
@@ -1797,6 +1996,7 @@ export const ManagedPrivateEndpointsListInput =
1797
1996
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1798
1997
  subscriptionId: Schema.String.pipe(T.PathParam()),
1799
1998
  resourceGroupName: Schema.String.pipe(T.PathParam()),
1999
+ clusterName: Schema.String.pipe(T.PathParam()),
1800
2000
  "api-version": Schema.String,
1801
2001
  }).pipe(T.Http({
1802
2002
  method: "GET",
@@ -1806,14 +2006,16 @@ export const ManagedPrivateEndpointsListInput =
1806
2006
  export const ManagedPrivateEndpointsListOutput =
1807
2007
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1808
2008
  value: Schema.optional(Schema.Array(Schema.Struct({}))),
2009
+ nextLink: Schema.optional(Schema.String),
1809
2010
  });
1810
2011
  // The operation
1811
2012
  /**
1812
2013
  * Returns the list of managed private endpoints.
1813
2014
  *
2015
+ * @param api-version - The API version to use for this operation.
1814
2016
  * @param subscriptionId - The ID of the target subscription.
1815
2017
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1816
- * @param api-version - The API version to use for this operation.
2018
+ * @param clusterName - The name of the Kusto cluster.
1817
2019
  */
1818
2020
  export const ManagedPrivateEndpointsList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1819
2021
  inputSchema: ManagedPrivateEndpointsListInput,
@@ -1824,6 +2026,8 @@ export const ManagedPrivateEndpointsUpdateInput =
1824
2026
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1825
2027
  subscriptionId: Schema.String.pipe(T.PathParam()),
1826
2028
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2029
+ clusterName: Schema.String.pipe(T.PathParam()),
2030
+ managedPrivateEndpointName: Schema.String.pipe(T.PathParam()),
1827
2031
  "api-version": Schema.String,
1828
2032
  }).pipe(T.Http({
1829
2033
  method: "PATCH",
@@ -1836,9 +2040,11 @@ export const ManagedPrivateEndpointsUpdateOutput =
1836
2040
  /**
1837
2041
  * Updates a managed private endpoint.
1838
2042
  *
2043
+ * @param api-version - The API version to use for this operation.
1839
2044
  * @param subscriptionId - The ID of the target subscription.
1840
2045
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1841
- * @param api-version - The API version to use for this operation.
2046
+ * @param clusterName - The name of the Kusto cluster.
2047
+ * @param managedPrivateEndpointName - The name of the managed private endpoint.
1842
2048
  */
1843
2049
  export const ManagedPrivateEndpointsUpdate =
1844
2050
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1866,7 +2072,7 @@ export const OperationsListOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1866
2072
  });
1867
2073
  // The operation
1868
2074
  /**
1869
- * Lists available operations for the Microsoft.Kusto provider.
2075
+ * List the operations for the provider
1870
2076
  *
1871
2077
  * @param api-version - The API version to use for this operation.
1872
2078
  */
@@ -1916,10 +2122,10 @@ export const OperationsResultsGetOutput =
1916
2122
  /**
1917
2123
  * Returns operation results.
1918
2124
  *
2125
+ * @param api-version - The API version to use for this operation.
1919
2126
  * @param subscriptionId - The ID of the target subscription.
1920
2127
  * @param location - The name of Azure region.
1921
2128
  * @param operationId - The ID of an ongoing async operation.
1922
- * @param api-version - The API version to use for this operation.
1923
2129
  */
1924
2130
  export const OperationsResultsGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
1925
2131
  inputSchema: OperationsResultsGetInput,
@@ -1930,6 +2136,8 @@ export const PrivateEndpointConnectionsCreateOrUpdateInput =
1930
2136
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1931
2137
  subscriptionId: Schema.String.pipe(T.PathParam()),
1932
2138
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2139
+ clusterName: Schema.String.pipe(T.PathParam()),
2140
+ privateEndpointConnectionName: Schema.String.pipe(T.PathParam()),
1933
2141
  "api-version": Schema.String,
1934
2142
  }).pipe(T.Http({
1935
2143
  method: "PUT",
@@ -1942,9 +2150,11 @@ export const PrivateEndpointConnectionsCreateOrUpdateOutput =
1942
2150
  /**
1943
2151
  * Approve or reject a private endpoint connection with a given name.
1944
2152
  *
2153
+ * @param api-version - The API version to use for this operation.
1945
2154
  * @param subscriptionId - The ID of the target subscription.
1946
2155
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1947
- * @param api-version - The API version to use for this operation.
2156
+ * @param clusterName - The name of the Kusto cluster.
2157
+ * @param privateEndpointConnectionName - The name of the private endpoint connection.
1948
2158
  */
1949
2159
  export const PrivateEndpointConnectionsCreateOrUpdate =
1950
2160
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1956,6 +2166,8 @@ export const PrivateEndpointConnectionsDeleteInput =
1956
2166
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1957
2167
  subscriptionId: Schema.String.pipe(T.PathParam()),
1958
2168
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2169
+ clusterName: Schema.String.pipe(T.PathParam()),
2170
+ privateEndpointConnectionName: Schema.String.pipe(T.PathParam()),
1959
2171
  "api-version": Schema.String,
1960
2172
  }).pipe(T.Http({
1961
2173
  method: "DELETE",
@@ -1968,9 +2180,11 @@ export const PrivateEndpointConnectionsDeleteOutput =
1968
2180
  /**
1969
2181
  * Deletes a private endpoint connection with a given name.
1970
2182
  *
2183
+ * @param api-version - The API version to use for this operation.
1971
2184
  * @param subscriptionId - The ID of the target subscription.
1972
2185
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1973
- * @param api-version - The API version to use for this operation.
2186
+ * @param clusterName - The name of the Kusto cluster.
2187
+ * @param privateEndpointConnectionName - The name of the private endpoint connection.
1974
2188
  */
1975
2189
  export const PrivateEndpointConnectionsDelete =
1976
2190
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -1982,6 +2196,8 @@ export const PrivateEndpointConnectionsGetInput =
1982
2196
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1983
2197
  subscriptionId: Schema.String.pipe(T.PathParam()),
1984
2198
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2199
+ clusterName: Schema.String.pipe(T.PathParam()),
2200
+ privateEndpointConnectionName: Schema.String.pipe(T.PathParam()),
1985
2201
  "api-version": Schema.String,
1986
2202
  }).pipe(T.Http({
1987
2203
  method: "GET",
@@ -1994,9 +2210,11 @@ export const PrivateEndpointConnectionsGetOutput =
1994
2210
  /**
1995
2211
  * Gets a private endpoint connection.
1996
2212
  *
2213
+ * @param api-version - The API version to use for this operation.
1997
2214
  * @param subscriptionId - The ID of the target subscription.
1998
2215
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1999
- * @param api-version - The API version to use for this operation.
2216
+ * @param clusterName - The name of the Kusto cluster.
2217
+ * @param privateEndpointConnectionName - The name of the private endpoint connection.
2000
2218
  */
2001
2219
  export const PrivateEndpointConnectionsGet =
2002
2220
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -2008,6 +2226,7 @@ export const PrivateEndpointConnectionsListInput =
2008
2226
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2009
2227
  subscriptionId: Schema.String.pipe(T.PathParam()),
2010
2228
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2229
+ clusterName: Schema.String.pipe(T.PathParam()),
2011
2230
  "api-version": Schema.String,
2012
2231
  }).pipe(T.Http({
2013
2232
  method: "GET",
@@ -2017,14 +2236,16 @@ export const PrivateEndpointConnectionsListInput =
2017
2236
  export const PrivateEndpointConnectionsListOutput =
2018
2237
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2019
2238
  value: Schema.optional(Schema.Array(Schema.Struct({}))),
2239
+ nextLink: Schema.optional(Schema.String),
2020
2240
  });
2021
2241
  // The operation
2022
2242
  /**
2023
2243
  * Returns the list of private endpoint connections.
2024
2244
  *
2245
+ * @param api-version - The API version to use for this operation.
2025
2246
  * @param subscriptionId - The ID of the target subscription.
2026
2247
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2027
- * @param api-version - The API version to use for this operation.
2248
+ * @param clusterName - The name of the Kusto cluster.
2028
2249
  */
2029
2250
  export const PrivateEndpointConnectionsList =
2030
2251
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -2036,6 +2257,8 @@ export const PrivateLinkResourcesGetInput =
2036
2257
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2037
2258
  subscriptionId: Schema.String.pipe(T.PathParam()),
2038
2259
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2260
+ clusterName: Schema.String.pipe(T.PathParam()),
2261
+ privateLinkResourceName: Schema.String.pipe(T.PathParam()),
2039
2262
  "api-version": Schema.String,
2040
2263
  }).pipe(T.Http({
2041
2264
  method: "GET",
@@ -2043,18 +2266,16 @@ export const PrivateLinkResourcesGetInput =
2043
2266
  }));
2044
2267
  // Output Schema
2045
2268
  export const PrivateLinkResourcesGetOutput =
2046
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2047
- id: Schema.optional(Schema.String),
2048
- name: Schema.optional(Schema.String),
2049
- type: Schema.optional(Schema.String),
2050
- });
2269
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
2051
2270
  // The operation
2052
2271
  /**
2053
2272
  * Gets a private link resource.
2054
2273
  *
2274
+ * @param api-version - The API version to use for this operation.
2055
2275
  * @param subscriptionId - The ID of the target subscription.
2056
2276
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2057
- * @param api-version - The API version to use for this operation.
2277
+ * @param clusterName - The name of the Kusto cluster.
2278
+ * @param privateLinkResourceName - The name of the private link resource.
2058
2279
  */
2059
2280
  export const PrivateLinkResourcesGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
2060
2281
  inputSchema: PrivateLinkResourcesGetInput,
@@ -2065,6 +2286,7 @@ export const PrivateLinkResourcesListInput =
2065
2286
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2066
2287
  subscriptionId: Schema.String.pipe(T.PathParam()),
2067
2288
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2289
+ clusterName: Schema.String.pipe(T.PathParam()),
2068
2290
  "api-version": Schema.String,
2069
2291
  }).pipe(T.Http({
2070
2292
  method: "GET",
@@ -2073,19 +2295,17 @@ export const PrivateLinkResourcesListInput =
2073
2295
  // Output Schema
2074
2296
  export const PrivateLinkResourcesListOutput =
2075
2297
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2076
- value: Schema.optional(Schema.Array(Schema.Struct({
2077
- id: Schema.optional(Schema.String),
2078
- name: Schema.optional(Schema.String),
2079
- type: Schema.optional(Schema.String),
2080
- }))),
2298
+ value: Schema.optional(Schema.Array(Schema.Struct({}))),
2299
+ nextLink: Schema.optional(Schema.String),
2081
2300
  });
2082
2301
  // The operation
2083
2302
  /**
2084
2303
  * Returns the list of private link resources.
2085
2304
  *
2305
+ * @param api-version - The API version to use for this operation.
2086
2306
  * @param subscriptionId - The ID of the target subscription.
2087
2307
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2088
- * @param api-version - The API version to use for this operation.
2308
+ * @param clusterName - The name of the Kusto cluster.
2089
2309
  */
2090
2310
  export const PrivateLinkResourcesList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
2091
2311
  inputSchema: PrivateLinkResourcesListInput,
@@ -2094,8 +2314,9 @@ export const PrivateLinkResourcesList = /*@__PURE__*/ /*#__PURE__*/ API.make(()
2094
2314
  // Input Schema
2095
2315
  export const SandboxCustomImagesCheckNameAvailabilityInput =
2096
2316
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2097
- resourceGroupName: Schema.String.pipe(T.PathParam()),
2098
2317
  subscriptionId: Schema.String.pipe(T.PathParam()),
2318
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
2319
+ clusterName: Schema.String.pipe(T.PathParam()),
2099
2320
  "api-version": Schema.String,
2100
2321
  }).pipe(T.Http({
2101
2322
  method: "POST",
@@ -2113,9 +2334,10 @@ export const SandboxCustomImagesCheckNameAvailabilityOutput =
2113
2334
  /**
2114
2335
  * Checks that the sandbox custom image resource name is valid and is not already in use.
2115
2336
  *
2116
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2117
2337
  * @param api-version - The API version to use for this operation.
2118
2338
  * @param subscriptionId - The ID of the target subscription.
2339
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2340
+ * @param clusterName - The name of the Kusto cluster.
2119
2341
  */
2120
2342
  export const SandboxCustomImagesCheckNameAvailability =
2121
2343
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -2127,6 +2349,8 @@ export const SandboxCustomImagesCreateOrUpdateInput =
2127
2349
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2128
2350
  subscriptionId: Schema.String.pipe(T.PathParam()),
2129
2351
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2352
+ clusterName: Schema.String.pipe(T.PathParam()),
2353
+ sandboxCustomImageName: Schema.String.pipe(T.PathParam()),
2130
2354
  "api-version": Schema.String,
2131
2355
  }).pipe(T.Http({
2132
2356
  method: "PUT",
@@ -2139,9 +2363,11 @@ export const SandboxCustomImagesCreateOrUpdateOutput =
2139
2363
  /**
2140
2364
  * Creates or updates a sandbox custom image.
2141
2365
  *
2366
+ * @param api-version - The API version to use for this operation.
2142
2367
  * @param subscriptionId - The ID of the target subscription.
2143
2368
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2144
- * @param api-version - The API version to use for this operation.
2369
+ * @param clusterName - The name of the Kusto cluster.
2370
+ * @param sandboxCustomImageName - The name of the sandbox custom image.
2145
2371
  */
2146
2372
  export const SandboxCustomImagesCreateOrUpdate =
2147
2373
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -2153,6 +2379,8 @@ export const SandboxCustomImagesDeleteInput =
2153
2379
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2154
2380
  subscriptionId: Schema.String.pipe(T.PathParam()),
2155
2381
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2382
+ clusterName: Schema.String.pipe(T.PathParam()),
2383
+ sandboxCustomImageName: Schema.String.pipe(T.PathParam()),
2156
2384
  "api-version": Schema.String,
2157
2385
  }).pipe(T.Http({
2158
2386
  method: "DELETE",
@@ -2165,9 +2393,11 @@ export const SandboxCustomImagesDeleteOutput =
2165
2393
  /**
2166
2394
  * Deletes a sandbox custom image.
2167
2395
  *
2396
+ * @param api-version - The API version to use for this operation.
2168
2397
  * @param subscriptionId - The ID of the target subscription.
2169
2398
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2170
- * @param api-version - The API version to use for this operation.
2399
+ * @param clusterName - The name of the Kusto cluster.
2400
+ * @param sandboxCustomImageName - The name of the sandbox custom image.
2171
2401
  */
2172
2402
  export const SandboxCustomImagesDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
2173
2403
  inputSchema: SandboxCustomImagesDeleteInput,
@@ -2178,6 +2408,8 @@ export const SandboxCustomImagesGetInput =
2178
2408
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2179
2409
  subscriptionId: Schema.String.pipe(T.PathParam()),
2180
2410
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2411
+ clusterName: Schema.String.pipe(T.PathParam()),
2412
+ sandboxCustomImageName: Schema.String.pipe(T.PathParam()),
2181
2413
  "api-version": Schema.String,
2182
2414
  }).pipe(T.Http({
2183
2415
  method: "GET",
@@ -2190,9 +2422,11 @@ export const SandboxCustomImagesGetOutput =
2190
2422
  /**
2191
2423
  * Returns a sandbox custom image
2192
2424
  *
2425
+ * @param api-version - The API version to use for this operation.
2193
2426
  * @param subscriptionId - The ID of the target subscription.
2194
2427
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2195
- * @param api-version - The API version to use for this operation.
2428
+ * @param clusterName - The name of the Kusto cluster.
2429
+ * @param sandboxCustomImageName - The name of the sandbox custom image.
2196
2430
  */
2197
2431
  export const SandboxCustomImagesGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
2198
2432
  inputSchema: SandboxCustomImagesGetInput,
@@ -2201,8 +2435,9 @@ export const SandboxCustomImagesGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() =>
2201
2435
  // Input Schema
2202
2436
  export const SandboxCustomImagesListByClusterInput =
2203
2437
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2204
- resourceGroupName: Schema.String.pipe(T.PathParam()),
2205
2438
  subscriptionId: Schema.String.pipe(T.PathParam()),
2439
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
2440
+ clusterName: Schema.String.pipe(T.PathParam()),
2206
2441
  "api-version": Schema.String,
2207
2442
  }).pipe(T.Http({
2208
2443
  method: "GET",
@@ -2211,16 +2446,17 @@ export const SandboxCustomImagesListByClusterInput =
2211
2446
  // Output Schema
2212
2447
  export const SandboxCustomImagesListByClusterOutput =
2213
2448
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2449
+ value: Schema.Array(Schema.Struct({})),
2214
2450
  nextLink: Schema.optional(Schema.String),
2215
- value: Schema.optional(Schema.Array(Schema.Struct({}))),
2216
2451
  });
2217
2452
  // The operation
2218
2453
  /**
2219
2454
  * Returns the list of the existing sandbox custom images of the given Kusto cluster.
2220
2455
  *
2221
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2222
- * @param subscriptionId - The ID of the target subscription.
2223
2456
  * @param api-version - The API version to use for this operation.
2457
+ * @param subscriptionId - The ID of the target subscription.
2458
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2459
+ * @param clusterName - The name of the Kusto cluster.
2224
2460
  */
2225
2461
  export const SandboxCustomImagesListByCluster =
2226
2462
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -2232,6 +2468,8 @@ export const SandboxCustomImagesUpdateInput =
2232
2468
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2233
2469
  subscriptionId: Schema.String.pipe(T.PathParam()),
2234
2470
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2471
+ clusterName: Schema.String.pipe(T.PathParam()),
2472
+ sandboxCustomImageName: Schema.String.pipe(T.PathParam()),
2235
2473
  "api-version": Schema.String,
2236
2474
  }).pipe(T.Http({
2237
2475
  method: "PATCH",
@@ -2244,9 +2482,11 @@ export const SandboxCustomImagesUpdateOutput =
2244
2482
  /**
2245
2483
  * Updates a sandbox custom image.
2246
2484
  *
2485
+ * @param api-version - The API version to use for this operation.
2247
2486
  * @param subscriptionId - The ID of the target subscription.
2248
2487
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2249
- * @param api-version - The API version to use for this operation.
2488
+ * @param clusterName - The name of the Kusto cluster.
2489
+ * @param sandboxCustomImageName - The name of the sandbox custom image.
2250
2490
  */
2251
2491
  export const SandboxCustomImagesUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
2252
2492
  inputSchema: SandboxCustomImagesUpdateInput,
@@ -2255,8 +2495,10 @@ export const SandboxCustomImagesUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(()
2255
2495
  // Input Schema
2256
2496
  export const ScriptsCheckNameAvailabilityInput =
2257
2497
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2258
- resourceGroupName: Schema.String.pipe(T.PathParam()),
2259
2498
  subscriptionId: Schema.String.pipe(T.PathParam()),
2499
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
2500
+ clusterName: Schema.String.pipe(T.PathParam()),
2501
+ databaseName: Schema.String.pipe(T.PathParam()),
2260
2502
  "api-version": Schema.String,
2261
2503
  }).pipe(T.Http({
2262
2504
  method: "POST",
@@ -2274,9 +2516,11 @@ export const ScriptsCheckNameAvailabilityOutput =
2274
2516
  /**
2275
2517
  * Checks that the script name is valid and is not already in use.
2276
2518
  *
2277
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2278
2519
  * @param api-version - The API version to use for this operation.
2279
2520
  * @param subscriptionId - The ID of the target subscription.
2521
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2522
+ * @param clusterName - The name of the Kusto cluster.
2523
+ * @param databaseName - The name of the database in the Kusto cluster.
2280
2524
  */
2281
2525
  export const ScriptsCheckNameAvailability =
2282
2526
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
@@ -2288,6 +2532,9 @@ export const ScriptsCreateOrUpdateInput =
2288
2532
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2289
2533
  subscriptionId: Schema.String.pipe(T.PathParam()),
2290
2534
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2535
+ clusterName: Schema.String.pipe(T.PathParam()),
2536
+ databaseName: Schema.String.pipe(T.PathParam()),
2537
+ scriptName: Schema.String.pipe(T.PathParam()),
2291
2538
  "api-version": Schema.String,
2292
2539
  }).pipe(T.Http({
2293
2540
  method: "PUT",
@@ -2300,9 +2547,12 @@ export const ScriptsCreateOrUpdateOutput =
2300
2547
  /**
2301
2548
  * Creates a Kusto database script.
2302
2549
  *
2550
+ * @param api-version - The API version to use for this operation.
2303
2551
  * @param subscriptionId - The ID of the target subscription.
2304
2552
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2305
- * @param api-version - The API version to use for this operation.
2553
+ * @param clusterName - The name of the Kusto cluster.
2554
+ * @param databaseName - The name of the database in the Kusto cluster.
2555
+ * @param scriptName - The name of the Kusto database script.
2306
2556
  */
2307
2557
  export const ScriptsCreateOrUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
2308
2558
  inputSchema: ScriptsCreateOrUpdateInput,
@@ -2312,6 +2562,9 @@ export const ScriptsCreateOrUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() =>
2312
2562
  export const ScriptsDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2313
2563
  subscriptionId: Schema.String.pipe(T.PathParam()),
2314
2564
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2565
+ clusterName: Schema.String.pipe(T.PathParam()),
2566
+ databaseName: Schema.String.pipe(T.PathParam()),
2567
+ scriptName: Schema.String.pipe(T.PathParam()),
2315
2568
  "api-version": Schema.String,
2316
2569
  }).pipe(T.Http({
2317
2570
  method: "DELETE",
@@ -2323,9 +2576,12 @@ export const ScriptsDeleteOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
2323
2576
  /**
2324
2577
  * Deletes a Kusto database script.
2325
2578
  *
2579
+ * @param api-version - The API version to use for this operation.
2326
2580
  * @param subscriptionId - The ID of the target subscription.
2327
2581
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2328
- * @param api-version - The API version to use for this operation.
2582
+ * @param clusterName - The name of the Kusto cluster.
2583
+ * @param databaseName - The name of the database in the Kusto cluster.
2584
+ * @param scriptName - The name of the Kusto database script.
2329
2585
  */
2330
2586
  export const ScriptsDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
2331
2587
  inputSchema: ScriptsDeleteInput,
@@ -2335,6 +2591,9 @@ export const ScriptsDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
2335
2591
  export const ScriptsGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2336
2592
  subscriptionId: Schema.String.pipe(T.PathParam()),
2337
2593
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2594
+ clusterName: Schema.String.pipe(T.PathParam()),
2595
+ databaseName: Schema.String.pipe(T.PathParam()),
2596
+ scriptName: Schema.String.pipe(T.PathParam()),
2338
2597
  "api-version": Schema.String,
2339
2598
  }).pipe(T.Http({
2340
2599
  method: "GET",
@@ -2346,9 +2605,12 @@ export const ScriptsGetOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
2346
2605
  /**
2347
2606
  * Gets a Kusto cluster database script.
2348
2607
  *
2608
+ * @param api-version - The API version to use for this operation.
2349
2609
  * @param subscriptionId - The ID of the target subscription.
2350
2610
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2351
- * @param api-version - The API version to use for this operation.
2611
+ * @param clusterName - The name of the Kusto cluster.
2612
+ * @param databaseName - The name of the database in the Kusto cluster.
2613
+ * @param scriptName - The name of the Kusto database script.
2352
2614
  */
2353
2615
  export const ScriptsGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
2354
2616
  inputSchema: ScriptsGetInput,
@@ -2359,6 +2621,8 @@ export const ScriptsListByDatabaseInput =
2359
2621
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2360
2622
  subscriptionId: Schema.String.pipe(T.PathParam()),
2361
2623
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2624
+ clusterName: Schema.String.pipe(T.PathParam()),
2625
+ databaseName: Schema.String.pipe(T.PathParam()),
2362
2626
  "api-version": Schema.String,
2363
2627
  }).pipe(T.Http({
2364
2628
  method: "GET",
@@ -2368,14 +2632,17 @@ export const ScriptsListByDatabaseInput =
2368
2632
  export const ScriptsListByDatabaseOutput =
2369
2633
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2370
2634
  value: Schema.optional(Schema.Array(Schema.Struct({}))),
2635
+ nextLink: Schema.optional(Schema.String),
2371
2636
  });
2372
2637
  // The operation
2373
2638
  /**
2374
2639
  * Returns the list of database scripts for given database.
2375
2640
  *
2641
+ * @param api-version - The API version to use for this operation.
2376
2642
  * @param subscriptionId - The ID of the target subscription.
2377
2643
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2378
- * @param api-version - The API version to use for this operation.
2644
+ * @param clusterName - The name of the Kusto cluster.
2645
+ * @param databaseName - The name of the database in the Kusto cluster.
2379
2646
  */
2380
2647
  export const ScriptsListByDatabase = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
2381
2648
  inputSchema: ScriptsListByDatabaseInput,
@@ -2385,6 +2652,9 @@ export const ScriptsListByDatabase = /*@__PURE__*/ /*#__PURE__*/ API.make(() =>
2385
2652
  export const ScriptsUpdateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2386
2653
  subscriptionId: Schema.String.pipe(T.PathParam()),
2387
2654
  resourceGroupName: Schema.String.pipe(T.PathParam()),
2655
+ clusterName: Schema.String.pipe(T.PathParam()),
2656
+ databaseName: Schema.String.pipe(T.PathParam()),
2657
+ scriptName: Schema.String.pipe(T.PathParam()),
2388
2658
  "api-version": Schema.String,
2389
2659
  }).pipe(T.Http({
2390
2660
  method: "PATCH",
@@ -2396,9 +2666,12 @@ export const ScriptsUpdateOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({})
2396
2666
  /**
2397
2667
  * Updates a database script.
2398
2668
  *
2669
+ * @param api-version - The API version to use for this operation.
2399
2670
  * @param subscriptionId - The ID of the target subscription.
2400
2671
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
2401
- * @param api-version - The API version to use for this operation.
2672
+ * @param clusterName - The name of the Kusto cluster.
2673
+ * @param databaseName - The name of the database in the Kusto cluster.
2674
+ * @param scriptName - The name of the Kusto database script.
2402
2675
  */
2403
2676
  export const ScriptsUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
2404
2677
  inputSchema: ScriptsUpdateInput,
@@ -2433,6 +2706,7 @@ export const SkusListOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2433
2706
  }))),
2434
2707
  restrictions: Schema.optional(Schema.Array(Schema.Unknown)),
2435
2708
  }))),
2709
+ nextLink: Schema.optional(Schema.String),
2436
2710
  });
2437
2711
  // The operation
2438
2712
  /**