@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
@@ -0,0 +1,233 @@
1
+ /**
2
+ * Azure Orbitalplanetarycomputer API
3
+ *
4
+ * Generated from the Azure REST API specs.
5
+ * DO NOT EDIT - regenerate with: bun run generate
6
+ */
7
+ import * as Schema from "effect/Schema";
8
+ import { API } from "../client.ts";
9
+ import * as T from "../traits.ts";
10
+
11
+ // Input Schema
12
+ export const GeoCatalogsCreateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
13
+ {
14
+ subscriptionId: Schema.String.pipe(T.PathParam()),
15
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
16
+ catalogName: Schema.String.pipe(T.PathParam()),
17
+ "api-version": Schema.String,
18
+ },
19
+ ).pipe(
20
+ T.Http({
21
+ method: "PUT",
22
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}",
23
+ }),
24
+ );
25
+ export type GeoCatalogsCreateInput = typeof GeoCatalogsCreateInput.Type;
26
+
27
+ // Output Schema
28
+ export const GeoCatalogsCreateOutput =
29
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
30
+ tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
31
+ location: Schema.String,
32
+ });
33
+ export type GeoCatalogsCreateOutput = typeof GeoCatalogsCreateOutput.Type;
34
+
35
+ // The operation
36
+ /**
37
+ * Create a GeoCatalog
38
+ *
39
+ * @param api-version - The API version to use for this operation.
40
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
41
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
42
+ * @param catalogName - The name of the catalog
43
+ */
44
+ export const GeoCatalogsCreate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
45
+ inputSchema: GeoCatalogsCreateInput,
46
+ outputSchema: GeoCatalogsCreateOutput,
47
+ }));
48
+ // Input Schema
49
+ export const GeoCatalogsDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
50
+ {
51
+ subscriptionId: Schema.String.pipe(T.PathParam()),
52
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
53
+ catalogName: Schema.String.pipe(T.PathParam()),
54
+ "api-version": Schema.String,
55
+ },
56
+ ).pipe(
57
+ T.Http({
58
+ method: "DELETE",
59
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}",
60
+ }),
61
+ );
62
+ export type GeoCatalogsDeleteInput = typeof GeoCatalogsDeleteInput.Type;
63
+
64
+ // Output Schema
65
+ export const GeoCatalogsDeleteOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
66
+ export type GeoCatalogsDeleteOutput = typeof GeoCatalogsDeleteOutput.Type;
67
+
68
+ // The operation
69
+ /**
70
+ * Delete a GeoCatalog
71
+ *
72
+ * @param api-version - The API version to use for this operation.
73
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
74
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
75
+ * @param catalogName - The name of the catalog
76
+ */
77
+ export const GeoCatalogsDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
78
+ inputSchema: GeoCatalogsDeleteInput,
79
+ outputSchema: GeoCatalogsDeleteOutput,
80
+ }));
81
+ // Input Schema
82
+ export const GeoCatalogsGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
83
+ subscriptionId: Schema.String.pipe(T.PathParam()),
84
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
85
+ catalogName: Schema.String.pipe(T.PathParam()),
86
+ "api-version": Schema.String,
87
+ }).pipe(
88
+ T.Http({
89
+ method: "GET",
90
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}",
91
+ }),
92
+ );
93
+ export type GeoCatalogsGetInput = typeof GeoCatalogsGetInput.Type;
94
+
95
+ // Output Schema
96
+ export const GeoCatalogsGetOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
97
+ tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
98
+ location: Schema.String,
99
+ });
100
+ export type GeoCatalogsGetOutput = typeof GeoCatalogsGetOutput.Type;
101
+
102
+ // The operation
103
+ /**
104
+ * Get a GeoCatalog
105
+ *
106
+ * @param api-version - The API version to use for this operation.
107
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
108
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
109
+ * @param catalogName - The name of the catalog
110
+ */
111
+ export const GeoCatalogsGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
112
+ inputSchema: GeoCatalogsGetInput,
113
+ outputSchema: GeoCatalogsGetOutput,
114
+ }));
115
+ // Input Schema
116
+ export const GeoCatalogsListByResourceGroupInput =
117
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
118
+ subscriptionId: Schema.String.pipe(T.PathParam()),
119
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
120
+ "api-version": Schema.String,
121
+ }).pipe(
122
+ T.Http({
123
+ method: "GET",
124
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs",
125
+ }),
126
+ );
127
+ export type GeoCatalogsListByResourceGroupInput =
128
+ typeof GeoCatalogsListByResourceGroupInput.Type;
129
+
130
+ // Output Schema
131
+ export const GeoCatalogsListByResourceGroupOutput =
132
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
133
+ value: Schema.Array(
134
+ Schema.Struct({
135
+ tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
136
+ location: Schema.String,
137
+ }),
138
+ ),
139
+ nextLink: Schema.optional(Schema.String),
140
+ });
141
+ export type GeoCatalogsListByResourceGroupOutput =
142
+ typeof GeoCatalogsListByResourceGroupOutput.Type;
143
+
144
+ // The operation
145
+ /**
146
+ * List GeoCatalog resources by resource group
147
+ *
148
+ * @param api-version - The API version to use for this operation.
149
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
150
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
151
+ */
152
+ export const GeoCatalogsListByResourceGroup =
153
+ /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
154
+ inputSchema: GeoCatalogsListByResourceGroupInput,
155
+ outputSchema: GeoCatalogsListByResourceGroupOutput,
156
+ }));
157
+ // Input Schema
158
+ export const GeoCatalogsListBySubscriptionInput =
159
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
160
+ subscriptionId: Schema.String.pipe(T.PathParam()),
161
+ "api-version": Schema.String,
162
+ }).pipe(
163
+ T.Http({
164
+ method: "GET",
165
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.Orbital/geoCatalogs",
166
+ }),
167
+ );
168
+ export type GeoCatalogsListBySubscriptionInput =
169
+ typeof GeoCatalogsListBySubscriptionInput.Type;
170
+
171
+ // Output Schema
172
+ export const GeoCatalogsListBySubscriptionOutput =
173
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
174
+ value: Schema.Array(
175
+ Schema.Struct({
176
+ tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
177
+ location: Schema.String,
178
+ }),
179
+ ),
180
+ nextLink: Schema.optional(Schema.String),
181
+ });
182
+ export type GeoCatalogsListBySubscriptionOutput =
183
+ typeof GeoCatalogsListBySubscriptionOutput.Type;
184
+
185
+ // The operation
186
+ /**
187
+ * List GeoCatalog resources by subscription ID
188
+ *
189
+ * @param api-version - The API version to use for this operation.
190
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
191
+ */
192
+ export const GeoCatalogsListBySubscription =
193
+ /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
194
+ inputSchema: GeoCatalogsListBySubscriptionInput,
195
+ outputSchema: GeoCatalogsListBySubscriptionOutput,
196
+ }));
197
+ // Input Schema
198
+ export const GeoCatalogsUpdateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
199
+ {
200
+ subscriptionId: Schema.String.pipe(T.PathParam()),
201
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
202
+ catalogName: Schema.String.pipe(T.PathParam()),
203
+ "api-version": Schema.String,
204
+ },
205
+ ).pipe(
206
+ T.Http({
207
+ method: "PATCH",
208
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}",
209
+ }),
210
+ );
211
+ export type GeoCatalogsUpdateInput = typeof GeoCatalogsUpdateInput.Type;
212
+
213
+ // Output Schema
214
+ export const GeoCatalogsUpdateOutput =
215
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
216
+ tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
217
+ location: Schema.String,
218
+ });
219
+ export type GeoCatalogsUpdateOutput = typeof GeoCatalogsUpdateOutput.Type;
220
+
221
+ // The operation
222
+ /**
223
+ * Update a GeoCatalog
224
+ *
225
+ * @param api-version - The API version to use for this operation.
226
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
227
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
228
+ * @param catalogName - The name of the catalog
229
+ */
230
+ export const GeoCatalogsUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
231
+ inputSchema: GeoCatalogsUpdateInput,
232
+ outputSchema: GeoCatalogsUpdateOutput,
233
+ }));