@azure/arm-astro 1.0.0-beta.1 → 1.0.0-beta.2

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 (287) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +26 -19
  4. package/{dist-esm/src → dist/browser}/astroManagementClient.d.ts +2 -2
  5. package/dist/browser/astroManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/astroManagementClient.js +31 -24
  7. package/dist/browser/astroManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/mappers.js +14 -6
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/dist/browser/operations/index.d.ts +3 -0
  21. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  22. package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
  23. package/dist/browser/operations/index.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  25. package/dist/browser/operations/operations.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
  27. package/dist/browser/operations/operations.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/organizations.d.ts +3 -3
  29. package/dist/browser/operations/organizations.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/organizations.js +175 -206
  31. package/dist/browser/operations/organizations.js.map +1 -0
  32. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  33. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
  35. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  37. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  38. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/organizations.d.ts +1 -1
  40. package/dist/browser/operationsInterfaces/organizations.d.ts.map +1 -0
  41. package/dist/browser/operationsInterfaces/organizations.js.map +1 -0
  42. package/dist/browser/package.json +3 -0
  43. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  44. package/dist/browser/pagingHelper.js.map +1 -0
  45. package/dist/commonjs/astroManagementClient.d.ts +21 -0
  46. package/dist/commonjs/astroManagementClient.d.ts.map +1 -0
  47. package/dist/commonjs/astroManagementClient.js +113 -0
  48. package/dist/commonjs/astroManagementClient.js.map +1 -0
  49. package/dist/commonjs/index.d.ts +5 -0
  50. package/dist/commonjs/index.d.ts.map +1 -0
  51. package/dist/commonjs/index.js +19 -0
  52. package/dist/commonjs/index.js.map +1 -0
  53. package/dist/commonjs/lroImpl.d.ts +11 -0
  54. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  55. package/dist/commonjs/lroImpl.js +21 -0
  56. package/dist/commonjs/lroImpl.js.map +1 -0
  57. package/{types/arm-astro.d.ts → dist/commonjs/models/index.d.ts} +565 -736
  58. package/dist/commonjs/models/index.d.ts.map +1 -0
  59. package/dist/commonjs/models/index.js +89 -0
  60. package/dist/commonjs/models/index.js.map +1 -0
  61. package/dist/commonjs/models/mappers.d.ts +28 -0
  62. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  63. package/dist/commonjs/models/mappers.js +868 -0
  64. package/dist/commonjs/models/mappers.js.map +1 -0
  65. package/dist/commonjs/models/parameters.d.ts +12 -0
  66. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  67. package/dist/commonjs/models/parameters.js +117 -0
  68. package/dist/commonjs/models/parameters.js.map +1 -0
  69. package/dist/commonjs/operations/index.d.ts +3 -0
  70. package/dist/commonjs/operations/index.d.ts.map +1 -0
  71. package/dist/commonjs/operations/index.js +13 -0
  72. package/dist/commonjs/operations/index.js.map +1 -0
  73. package/dist/commonjs/operations/operations.d.ts +32 -0
  74. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  75. package/dist/commonjs/operations/operations.js +121 -0
  76. package/dist/commonjs/operations/operations.js.map +1 -0
  77. package/dist/commonjs/operations/organizations.d.ts +107 -0
  78. package/dist/commonjs/operations/organizations.d.ts.map +1 -0
  79. package/dist/commonjs/operations/organizations.js +528 -0
  80. package/dist/commonjs/operations/organizations.js.map +1 -0
  81. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  82. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  83. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  84. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  85. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  86. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  87. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  88. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  89. package/dist/commonjs/operationsInterfaces/organizations.d.ts +71 -0
  90. package/dist/commonjs/operationsInterfaces/organizations.d.ts.map +1 -0
  91. package/dist/commonjs/operationsInterfaces/organizations.js +10 -0
  92. package/dist/commonjs/operationsInterfaces/organizations.js.map +1 -0
  93. package/dist/commonjs/package.json +3 -0
  94. package/dist/commonjs/pagingHelper.d.ts +13 -0
  95. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  96. package/dist/commonjs/pagingHelper.js +34 -0
  97. package/dist/commonjs/pagingHelper.js.map +1 -0
  98. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  99. package/dist/esm/astroManagementClient.d.ts +21 -0
  100. package/dist/esm/astroManagementClient.d.ts.map +1 -0
  101. package/dist/esm/astroManagementClient.js +108 -0
  102. package/dist/esm/astroManagementClient.js.map +1 -0
  103. package/dist/esm/index.d.ts +5 -0
  104. package/dist/esm/index.d.ts.map +1 -0
  105. package/{src/index.ts → dist/esm/index.js} +5 -5
  106. package/dist/esm/index.js.map +1 -0
  107. package/dist/esm/lroImpl.d.ts +11 -0
  108. package/dist/esm/lroImpl.d.ts.map +1 -0
  109. package/dist/esm/lroImpl.js +18 -0
  110. package/dist/esm/lroImpl.js.map +1 -0
  111. package/dist/esm/models/index.d.ts +565 -0
  112. package/dist/esm/models/index.d.ts.map +1 -0
  113. package/dist/esm/models/index.js +86 -0
  114. package/dist/esm/models/index.js.map +1 -0
  115. package/dist/esm/models/mappers.d.ts +28 -0
  116. package/dist/esm/models/mappers.d.ts.map +1 -0
  117. package/dist/esm/models/mappers.js +865 -0
  118. package/dist/esm/models/mappers.js.map +1 -0
  119. package/dist/esm/models/parameters.d.ts +12 -0
  120. package/dist/esm/models/parameters.d.ts.map +1 -0
  121. package/dist/esm/models/parameters.js +114 -0
  122. package/dist/esm/models/parameters.js.map +1 -0
  123. package/dist/esm/operations/index.d.ts +3 -0
  124. package/dist/esm/operations/index.d.ts.map +1 -0
  125. package/dist/esm/operations/index.js +10 -0
  126. package/dist/esm/operations/index.js.map +1 -0
  127. package/dist/esm/operations/operations.d.ts +32 -0
  128. package/dist/esm/operations/operations.d.ts.map +1 -0
  129. package/dist/esm/operations/operations.js +116 -0
  130. package/dist/esm/operations/operations.js.map +1 -0
  131. package/dist/esm/operations/organizations.d.ts +107 -0
  132. package/dist/esm/operations/organizations.d.ts.map +1 -0
  133. package/dist/esm/operations/organizations.js +523 -0
  134. package/dist/esm/operations/organizations.js.map +1 -0
  135. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  136. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  137. package/dist/esm/operationsInterfaces/index.js +10 -0
  138. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  139. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  140. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  141. package/{src/operations/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -3
  142. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  143. package/dist/esm/operationsInterfaces/organizations.d.ts +71 -0
  144. package/dist/esm/operationsInterfaces/organizations.d.ts.map +1 -0
  145. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/organizations.js} +2 -3
  146. package/dist/esm/operationsInterfaces/organizations.js.map +1 -0
  147. package/dist/esm/package.json +3 -0
  148. package/dist/esm/pagingHelper.d.ts +13 -0
  149. package/dist/esm/pagingHelper.d.ts.map +1 -0
  150. package/dist/esm/pagingHelper.js +30 -0
  151. package/dist/esm/pagingHelper.js.map +1 -0
  152. package/dist/react-native/astroManagementClient.d.ts +21 -0
  153. package/dist/react-native/astroManagementClient.d.ts.map +1 -0
  154. package/dist/react-native/astroManagementClient.js +108 -0
  155. package/dist/react-native/astroManagementClient.js.map +1 -0
  156. package/dist/react-native/index.d.ts +5 -0
  157. package/dist/react-native/index.d.ts.map +1 -0
  158. package/dist/react-native/index.js +13 -0
  159. package/dist/react-native/index.js.map +1 -0
  160. package/dist/react-native/lroImpl.d.ts +11 -0
  161. package/dist/react-native/lroImpl.d.ts.map +1 -0
  162. package/dist/react-native/lroImpl.js +18 -0
  163. package/dist/react-native/lroImpl.js.map +1 -0
  164. package/dist/react-native/models/index.d.ts +565 -0
  165. package/dist/react-native/models/index.d.ts.map +1 -0
  166. package/dist/react-native/models/index.js +86 -0
  167. package/dist/react-native/models/index.js.map +1 -0
  168. package/dist/react-native/models/mappers.d.ts +28 -0
  169. package/dist/react-native/models/mappers.d.ts.map +1 -0
  170. package/dist/react-native/models/mappers.js +865 -0
  171. package/dist/react-native/models/mappers.js.map +1 -0
  172. package/dist/react-native/models/parameters.d.ts +12 -0
  173. package/dist/react-native/models/parameters.d.ts.map +1 -0
  174. package/dist/react-native/models/parameters.js +114 -0
  175. package/dist/react-native/models/parameters.js.map +1 -0
  176. package/dist/react-native/operations/index.d.ts +3 -0
  177. package/dist/react-native/operations/index.d.ts.map +1 -0
  178. package/dist/react-native/operations/index.js +10 -0
  179. package/dist/react-native/operations/index.js.map +1 -0
  180. package/dist/react-native/operations/operations.d.ts +32 -0
  181. package/dist/react-native/operations/operations.d.ts.map +1 -0
  182. package/dist/react-native/operations/operations.js +116 -0
  183. package/dist/react-native/operations/operations.js.map +1 -0
  184. package/dist/react-native/operations/organizations.d.ts +107 -0
  185. package/dist/react-native/operations/organizations.d.ts.map +1 -0
  186. package/dist/react-native/operations/organizations.js +523 -0
  187. package/dist/react-native/operations/organizations.js.map +1 -0
  188. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  189. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  190. package/dist/react-native/operationsInterfaces/index.js +10 -0
  191. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  192. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  193. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  194. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  195. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  196. package/dist/react-native/operationsInterfaces/organizations.d.ts +71 -0
  197. package/dist/react-native/operationsInterfaces/organizations.d.ts.map +1 -0
  198. package/dist/react-native/operationsInterfaces/organizations.js +9 -0
  199. package/dist/react-native/operationsInterfaces/organizations.js.map +1 -0
  200. package/dist/react-native/package.json +3 -0
  201. package/dist/react-native/pagingHelper.d.ts +13 -0
  202. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  203. package/dist/react-native/pagingHelper.js +30 -0
  204. package/dist/react-native/pagingHelper.js.map +1 -0
  205. package/package.json +88 -74
  206. package/dist/index.js +0 -1942
  207. package/dist/index.js.map +0 -1
  208. package/dist/index.min.js +0 -1
  209. package/dist/index.min.js.map +0 -1
  210. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  211. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  212. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  213. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  214. package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.d.ts +0 -2
  215. package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.d.ts.map +0 -1
  216. package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.js +0 -79
  217. package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.js.map +0 -1
  218. package/dist-esm/samples-dev/organizationsDeleteSample.d.ts +0 -2
  219. package/dist-esm/samples-dev/organizationsDeleteSample.d.ts.map +0 -1
  220. package/dist-esm/samples-dev/organizationsDeleteSample.js +0 -39
  221. package/dist-esm/samples-dev/organizationsDeleteSample.js.map +0 -1
  222. package/dist-esm/samples-dev/organizationsGetSample.d.ts +0 -2
  223. package/dist-esm/samples-dev/organizationsGetSample.d.ts.map +0 -1
  224. package/dist-esm/samples-dev/organizationsGetSample.js +0 -39
  225. package/dist-esm/samples-dev/organizationsGetSample.js.map +0 -1
  226. package/dist-esm/samples-dev/organizationsListByResourceGroupSample.d.ts +0 -2
  227. package/dist-esm/samples-dev/organizationsListByResourceGroupSample.d.ts.map +0 -1
  228. package/dist-esm/samples-dev/organizationsListByResourceGroupSample.js +0 -54
  229. package/dist-esm/samples-dev/organizationsListByResourceGroupSample.js.map +0 -1
  230. package/dist-esm/samples-dev/organizationsListBySubscriptionSample.d.ts +0 -2
  231. package/dist-esm/samples-dev/organizationsListBySubscriptionSample.d.ts.map +0 -1
  232. package/dist-esm/samples-dev/organizationsListBySubscriptionSample.js +0 -53
  233. package/dist-esm/samples-dev/organizationsListBySubscriptionSample.js.map +0 -1
  234. package/dist-esm/samples-dev/organizationsUpdateSample.d.ts +0 -2
  235. package/dist-esm/samples-dev/organizationsUpdateSample.d.ts.map +0 -1
  236. package/dist-esm/samples-dev/organizationsUpdateSample.js +0 -65
  237. package/dist-esm/samples-dev/organizationsUpdateSample.js.map +0 -1
  238. package/dist-esm/src/astroManagementClient.d.ts.map +0 -1
  239. package/dist-esm/src/astroManagementClient.js.map +0 -1
  240. package/dist-esm/src/index.d.ts +0 -6
  241. package/dist-esm/src/index.d.ts.map +0 -1
  242. package/dist-esm/src/index.js.map +0 -1
  243. package/dist-esm/src/lroImpl.js +0 -21
  244. package/dist-esm/src/lroImpl.js.map +0 -1
  245. package/dist-esm/src/models/index.js.map +0 -1
  246. package/dist-esm/src/models/mappers.js.map +0 -1
  247. package/dist-esm/src/models/parameters.js.map +0 -1
  248. package/dist-esm/src/operations/index.d.ts +0 -3
  249. package/dist-esm/src/operations/index.js.map +0 -1
  250. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  251. package/dist-esm/src/operations/operations.js.map +0 -1
  252. package/dist-esm/src/operations/organizations.d.ts.map +0 -1
  253. package/dist-esm/src/operations/organizations.js.map +0 -1
  254. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  255. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  256. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  257. package/dist-esm/src/operationsInterfaces/organizations.d.ts.map +0 -1
  258. package/dist-esm/src/operationsInterfaces/organizations.js.map +0 -1
  259. package/dist-esm/src/pagingHelper.js.map +0 -1
  260. package/dist-esm/test/astro_operations_test.spec.d.ts +0 -4
  261. package/dist-esm/test/astro_operations_test.spec.d.ts.map +0 -1
  262. package/dist-esm/test/astro_operations_test.spec.js +0 -73
  263. package/dist-esm/test/astro_operations_test.spec.js.map +0 -1
  264. package/src/astroManagementClient.ts +0 -143
  265. package/src/lroImpl.ts +0 -42
  266. package/src/models/index.ts +0 -637
  267. package/src/models/mappers.ts +0 -899
  268. package/src/models/parameters.ts +0 -132
  269. package/src/operations/operations.ts +0 -149
  270. package/src/operations/organizations.ts +0 -728
  271. package/src/operationsInterfaces/operations.ts +0 -22
  272. package/src/operationsInterfaces/organizations.ts +0 -145
  273. package/src/pagingHelper.ts +0 -39
  274. package/tsconfig.json +0 -33
  275. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  276. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  277. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  278. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  279. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  280. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  281. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  282. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  283. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  284. /package/{dist-esm/src → dist/browser}/operationsInterfaces/organizations.js +0 -0
  285. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  286. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  287. /package/review/{arm-astro.api.md → arm-astro-node.api.md} +0 -0
@@ -0,0 +1,565 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
3
+ export interface OperationListResult {
4
+ /**
5
+ * List of operations supported by the resource provider
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: Operation[];
9
+ /**
10
+ * URL to get the next set of operation list results (if there are any).
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly nextLink?: string;
14
+ }
15
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
16
+ export interface Operation {
17
+ /**
18
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
19
+ * NOTE: This property will not be serialized. It can only be populated by the server.
20
+ */
21
+ readonly name?: string;
22
+ /**
23
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
24
+ * NOTE: This property will not be serialized. It can only be populated by the server.
25
+ */
26
+ readonly isDataAction?: boolean;
27
+ /** Localized display information for this particular operation. */
28
+ display?: OperationDisplay;
29
+ /**
30
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
31
+ * NOTE: This property will not be serialized. It can only be populated by the server.
32
+ */
33
+ readonly origin?: Origin;
34
+ /**
35
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
36
+ * NOTE: This property will not be serialized. It can only be populated by the server.
37
+ */
38
+ readonly actionType?: ActionType;
39
+ }
40
+ /** Localized display information for this particular operation. */
41
+ export interface OperationDisplay {
42
+ /**
43
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly provider?: string;
47
+ /**
48
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
50
+ */
51
+ readonly resource?: string;
52
+ /**
53
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
54
+ * NOTE: This property will not be serialized. It can only be populated by the server.
55
+ */
56
+ readonly operation?: string;
57
+ /**
58
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
59
+ * NOTE: This property will not be serialized. It can only be populated by the server.
60
+ */
61
+ readonly description?: string;
62
+ }
63
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
64
+ export interface ErrorResponse {
65
+ /** The error object. */
66
+ error?: ErrorDetail;
67
+ }
68
+ /** The error detail. */
69
+ export interface ErrorDetail {
70
+ /**
71
+ * The error code.
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly code?: string;
75
+ /**
76
+ * The error message.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly message?: string;
80
+ /**
81
+ * The error target.
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly target?: string;
85
+ /**
86
+ * The error details.
87
+ * NOTE: This property will not be serialized. It can only be populated by the server.
88
+ */
89
+ readonly details?: ErrorDetail[];
90
+ /**
91
+ * The error additional info.
92
+ * NOTE: This property will not be serialized. It can only be populated by the server.
93
+ */
94
+ readonly additionalInfo?: ErrorAdditionalInfo[];
95
+ }
96
+ /** The resource management error additional info. */
97
+ export interface ErrorAdditionalInfo {
98
+ /**
99
+ * The additional info type.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly type?: string;
103
+ /**
104
+ * The additional info.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly info?: Record<string, unknown>;
108
+ }
109
+ /** The response of a OrganizationResource list operation. */
110
+ export interface OrganizationResourceListResult {
111
+ /** The OrganizationResource items on this page */
112
+ value: OrganizationResource[];
113
+ /** The link to the next page of items */
114
+ nextLink?: string;
115
+ }
116
+ /** Properties specific to Data Organization resource */
117
+ export interface LiftrBaseDataOrganizationProperties {
118
+ /** Marketplace details of the resource. */
119
+ marketplace: LiftrBaseMarketplaceDetails;
120
+ /** Details of the user. */
121
+ user: LiftrBaseUserDetails;
122
+ /**
123
+ * Provisioning state of the resource.
124
+ * NOTE: This property will not be serialized. It can only be populated by the server.
125
+ */
126
+ readonly provisioningState?: ResourceProvisioningState;
127
+ /** Organization properties */
128
+ partnerOrganizationProperties?: LiftrBaseDataPartnerOrganizationProperties;
129
+ }
130
+ /** Marketplace details for an organization */
131
+ export interface LiftrBaseMarketplaceDetails {
132
+ /** Azure subscription id for the the marketplace offer is purchased from */
133
+ subscriptionId: string;
134
+ /** Marketplace subscription status */
135
+ subscriptionStatus?: MarketplaceSubscriptionStatus;
136
+ /** Offer details for the marketplace that is selected by the user */
137
+ offerDetails: LiftrBaseOfferDetails;
138
+ }
139
+ /** Offer details for the marketplace that is selected by the user */
140
+ export interface LiftrBaseOfferDetails {
141
+ /** Publisher Id for the marketplace offer */
142
+ publisherId: string;
143
+ /** Offer Id for the marketplace offer */
144
+ offerId: string;
145
+ /** Plan Id for the marketplace offer */
146
+ planId: string;
147
+ /** Plan Name for the marketplace offer */
148
+ planName?: string;
149
+ /** Plan Display Name for the marketplace offer */
150
+ termUnit?: string;
151
+ /** Plan Display Name for the marketplace offer */
152
+ termId?: string;
153
+ }
154
+ /** User details for an organization */
155
+ export interface LiftrBaseUserDetails {
156
+ /** First name of the user */
157
+ firstName: string;
158
+ /** Last name of the user */
159
+ lastName: string;
160
+ /** Email address of the user */
161
+ emailAddress: string;
162
+ /** User's principal name */
163
+ upn?: string;
164
+ /** User's phone number */
165
+ phoneNumber?: string;
166
+ }
167
+ /** Properties specific to Partner's organization */
168
+ export interface LiftrBaseDataPartnerOrganizationProperties {
169
+ /** Organization Id in partner's system */
170
+ organizationId?: string;
171
+ /** Workspace Id in partner's system */
172
+ workspaceId?: string;
173
+ /** Organization name in partner's system */
174
+ organizationName: string;
175
+ /** Workspace name in partner's system */
176
+ workspaceName?: string;
177
+ /** Single Sign On properties for the organization */
178
+ singleSignOnProperties?: LiftrBaseSingleSignOnProperties;
179
+ }
180
+ /** Properties specific to Single Sign On Resource */
181
+ export interface LiftrBaseSingleSignOnProperties {
182
+ /** State of the Single Sign On for the organization */
183
+ singleSignOnState?: SingleSignOnStates;
184
+ /** AAD enterprise application Id used to setup SSO */
185
+ enterpriseAppId?: string;
186
+ /** URL for SSO to be used by the partner to redirect the user to their system */
187
+ singleSignOnUrl?: string;
188
+ /** List of AAD domains fetched from Microsoft Graph for user. */
189
+ aadDomains?: string[];
190
+ /**
191
+ * Provisioning State of the resource
192
+ * NOTE: This property will not be serialized. It can only be populated by the server.
193
+ */
194
+ readonly provisioningState?: ResourceProvisioningState;
195
+ }
196
+ /** Managed service identity (system assigned and/or user assigned identities) */
197
+ export interface ManagedServiceIdentity {
198
+ /**
199
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
200
+ * NOTE: This property will not be serialized. It can only be populated by the server.
201
+ */
202
+ readonly principalId?: string;
203
+ /**
204
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
205
+ * NOTE: This property will not be serialized. It can only be populated by the server.
206
+ */
207
+ readonly tenantId?: string;
208
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
209
+ type: ManagedServiceIdentityType;
210
+ /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
211
+ userAssignedIdentities?: {
212
+ [propertyName: string]: UserAssignedIdentity;
213
+ };
214
+ }
215
+ /** User assigned identity properties */
216
+ export interface UserAssignedIdentity {
217
+ /**
218
+ * The principal ID of the assigned identity.
219
+ * NOTE: This property will not be serialized. It can only be populated by the server.
220
+ */
221
+ readonly principalId?: string;
222
+ /**
223
+ * The client ID of the assigned identity.
224
+ * NOTE: This property will not be serialized. It can only be populated by the server.
225
+ */
226
+ readonly clientId?: string;
227
+ }
228
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
229
+ export interface Resource {
230
+ /**
231
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
232
+ * NOTE: This property will not be serialized. It can only be populated by the server.
233
+ */
234
+ readonly id?: string;
235
+ /**
236
+ * The name of the resource
237
+ * NOTE: This property will not be serialized. It can only be populated by the server.
238
+ */
239
+ readonly name?: string;
240
+ /**
241
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
242
+ * NOTE: This property will not be serialized. It can only be populated by the server.
243
+ */
244
+ readonly type?: string;
245
+ /**
246
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
247
+ * NOTE: This property will not be serialized. It can only be populated by the server.
248
+ */
249
+ readonly systemData?: SystemData;
250
+ }
251
+ /** Metadata pertaining to creation and last modification of the resource. */
252
+ export interface SystemData {
253
+ /** The identity that created the resource. */
254
+ createdBy?: string;
255
+ /** The type of identity that created the resource. */
256
+ createdByType?: CreatedByType;
257
+ /** The timestamp of resource creation (UTC). */
258
+ createdAt?: Date;
259
+ /** The identity that last modified the resource. */
260
+ lastModifiedBy?: string;
261
+ /** The type of identity that last modified the resource. */
262
+ lastModifiedByType?: CreatedByType;
263
+ /** The timestamp of resource last modification (UTC) */
264
+ lastModifiedAt?: Date;
265
+ }
266
+ /** The type used for update operations of the OrganizationResource. */
267
+ export interface OrganizationResourceUpdate {
268
+ /** The managed service identities assigned to this resource. */
269
+ identity?: ManagedServiceIdentity;
270
+ /** Resource tags. */
271
+ tags?: {
272
+ [propertyName: string]: string;
273
+ };
274
+ /** The updatable properties of the OrganizationResource. */
275
+ properties?: OrganizationResourceUpdateProperties;
276
+ }
277
+ /** The updatable properties of the OrganizationResource. */
278
+ export interface OrganizationResourceUpdateProperties {
279
+ /** Details of the user. */
280
+ user?: LiftrBaseUserDetailsUpdate;
281
+ /** Organization properties */
282
+ partnerOrganizationProperties?: LiftrBaseDataPartnerOrganizationPropertiesUpdate;
283
+ }
284
+ /** User details for an organization */
285
+ export interface LiftrBaseUserDetailsUpdate {
286
+ /** First name of the user */
287
+ firstName?: string;
288
+ /** Last name of the user */
289
+ lastName?: string;
290
+ /** Email address of the user */
291
+ emailAddress?: string;
292
+ /** User's principal name */
293
+ upn?: string;
294
+ /** User's phone number */
295
+ phoneNumber?: string;
296
+ }
297
+ /** Properties specific to Partner's organization */
298
+ export interface LiftrBaseDataPartnerOrganizationPropertiesUpdate {
299
+ /** Organization Id in partner's system */
300
+ organizationId?: string;
301
+ /** Workspace Id in partner's system */
302
+ workspaceId?: string;
303
+ /** Organization name in partner's system */
304
+ organizationName?: string;
305
+ /** Workspace name in partner's system */
306
+ workspaceName?: string;
307
+ /** Single Sign On properties for the organization */
308
+ singleSignOnProperties?: LiftrBaseSingleSignOnProperties;
309
+ }
310
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
311
+ export interface TrackedResource extends Resource {
312
+ /** Resource tags. */
313
+ tags?: {
314
+ [propertyName: string]: string;
315
+ };
316
+ /** The geo-location where the resource lives */
317
+ location: string;
318
+ }
319
+ /** Organization Resource by Astronomer */
320
+ export interface OrganizationResource extends TrackedResource {
321
+ /** The resource-specific properties for this resource. */
322
+ properties?: LiftrBaseDataOrganizationProperties;
323
+ /** The managed service identities assigned to this resource. */
324
+ identity?: ManagedServiceIdentity;
325
+ }
326
+ /** Defines headers for Organizations_createOrUpdate operation. */
327
+ export interface OrganizationsCreateOrUpdateHeaders {
328
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
329
+ retryAfter?: number;
330
+ }
331
+ /** Defines headers for Organizations_update operation. */
332
+ export interface OrganizationsUpdateHeaders {
333
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
334
+ retryAfter?: number;
335
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
336
+ location?: string;
337
+ }
338
+ /** Defines headers for Organizations_delete operation. */
339
+ export interface OrganizationsDeleteHeaders {
340
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
341
+ retryAfter?: number;
342
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
343
+ location?: string;
344
+ }
345
+ /** Known values of {@link Origin} that the service accepts. */
346
+ export declare enum KnownOrigin {
347
+ /** User */
348
+ User = "user",
349
+ /** System */
350
+ System = "system",
351
+ /** UserSystem */
352
+ UserSystem = "user,system"
353
+ }
354
+ /**
355
+ * Defines values for Origin. \
356
+ * {@link KnownOrigin} can be used interchangeably with Origin,
357
+ * this enum contains the known values that the service supports.
358
+ * ### Known values supported by the service
359
+ * **user** \
360
+ * **system** \
361
+ * **user,system**
362
+ */
363
+ export type Origin = string;
364
+ /** Known values of {@link ActionType} that the service accepts. */
365
+ export declare enum KnownActionType {
366
+ /** Internal */
367
+ Internal = "Internal"
368
+ }
369
+ /**
370
+ * Defines values for ActionType. \
371
+ * {@link KnownActionType} can be used interchangeably with ActionType,
372
+ * this enum contains the known values that the service supports.
373
+ * ### Known values supported by the service
374
+ * **Internal**
375
+ */
376
+ export type ActionType = string;
377
+ /** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
378
+ export declare enum KnownMarketplaceSubscriptionStatus {
379
+ /** Purchased but not yet activated */
380
+ PendingFulfillmentStart = "PendingFulfillmentStart",
381
+ /** Marketplace subscription is activated */
382
+ Subscribed = "Subscribed",
383
+ /** This state indicates that a customer's payment for the Marketplace service was not received */
384
+ Suspended = "Suspended",
385
+ /** Customer has cancelled the subscription */
386
+ Unsubscribed = "Unsubscribed"
387
+ }
388
+ /**
389
+ * Defines values for MarketplaceSubscriptionStatus. \
390
+ * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
391
+ * this enum contains the known values that the service supports.
392
+ * ### Known values supported by the service
393
+ * **PendingFulfillmentStart**: Purchased but not yet activated \
394
+ * **Subscribed**: Marketplace subscription is activated \
395
+ * **Suspended**: This state indicates that a customer's payment for the Marketplace service was not received \
396
+ * **Unsubscribed**: Customer has cancelled the subscription
397
+ */
398
+ export type MarketplaceSubscriptionStatus = string;
399
+ /** Known values of {@link ResourceProvisioningState} that the service accepts. */
400
+ export declare enum KnownResourceProvisioningState {
401
+ /** Resource has been created. */
402
+ Succeeded = "Succeeded",
403
+ /** Resource creation failed. */
404
+ Failed = "Failed",
405
+ /** Resource creation was canceled. */
406
+ Canceled = "Canceled"
407
+ }
408
+ /**
409
+ * Defines values for ResourceProvisioningState. \
410
+ * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,
411
+ * this enum contains the known values that the service supports.
412
+ * ### Known values supported by the service
413
+ * **Succeeded**: Resource has been created. \
414
+ * **Failed**: Resource creation failed. \
415
+ * **Canceled**: Resource creation was canceled.
416
+ */
417
+ export type ResourceProvisioningState = string;
418
+ /** Known values of {@link SingleSignOnStates} that the service accepts. */
419
+ export declare enum KnownSingleSignOnStates {
420
+ /** Initial state of the SSO resource */
421
+ Initial = "Initial",
422
+ /** State of the SSO resource when it is enabled */
423
+ Enable = "Enable",
424
+ /** State of the SSO resource when it is disabled */
425
+ Disable = "Disable"
426
+ }
427
+ /**
428
+ * Defines values for SingleSignOnStates. \
429
+ * {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,
430
+ * this enum contains the known values that the service supports.
431
+ * ### Known values supported by the service
432
+ * **Initial**: Initial state of the SSO resource \
433
+ * **Enable**: State of the SSO resource when it is enabled \
434
+ * **Disable**: State of the SSO resource when it is disabled
435
+ */
436
+ export type SingleSignOnStates = string;
437
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
438
+ export declare enum KnownManagedServiceIdentityType {
439
+ /** None */
440
+ None = "None",
441
+ /** SystemAssigned */
442
+ SystemAssigned = "SystemAssigned",
443
+ /** UserAssigned */
444
+ UserAssigned = "UserAssigned",
445
+ /** SystemAssignedUserAssigned */
446
+ SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
447
+ }
448
+ /**
449
+ * Defines values for ManagedServiceIdentityType. \
450
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
451
+ * this enum contains the known values that the service supports.
452
+ * ### Known values supported by the service
453
+ * **None** \
454
+ * **SystemAssigned** \
455
+ * **UserAssigned** \
456
+ * **SystemAssigned, UserAssigned**
457
+ */
458
+ export type ManagedServiceIdentityType = string;
459
+ /** Known values of {@link CreatedByType} that the service accepts. */
460
+ export declare enum KnownCreatedByType {
461
+ /** User */
462
+ User = "User",
463
+ /** Application */
464
+ Application = "Application",
465
+ /** ManagedIdentity */
466
+ ManagedIdentity = "ManagedIdentity",
467
+ /** Key */
468
+ Key = "Key"
469
+ }
470
+ /**
471
+ * Defines values for CreatedByType. \
472
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
473
+ * this enum contains the known values that the service supports.
474
+ * ### Known values supported by the service
475
+ * **User** \
476
+ * **Application** \
477
+ * **ManagedIdentity** \
478
+ * **Key**
479
+ */
480
+ export type CreatedByType = string;
481
+ /** Known values of {@link Versions} that the service accepts. */
482
+ export declare enum KnownVersions {
483
+ /** Dependent on Azure.ResourceManager.Versions.v1_0_Preview_1, LiftrBase.Versions.v1_preview, LiftrBase.Data.Versions.v1_preview */
484
+ V1Preview = "2023-08-01"
485
+ }
486
+ /**
487
+ * Defines values for Versions. \
488
+ * {@link KnownVersions} can be used interchangeably with Versions,
489
+ * this enum contains the known values that the service supports.
490
+ * ### Known values supported by the service
491
+ * **2023-08-01**: Dependent on Azure.ResourceManager.Versions.v1_0_Preview_1, LiftrBase.Versions.v1_preview, LiftrBase.Data.Versions.v1_preview
492
+ */
493
+ export type Versions = string;
494
+ /** Optional parameters. */
495
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
496
+ }
497
+ /** Contains response data for the list operation. */
498
+ export type OperationsListResponse = OperationListResult;
499
+ /** Optional parameters. */
500
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
501
+ }
502
+ /** Contains response data for the listNext operation. */
503
+ export type OperationsListNextResponse = OperationListResult;
504
+ /** Optional parameters. */
505
+ export interface OrganizationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
506
+ }
507
+ /** Contains response data for the listBySubscription operation. */
508
+ export type OrganizationsListBySubscriptionResponse = OrganizationResourceListResult;
509
+ /** Optional parameters. */
510
+ export interface OrganizationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
511
+ }
512
+ /** Contains response data for the listByResourceGroup operation. */
513
+ export type OrganizationsListByResourceGroupResponse = OrganizationResourceListResult;
514
+ /** Optional parameters. */
515
+ export interface OrganizationsGetOptionalParams extends coreClient.OperationOptions {
516
+ }
517
+ /** Contains response data for the get operation. */
518
+ export type OrganizationsGetResponse = OrganizationResource;
519
+ /** Optional parameters. */
520
+ export interface OrganizationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
521
+ /** Delay to wait until next poll, in milliseconds. */
522
+ updateIntervalInMs?: number;
523
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
524
+ resumeFrom?: string;
525
+ }
526
+ /** Contains response data for the createOrUpdate operation. */
527
+ export type OrganizationsCreateOrUpdateResponse = OrganizationResource;
528
+ /** Optional parameters. */
529
+ export interface OrganizationsUpdateOptionalParams extends coreClient.OperationOptions {
530
+ /** Delay to wait until next poll, in milliseconds. */
531
+ updateIntervalInMs?: number;
532
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
533
+ resumeFrom?: string;
534
+ }
535
+ /** Contains response data for the update operation. */
536
+ export type OrganizationsUpdateResponse = OrganizationResource;
537
+ /** Optional parameters. */
538
+ export interface OrganizationsDeleteOptionalParams extends coreClient.OperationOptions {
539
+ /** Delay to wait until next poll, in milliseconds. */
540
+ updateIntervalInMs?: number;
541
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
542
+ resumeFrom?: string;
543
+ }
544
+ /** Contains response data for the delete operation. */
545
+ export type OrganizationsDeleteResponse = OrganizationsDeleteHeaders;
546
+ /** Optional parameters. */
547
+ export interface OrganizationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
548
+ }
549
+ /** Contains response data for the listBySubscriptionNext operation. */
550
+ export type OrganizationsListBySubscriptionNextResponse = OrganizationResourceListResult;
551
+ /** Optional parameters. */
552
+ export interface OrganizationsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
553
+ }
554
+ /** Contains response data for the listByResourceGroupNext operation. */
555
+ export type OrganizationsListByResourceGroupNextResponse = OrganizationResourceListResult;
556
+ /** Optional parameters. */
557
+ export interface AstroManagementClientOptionalParams extends coreClient.ServiceClientOptions {
558
+ /** server parameter */
559
+ $host?: string;
560
+ /** Api Version */
561
+ apiVersion?: string;
562
+ /** Overrides client endpoint. */
563
+ endpoint?: string;
564
+ }
565
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,86 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ /** Known values of {@link Origin} that the service accepts. */
9
+ export var KnownOrigin;
10
+ (function (KnownOrigin) {
11
+ /** User */
12
+ KnownOrigin["User"] = "user";
13
+ /** System */
14
+ KnownOrigin["System"] = "system";
15
+ /** UserSystem */
16
+ KnownOrigin["UserSystem"] = "user,system";
17
+ })(KnownOrigin || (KnownOrigin = {}));
18
+ /** Known values of {@link ActionType} that the service accepts. */
19
+ export var KnownActionType;
20
+ (function (KnownActionType) {
21
+ /** Internal */
22
+ KnownActionType["Internal"] = "Internal";
23
+ })(KnownActionType || (KnownActionType = {}));
24
+ /** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
25
+ export var KnownMarketplaceSubscriptionStatus;
26
+ (function (KnownMarketplaceSubscriptionStatus) {
27
+ /** Purchased but not yet activated */
28
+ KnownMarketplaceSubscriptionStatus["PendingFulfillmentStart"] = "PendingFulfillmentStart";
29
+ /** Marketplace subscription is activated */
30
+ KnownMarketplaceSubscriptionStatus["Subscribed"] = "Subscribed";
31
+ /** This state indicates that a customer's payment for the Marketplace service was not received */
32
+ KnownMarketplaceSubscriptionStatus["Suspended"] = "Suspended";
33
+ /** Customer has cancelled the subscription */
34
+ KnownMarketplaceSubscriptionStatus["Unsubscribed"] = "Unsubscribed";
35
+ })(KnownMarketplaceSubscriptionStatus || (KnownMarketplaceSubscriptionStatus = {}));
36
+ /** Known values of {@link ResourceProvisioningState} that the service accepts. */
37
+ export var KnownResourceProvisioningState;
38
+ (function (KnownResourceProvisioningState) {
39
+ /** Resource has been created. */
40
+ KnownResourceProvisioningState["Succeeded"] = "Succeeded";
41
+ /** Resource creation failed. */
42
+ KnownResourceProvisioningState["Failed"] = "Failed";
43
+ /** Resource creation was canceled. */
44
+ KnownResourceProvisioningState["Canceled"] = "Canceled";
45
+ })(KnownResourceProvisioningState || (KnownResourceProvisioningState = {}));
46
+ /** Known values of {@link SingleSignOnStates} that the service accepts. */
47
+ export var KnownSingleSignOnStates;
48
+ (function (KnownSingleSignOnStates) {
49
+ /** Initial state of the SSO resource */
50
+ KnownSingleSignOnStates["Initial"] = "Initial";
51
+ /** State of the SSO resource when it is enabled */
52
+ KnownSingleSignOnStates["Enable"] = "Enable";
53
+ /** State of the SSO resource when it is disabled */
54
+ KnownSingleSignOnStates["Disable"] = "Disable";
55
+ })(KnownSingleSignOnStates || (KnownSingleSignOnStates = {}));
56
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
57
+ export var KnownManagedServiceIdentityType;
58
+ (function (KnownManagedServiceIdentityType) {
59
+ /** None */
60
+ KnownManagedServiceIdentityType["None"] = "None";
61
+ /** SystemAssigned */
62
+ KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
63
+ /** UserAssigned */
64
+ KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
65
+ /** SystemAssignedUserAssigned */
66
+ KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned, UserAssigned";
67
+ })(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
68
+ /** Known values of {@link CreatedByType} that the service accepts. */
69
+ export var KnownCreatedByType;
70
+ (function (KnownCreatedByType) {
71
+ /** User */
72
+ KnownCreatedByType["User"] = "User";
73
+ /** Application */
74
+ KnownCreatedByType["Application"] = "Application";
75
+ /** ManagedIdentity */
76
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
77
+ /** Key */
78
+ KnownCreatedByType["Key"] = "Key";
79
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
80
+ /** Known values of {@link Versions} that the service accepts. */
81
+ export var KnownVersions;
82
+ (function (KnownVersions) {
83
+ /** Dependent on Azure.ResourceManager.Versions.v1_0_Preview_1, LiftrBase.Versions.v1_preview, LiftrBase.Data.Versions.v1_preview */
84
+ KnownVersions["V1Preview"] = "2023-08-01";
85
+ })(KnownVersions || (KnownVersions = {}));
86
+ //# sourceMappingURL=index.js.map