@azure/arm-databoundaries 1.0.0-beta.1 → 1.0.0-beta.3

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 (247) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +29 -24
  3. package/dist/browser/api/dataBoundaries/index.d.ts +3 -0
  4. package/dist/browser/api/dataBoundaries/index.js +4 -0
  5. package/dist/browser/api/dataBoundaries/index.js.map +1 -0
  6. package/dist/browser/api/dataBoundaries/operations.d.ts +17 -0
  7. package/dist/browser/api/dataBoundaries/operations.js +87 -0
  8. package/dist/browser/api/dataBoundaries/operations.js.map +1 -0
  9. package/dist/browser/api/dataBoundaries/options.d.ts +11 -0
  10. package/dist/browser/api/dataBoundaries/options.js +4 -0
  11. package/dist/browser/api/dataBoundaries/options.js.map +1 -0
  12. package/dist/browser/api/databoundariesManegementContext.d.ts +20 -0
  13. package/dist/browser/api/databoundariesManegementContext.js +26 -0
  14. package/dist/browser/api/databoundariesManegementContext.js.map +1 -0
  15. package/dist/browser/api/index.d.ts +3 -0
  16. package/dist/browser/api/index.js +4 -0
  17. package/dist/browser/api/index.js.map +1 -0
  18. package/dist/browser/api/operations/index.d.ts +3 -0
  19. package/dist/browser/api/operations/index.js +4 -0
  20. package/dist/browser/api/operations/index.js.map +1 -0
  21. package/dist/browser/api/operations/operations.d.ts +10 -0
  22. package/dist/browser/api/operations/operations.js +31 -0
  23. package/dist/browser/api/operations/operations.js.map +1 -0
  24. package/dist/browser/api/operations/options.d.ts +5 -0
  25. package/dist/browser/api/operations/options.js +4 -0
  26. package/dist/browser/api/operations/options.js.map +1 -0
  27. package/dist/browser/classic/dataBoundaries/index.d.ts +14 -0
  28. package/dist/browser/classic/dataBoundaries/index.js +16 -0
  29. package/dist/browser/classic/dataBoundaries/index.js.map +1 -0
  30. package/dist/browser/classic/index.d.ts +3 -0
  31. package/dist/browser/classic/index.js +4 -0
  32. package/dist/browser/classic/index.js.map +1 -0
  33. package/dist/browser/classic/operations/index.d.ts +11 -0
  34. package/dist/browser/classic/operations/index.js +14 -0
  35. package/dist/browser/classic/operations/index.js.map +1 -0
  36. package/dist/browser/databoundariesManegementClient.d.ts +18 -0
  37. package/dist/browser/databoundariesManegementClient.js +29 -0
  38. package/dist/browser/databoundariesManegementClient.js.map +1 -0
  39. package/dist/browser/index.d.ts +14 -0
  40. package/dist/browser/index.js +8 -0
  41. package/dist/browser/index.js.map +1 -0
  42. package/dist/browser/logger.d.ts +2 -0
  43. package/dist/browser/logger.js +5 -0
  44. package/dist/browser/logger.js.map +1 -0
  45. package/dist/browser/models/index.d.ts +3 -0
  46. package/dist/browser/models/index.js +4 -0
  47. package/dist/browser/models/index.js.map +1 -0
  48. package/dist/browser/models/models.d.ts +236 -0
  49. package/dist/browser/models/models.js +198 -0
  50. package/dist/browser/models/models.js.map +1 -0
  51. package/dist/browser/package.json +3 -0
  52. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  53. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  54. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  55. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  56. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  57. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  58. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  59. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  60. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  61. package/dist/commonjs/api/dataBoundaries/index.d.ts +3 -0
  62. package/dist/commonjs/api/dataBoundaries/index.js +32 -0
  63. package/dist/commonjs/api/dataBoundaries/index.js.map +7 -0
  64. package/dist/commonjs/api/dataBoundaries/operations.d.ts +17 -0
  65. package/dist/commonjs/api/dataBoundaries/operations.js +136 -0
  66. package/dist/commonjs/api/dataBoundaries/operations.js.map +7 -0
  67. package/dist/commonjs/api/dataBoundaries/options.d.ts +11 -0
  68. package/dist/commonjs/api/dataBoundaries/options.js +16 -0
  69. package/dist/commonjs/api/dataBoundaries/options.js.map +7 -0
  70. package/dist/commonjs/api/databoundariesManegementContext.d.ts +20 -0
  71. package/dist/commonjs/api/databoundariesManegementContext.js +47 -0
  72. package/dist/commonjs/api/databoundariesManegementContext.js.map +7 -0
  73. package/dist/commonjs/api/index.d.ts +3 -0
  74. package/dist/commonjs/api/index.js +28 -0
  75. package/dist/commonjs/api/index.js.map +7 -0
  76. package/dist/commonjs/api/operations/index.d.ts +3 -0
  77. package/dist/commonjs/api/operations/index.js +28 -0
  78. package/dist/commonjs/api/operations/index.js.map +7 -0
  79. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  80. package/dist/commonjs/api/operations/operations.js +68 -0
  81. package/dist/commonjs/api/operations/operations.js.map +7 -0
  82. package/dist/commonjs/api/operations/options.d.ts +5 -0
  83. package/dist/commonjs/api/operations/options.js +16 -0
  84. package/dist/commonjs/api/operations/options.js.map +7 -0
  85. package/dist/commonjs/classic/dataBoundaries/index.d.ts +14 -0
  86. package/dist/commonjs/classic/dataBoundaries/index.js +40 -0
  87. package/dist/commonjs/classic/dataBoundaries/index.js.map +7 -0
  88. package/dist/commonjs/classic/index.d.ts +3 -0
  89. package/dist/commonjs/classic/index.js +16 -0
  90. package/dist/commonjs/classic/index.js.map +7 -0
  91. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  92. package/dist/commonjs/classic/operations/index.js +38 -0
  93. package/dist/commonjs/classic/operations/index.js.map +7 -0
  94. package/dist/commonjs/databoundariesManegementClient.d.ts +18 -0
  95. package/dist/commonjs/databoundariesManegementClient.js +51 -0
  96. package/dist/commonjs/databoundariesManegementClient.js.map +7 -0
  97. package/dist/commonjs/index.d.ts +14 -0
  98. package/dist/commonjs/index.js +51 -0
  99. package/dist/commonjs/index.js.map +7 -0
  100. package/dist/commonjs/logger.d.ts +2 -0
  101. package/dist/commonjs/logger.js +29 -0
  102. package/dist/commonjs/logger.js.map +7 -0
  103. package/dist/commonjs/models/index.d.ts +3 -0
  104. package/dist/commonjs/models/index.js +40 -0
  105. package/dist/commonjs/models/index.js.map +7 -0
  106. package/dist/commonjs/models/models.d.ts +236 -0
  107. package/dist/commonjs/models/models.js +229 -0
  108. package/dist/commonjs/models/models.js.map +7 -0
  109. package/dist/commonjs/package.json +3 -0
  110. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  111. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  112. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  113. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  114. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  115. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  116. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  117. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  118. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  119. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  120. package/dist/esm/api/dataBoundaries/index.d.ts +3 -0
  121. package/dist/esm/api/dataBoundaries/index.js +4 -0
  122. package/dist/esm/api/dataBoundaries/index.js.map +1 -0
  123. package/dist/esm/api/dataBoundaries/operations.d.ts +17 -0
  124. package/dist/esm/api/dataBoundaries/operations.js +87 -0
  125. package/dist/esm/api/dataBoundaries/operations.js.map +1 -0
  126. package/dist/esm/api/dataBoundaries/options.d.ts +11 -0
  127. package/dist/esm/api/dataBoundaries/options.js +4 -0
  128. package/dist/esm/api/dataBoundaries/options.js.map +1 -0
  129. package/dist/esm/api/databoundariesManegementContext.d.ts +20 -0
  130. package/dist/esm/api/databoundariesManegementContext.js +26 -0
  131. package/dist/esm/api/databoundariesManegementContext.js.map +1 -0
  132. package/dist/esm/api/index.d.ts +3 -0
  133. package/dist/esm/api/index.js +4 -0
  134. package/dist/esm/api/index.js.map +1 -0
  135. package/dist/esm/api/operations/index.d.ts +3 -0
  136. package/dist/esm/api/operations/index.js +4 -0
  137. package/dist/esm/api/operations/index.js.map +1 -0
  138. package/dist/esm/api/operations/operations.d.ts +10 -0
  139. package/dist/esm/api/operations/operations.js +31 -0
  140. package/dist/esm/api/operations/operations.js.map +1 -0
  141. package/dist/esm/api/operations/options.d.ts +5 -0
  142. package/dist/esm/api/operations/options.js +4 -0
  143. package/dist/esm/api/operations/options.js.map +1 -0
  144. package/dist/esm/classic/dataBoundaries/index.d.ts +14 -0
  145. package/dist/esm/classic/dataBoundaries/index.js +16 -0
  146. package/dist/esm/classic/dataBoundaries/index.js.map +1 -0
  147. package/dist/esm/classic/index.d.ts +3 -0
  148. package/dist/esm/classic/index.js +4 -0
  149. package/dist/esm/classic/index.js.map +1 -0
  150. package/dist/esm/classic/operations/index.d.ts +11 -0
  151. package/dist/esm/classic/operations/index.js +14 -0
  152. package/dist/esm/classic/operations/index.js.map +1 -0
  153. package/dist/esm/databoundariesManegementClient.d.ts +18 -0
  154. package/dist/esm/databoundariesManegementClient.js +29 -0
  155. package/dist/esm/databoundariesManegementClient.js.map +1 -0
  156. package/dist/esm/index.d.ts +14 -0
  157. package/dist/esm/index.js +8 -0
  158. package/dist/esm/index.js.map +1 -0
  159. package/dist/esm/logger.d.ts +2 -0
  160. package/dist/esm/logger.js +5 -0
  161. package/dist/esm/logger.js.map +1 -0
  162. package/dist/esm/models/index.d.ts +3 -0
  163. package/dist/esm/models/index.js +4 -0
  164. package/dist/esm/models/index.js.map +1 -0
  165. package/dist/esm/models/models.d.ts +236 -0
  166. package/dist/esm/models/models.js +198 -0
  167. package/dist/esm/models/models.js.map +1 -0
  168. package/dist/esm/package.json +3 -0
  169. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  170. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  171. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  172. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  173. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  174. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  175. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  176. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  177. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  178. package/package.json +150 -83
  179. package/CHANGELOG.md +0 -7
  180. package/dist/index.js +0 -587
  181. package/dist/index.js.map +0 -1
  182. package/dist/index.min.js +0 -1
  183. package/dist/index.min.js.map +0 -1
  184. package/dist-esm/samples-dev/dataBoundariesGetScopeSample.d.ts +0 -2
  185. package/dist-esm/samples-dev/dataBoundariesGetScopeSample.d.ts.map +0 -1
  186. package/dist-esm/samples-dev/dataBoundariesGetScopeSample.js +0 -37
  187. package/dist-esm/samples-dev/dataBoundariesGetScopeSample.js.map +0 -1
  188. package/dist-esm/samples-dev/dataBoundariesGetTenantSample.d.ts +0 -2
  189. package/dist-esm/samples-dev/dataBoundariesGetTenantSample.d.ts.map +0 -1
  190. package/dist-esm/samples-dev/dataBoundariesGetTenantSample.js +0 -36
  191. package/dist-esm/samples-dev/dataBoundariesGetTenantSample.js.map +0 -1
  192. package/dist-esm/samples-dev/dataBoundariesPutSample.d.ts +0 -2
  193. package/dist-esm/samples-dev/dataBoundariesPutSample.d.ts.map +0 -1
  194. package/dist-esm/samples-dev/dataBoundariesPutSample.js +0 -39
  195. package/dist-esm/samples-dev/dataBoundariesPutSample.js.map +0 -1
  196. package/dist-esm/src/databoundariesManegementClient.d.ts +0 -18
  197. package/dist-esm/src/databoundariesManegementClient.d.ts.map +0 -1
  198. package/dist-esm/src/databoundariesManegementClient.js +0 -94
  199. package/dist-esm/src/databoundariesManegementClient.js.map +0 -1
  200. package/dist-esm/src/index.d.ts +0 -4
  201. package/dist-esm/src/index.d.ts.map +0 -1
  202. package/dist-esm/src/index.js +0 -11
  203. package/dist-esm/src/index.js.map +0 -1
  204. package/dist-esm/src/models/index.d.ts +0 -213
  205. package/dist-esm/src/models/index.d.ts.map +0 -1
  206. package/dist-esm/src/models/index.js +0 -54
  207. package/dist-esm/src/models/index.js.map +0 -1
  208. package/dist-esm/src/models/mappers.d.ts +0 -10
  209. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  210. package/dist-esm/src/models/mappers.js +0 -222
  211. package/dist-esm/src/models/mappers.js.map +0 -1
  212. package/dist-esm/src/models/parameters.d.ts +0 -9
  213. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  214. package/dist-esm/src/models/parameters.js +0 -81
  215. package/dist-esm/src/models/parameters.js.map +0 -1
  216. package/dist-esm/src/operations/dataBoundaries.d.ts +0 -33
  217. package/dist-esm/src/operations/dataBoundaries.d.ts.map +0 -1
  218. package/dist-esm/src/operations/dataBoundaries.js +0 -102
  219. package/dist-esm/src/operations/dataBoundaries.js.map +0 -1
  220. package/dist-esm/src/operations/index.d.ts +0 -2
  221. package/dist-esm/src/operations/index.d.ts.map +0 -1
  222. package/dist-esm/src/operations/index.js +0 -9
  223. package/dist-esm/src/operations/index.js.map +0 -1
  224. package/dist-esm/src/operationsInterfaces/dataBoundaries.d.ts +0 -25
  225. package/dist-esm/src/operationsInterfaces/dataBoundaries.d.ts.map +0 -1
  226. package/dist-esm/src/operationsInterfaces/dataBoundaries.js +0 -9
  227. package/dist-esm/src/operationsInterfaces/dataBoundaries.js.map +0 -1
  228. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -2
  229. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  230. package/dist-esm/src/operationsInterfaces/index.js +0 -9
  231. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  232. package/dist-esm/test/databoundaries_operations_test.spec.d.ts +0 -4
  233. package/dist-esm/test/databoundaries_operations_test.spec.d.ts.map +0 -1
  234. package/dist-esm/test/databoundaries_operations_test.spec.js +0 -58
  235. package/dist-esm/test/databoundaries_operations_test.spec.js.map +0 -1
  236. package/review/arm-databoundaries.api.md +0 -154
  237. package/src/databoundariesManegementClient.ts +0 -133
  238. package/src/index.ts +0 -11
  239. package/src/models/index.ts +0 -243
  240. package/src/models/mappers.ts +0 -236
  241. package/src/models/parameters.ts +0 -93
  242. package/src/operations/dataBoundaries.ts +0 -141
  243. package/src/operations/index.ts +0 -9
  244. package/src/operationsInterfaces/dataBoundaries.ts +0 -53
  245. package/src/operationsInterfaces/index.ts +0 -9
  246. package/tsconfig.json +0 -33
  247. package/types/arm-databoundaries.d.ts +0 -276
@@ -0,0 +1,38 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var operations_exports = {};
19
+ __export(operations_exports, {
20
+ _getOperationsOperations: () => _getOperationsOperations
21
+ });
22
+ module.exports = __toCommonJS(operations_exports);
23
+ var import_operations = require("../../api/operations/operations.js");
24
+ function _getOperations(context) {
25
+ return {
26
+ list: (options) => (0, import_operations.list)(context, options)
27
+ };
28
+ }
29
+ function _getOperationsOperations(context) {
30
+ return {
31
+ ..._getOperations(context)
32
+ };
33
+ }
34
+ // Annotate the CommonJS export names for ESM import in node:
35
+ 0 && (module.exports = {
36
+ _getOperationsOperations
37
+ });
38
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/classic/operations/index.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { DataboundariesManegementContext } from \"../../api/databoundariesManegementContext.js\";\nimport { list } from \"../../api/operations/operations.js\";\nimport { OperationsListOptionalParams } from \"../../api/operations/options.js\";\nimport { Operation } from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a Operations operations. */\nexport interface OperationsOperations {\n /** List the operations for the provider */\n list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;\n}\n\nfunction _getOperations(context: DataboundariesManegementContext) {\n return {\n list: (options?: OperationsListOptionalParams) => list(context, options),\n };\n}\n\nexport function _getOperationsOperations(\n context: DataboundariesManegementContext,\n): OperationsOperations {\n return {\n ..._getOperations(context),\n };\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,wBAAqB;AAWrB,SAAS,eAAe,SAA0C;AAChE,SAAO;AAAA,IACL,MAAM,CAAC,gBAA2C,wBAAK,SAAS,OAAO;AAAA,EACzE;AACF;AAEO,SAAS,yBACd,SACsB;AACtB,SAAO;AAAA,IACL,GAAG,eAAe,OAAO;AAAA,EAC3B;AACF;",
6
+ "names": []
7
+ }
@@ -0,0 +1,18 @@
1
+ import { DataboundariesManegementClientOptionalParams } from "./api/index.js";
2
+ import { DataBoundariesOperations } from "./classic/dataBoundaries/index.js";
3
+ import { OperationsOperations } from "./classic/operations/index.js";
4
+ import { TokenCredential } from "@azure/core-auth";
5
+ import { Pipeline } from "@azure/core-rest-pipeline";
6
+ export type { DataboundariesManegementClientOptionalParams } from "./api/databoundariesManegementContext.js";
7
+ export declare class DataboundariesManegementClient {
8
+ private _client;
9
+ /** The pipeline used by this client to make requests */
10
+ readonly pipeline: Pipeline;
11
+ /** Provides APIs for data boundary operations. */
12
+ constructor(credential: TokenCredential, options?: DataboundariesManegementClientOptionalParams);
13
+ /** The operation groups for dataBoundaries */
14
+ readonly dataBoundaries: DataBoundariesOperations;
15
+ /** The operation groups for operations */
16
+ readonly operations: OperationsOperations;
17
+ }
18
+ //# sourceMappingURL=databoundariesManegementClient.d.ts.map
@@ -0,0 +1,51 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var databoundariesManegementClient_exports = {};
19
+ __export(databoundariesManegementClient_exports, {
20
+ DataboundariesManegementClient: () => DataboundariesManegementClient
21
+ });
22
+ module.exports = __toCommonJS(databoundariesManegementClient_exports);
23
+ var import_api = require("./api/index.js");
24
+ var import_dataBoundaries = require("./classic/dataBoundaries/index.js");
25
+ var import_operations = require("./classic/operations/index.js");
26
+ class DataboundariesManegementClient {
27
+ _client;
28
+ /** The pipeline used by this client to make requests */
29
+ pipeline;
30
+ /** Provides APIs for data boundary operations. */
31
+ constructor(credential, options = {}) {
32
+ const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
33
+ const userAgentPrefix = prefixFromOptions ? `${prefixFromOptions} azsdk-js-client` : `azsdk-js-client`;
34
+ this._client = (0, import_api.createDataboundariesManegement)(credential, {
35
+ ...options,
36
+ userAgentOptions: { userAgentPrefix }
37
+ });
38
+ this.pipeline = this._client.pipeline;
39
+ this.dataBoundaries = (0, import_dataBoundaries._getDataBoundariesOperations)(this._client);
40
+ this.operations = (0, import_operations._getOperationsOperations)(this._client);
41
+ }
42
+ /** The operation groups for dataBoundaries */
43
+ dataBoundaries;
44
+ /** The operation groups for operations */
45
+ operations;
46
+ }
47
+ // Annotate the CommonJS export names for ESM import in node:
48
+ 0 && (module.exports = {
49
+ DataboundariesManegementClient
50
+ });
51
+ //# sourceMappingURL=databoundariesManegementClient.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/databoundariesManegementClient.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n DataboundariesManegementContext,\n DataboundariesManegementClientOptionalParams,\n createDataboundariesManegement,\n} from \"./api/index.js\";\nimport {\n DataBoundariesOperations,\n _getDataBoundariesOperations,\n} from \"./classic/dataBoundaries/index.js\";\nimport { OperationsOperations, _getOperationsOperations } from \"./classic/operations/index.js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport { Pipeline } from \"@azure/core-rest-pipeline\";\n\nexport type { DataboundariesManegementClientOptionalParams } from \"./api/databoundariesManegementContext.js\";\n\nexport class DataboundariesManegementClient {\n private _client: DataboundariesManegementContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n /** Provides APIs for data boundary operations. */\n constructor(\n credential: TokenCredential,\n options: DataboundariesManegementClientOptionalParams = {},\n ) {\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createDataboundariesManegement(credential, {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.dataBoundaries = _getDataBoundariesOperations(this._client);\n this.operations = _getOperationsOperations(this._client);\n }\n\n /** The operation groups for dataBoundaries */\n public readonly dataBoundaries: DataBoundariesOperations;\n /** The operation groups for operations */\n public readonly operations: OperationsOperations;\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,iBAIO;AACP,4BAGO;AACP,wBAA+D;AAMxD,MAAM,+BAA+B;AAAA,EAClC;AAAA;AAAA,EAEQ;AAAA;AAAA,EAGhB,YACE,YACA,UAAwD,CAAC,GACzD;AACA,UAAM,oBAAoB,SAAS,kBAAkB;AACrD,UAAM,kBAAkB,oBACpB,GAAG,iBAAiB,qBACpB;AACJ,SAAK,cAAU,2CAA+B,YAAY;AAAA,MACxD,GAAG;AAAA,MACH,kBAAkB,EAAE,gBAAgB;AAAA,IACtC,CAAC;AACD,SAAK,WAAW,KAAK,QAAQ;AAC7B,SAAK,qBAAiB,oDAA6B,KAAK,OAAO;AAC/D,SAAK,iBAAa,4CAAyB,KAAK,OAAO;AAAA,EACzD;AAAA;AAAA,EAGgB;AAAA;AAAA,EAEA;AAClB;",
6
+ "names": []
7
+ }
@@ -0,0 +1,14 @@
1
+ import { AzureClouds, AzureSupportedClouds } from "./static-helpers/cloudSettingHelpers.js";
2
+ import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
3
+ export { DataboundariesManegementClient } from "./databoundariesManegementClient.js";
4
+ export type { Operation, OperationDisplay, Origin, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, DataBoundaryDefinition, DataBoundaryProperties, DataBoundary, ProvisioningState, DefaultName, ProxyResource, Resource, SystemData, CreatedByType, } from "./models/index.js";
5
+ export { KnownOrigin, KnownActionType, KnownDataBoundary, KnownProvisioningState, KnownDefaultName, KnownCreatedByType, KnownVersions, } from "./models/index.js";
6
+ export type { DataboundariesManegementClientOptionalParams } from "./api/index.js";
7
+ export type { DataBoundariesPutOptionalParams, DataBoundariesGetTenantOptionalParams, DataBoundariesGetScopeOptionalParams, } from "./api/dataBoundaries/index.js";
8
+ export type { OperationsListOptionalParams } from "./api/operations/index.js";
9
+ export type { DataBoundariesOperations, OperationsOperations } from "./classic/index.js";
10
+ export type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
11
+ export { AzureClouds };
12
+ export type { AzureSupportedClouds };
13
+ export { RestError, isRestError } from "@azure/core-rest-pipeline";
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,51 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var src_exports = {};
19
+ __export(src_exports, {
20
+ AzureClouds: () => import_cloudSettingHelpers.AzureClouds,
21
+ DataboundariesManegementClient: () => import_databoundariesManegementClient.DataboundariesManegementClient,
22
+ KnownActionType: () => import_models.KnownActionType,
23
+ KnownCreatedByType: () => import_models.KnownCreatedByType,
24
+ KnownDataBoundary: () => import_models.KnownDataBoundary,
25
+ KnownDefaultName: () => import_models.KnownDefaultName,
26
+ KnownOrigin: () => import_models.KnownOrigin,
27
+ KnownProvisioningState: () => import_models.KnownProvisioningState,
28
+ KnownVersions: () => import_models.KnownVersions,
29
+ RestError: () => import_core_rest_pipeline.RestError,
30
+ isRestError: () => import_core_rest_pipeline.isRestError
31
+ });
32
+ module.exports = __toCommonJS(src_exports);
33
+ var import_cloudSettingHelpers = require("./static-helpers/cloudSettingHelpers.js");
34
+ var import_databoundariesManegementClient = require("./databoundariesManegementClient.js");
35
+ var import_models = require("./models/index.js");
36
+ var import_core_rest_pipeline = require("@azure/core-rest-pipeline");
37
+ // Annotate the CommonJS export names for ESM import in node:
38
+ 0 && (module.exports = {
39
+ AzureClouds,
40
+ DataboundariesManegementClient,
41
+ KnownActionType,
42
+ KnownCreatedByType,
43
+ KnownDataBoundary,
44
+ KnownDefaultName,
45
+ KnownOrigin,
46
+ KnownProvisioningState,
47
+ KnownVersions,
48
+ RestError,
49
+ isRestError
50
+ });
51
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/index.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AzureClouds, AzureSupportedClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { DataboundariesManegementClient } from \"./databoundariesManegementClient.js\";\nexport type {\n Operation,\n OperationDisplay,\n Origin,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n DataBoundaryDefinition,\n DataBoundaryProperties,\n DataBoundary,\n ProvisioningState,\n DefaultName,\n ProxyResource,\n Resource,\n SystemData,\n CreatedByType,\n} from \"./models/index.js\";\nexport {\n KnownOrigin,\n KnownActionType,\n KnownDataBoundary,\n KnownProvisioningState,\n KnownDefaultName,\n KnownCreatedByType,\n KnownVersions,\n} from \"./models/index.js\";\nexport type { DataboundariesManegementClientOptionalParams } from \"./api/index.js\";\nexport type {\n DataBoundariesPutOptionalParams,\n DataBoundariesGetTenantOptionalParams,\n DataBoundariesGetScopeOptionalParams,\n} from \"./api/dataBoundaries/index.js\";\nexport type { OperationsListOptionalParams } from \"./api/operations/index.js\";\nexport type { DataBoundariesOperations, OperationsOperations } from \"./classic/index.js\";\nexport type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\nexport { AzureClouds };\nexport type { AzureSupportedClouds };\nexport { RestError, isRestError } from \"@azure/core-rest-pipeline\";\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,iCAAkD;AAOlD,4CAA+C;AAmB/C,oBAQO;AAYP,gCAAuC;",
6
+ "names": []
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare const logger: import("@azure/logger").AzureLogger;
2
+ //# sourceMappingURL=logger.d.ts.map
@@ -0,0 +1,29 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var logger_exports = {};
19
+ __export(logger_exports, {
20
+ logger: () => logger
21
+ });
22
+ module.exports = __toCommonJS(logger_exports);
23
+ var import_logger = require("@azure/logger");
24
+ const logger = (0, import_logger.createClientLogger)("arm-databoundaries");
25
+ // Annotate the CommonJS export names for ESM import in node:
26
+ 0 && (module.exports = {
27
+ logger
28
+ });
29
+ //# sourceMappingURL=logger.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/logger.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-databoundaries\");\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,oBAAmC;AAC5B,MAAM,aAAS,kCAAmB,oBAAoB;",
6
+ "names": []
7
+ }
@@ -0,0 +1,3 @@
1
+ export type { Operation, OperationDisplay, Origin, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, DataBoundaryDefinition, DataBoundaryProperties, DataBoundary, ProvisioningState, DefaultName, ProxyResource, Resource, SystemData, CreatedByType, } from "./models.js";
2
+ export { KnownOrigin, KnownActionType, KnownDataBoundary, KnownProvisioningState, KnownDefaultName, KnownCreatedByType, KnownVersions, } from "./models.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,40 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var models_exports = {};
19
+ __export(models_exports, {
20
+ KnownActionType: () => import_models.KnownActionType,
21
+ KnownCreatedByType: () => import_models.KnownCreatedByType,
22
+ KnownDataBoundary: () => import_models.KnownDataBoundary,
23
+ KnownDefaultName: () => import_models.KnownDefaultName,
24
+ KnownOrigin: () => import_models.KnownOrigin,
25
+ KnownProvisioningState: () => import_models.KnownProvisioningState,
26
+ KnownVersions: () => import_models.KnownVersions
27
+ });
28
+ module.exports = __toCommonJS(models_exports);
29
+ var import_models = require("./models.js");
30
+ // Annotate the CommonJS export names for ESM import in node:
31
+ 0 && (module.exports = {
32
+ KnownActionType,
33
+ KnownCreatedByType,
34
+ KnownDataBoundary,
35
+ KnownDefaultName,
36
+ KnownOrigin,
37
+ KnownProvisioningState,
38
+ KnownVersions
39
+ });
40
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/models/index.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n Operation,\n OperationDisplay,\n Origin,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n DataBoundaryDefinition,\n DataBoundaryProperties,\n DataBoundary,\n ProvisioningState,\n DefaultName,\n ProxyResource,\n Resource,\n SystemData,\n CreatedByType,\n} from \"./models.js\";\nexport {\n KnownOrigin,\n KnownActionType,\n KnownDataBoundary,\n KnownProvisioningState,\n KnownDefaultName,\n KnownCreatedByType,\n KnownVersions,\n} from \"./models.js\";\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAqBA,oBAQO;",
6
+ "names": []
7
+ }
@@ -0,0 +1,236 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
6
+ export interface _OperationListResult {
7
+ /** The Operation items on this page */
8
+ value: Operation[];
9
+ /** The link to the next page of items */
10
+ nextLink?: string;
11
+ }
12
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
13
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
14
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
15
+ export interface Operation {
16
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
17
+ readonly name?: string;
18
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
19
+ readonly isDataAction?: boolean;
20
+ /** Localized display information for this particular operation. */
21
+ display?: OperationDisplay;
22
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
23
+ readonly origin?: Origin;
24
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
25
+ readonly actionType?: ActionType;
26
+ }
27
+ export declare function operationDeserializer(item: any): Operation;
28
+ /** Localized display information for an operation. */
29
+ export interface OperationDisplay {
30
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
31
+ readonly provider?: string;
32
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
33
+ readonly resource?: string;
34
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
35
+ readonly operation?: string;
36
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
37
+ readonly description?: string;
38
+ }
39
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
40
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
41
+ export declare enum KnownOrigin {
42
+ /** Indicates the operation is initiated by a user. */
43
+ User = "user",
44
+ /** Indicates the operation is initiated by a system. */
45
+ System = "system",
46
+ /** Indicates the operation is initiated by a user or system. */
47
+ UserSystem = "user,system"
48
+ }
49
+ /**
50
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
51
+ * {@link KnownOrigin} can be used interchangeably with Origin,
52
+ * this enum contains the known values that the service supports.
53
+ * ### Known values supported by the service
54
+ * **user**: Indicates the operation is initiated by a user. \
55
+ * **system**: Indicates the operation is initiated by a system. \
56
+ * **user,system**: Indicates the operation is initiated by a user or system.
57
+ */
58
+ export type Origin = string;
59
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
60
+ export declare enum KnownActionType {
61
+ /** Actions are for internal-only APIs. */
62
+ Internal = "Internal"
63
+ }
64
+ /**
65
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
66
+ * {@link KnownActionType} can be used interchangeably with ActionType,
67
+ * this enum contains the known values that the service supports.
68
+ * ### Known values supported by the service
69
+ * **Internal**: Actions are for internal-only APIs.
70
+ */
71
+ export type ActionType = string;
72
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
73
+ export interface ErrorResponse {
74
+ /** The error object. */
75
+ error?: ErrorDetail;
76
+ }
77
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
78
+ /** The error detail. */
79
+ export interface ErrorDetail {
80
+ /** The error code. */
81
+ readonly code?: string;
82
+ /** The error message. */
83
+ readonly message?: string;
84
+ /** The error target. */
85
+ readonly target?: string;
86
+ /** The error details. */
87
+ readonly details?: ErrorDetail[];
88
+ /** The error additional info. */
89
+ readonly additionalInfo?: ErrorAdditionalInfo[];
90
+ }
91
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
92
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
93
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
94
+ /** The resource management error additional info. */
95
+ export interface ErrorAdditionalInfo {
96
+ /** The additional info type. */
97
+ readonly type?: string;
98
+ /** The additional info. */
99
+ readonly info?: any;
100
+ }
101
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
102
+ /** A data boundary definition. */
103
+ export interface DataBoundaryDefinition extends ProxyResource {
104
+ /** Data boundary properties */
105
+ properties?: DataBoundaryProperties;
106
+ }
107
+ export declare function dataBoundaryDefinitionSerializer(item: DataBoundaryDefinition): any;
108
+ export declare function dataBoundaryDefinitionDeserializer(item: any): DataBoundaryDefinition;
109
+ /** Data boundary properties */
110
+ export interface DataBoundaryProperties {
111
+ /** The data boundary definition. */
112
+ dataBoundary?: DataBoundary;
113
+ /** Denotes the state of provisioning. */
114
+ readonly provisioningState?: ProvisioningState;
115
+ }
116
+ export declare function dataBoundaryPropertiesSerializer(item: DataBoundaryProperties): any;
117
+ export declare function dataBoundaryPropertiesDeserializer(item: any): DataBoundaryProperties;
118
+ /** The data boundary definition. */
119
+ export declare enum KnownDataBoundary {
120
+ /** NotDefined */
121
+ NotDefined = "NotDefined",
122
+ /** Global */
123
+ Global = "Global",
124
+ /** EU */
125
+ EU = "EU"
126
+ }
127
+ /**
128
+ * The data boundary definition. \
129
+ * {@link KnownDataBoundary} can be used interchangeably with DataBoundary,
130
+ * this enum contains the known values that the service supports.
131
+ * ### Known values supported by the service
132
+ * **NotDefined**: NotDefined \
133
+ * **Global**: Global \
134
+ * **EU**: EU
135
+ */
136
+ export type DataBoundary = string;
137
+ /** Denotes the state of provisioning. */
138
+ export declare enum KnownProvisioningState {
139
+ /** Accepted */
140
+ Accepted = "Accepted",
141
+ /** Running */
142
+ Running = "Running",
143
+ /** Creating */
144
+ Creating = "Creating",
145
+ /** Canceled */
146
+ Canceled = "Canceled",
147
+ /** Failed */
148
+ Failed = "Failed",
149
+ /** Succeeded */
150
+ Succeeded = "Succeeded",
151
+ /** Updating */
152
+ Updating = "Updating"
153
+ }
154
+ /**
155
+ * Denotes the state of provisioning. \
156
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
157
+ * this enum contains the known values that the service supports.
158
+ * ### Known values supported by the service
159
+ * **Accepted**: Accepted \
160
+ * **Running**: Running \
161
+ * **Creating**: Creating \
162
+ * **Canceled**: Canceled \
163
+ * **Failed**: Failed \
164
+ * **Succeeded**: Succeeded \
165
+ * **Updating**: Updating
166
+ */
167
+ export type ProvisioningState = string;
168
+ /** Known values of {@link DefaultName} that the service accepts. */
169
+ export declare enum KnownDefaultName {
170
+ /** default */
171
+ Default = "default"
172
+ }
173
+ /** Type of DefaultName */
174
+ export type DefaultName = string;
175
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
176
+ export interface ProxyResource extends Resource {
177
+ }
178
+ export declare function proxyResourceSerializer(_item: ProxyResource): any;
179
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
180
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
181
+ export interface Resource {
182
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
183
+ readonly id?: string;
184
+ /** The name of the resource */
185
+ readonly name?: string;
186
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
187
+ readonly type?: string;
188
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
189
+ readonly systemData?: SystemData;
190
+ }
191
+ export declare function resourceSerializer(_item: Resource): any;
192
+ export declare function resourceDeserializer(item: any): Resource;
193
+ /** Metadata pertaining to creation and last modification of the resource. */
194
+ export interface SystemData {
195
+ /** The identity that created the resource. */
196
+ createdBy?: string;
197
+ /** The type of identity that created the resource. */
198
+ createdByType?: CreatedByType;
199
+ /** The timestamp of resource creation (UTC). */
200
+ createdAt?: Date;
201
+ /** The identity that last modified the resource. */
202
+ lastModifiedBy?: string;
203
+ /** The type of identity that last modified the resource. */
204
+ lastModifiedByType?: CreatedByType;
205
+ /** The timestamp of resource last modification (UTC) */
206
+ lastModifiedAt?: Date;
207
+ }
208
+ export declare function systemDataDeserializer(item: any): SystemData;
209
+ /** The kind of entity that created the resource. */
210
+ export declare enum KnownCreatedByType {
211
+ /** The entity was created by a user. */
212
+ User = "User",
213
+ /** The entity was created by an application. */
214
+ Application = "Application",
215
+ /** The entity was created by a managed identity. */
216
+ ManagedIdentity = "ManagedIdentity",
217
+ /** The entity was created by a key. */
218
+ Key = "Key"
219
+ }
220
+ /**
221
+ * The kind of entity that created the resource. \
222
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
223
+ * this enum contains the known values that the service supports.
224
+ * ### Known values supported by the service
225
+ * **User**: The entity was created by a user. \
226
+ * **Application**: The entity was created by an application. \
227
+ * **ManagedIdentity**: The entity was created by a managed identity. \
228
+ * **Key**: The entity was created by a key.
229
+ */
230
+ export type CreatedByType = string;
231
+ /** The available API versions. */
232
+ export declare enum KnownVersions {
233
+ /** The 2024-08-01 API version. */
234
+ V20240801 = "2024-08-01"
235
+ }
236
+ //# sourceMappingURL=models.d.ts.map