@distilled.cloud/azure 0.8.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/lib/credentials.d.ts +2 -2
  2. package/lib/credentials.d.ts.map +1 -1
  3. package/lib/credentials.js +2 -2
  4. package/lib/credentials.js.map +1 -1
  5. package/lib/errors.d.ts +24 -24
  6. package/lib/retry.d.ts +2 -2
  7. package/lib/retry.d.ts.map +1 -1
  8. package/lib/retry.js +2 -2
  9. package/lib/retry.js.map +1 -1
  10. package/lib/services/app.d.ts +551 -0
  11. package/lib/services/app.d.ts.map +1 -1
  12. package/lib/services/app.js +788 -0
  13. package/lib/services/app.js.map +1 -1
  14. package/lib/services/applicationinsights.d.ts +56 -85
  15. package/lib/services/applicationinsights.d.ts.map +1 -1
  16. package/lib/services/applicationinsights.js +56 -120
  17. package/lib/services/applicationinsights.js.map +1 -1
  18. package/lib/services/authorization.d.ts +61 -243
  19. package/lib/services/authorization.d.ts.map +1 -1
  20. package/lib/services/authorization.js +61 -303
  21. package/lib/services/authorization.js.map +1 -1
  22. package/lib/services/automation.d.ts +764 -1010
  23. package/lib/services/automation.d.ts.map +1 -1
  24. package/lib/services/automation.js +764 -1070
  25. package/lib/services/automation.js.map +1 -1
  26. package/lib/services/azure-kusto.d.ts +440 -166
  27. package/lib/services/azure-kusto.d.ts.map +1 -1
  28. package/lib/services/azure-kusto.js +440 -166
  29. package/lib/services/azure-kusto.js.map +1 -1
  30. package/lib/services/batch.d.ts +1 -1
  31. package/lib/services/batch.js +1 -1
  32. package/lib/services/batch.js.map +1 -1
  33. package/lib/services/cognitiveservices.d.ts +2 -0
  34. package/lib/services/cognitiveservices.d.ts.map +1 -1
  35. package/lib/services/cognitiveservices.js +3 -1
  36. package/lib/services/cognitiveservices.js.map +1 -1
  37. package/lib/services/computelimit.d.ts +188 -0
  38. package/lib/services/computelimit.d.ts.map +1 -1
  39. package/lib/services/computelimit.js +236 -0
  40. package/lib/services/computelimit.js.map +1 -1
  41. package/lib/services/containerinstance.d.ts +210 -1291
  42. package/lib/services/containerinstance.d.ts.map +1 -1
  43. package/lib/services/containerinstance.js +250 -1355
  44. package/lib/services/containerinstance.js.map +1 -1
  45. package/lib/services/databricks.d.ts +111 -187
  46. package/lib/services/databricks.d.ts.map +1 -1
  47. package/lib/services/databricks.js +111 -220
  48. package/lib/services/databricks.js.map +1 -1
  49. package/lib/services/desktopvirtualization.d.ts +51 -575
  50. package/lib/services/desktopvirtualization.d.ts.map +1 -1
  51. package/lib/services/desktopvirtualization.js +56 -590
  52. package/lib/services/desktopvirtualization.js.map +1 -1
  53. package/lib/services/imagebuilder.d.ts +129 -15
  54. package/lib/services/imagebuilder.d.ts.map +1 -1
  55. package/lib/services/imagebuilder.js +129 -15
  56. package/lib/services/imagebuilder.js.map +1 -1
  57. package/lib/services/index.d.ts +2 -0
  58. package/lib/services/index.d.ts.map +1 -1
  59. package/lib/services/index.js +2 -0
  60. package/lib/services/index.js.map +1 -1
  61. package/lib/services/managednetworkfabric.d.ts +4283 -693
  62. package/lib/services/managednetworkfabric.d.ts.map +1 -1
  63. package/lib/services/managednetworkfabric.js +4833 -828
  64. package/lib/services/managednetworkfabric.js.map +1 -1
  65. package/lib/services/monitor.d.ts +81 -73
  66. package/lib/services/monitor.d.ts.map +1 -1
  67. package/lib/services/monitor.js +91 -88
  68. package/lib/services/monitor.js.map +1 -1
  69. package/lib/services/monitoringservice.d.ts +149 -0
  70. package/lib/services/monitoringservice.d.ts.map +1 -0
  71. package/lib/services/monitoringservice.js +216 -0
  72. package/lib/services/monitoringservice.js.map +1 -0
  73. package/lib/services/network.d.ts +4513 -3857
  74. package/lib/services/network.d.ts.map +1 -1
  75. package/lib/services/network.js +4544 -4056
  76. package/lib/services/network.js.map +1 -1
  77. package/lib/services/orbitalplanetarycomputer.d.ts +131 -0
  78. package/lib/services/orbitalplanetarycomputer.d.ts.map +1 -0
  79. package/lib/services/orbitalplanetarycomputer.js +183 -0
  80. package/lib/services/orbitalplanetarycomputer.js.map +1 -0
  81. package/lib/services/recoveryservicesbackup.d.ts +24 -312
  82. package/lib/services/recoveryservicesbackup.d.ts.map +1 -1
  83. package/lib/services/recoveryservicesbackup.js +24 -312
  84. package/lib/services/recoveryservicesbackup.js.map +1 -1
  85. package/lib/services/redhatopenshift.d.ts +9 -11
  86. package/lib/services/redhatopenshift.d.ts.map +1 -1
  87. package/lib/services/redhatopenshift.js +9 -11
  88. package/lib/services/redhatopenshift.js.map +1 -1
  89. package/lib/services/reservations.d.ts +159 -239
  90. package/lib/services/reservations.d.ts.map +1 -1
  91. package/lib/services/reservations.js +159 -369
  92. package/lib/services/reservations.js.map +1 -1
  93. package/lib/services/resourcegraph.d.ts +64 -30
  94. package/lib/services/resourcegraph.d.ts.map +1 -1
  95. package/lib/services/resourcegraph.js +74 -30
  96. package/lib/services/resourcegraph.js.map +1 -1
  97. package/lib/services/resources.d.ts +549 -3331
  98. package/lib/services/resources.d.ts.map +1 -1
  99. package/lib/services/resources.js +1029 -4846
  100. package/lib/services/resources.js.map +1 -1
  101. package/lib/services/search.d.ts +9 -2
  102. package/lib/services/search.d.ts.map +1 -1
  103. package/lib/services/search.js +9 -2
  104. package/lib/services/search.js.map +1 -1
  105. package/lib/services/sql.d.ts +4008 -2495
  106. package/lib/services/sql.d.ts.map +1 -1
  107. package/lib/services/sql.js +4208 -2521
  108. package/lib/services/sql.js.map +1 -1
  109. package/lib/services/storage.d.ts +4 -20
  110. package/lib/services/storage.d.ts.map +1 -1
  111. package/lib/services/storage.js +4 -20
  112. package/lib/services/storage.js.map +1 -1
  113. package/lib/services/storageactions.d.ts +18 -0
  114. package/lib/services/storageactions.d.ts.map +1 -1
  115. package/lib/services/storageactions.js +28 -0
  116. package/lib/services/storageactions.js.map +1 -1
  117. package/lib/services/storagecache.d.ts +288 -752
  118. package/lib/services/storagecache.d.ts.map +1 -1
  119. package/lib/services/storagecache.js +312 -930
  120. package/lib/services/storagecache.js.map +1 -1
  121. package/package.json +4 -4
  122. package/src/credentials.ts +2 -2
  123. package/src/retry.ts +2 -2
  124. package/src/services/app.ts +1014 -0
  125. package/src/services/applicationinsights.ts +56 -169
  126. package/src/services/authorization.ts +65 -397
  127. package/src/services/automation.ts +1179 -1686
  128. package/src/services/azure-kusto.ts +494 -228
  129. package/src/services/batch.ts +1 -1
  130. package/src/services/cognitiveservices.ts +3 -1
  131. package/src/services/computelimit.ts +310 -0
  132. package/src/services/containerinstance.ts +1393 -3134
  133. package/src/services/databricks.ts +125 -294
  134. package/src/services/desktopvirtualization.ts +83 -859
  135. package/src/services/imagebuilder.ts +129 -21
  136. package/src/services/index.ts +2 -0
  137. package/src/services/managednetworkfabric.ts +7141 -1408
  138. package/src/services/monitor.ts +134 -136
  139. package/src/services/monitoringservice.ts +287 -0
  140. package/src/services/network.ts +5738 -6158
  141. package/src/services/orbitalplanetarycomputer.ts +233 -0
  142. package/src/services/recoveryservicesbackup.ts +26 -456
  143. package/src/services/redhatopenshift.ts +26 -34
  144. package/src/services/reservations.ts +209 -553
  145. package/src/services/resourcegraph.ts +123 -55
  146. package/src/services/resources.ts +1852 -8168
  147. package/src/services/search.ts +9 -2
  148. package/src/services/sql.ts +4552 -2757
  149. package/src/services/storage.ts +4 -22
  150. package/src/services/storageactions.ts +36 -0
  151. package/src/services/storagecache.ts +312 -1303
@@ -9,116 +9,162 @@ import { API } from "../client.ts";
9
9
  import * as T from "../traits.ts";
10
10
 
11
11
  // Input Schema
12
- export const AzureMonitorWorkspacesCreateInput =
12
+ export const OperationsListInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
13
+ "api-version": Schema.String,
14
+ }).pipe(
15
+ T.Http({ method: "GET", path: "/providers/Microsoft.Monitor/operations" }),
16
+ );
17
+ export type OperationsListInput = typeof OperationsListInput.Type;
18
+
19
+ // Output Schema
20
+ export const OperationsListOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
21
+ value: Schema.optional(
22
+ Schema.Array(
23
+ Schema.Struct({
24
+ name: Schema.optional(Schema.String),
25
+ isDataAction: Schema.optional(Schema.Boolean),
26
+ display: Schema.optional(
27
+ Schema.Struct({
28
+ provider: Schema.optional(Schema.String),
29
+ resource: Schema.optional(Schema.String),
30
+ operation: Schema.optional(Schema.String),
31
+ description: Schema.optional(Schema.String),
32
+ }),
33
+ ),
34
+ origin: Schema.optional(
35
+ Schema.Literals(["user", "system", "user,system"]),
36
+ ),
37
+ actionType: Schema.optional(Schema.Literals(["Internal"])),
38
+ }),
39
+ ),
40
+ ),
41
+ nextLink: Schema.optional(Schema.String),
42
+ });
43
+ export type OperationsListOutput = typeof OperationsListOutput.Type;
44
+
45
+ // The operation
46
+ /**
47
+ * List the operations for the provider
48
+ *
49
+ * @param api-version - The API version to use for this operation.
50
+ */
51
+ export const OperationsList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
52
+ inputSchema: OperationsListInput,
53
+ outputSchema: OperationsListOutput,
54
+ }));
55
+ // Input Schema
56
+ export const PipelineGroupsCreateOrUpdateInput =
13
57
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
14
58
  subscriptionId: Schema.String.pipe(T.PathParam()),
15
59
  resourceGroupName: Schema.String.pipe(T.PathParam()),
60
+ pipelineGroupName: Schema.String.pipe(T.PathParam()),
16
61
  "api-version": Schema.String,
17
62
  }).pipe(
18
63
  T.Http({
19
64
  method: "PUT",
20
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}",
65
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/pipelineGroups/{pipelineGroupName}",
21
66
  }),
22
67
  );
23
- export type AzureMonitorWorkspacesCreateInput =
24
- typeof AzureMonitorWorkspacesCreateInput.Type;
68
+ export type PipelineGroupsCreateOrUpdateInput =
69
+ typeof PipelineGroupsCreateOrUpdateInput.Type;
25
70
 
26
71
  // Output Schema
27
- export const AzureMonitorWorkspacesCreateOutput =
72
+ export const PipelineGroupsCreateOrUpdateOutput =
28
73
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
29
74
  tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
30
75
  location: Schema.String,
31
76
  });
32
- export type AzureMonitorWorkspacesCreateOutput =
33
- typeof AzureMonitorWorkspacesCreateOutput.Type;
77
+ export type PipelineGroupsCreateOrUpdateOutput =
78
+ typeof PipelineGroupsCreateOrUpdateOutput.Type;
34
79
 
35
80
  // The operation
36
81
  /**
37
- * Creates or updates an Azure Monitor Workspace
82
+ * Create or update a pipeline group instance.
38
83
  *
39
- * @param subscriptionId - The ID of the target subscription.
40
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
41
84
  * @param api-version - The API version to use for this operation.
85
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
86
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
87
+ * @param pipelineGroupName - The name of pipeline group. The name is case insensitive.
42
88
  */
43
- export const AzureMonitorWorkspacesCreate =
89
+ export const PipelineGroupsCreateOrUpdate =
44
90
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
45
- inputSchema: AzureMonitorWorkspacesCreateInput,
46
- outputSchema: AzureMonitorWorkspacesCreateOutput,
91
+ inputSchema: PipelineGroupsCreateOrUpdateInput,
92
+ outputSchema: PipelineGroupsCreateOrUpdateOutput,
47
93
  }));
48
94
  // Input Schema
49
- export const AzureMonitorWorkspacesDeleteInput =
95
+ export const PipelineGroupsDeleteInput =
50
96
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
51
97
  subscriptionId: Schema.String.pipe(T.PathParam()),
52
98
  resourceGroupName: Schema.String.pipe(T.PathParam()),
99
+ pipelineGroupName: Schema.String.pipe(T.PathParam()),
53
100
  "api-version": Schema.String,
54
101
  }).pipe(
55
102
  T.Http({
56
103
  method: "DELETE",
57
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}",
104
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/pipelineGroups/{pipelineGroupName}",
58
105
  }),
59
106
  );
60
- export type AzureMonitorWorkspacesDeleteInput =
61
- typeof AzureMonitorWorkspacesDeleteInput.Type;
107
+ export type PipelineGroupsDeleteInput = typeof PipelineGroupsDeleteInput.Type;
62
108
 
63
109
  // Output Schema
64
- export const AzureMonitorWorkspacesDeleteOutput =
110
+ export const PipelineGroupsDeleteOutput =
65
111
  /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
66
- export type AzureMonitorWorkspacesDeleteOutput =
67
- typeof AzureMonitorWorkspacesDeleteOutput.Type;
112
+ export type PipelineGroupsDeleteOutput = typeof PipelineGroupsDeleteOutput.Type;
68
113
 
69
114
  // The operation
70
115
  /**
71
- * Deletes an Azure Monitor Workspace
116
+ * Delete a pipeline group instance.
72
117
  *
73
- * @param subscriptionId - The ID of the target subscription.
74
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
75
118
  * @param api-version - The API version to use for this operation.
119
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
120
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
121
+ * @param pipelineGroupName - The name of pipeline group. The name is case insensitive.
76
122
  */
77
- export const AzureMonitorWorkspacesDelete =
78
- /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
79
- inputSchema: AzureMonitorWorkspacesDeleteInput,
80
- outputSchema: AzureMonitorWorkspacesDeleteOutput,
81
- }));
123
+ export const PipelineGroupsDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(
124
+ () => ({
125
+ inputSchema: PipelineGroupsDeleteInput,
126
+ outputSchema: PipelineGroupsDeleteOutput,
127
+ }),
128
+ );
82
129
  // Input Schema
83
- export const AzureMonitorWorkspacesGetInput =
84
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
130
+ export const PipelineGroupsGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
131
+ {
85
132
  subscriptionId: Schema.String.pipe(T.PathParam()),
86
133
  resourceGroupName: Schema.String.pipe(T.PathParam()),
134
+ pipelineGroupName: Schema.String.pipe(T.PathParam()),
87
135
  "api-version": Schema.String,
88
- }).pipe(
89
- T.Http({
90
- method: "GET",
91
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}",
92
- }),
93
- );
94
- export type AzureMonitorWorkspacesGetInput =
95
- typeof AzureMonitorWorkspacesGetInput.Type;
136
+ },
137
+ ).pipe(
138
+ T.Http({
139
+ method: "GET",
140
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/pipelineGroups/{pipelineGroupName}",
141
+ }),
142
+ );
143
+ export type PipelineGroupsGetInput = typeof PipelineGroupsGetInput.Type;
96
144
 
97
145
  // Output Schema
98
- export const AzureMonitorWorkspacesGetOutput =
146
+ export const PipelineGroupsGetOutput =
99
147
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
100
148
  tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
101
149
  location: Schema.String,
102
150
  });
103
- export type AzureMonitorWorkspacesGetOutput =
104
- typeof AzureMonitorWorkspacesGetOutput.Type;
151
+ export type PipelineGroupsGetOutput = typeof PipelineGroupsGetOutput.Type;
105
152
 
106
153
  // The operation
107
154
  /**
108
- * Returns the specified Azure Monitor Workspace
155
+ * Returns the specific pipeline group instance.
109
156
  *
110
- * @param subscriptionId - The ID of the target subscription.
111
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
112
157
  * @param api-version - The API version to use for this operation.
158
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
159
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
160
+ * @param pipelineGroupName - The name of pipeline group. The name is case insensitive.
113
161
  */
114
- export const AzureMonitorWorkspacesGet = /*@__PURE__*/ /*#__PURE__*/ API.make(
115
- () => ({
116
- inputSchema: AzureMonitorWorkspacesGetInput,
117
- outputSchema: AzureMonitorWorkspacesGetOutput,
118
- }),
119
- );
162
+ export const PipelineGroupsGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
163
+ inputSchema: PipelineGroupsGetInput,
164
+ outputSchema: PipelineGroupsGetOutput,
165
+ }));
120
166
  // Input Schema
121
- export const AzureMonitorWorkspacesListByResourceGroupInput =
167
+ export const PipelineGroupsListByResourceGroupInput =
122
168
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
123
169
  subscriptionId: Schema.String.pipe(T.PathParam()),
124
170
  resourceGroupName: Schema.String.pipe(T.PathParam()),
@@ -126,14 +172,14 @@ export const AzureMonitorWorkspacesListByResourceGroupInput =
126
172
  }).pipe(
127
173
  T.Http({
128
174
  method: "GET",
129
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts",
175
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/pipelineGroups",
130
176
  }),
131
177
  );
132
- export type AzureMonitorWorkspacesListByResourceGroupInput =
133
- typeof AzureMonitorWorkspacesListByResourceGroupInput.Type;
178
+ export type PipelineGroupsListByResourceGroupInput =
179
+ typeof PipelineGroupsListByResourceGroupInput.Type;
134
180
 
135
181
  // Output Schema
136
- export const AzureMonitorWorkspacesListByResourceGroupOutput =
182
+ export const PipelineGroupsListByResourceGroupOutput =
137
183
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
138
184
  value: Schema.Array(
139
185
  Schema.Struct({
@@ -143,38 +189,38 @@ export const AzureMonitorWorkspacesListByResourceGroupOutput =
143
189
  ),
144
190
  nextLink: Schema.optional(Schema.String),
145
191
  });
146
- export type AzureMonitorWorkspacesListByResourceGroupOutput =
147
- typeof AzureMonitorWorkspacesListByResourceGroupOutput.Type;
192
+ export type PipelineGroupsListByResourceGroupOutput =
193
+ typeof PipelineGroupsListByResourceGroupOutput.Type;
148
194
 
149
195
  // The operation
150
196
  /**
151
- * Lists all Azure Monitor Workspaces in the specified resource group
197
+ * Lists all workspaces in the specified resource group
152
198
  *
153
- * @param subscriptionId - The ID of the target subscription.
154
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
155
199
  * @param api-version - The API version to use for this operation.
200
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
201
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
156
202
  */
157
- export const AzureMonitorWorkspacesListByResourceGroup =
203
+ export const PipelineGroupsListByResourceGroup =
158
204
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
159
- inputSchema: AzureMonitorWorkspacesListByResourceGroupInput,
160
- outputSchema: AzureMonitorWorkspacesListByResourceGroupOutput,
205
+ inputSchema: PipelineGroupsListByResourceGroupInput,
206
+ outputSchema: PipelineGroupsListByResourceGroupOutput,
161
207
  }));
162
208
  // Input Schema
163
- export const AzureMonitorWorkspacesListBySubscriptionInput =
209
+ export const PipelineGroupsListBySubscriptionInput =
164
210
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
165
211
  subscriptionId: Schema.String.pipe(T.PathParam()),
166
212
  "api-version": Schema.String,
167
213
  }).pipe(
168
214
  T.Http({
169
215
  method: "GET",
170
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.Monitor/accounts",
216
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.Monitor/pipelineGroups",
171
217
  }),
172
218
  );
173
- export type AzureMonitorWorkspacesListBySubscriptionInput =
174
- typeof AzureMonitorWorkspacesListBySubscriptionInput.Type;
219
+ export type PipelineGroupsListBySubscriptionInput =
220
+ typeof PipelineGroupsListBySubscriptionInput.Type;
175
221
 
176
222
  // Output Schema
177
- export const AzureMonitorWorkspacesListBySubscriptionOutput =
223
+ export const PipelineGroupsListBySubscriptionOutput =
178
224
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
179
225
  value: Schema.Array(
180
226
  Schema.Struct({
@@ -184,105 +230,57 @@ export const AzureMonitorWorkspacesListBySubscriptionOutput =
184
230
  ),
185
231
  nextLink: Schema.optional(Schema.String),
186
232
  });
187
- export type AzureMonitorWorkspacesListBySubscriptionOutput =
188
- typeof AzureMonitorWorkspacesListBySubscriptionOutput.Type;
233
+ export type PipelineGroupsListBySubscriptionOutput =
234
+ typeof PipelineGroupsListBySubscriptionOutput.Type;
189
235
 
190
236
  // The operation
191
237
  /**
192
- * Lists all Azure Monitor Workspaces in the specified subscription
238
+ * Lists all workspaces in the specified subscription
193
239
  *
194
- * @param subscriptionId - The ID of the target subscription.
195
240
  * @param api-version - The API version to use for this operation.
241
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
196
242
  */
197
- export const AzureMonitorWorkspacesListBySubscription =
243
+ export const PipelineGroupsListBySubscription =
198
244
  /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
199
- inputSchema: AzureMonitorWorkspacesListBySubscriptionInput,
200
- outputSchema: AzureMonitorWorkspacesListBySubscriptionOutput,
245
+ inputSchema: PipelineGroupsListBySubscriptionInput,
246
+ outputSchema: PipelineGroupsListBySubscriptionOutput,
201
247
  }));
202
248
  // Input Schema
203
- export const AzureMonitorWorkspacesUpdateInput =
249
+ export const PipelineGroupsUpdateInput =
204
250
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
205
251
  subscriptionId: Schema.String.pipe(T.PathParam()),
206
252
  resourceGroupName: Schema.String.pipe(T.PathParam()),
253
+ pipelineGroupName: Schema.String.pipe(T.PathParam()),
207
254
  "api-version": Schema.String,
208
255
  }).pipe(
209
256
  T.Http({
210
257
  method: "PATCH",
211
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}",
258
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/pipelineGroups/{pipelineGroupName}",
212
259
  }),
213
260
  );
214
- export type AzureMonitorWorkspacesUpdateInput =
215
- typeof AzureMonitorWorkspacesUpdateInput.Type;
261
+ export type PipelineGroupsUpdateInput = typeof PipelineGroupsUpdateInput.Type;
216
262
 
217
263
  // Output Schema
218
- export const AzureMonitorWorkspacesUpdateOutput =
264
+ export const PipelineGroupsUpdateOutput =
219
265
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
220
266
  tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
221
267
  location: Schema.String,
222
268
  });
223
- export type AzureMonitorWorkspacesUpdateOutput =
224
- typeof AzureMonitorWorkspacesUpdateOutput.Type;
269
+ export type PipelineGroupsUpdateOutput = typeof PipelineGroupsUpdateOutput.Type;
225
270
 
226
271
  // The operation
227
272
  /**
228
- * Updates part of an Azure Monitor Workspace
229
- *
230
- * @param subscriptionId - The ID of the target subscription.
231
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
232
- * @param api-version - The API version to use for this operation.
233
- */
234
- export const AzureMonitorWorkspacesUpdate =
235
- /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
236
- inputSchema: AzureMonitorWorkspacesUpdateInput,
237
- outputSchema: AzureMonitorWorkspacesUpdateOutput,
238
- }));
239
- // Input Schema
240
- export const MonitorOperationsListInput =
241
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
242
- "api-version": Schema.String,
243
- }).pipe(
244
- T.Http({ method: "GET", path: "/providers/Microsoft.Monitor/operations" }),
245
- );
246
- export type MonitorOperationsListInput = typeof MonitorOperationsListInput.Type;
247
-
248
- // Output Schema
249
- export const MonitorOperationsListOutput =
250
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
251
- value: Schema.optional(
252
- Schema.Array(
253
- Schema.Struct({
254
- name: Schema.optional(Schema.String),
255
- isDataAction: Schema.optional(Schema.Boolean),
256
- display: Schema.optional(
257
- Schema.Struct({
258
- provider: Schema.optional(Schema.String),
259
- resource: Schema.optional(Schema.String),
260
- operation: Schema.optional(Schema.String),
261
- description: Schema.optional(Schema.String),
262
- }),
263
- ),
264
- origin: Schema.optional(
265
- Schema.Literals(["user", "system", "user,system"]),
266
- ),
267
- actionType: Schema.optional(Schema.Literals(["Internal"])),
268
- }),
269
- ),
270
- ),
271
- nextLink: Schema.optional(Schema.String),
272
- });
273
- export type MonitorOperationsListOutput =
274
- typeof MonitorOperationsListOutput.Type;
275
-
276
- // The operation
277
- /**
278
- * Lists available Operations for this Resource Provider
273
+ * Updates a pipeline group instance
279
274
  *
280
275
  * @param api-version - The API version to use for this operation.
276
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
277
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
278
+ * @param pipelineGroupName - The name of pipeline group. The name is case insensitive.
281
279
  */
282
- export const MonitorOperationsList = /*@__PURE__*/ /*#__PURE__*/ API.make(
280
+ export const PipelineGroupsUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(
283
281
  () => ({
284
- inputSchema: MonitorOperationsListInput,
285
- outputSchema: MonitorOperationsListOutput,
282
+ inputSchema: PipelineGroupsUpdateInput,
283
+ outputSchema: PipelineGroupsUpdateOutput,
286
284
  }),
287
285
  );
288
286
  // Input Schema