@azure/arm-confluent 2.0.0 → 3.0.0-beta.1

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 (155) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +70 -70
  4. package/dist/index.js +1547 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/confluentManagementClient.d.ts +21 -0
  9. package/dist-esm/src/confluentManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/confluentManagementClient.js +54 -0
  11. package/dist-esm/src/confluentManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +382 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +43 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +15 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +209 -237
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +14 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +110 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  33. package/dist-esm/src/operations/index.d.ts.map +1 -0
  34. package/{esm → dist-esm/src}/operations/index.js +1 -2
  35. package/dist-esm/src/operations/index.js.map +1 -0
  36. package/dist-esm/src/operations/marketplaceAgreements.d.ts +37 -0
  37. package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +1 -0
  38. package/dist-esm/src/operations/marketplaceAgreements.js +149 -0
  39. package/dist-esm/src/operations/marketplaceAgreements.js.map +1 -0
  40. package/dist-esm/src/operations/organization.d.ts +96 -0
  41. package/dist-esm/src/operations/organization.d.ts.map +1 -0
  42. package/dist-esm/src/operations/organization.js +449 -0
  43. package/dist-esm/src/operations/organization.js.map +1 -0
  44. package/dist-esm/src/operations/organizationOperations.d.ts +32 -0
  45. package/dist-esm/src/operations/organizationOperations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/organizationOperations.js +120 -0
  47. package/dist-esm/src/operations/organizationOperations.js.map +1 -0
  48. package/dist-esm/src/operations/validations.d.ts +21 -0
  49. package/dist-esm/src/operations/validations.d.ts.map +1 -0
  50. package/dist-esm/src/operations/validations.js +56 -0
  51. package/dist-esm/src/operations/validations.js.map +1 -0
  52. package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
  53. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  54. package/{esm/models/organizationOperationsMappers.js → dist-esm/src/operationsInterfaces/index.js} +5 -2
  55. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
  57. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js +9 -0
  59. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/organization.d.ts +60 -0
  61. package/dist-esm/src/operationsInterfaces/organization.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/organization.js +9 -0
  63. package/dist-esm/src/operationsInterfaces/organization.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/organizationOperations.d.ts +11 -0
  65. package/dist-esm/src/operationsInterfaces/organizationOperations.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/organizationOperations.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/organizationOperations.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/validations.d.ts +13 -0
  69. package/dist-esm/src/operationsInterfaces/validations.d.ts.map +1 -0
  70. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/validations.js} +2 -1
  71. package/dist-esm/src/operationsInterfaces/validations.js.map +1 -0
  72. package/dist-esm/test/sampleTest.d.ts +2 -0
  73. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  74. package/dist-esm/test/sampleTest.js +40 -0
  75. package/dist-esm/test/sampleTest.js.map +1 -0
  76. package/package.json +65 -31
  77. package/review/arm-confluent.api.md +352 -0
  78. package/rollup.config.js +181 -30
  79. package/src/confluentManagementClient.ts +73 -32
  80. package/src/{models/validationsMappers.ts → index.ts} +4 -10
  81. package/src/lroImpl.ts +34 -0
  82. package/src/models/index.ts +297 -572
  83. package/src/models/mappers.ts +211 -240
  84. package/src/models/parameters.ts +81 -24
  85. package/src/operations/index.ts +1 -2
  86. package/src/operations/marketplaceAgreements.ts +107 -132
  87. package/src/operations/organization.ts +414 -300
  88. package/src/operations/organizationOperations.ts +87 -75
  89. package/src/operations/validations.ts +39 -79
  90. package/src/{models/organizationOperationsMappers.ts → operationsInterfaces/index.ts} +4 -7
  91. package/src/operationsInterfaces/marketplaceAgreements.ts +34 -0
  92. package/src/operationsInterfaces/organization.ts +114 -0
  93. package/src/operationsInterfaces/organizationOperations.ts +25 -0
  94. package/src/operationsInterfaces/validations.ts +30 -0
  95. package/tsconfig.json +3 -3
  96. package/types/arm-confluent.d.ts +543 -0
  97. package/types/tsdoc-metadata.json +11 -0
  98. package/dist/arm-confluent.js +0 -1426
  99. package/dist/arm-confluent.js.map +0 -1
  100. package/dist/arm-confluent.min.js +0 -1
  101. package/dist/arm-confluent.min.js.map +0 -1
  102. package/esm/confluentManagementClient.d.ts +0 -21
  103. package/esm/confluentManagementClient.d.ts.map +0 -1
  104. package/esm/confluentManagementClient.js +0 -35
  105. package/esm/confluentManagementClient.js.map +0 -1
  106. package/esm/confluentManagementClientContext.d.ts +0 -16
  107. package/esm/confluentManagementClientContext.d.ts.map +0 -1
  108. package/esm/confluentManagementClientContext.js +0 -56
  109. package/esm/confluentManagementClientContext.js.map +0 -1
  110. package/esm/models/index.d.ts +0 -640
  111. package/esm/models/index.d.ts.map +0 -1
  112. package/esm/models/index.js.map +0 -1
  113. package/esm/models/mappers.d.ts +0 -17
  114. package/esm/models/mappers.d.ts.map +0 -1
  115. package/esm/models/mappers.js.map +0 -1
  116. package/esm/models/marketplaceAgreementsMappers.d.ts +0 -2
  117. package/esm/models/marketplaceAgreementsMappers.d.ts.map +0 -1
  118. package/esm/models/marketplaceAgreementsMappers.js +0 -9
  119. package/esm/models/marketplaceAgreementsMappers.js.map +0 -1
  120. package/esm/models/organizationMappers.d.ts +0 -2
  121. package/esm/models/organizationMappers.d.ts.map +0 -1
  122. package/esm/models/organizationMappers.js +0 -9
  123. package/esm/models/organizationMappers.js.map +0 -1
  124. package/esm/models/organizationOperationsMappers.d.ts +0 -2
  125. package/esm/models/organizationOperationsMappers.d.ts.map +0 -1
  126. package/esm/models/organizationOperationsMappers.js.map +0 -1
  127. package/esm/models/parameters.d.ts +0 -8
  128. package/esm/models/parameters.d.ts.map +0 -1
  129. package/esm/models/parameters.js +0 -72
  130. package/esm/models/parameters.js.map +0 -1
  131. package/esm/models/validationsMappers.d.ts +0 -2
  132. package/esm/models/validationsMappers.d.ts.map +0 -1
  133. package/esm/models/validationsMappers.js +0 -9
  134. package/esm/models/validationsMappers.js.map +0 -1
  135. package/esm/operations/index.d.ts.map +0 -1
  136. package/esm/operations/index.js.map +0 -1
  137. package/esm/operations/marketplaceAgreements.d.ts +0 -61
  138. package/esm/operations/marketplaceAgreements.d.ts.map +0 -1
  139. package/esm/operations/marketplaceAgreements.js +0 -95
  140. package/esm/operations/marketplaceAgreements.js.map +0 -1
  141. package/esm/operations/organization.d.ts +0 -157
  142. package/esm/operations/organization.d.ts.map +0 -1
  143. package/esm/operations/organization.js +0 -317
  144. package/esm/operations/organization.js.map +0 -1
  145. package/esm/operations/organizationOperations.d.ts +0 -46
  146. package/esm/operations/organizationOperations.d.ts.map +0 -1
  147. package/esm/operations/organizationOperations.js +0 -79
  148. package/esm/operations/organizationOperations.js.map +0 -1
  149. package/esm/operations/validations.d.ts +0 -37
  150. package/esm/operations/validations.d.ts.map +0 -1
  151. package/esm/operations/validations.js +0 -59
  152. package/esm/operations/validations.js.map +0 -1
  153. package/src/confluentManagementClientContext.ts +0 -68
  154. package/src/models/marketplaceAgreementsMappers.ts +0 -19
  155. package/src/models/organizationMappers.ts +0 -20
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-confluent.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/marketplaceAgreementsMappers.ts","../src/models/parameters.ts","../src/operations/marketplaceAgreements.ts","../src/models/organizationOperationsMappers.ts","../src/operations/organizationOperations.ts","../src/models/organizationMappers.ts","../src/operations/organization.ts","../src/models/validationsMappers.ts","../src/operations/validations.ts","../src/confluentManagementClientContext.ts","../src/confluentManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Metadata pertaining to creation and last modification of the resource.\n */\nexport interface SystemData {\n /**\n * The identity that created the resource.\n */\n createdBy?: string;\n /**\n * The type of identity that created the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n createdByType?: CreatedByType;\n /**\n * The timestamp of resource creation (UTC).\n */\n createdAt?: Date;\n /**\n * The identity that last modified the resource.\n */\n lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n lastModifiedByType?: CreatedByType;\n /**\n * The timestamp of resource last modification (UTC)\n */\n lastModifiedAt?: Date;\n}\n\n/**\n * Agreement Terms definition\n */\nexport interface ConfluentAgreementResource extends BaseResource {\n /**\n * The ARM id of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the agreement.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the agreement.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n /**\n * Publisher identifier string.\n */\n publisher?: string;\n /**\n * Product identifier string.\n */\n product?: string;\n /**\n * Plan identifier string.\n */\n plan?: string;\n /**\n * Link to HTML with Microsoft and Publisher terms.\n */\n licenseTextLink?: string;\n /**\n * Link to the privacy policy of the publisher.\n */\n privacyPolicyLink?: string;\n /**\n * Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.\n */\n retrieveDatetime?: Date;\n /**\n * Terms signature.\n */\n signature?: string;\n /**\n * If any version of the terms have been accepted, otherwise false.\n */\n accepted?: boolean;\n}\n\n/**\n * The object that represents the operation.\n */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft.Confluent\n */\n provider?: string;\n /**\n * Type on which the operation is performed, e.g., 'clusters'.\n */\n resource?: string;\n /**\n * Operation type, e.g., read, write, delete, etc.\n */\n operation?: string;\n /**\n * Description of the operation, e.g., 'Write confluent'.\n */\n description?: string;\n}\n\n/**\n * An Confluent REST API operation.\n */\nexport interface OperationResult {\n /**\n * Operation name: {provider}/{resource}/{operation}\n */\n name?: string;\n /**\n * The object that represents the operation.\n */\n display?: OperationDisplay;\n /**\n * Indicates whether the operation is a data action\n */\n isDataAction?: boolean;\n}\n\n/**\n * Response body of Error\n * @summary ErrorResponseBody\n */\nexport interface ErrorResponseBody {\n /**\n * Error code\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * Error message\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * Error target\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly target?: string;\n /**\n * Error detail\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: ErrorResponseBody[];\n}\n\n/**\n * Default error response for resource provider\n * @summary ResourceProviderDefaultErrorResponse\n */\nexport interface ResourceProviderDefaultErrorResponse {\n /**\n * Response body of Error\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly error?: ErrorResponseBody;\n}\n\n/**\n * Confluent Offer detail\n */\nexport interface OfferDetail {\n /**\n * Publisher Id\n */\n publisherId: string;\n /**\n * Offer Id\n */\n id: string;\n /**\n * Offer Plan Id\n */\n planId: string;\n /**\n * Offer Plan Name\n */\n planName: string;\n /**\n * Offer Plan Term unit\n */\n termUnit: string;\n /**\n * SaaS Offer Status. Possible values include: 'Started', 'PendingFulfillmentStart',\n * 'InProgress', 'Subscribed', 'Suspended', 'Reinstated', 'Succeeded', 'Failed', 'Unsubscribed',\n * 'Updating'\n */\n status?: SaaSOfferStatus;\n}\n\n/**\n * Subscriber detail\n */\nexport interface UserDetail {\n /**\n * First name\n */\n firstName?: string;\n /**\n * Last name\n */\n lastName?: string;\n /**\n * Email address\n */\n emailAddress: string;\n}\n\n/**\n * Organization resource.\n */\nexport interface OrganizationResource extends BaseResource {\n /**\n * The ARM id of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n /**\n * The creation time of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdTime?: Date;\n /**\n * Provision states for confluent RP. Possible values include: 'Accepted', 'Creating',\n * 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled', 'Deleted', 'NotSpecified'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisionState;\n /**\n * Id of the Confluent organization.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly organizationId?: string;\n /**\n * SSO url for the Confluent organization.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly ssoUrl?: string;\n /**\n * Confluent offer detail\n */\n offerDetail: OfferDetail;\n /**\n * Subscriber detail\n */\n userDetail: UserDetail;\n /**\n * Organization resource tags\n */\n tags?: { [propertyName: string]: string };\n /**\n * Location of Organization resource\n */\n location?: string;\n}\n\n/**\n * Organization Resource update\n */\nexport interface OrganizationResourceUpdate {\n /**\n * ARM resource tags\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MarketplaceAgreementsCreateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Confluent Marketplace Agreement resource\n */\n body?: ConfluentAgreementResource;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OrganizationCreateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Organization resource model\n */\n body?: OrganizationResource;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OrganizationUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Updated Organization resource\n */\n body?: OrganizationResourceUpdate;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OrganizationBeginCreateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Organization resource model\n */\n body?: OrganizationResource;\n}\n\n/**\n * An interface representing ConfluentManagementClientOptions.\n */\nexport interface ConfluentManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Response of a list operation.\n * @extends Array<ConfluentAgreementResource>\n */\nexport interface ConfluentAgreementResourceListResponse extends Array<ConfluentAgreementResource> {\n /**\n * Link to the next set of results, if any.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Result of GET request to list Confluent operations.\n * @extends Array<OperationResult>\n */\nexport interface OperationListResult extends Array<OperationResult> {\n /**\n * URL to get the next set of operation list results if there are any.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<OrganizationResource>\n */\nexport interface OrganizationResourceListResult extends Array<OrganizationResource> {\n /**\n * Link to the next set of results, if any.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for CreatedByType.\n * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'\n * @readonly\n * @enum {string}\n */\nexport type CreatedByType = \"User\" | \"Application\" | \"ManagedIdentity\" | \"Key\";\n\n/**\n * Defines values for ProvisionState.\n * Possible values include: 'Accepted', 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed',\n * 'Canceled', 'Deleted', 'NotSpecified'\n * @readonly\n * @enum {string}\n */\nexport type ProvisionState =\n | \"Accepted\"\n | \"Creating\"\n | \"Updating\"\n | \"Deleting\"\n | \"Succeeded\"\n | \"Failed\"\n | \"Canceled\"\n | \"Deleted\"\n | \"NotSpecified\";\n\n/**\n * Defines values for SaaSOfferStatus.\n * Possible values include: 'Started', 'PendingFulfillmentStart', 'InProgress', 'Subscribed',\n * 'Suspended', 'Reinstated', 'Succeeded', 'Failed', 'Unsubscribed', 'Updating'\n * @readonly\n * @enum {string}\n */\nexport type SaaSOfferStatus =\n | \"Started\"\n | \"PendingFulfillmentStart\"\n | \"InProgress\"\n | \"Subscribed\"\n | \"Suspended\"\n | \"Reinstated\"\n | \"Succeeded\"\n | \"Failed\"\n | \"Unsubscribed\"\n | \"Updating\";\n\n/**\n * Contains response data for the list operation.\n */\nexport type MarketplaceAgreementsListResponse = ConfluentAgreementResourceListResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ConfluentAgreementResourceListResponse;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type MarketplaceAgreementsCreateResponse = ConfluentAgreementResource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ConfluentAgreementResource;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type MarketplaceAgreementsListNextResponse = ConfluentAgreementResourceListResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ConfluentAgreementResourceListResponse;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OrganizationOperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OrganizationOperationsListNextResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the listBySubscription operation.\n */\nexport type OrganizationListBySubscriptionResponse = OrganizationResourceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OrganizationResourceListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type OrganizationListByResourceGroupResponse = OrganizationResourceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OrganizationResourceListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type OrganizationGetResponse = OrganizationResource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OrganizationResource;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type OrganizationCreateResponse = OrganizationResource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OrganizationResource;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type OrganizationUpdateResponse = OrganizationResource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OrganizationResource;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type OrganizationBeginCreateResponse = OrganizationResource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OrganizationResource;\n };\n};\n\n/**\n * Contains response data for the listBySubscriptionNext operation.\n */\nexport type OrganizationListBySubscriptionNextResponse = OrganizationResourceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OrganizationResourceListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type OrganizationListByResourceGroupNextResponse = OrganizationResourceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OrganizationResourceListResult;\n };\n};\n\n/**\n * Contains response data for the validateOrganization operation.\n */\nexport type ValidationsValidateOrganizationResponse = OrganizationResource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OrganizationResource;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const SystemData: msRest.CompositeMapper = {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ConfluentAgreementResource: msRest.CompositeMapper = {\n serializedName: \"ConfluentAgreementResource\",\n type: {\n name: \"Composite\",\n className: \"ConfluentAgreementResource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n publisher: {\n serializedName: \"properties.publisher\",\n type: {\n name: \"String\"\n }\n },\n product: {\n serializedName: \"properties.product\",\n type: {\n name: \"String\"\n }\n },\n plan: {\n serializedName: \"properties.plan\",\n type: {\n name: \"String\"\n }\n },\n licenseTextLink: {\n serializedName: \"properties.licenseTextLink\",\n type: {\n name: \"String\"\n }\n },\n privacyPolicyLink: {\n serializedName: \"properties.privacyPolicyLink\",\n type: {\n name: \"String\"\n }\n },\n retrieveDatetime: {\n serializedName: \"properties.retrieveDatetime\",\n type: {\n name: \"DateTime\"\n }\n },\n signature: {\n serializedName: \"properties.signature\",\n type: {\n name: \"String\"\n }\n },\n accepted: {\n serializedName: \"properties.accepted\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"OperationDisplay\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationResult: msRest.CompositeMapper = {\n serializedName: \"OperationResult\",\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponseBody: msRest.CompositeMapper = {\n serializedName: \"ErrorResponseBody\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceProviderDefaultErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ResourceProviderDefaultErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ResourceProviderDefaultErrorResponse\",\n modelProperties: {\n error: {\n readOnly: true,\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\"\n }\n }\n }\n }\n};\n\nexport const OfferDetail: msRest.CompositeMapper = {\n serializedName: \"OfferDetail\",\n type: {\n name: \"Composite\",\n className: \"OfferDetail\",\n modelProperties: {\n publisherId: {\n required: true,\n serializedName: \"publisherId\",\n constraints: {\n MaxLength: 50\n },\n type: {\n name: \"String\"\n }\n },\n id: {\n required: true,\n serializedName: \"id\",\n constraints: {\n MaxLength: 50\n },\n type: {\n name: \"String\"\n }\n },\n planId: {\n required: true,\n serializedName: \"planId\",\n constraints: {\n MaxLength: 50\n },\n type: {\n name: \"String\"\n }\n },\n planName: {\n required: true,\n serializedName: \"planName\",\n constraints: {\n MaxLength: 50\n },\n type: {\n name: \"String\"\n }\n },\n termUnit: {\n required: true,\n serializedName: \"termUnit\",\n constraints: {\n MaxLength: 25\n },\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserDetail: msRest.CompositeMapper = {\n serializedName: \"UserDetail\",\n type: {\n name: \"Composite\",\n className: \"UserDetail\",\n modelProperties: {\n firstName: {\n serializedName: \"firstName\",\n constraints: {\n MaxLength: 50\n },\n type: {\n name: \"String\"\n }\n },\n lastName: {\n serializedName: \"lastName\",\n constraints: {\n MaxLength: 50\n },\n type: {\n name: \"String\"\n }\n },\n emailAddress: {\n required: true,\n serializedName: \"emailAddress\",\n constraints: {\n Pattern: /^\\S+@\\S+\\.\\S+$/\n },\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OrganizationResource: msRest.CompositeMapper = {\n serializedName: \"OrganizationResource\",\n type: {\n name: \"Composite\",\n className: \"OrganizationResource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n createdTime: {\n readOnly: true,\n serializedName: \"properties.createdTime\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n organizationId: {\n readOnly: true,\n serializedName: \"properties.organizationId\",\n type: {\n name: \"String\"\n }\n },\n ssoUrl: {\n readOnly: true,\n serializedName: \"properties.ssoUrl\",\n type: {\n name: \"String\"\n }\n },\n offerDetail: {\n required: true,\n serializedName: \"properties.offerDetail\",\n type: {\n name: \"Composite\",\n className: \"OfferDetail\"\n }\n },\n userDetail: {\n required: true,\n serializedName: \"properties.userDetail\",\n type: {\n name: \"Composite\",\n className: \"UserDetail\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OrganizationResourceUpdate: msRest.CompositeMapper = {\n serializedName: \"OrganizationResourceUpdate\",\n type: {\n name: \"Composite\",\n className: \"OrganizationResourceUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConfluentAgreementResourceListResponse: msRest.CompositeMapper = {\n serializedName: \"ConfluentAgreementResourceListResponse\",\n type: {\n name: \"Composite\",\n className: \"ConfluentAgreementResourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConfluentAgreementResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationResult\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OrganizationResourceListResult: msRest.CompositeMapper = {\n serializedName: \"OrganizationResourceListResult\",\n type: {\n name: \"Composite\",\n className: \"OrganizationResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OrganizationResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n BaseResource,\n ConfluentAgreementResource,\n ConfluentAgreementResourceListResponse,\n ErrorResponseBody,\n OfferDetail,\n OrganizationResource,\n ResourceProviderDefaultErrorResponse,\n SystemData,\n UserDetail\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: \"en-US\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: \"2021-03-01-preview\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const organizationName: msRest.OperationURLParameter = {\n parameterPath: \"organizationName\",\n mapper: {\n required: true,\n serializedName: \"organizationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/marketplaceAgreementsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ConfluentManagementClientContext } from \"../confluentManagementClientContext\";\n\n/** Class representing a MarketplaceAgreements. */\nexport class MarketplaceAgreements {\n private readonly client: ConfluentManagementClientContext;\n\n /**\n * Create a MarketplaceAgreements.\n * @param {ConfluentManagementClientContext} client Reference to the service client.\n */\n constructor(client: ConfluentManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary List Confluent marketplace agreements in the subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.MarketplaceAgreementsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.MarketplaceAgreementsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ConfluentAgreementResourceListResponse>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.ConfluentAgreementResourceListResponse>\n ): void;\n list(\n options?:\n | msRest.RequestOptionsBase\n | msRest.ServiceCallback<Models.ConfluentAgreementResourceListResponse>,\n callback?: msRest.ServiceCallback<Models.ConfluentAgreementResourceListResponse>\n ): Promise<Models.MarketplaceAgreementsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback\n ) as Promise<Models.MarketplaceAgreementsListResponse>;\n }\n\n /**\n * @summary Create Confluent Marketplace agreement in the subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.MarketplaceAgreementsCreateResponse>\n */\n create(\n options?: Models.MarketplaceAgreementsCreateOptionalParams\n ): Promise<Models.MarketplaceAgreementsCreateResponse>;\n /**\n * @param callback The callback\n */\n create(callback: msRest.ServiceCallback<Models.ConfluentAgreementResource>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n create(\n options: Models.MarketplaceAgreementsCreateOptionalParams,\n callback: msRest.ServiceCallback<Models.ConfluentAgreementResource>\n ): void;\n create(\n options?:\n | Models.MarketplaceAgreementsCreateOptionalParams\n | msRest.ServiceCallback<Models.ConfluentAgreementResource>,\n callback?: msRest.ServiceCallback<Models.ConfluentAgreementResource>\n ): Promise<Models.MarketplaceAgreementsCreateResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n createOperationSpec,\n callback\n ) as Promise<Models.MarketplaceAgreementsCreateResponse>;\n }\n\n /**\n * @summary List Confluent marketplace agreements in the subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.MarketplaceAgreementsListNextResponse>\n */\n listNext(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.MarketplaceAgreementsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(\n nextPageLink: string,\n callback: msRest.ServiceCallback<Models.ConfluentAgreementResourceListResponse>\n ): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(\n nextPageLink: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.ConfluentAgreementResourceListResponse>\n ): void;\n listNext(\n nextPageLink: string,\n options?:\n | msRest.RequestOptionsBase\n | msRest.ServiceCallback<Models.ConfluentAgreementResourceListResponse>,\n callback?: msRest.ServiceCallback<Models.ConfluentAgreementResourceListResponse>\n ): Promise<Models.MarketplaceAgreementsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback\n ) as Promise<Models.MarketplaceAgreementsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Confluent/agreements\",\n urlParameters: [Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.ConfluentAgreementResourceListResponse\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Confluent/agreements/default\",\n urlParameters: [Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: [\"options\", \"body\"],\n mapper: Mappers.ConfluentAgreementResource\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ConfluentAgreementResource\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [Parameters.nextPageLink],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.ConfluentAgreementResourceListResponse\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponseBody,\n OperationDisplay,\n OperationListResult,\n OperationResult,\n ResourceProviderDefaultErrorResponse\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/organizationOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ConfluentManagementClientContext } from \"../confluentManagementClientContext\";\n\n/** Class representing a OrganizationOperations. */\nexport class OrganizationOperations {\n private readonly client: ConfluentManagementClientContext;\n\n /**\n * Create a OrganizationOperations.\n * @param {ConfluentManagementClientContext} client Reference to the service client.\n */\n constructor(client: ConfluentManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary List all operations provided by Microsoft.Confluent.\n * @param [options] The optional parameters\n * @returns Promise<Models.OrganizationOperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OrganizationOperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OrganizationOperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OrganizationOperationsListResponse>;\n }\n\n /**\n * @summary List all operations provided by Microsoft.Confluent.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OrganizationOperationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OrganizationOperationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OrganizationOperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.OrganizationOperationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Confluent/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n BaseResource,\n ConfluentAgreementResource,\n ErrorResponseBody,\n OfferDetail,\n OrganizationResource,\n OrganizationResourceListResult,\n OrganizationResourceUpdate,\n ResourceProviderDefaultErrorResponse,\n SystemData,\n UserDetail\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/organizationMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ConfluentManagementClientContext } from \"../confluentManagementClientContext\";\n\n/** Class representing a Organization. */\nexport class Organization {\n private readonly client: ConfluentManagementClientContext;\n\n /**\n * Create a Organization.\n * @param {ConfluentManagementClientContext} client Reference to the service client.\n */\n constructor(client: ConfluentManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary List all organizations under the specified subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.OrganizationListBySubscriptionResponse>\n */\n listBySubscription(options?: msRest.RequestOptionsBase): Promise<Models.OrganizationListBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listBySubscription(callback: msRest.ServiceCallback<Models.OrganizationResourceListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscription(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OrganizationResourceListResult>): void;\n listBySubscription(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OrganizationResourceListResult>, callback?: msRest.ServiceCallback<Models.OrganizationResourceListResult>): Promise<Models.OrganizationListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionOperationSpec,\n callback) as Promise<Models.OrganizationListBySubscriptionResponse>;\n }\n\n /**\n * @summary List all Organizations under the specified resource group.\n * @param resourceGroupName Resource group name\n * @param [options] The optional parameters\n * @returns Promise<Models.OrganizationListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.OrganizationListByResourceGroupResponse>;\n /**\n * @param resourceGroupName Resource group name\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.OrganizationResourceListResult>): void;\n /**\n * @param resourceGroupName Resource group name\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OrganizationResourceListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OrganizationResourceListResult>, callback?: msRest.ServiceCallback<Models.OrganizationResourceListResult>): Promise<Models.OrganizationListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.OrganizationListByResourceGroupResponse>;\n }\n\n /**\n * @summary Get the properties of a specific Organization resource.\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param [options] The optional parameters\n * @returns Promise<Models.OrganizationGetResponse>\n */\n get(resourceGroupName: string, organizationName: string, options?: msRest.RequestOptionsBase): Promise<Models.OrganizationGetResponse>;\n /**\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param callback The callback\n */\n get(resourceGroupName: string, organizationName: string, callback: msRest.ServiceCallback<Models.OrganizationResource>): void;\n /**\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, organizationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OrganizationResource>): void;\n get(resourceGroupName: string, organizationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OrganizationResource>, callback?: msRest.ServiceCallback<Models.OrganizationResource>): Promise<Models.OrganizationGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n organizationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.OrganizationGetResponse>;\n }\n\n /**\n * @summary Create Organization resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param [options] The optional parameters\n * @returns Promise<Models.OrganizationCreateResponse>\n */\n create(resourceGroupName: string, organizationName: string, options?: Models.OrganizationCreateOptionalParams): Promise<Models.OrganizationCreateResponse> {\n return this.beginCreate(resourceGroupName,organizationName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.OrganizationCreateResponse>;\n }\n\n /**\n * @summary Update Organization resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param [options] The optional parameters\n * @returns Promise<Models.OrganizationUpdateResponse>\n */\n update(resourceGroupName: string, organizationName: string, options?: Models.OrganizationUpdateOptionalParams): Promise<Models.OrganizationUpdateResponse>;\n /**\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param callback The callback\n */\n update(resourceGroupName: string, organizationName: string, callback: msRest.ServiceCallback<Models.OrganizationResource>): void;\n /**\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, organizationName: string, options: Models.OrganizationUpdateOptionalParams, callback: msRest.ServiceCallback<Models.OrganizationResource>): void;\n update(resourceGroupName: string, organizationName: string, options?: Models.OrganizationUpdateOptionalParams | msRest.ServiceCallback<Models.OrganizationResource>, callback?: msRest.ServiceCallback<Models.OrganizationResource>): Promise<Models.OrganizationUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n organizationName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.OrganizationUpdateResponse>;\n }\n\n /**\n * @summary Delete Organization resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, organizationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,organizationName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * @summary Create Organization resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, organizationName: string, options?: Models.OrganizationBeginCreateOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n organizationName,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * @summary Delete Organization resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, organizationName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n organizationName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * @summary List all organizations under the specified subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OrganizationListBySubscriptionNextResponse>\n */\n listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OrganizationListBySubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OrganizationResourceListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OrganizationResourceListResult>): void;\n listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OrganizationResourceListResult>, callback?: msRest.ServiceCallback<Models.OrganizationResourceListResult>): Promise<Models.OrganizationListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySubscriptionNextOperationSpec,\n callback) as Promise<Models.OrganizationListBySubscriptionNextResponse>;\n }\n\n /**\n * @summary List all Organizations under the specified resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OrganizationListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OrganizationListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OrganizationResourceListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OrganizationResourceListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OrganizationResourceListResult>, callback?: msRest.ServiceCallback<Models.OrganizationResourceListResult>): Promise<Models.OrganizationListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.OrganizationListByResourceGroupNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listBySubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Confluent/organizations\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResourceListResult\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResourceListResult\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResource\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"body\"\n ],\n mapper: Mappers.OrganizationResourceUpdate\n },\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResource\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"body\"\n ],\n mapper: Mappers.OrganizationResource\n },\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResource\n },\n 201: {\n bodyMapper: Mappers.OrganizationResource\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n\nconst listBySubscriptionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResourceListResult\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResourceListResult\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n BaseResource,\n ConfluentAgreementResource,\n ErrorResponseBody,\n OfferDetail,\n OrganizationResource,\n ResourceProviderDefaultErrorResponse,\n SystemData,\n UserDetail\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/validationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ConfluentManagementClientContext } from \"../confluentManagementClientContext\";\n\n/** Class representing a Validations. */\nexport class Validations {\n private readonly client: ConfluentManagementClientContext;\n\n /**\n * Create a Validations.\n * @param {ConfluentManagementClientContext} client Reference to the service client.\n */\n constructor(client: ConfluentManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Organization Validate proxy resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param body Organization resource model\n * @param [options] The optional parameters\n * @returns Promise<Models.ValidationsValidateOrganizationResponse>\n */\n validateOrganization(\n resourceGroupName: string,\n organizationName: string,\n body: Models.OrganizationResource,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ValidationsValidateOrganizationResponse>;\n /**\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param body Organization resource model\n * @param callback The callback\n */\n validateOrganization(\n resourceGroupName: string,\n organizationName: string,\n body: Models.OrganizationResource,\n callback: msRest.ServiceCallback<Models.OrganizationResource>\n ): void;\n /**\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param body Organization resource model\n * @param options The optional parameters\n * @param callback The callback\n */\n validateOrganization(\n resourceGroupName: string,\n organizationName: string,\n body: Models.OrganizationResource,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.OrganizationResource>\n ): void;\n validateOrganization(\n resourceGroupName: string,\n organizationName: string,\n body: Models.OrganizationResource,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OrganizationResource>,\n callback?: msRest.ServiceCallback<Models.OrganizationResource>\n ): Promise<Models.ValidationsValidateOrganizationResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n organizationName,\n body,\n options\n },\n validateOrganizationOperationSpec,\n callback\n ) as Promise<Models.ValidationsValidateOrganizationResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst validateOrganizationOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/validations/{organizationName}/orgvalidate\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"body\",\n mapper: {\n ...Mappers.OrganizationResource,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResource\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-confluent\";\nconst packageVersion = \"2.0.0\";\n\nexport class ConfluentManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials;\n apiVersion?: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the ConfluentManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId Microsoft Azure subscription id\n * @param [options] The parameter options\n */\n constructor(\n credentials: msRest.ServiceClientCredentials,\n subscriptionId: string,\n options?: Models.ConfluentManagementClientOptions\n ) {\n if (credentials == undefined) {\n throw new Error(\"'credentials' cannot be null.\");\n }\n if (subscriptionId == undefined) {\n throw new Error(\"'subscriptionId' cannot be null.\");\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = \"2021-03-01-preview\";\n this.acceptLanguage = \"en-US\";\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (\n options.longRunningOperationRetryTimeout !== null &&\n options.longRunningOperationRetryTimeout !== undefined\n ) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { ConfluentManagementClientContext } from \"./confluentManagementClientContext\";\n\nclass ConfluentManagementClient extends ConfluentManagementClientContext {\n // Operation groups\n marketplaceAgreements: operations.MarketplaceAgreements;\n organizationOperations: operations.OrganizationOperations;\n organization: operations.Organization;\n validations: operations.Validations;\n\n /**\n * Initializes a new instance of the ConfluentManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId Microsoft Azure subscription id\n * @param [options] The parameter options\n */\n constructor(\n credentials: msRest.ServiceClientCredentials,\n subscriptionId: string,\n options?: Models.ConfluentManagementClientOptions\n ) {\n super(credentials, subscriptionId, options);\n this.marketplaceAgreements = new operations.MarketplaceAgreements(this);\n this.organizationOperations = new operations.OrganizationOperations(this);\n this.organization = new operations.Organization(this);\n this.validations = new operations.Validations(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n ConfluentManagementClient,\n ConfluentManagementClientContext,\n Models as ConfluentManagementModels,\n Mappers as ConfluentManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.ConfluentAgreementResourceListResponse","Mappers.ResourceProviderDefaultErrorResponse","Mappers.ConfluentAgreementResource","Parameters.nextPageLink","listOperationSpec","listNextOperationSpec","serializer","Mappers","Mappers.OperationListResult","Mappers.OrganizationResourceListResult","Parameters.resourceGroupName","Parameters.organizationName","Mappers.OrganizationResource","Mappers.OrganizationResourceUpdate","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.MarketplaceAgreements","operations.OrganizationOperations","operations.Organization","operations.Validations"],"mappings":"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"}
@@ -1 +0,0 @@
1
- !function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],r):r(((e=e||self).Azure=e.Azure||{},e.Azure.ArmConfluent={}),e.msRestAzure,e.msRest)}(this,function(e,n,r){"use strict";var a=function(e,r){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)r.hasOwnProperty(t)&&(e[t]=r[t])})(e,r)};function t(e,r){function t(){this.constructor=e}a(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}var i=function(){return(i=Object.assign||function(e){for(var r,t=1,a=arguments.length;t<a;t++)for(var i in r=arguments[t])Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i]);return e}).apply(this,arguments)},s=Object.freeze({__proto__:null}),o=n.CloudErrorMapper,p=n.BaseResourceMapper,m={serializedName:"systemData",type:{name:"Composite",className:"SystemData",modelProperties:{createdBy:{serializedName:"createdBy",type:{name:"String"}},createdByType:{serializedName:"createdByType",type:{name:"String"}},createdAt:{serializedName:"createdAt",type:{name:"DateTime"}},lastModifiedBy:{serializedName:"lastModifiedBy",type:{name:"String"}},lastModifiedByType:{serializedName:"lastModifiedByType",type:{name:"String"}},lastModifiedAt:{serializedName:"lastModifiedAt",type:{name:"DateTime"}}}}},l={serializedName:"ConfluentAgreementResource",type:{name:"Composite",className:"ConfluentAgreementResource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}},publisher:{serializedName:"properties.publisher",type:{name:"String"}},product:{serializedName:"properties.product",type:{name:"String"}},plan:{serializedName:"properties.plan",type:{name:"String"}},licenseTextLink:{serializedName:"properties.licenseTextLink",type:{name:"String"}},privacyPolicyLink:{serializedName:"properties.privacyPolicyLink",type:{name:"String"}},retrieveDatetime:{serializedName:"properties.retrieveDatetime",type:{name:"DateTime"}},signature:{serializedName:"properties.signature",type:{name:"String"}},accepted:{serializedName:"properties.accepted",type:{name:"Boolean"}}}}},u={serializedName:"OperationDisplay",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},d={serializedName:"OperationResult",type:{name:"Composite",className:"OperationResult",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},isDataAction:{serializedName:"isDataAction",type:{name:"Boolean"}}}}},c={serializedName:"ErrorResponseBody",type:{name:"Composite",className:"ErrorResponseBody",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},target:{readOnly:!0,serializedName:"target",type:{name:"String"}},details:{readOnly:!0,serializedName:"details",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorResponseBody"}}}}}}},y={serializedName:"ResourceProviderDefaultErrorResponse",type:{name:"Composite",className:"ResourceProviderDefaultErrorResponse",modelProperties:{error:{readOnly:!0,serializedName:"error",type:{name:"Composite",className:"ErrorResponseBody"}}}}},g={serializedName:"OfferDetail",type:{name:"Composite",className:"OfferDetail",modelProperties:{publisherId:{required:!0,serializedName:"publisherId",constraints:{MaxLength:50},type:{name:"String"}},id:{required:!0,serializedName:"id",constraints:{MaxLength:50},type:{name:"String"}},planId:{required:!0,serializedName:"planId",constraints:{MaxLength:50},type:{name:"String"}},planName:{required:!0,serializedName:"planName",constraints:{MaxLength:50},type:{name:"String"}},termUnit:{required:!0,serializedName:"termUnit",constraints:{MaxLength:25},type:{name:"String"}},status:{serializedName:"status",type:{name:"String"}}}}},z={serializedName:"UserDetail",type:{name:"Composite",className:"UserDetail",modelProperties:{firstName:{serializedName:"firstName",constraints:{MaxLength:50},type:{name:"String"}},lastName:{serializedName:"lastName",constraints:{MaxLength:50},type:{name:"String"}},emailAddress:{required:!0,serializedName:"emailAddress",constraints:{Pattern:/^\S+@\S+\.\S+$/},type:{name:"String"}}}}},f={serializedName:"OrganizationResource",type:{name:"Composite",className:"OrganizationResource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}},createdTime:{readOnly:!0,serializedName:"properties.createdTime",type:{name:"DateTime"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},organizationId:{readOnly:!0,serializedName:"properties.organizationId",type:{name:"String"}},ssoUrl:{readOnly:!0,serializedName:"properties.ssoUrl",type:{name:"String"}},offerDetail:{required:!0,serializedName:"properties.offerDetail",type:{name:"Composite",className:"OfferDetail"}},userDetail:{required:!0,serializedName:"properties.userDetail",type:{name:"Composite",className:"UserDetail"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},location:{serializedName:"location",type:{name:"String"}}}}},N={serializedName:"OrganizationResourceUpdate",type:{name:"Composite",className:"OrganizationResourceUpdate",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},h={serializedName:"ConfluentAgreementResourceListResponse",type:{name:"Composite",className:"ConfluentAgreementResourceListResponse",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"ConfluentAgreementResource"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},R={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"OperationResult"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},O={serializedName:"OrganizationResourceListResult",type:{name:"Composite",className:"OrganizationResourceListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"OrganizationResource"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},P=Object.freeze({__proto__:null,CloudError:o,BaseResource:p,SystemData:m,ConfluentAgreementResource:l,OperationDisplay:u,OperationResult:d,ErrorResponseBody:c,ResourceProviderDefaultErrorResponse:y,OfferDetail:g,UserDetail:z,OrganizationResource:f,OrganizationResourceUpdate:N,ConfluentAgreementResourceListResponse:h,OperationListResult:R,OrganizationResourceListResult:O}),b=Object.freeze({__proto__:null,BaseResource:p,ConfluentAgreementResource:l,ConfluentAgreementResourceListResponse:h,ErrorResponseBody:c,OfferDetail:g,OrganizationResource:f,ResourceProviderDefaultErrorResponse:y,SystemData:m,UserDetail:z}),M={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},S={parameterPath:"apiVersion",mapper:{required:!0,isConstant:!0,serializedName:"api-version",defaultValue:"2021-03-01-preview",type:{name:"String"}}},C={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},D={parameterPath:"organizationName",mapper:{required:!0,serializedName:"organizationName",type:{name:"String"}}},q={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",type:{name:"String"}}},o={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},v=(L.prototype.list=function(e,r){return this.client.sendOperationRequest({options:e},_,r)},L.prototype.create=function(e,r){return this.client.sendOperationRequest({options:e},x,r)},L.prototype.listNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},E,t)},L);function L(e){this.client=e}var b=new r.Serializer(b),_={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.Confluent/agreements",urlParameters:[o],queryParameters:[S],headerParameters:[M],responses:{200:{bodyMapper:h},default:{bodyMapper:y}},serializer:b},x={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/providers/Microsoft.Confluent/agreements/default",urlParameters:[o],queryParameters:[S],headerParameters:[M],requestBody:{parameterPath:["options","body"],mapper:l},responses:{200:{bodyMapper:l},default:{bodyMapper:y}},serializer:b},E={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[C],queryParameters:[S],headerParameters:[M],responses:{200:{bodyMapper:h},default:{bodyMapper:y}},serializer:b},d=Object.freeze({__proto__:null,ErrorResponseBody:c,OperationDisplay:u,OperationListResult:R,OperationResult:d,ResourceProviderDefaultErrorResponse:y}),A=(B.prototype.list=function(e,r){return this.client.sendOperationRequest({options:e},T,r)},B.prototype.listNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},G,t)},B);function B(e){this.client=e}var d=new r.Serializer(d),T={httpMethod:"GET",path:"providers/Microsoft.Confluent/operations",queryParameters:[S],headerParameters:[M],responses:{200:{bodyMapper:R},default:{bodyMapper:y}},serializer:d},G={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[C],queryParameters:[S],headerParameters:[M],responses:{200:{bodyMapper:R},default:{bodyMapper:y}},serializer:d},d=Object.freeze({__proto__:null,BaseResource:p,ConfluentAgreementResource:l,ErrorResponseBody:c,OfferDetail:g,OrganizationResource:f,OrganizationResourceListResult:O,OrganizationResourceUpdate:N,ResourceProviderDefaultErrorResponse:y,SystemData:m,UserDetail:z}),U=(k.prototype.listBySubscription=function(e,r){return this.client.sendOperationRequest({options:e},I,r)},k.prototype.listByResourceGroup=function(e,r,t){return this.client.sendOperationRequest({resourceGroupName:e,options:r},j,t)},k.prototype.get=function(e,r,t,a){return this.client.sendOperationRequest({resourceGroupName:e,organizationName:r,options:t},w,a)},k.prototype.create=function(e,r,t){return this.beginCreate(e,r,t).then(function(e){return e.pollUntilFinished()})},k.prototype.update=function(e,r,t,a){return this.client.sendOperationRequest({resourceGroupName:e,organizationName:r,options:t},V,a)},k.prototype.deleteMethod=function(e,r,t){return this.beginDeleteMethod(e,r,t).then(function(e){return e.pollUntilFinished()})},k.prototype.beginCreate=function(e,r,t){return this.client.sendLRORequest({resourceGroupName:e,organizationName:r,options:t},F,t)},k.prototype.beginDeleteMethod=function(e,r,t){return this.client.sendLRORequest({resourceGroupName:e,organizationName:r,options:t},H,t)},k.prototype.listBySubscriptionNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},$,t)},k.prototype.listByResourceGroupNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},J,t)},k);function k(e){this.client=e}var d=new r.Serializer(d),I={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.Confluent/organizations",urlParameters:[o],queryParameters:[S],headerParameters:[M],responses:{200:{bodyMapper:O},default:{bodyMapper:y}},serializer:d},j={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations",urlParameters:[o,q],queryParameters:[S],headerParameters:[M],responses:{200:{bodyMapper:O},default:{bodyMapper:y}},serializer:d},w={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}",urlParameters:[o,q,D],queryParameters:[S],headerParameters:[M],responses:{200:{bodyMapper:f},default:{bodyMapper:y}},serializer:d},V={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}",urlParameters:[o,q,D],queryParameters:[S],headerParameters:[M],requestBody:{parameterPath:["options","body"],mapper:N},responses:{200:{bodyMapper:f},default:{bodyMapper:y}},serializer:d},F={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}",urlParameters:[o,q,D],queryParameters:[S],headerParameters:[M],requestBody:{parameterPath:["options","body"],mapper:f},responses:{200:{bodyMapper:f},201:{bodyMapper:f},default:{bodyMapper:y}},serializer:d},H={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}",urlParameters:[o,q,D],queryParameters:[S],headerParameters:[M],responses:{200:{},202:{},204:{},default:{bodyMapper:y}},serializer:d},$={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[C],queryParameters:[S],headerParameters:[M],responses:{200:{bodyMapper:O},default:{bodyMapper:y}},serializer:d},J={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[C],queryParameters:[S],headerParameters:[M],responses:{200:{bodyMapper:O},default:{bodyMapper:y}},serializer:d},z=Object.freeze({__proto__:null,BaseResource:p,ConfluentAgreementResource:l,ErrorResponseBody:c,OfferDetail:g,OrganizationResource:f,ResourceProviderDefaultErrorResponse:y,SystemData:m,UserDetail:z}),K=(Q.prototype.validateOrganization=function(e,r,t,a,i){return this.client.sendOperationRequest({resourceGroupName:e,organizationName:r,body:t,options:a},X,i)},Q);function Q(e){this.client=e}var W,z=new r.Serializer(z),X={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/validations/{organizationName}/orgvalidate",urlParameters:[o,q,D],queryParameters:[S],headerParameters:[M],requestBody:{parameterPath:"body",mapper:i(i({},f),{required:!0})},responses:{200:{bodyMapper:f},default:{bodyMapper:y}},serializer:z},y=(t(Y,W=n.AzureServiceClient),Y);function Y(e,r,t){var a,i=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==r)throw new Error("'subscriptionId' cannot be null.");return(t=t||{}).userAgent||(a=n.getDefaultUserAgentValue(),t.userAgent="@azure/arm-confluent/2.0.0 "+a),(i=W.call(this,e,t)||this).apiVersion="2021-03-01-preview",i.acceptLanguage="en-US",i.longRunningOperationRetryTimeout=30,i.baseUri=t.baseUri||i.baseUri||"https://management.azure.com",i.requestContentType="application/json; charset=utf-8",i.credentials=e,i.subscriptionId=r,null!==t.acceptLanguage&&void 0!==t.acceptLanguage&&(i.acceptLanguage=t.acceptLanguage),null!==t.longRunningOperationRetryTimeout&&void 0!==t.longRunningOperationRetryTimeout&&(i.longRunningOperationRetryTimeout=t.longRunningOperationRetryTimeout),i}var Z,z=(t(ee,Z=y),ee);function ee(e,r,t){t=Z.call(this,e,r,t)||this;return t.marketplaceAgreements=new v(t),t.organizationOperations=new A(t),t.organization=new U(t),t.validations=new K(t),t}e.ConfluentManagementClient=z,e.ConfluentManagementClientContext=y,e.ConfluentManagementMappers=P,e.ConfluentManagementModels=s,e.MarketplaceAgreements=v,e.Organization=U,e.OrganizationOperations=A,e.Validations=K,Object.defineProperty(e,"__esModule",{value:!0})});
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/marketplaceAgreements.ts","../src/operations/organizationOperations.ts","../src/operations/organization.ts","../src/operations/validations.ts","../src/confluentManagementClientContext.ts","../src/confluentManagementClient.ts"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","SystemData","serializedName","type","name","className","modelProperties","createdBy","createdByType","createdAt","lastModifiedBy","lastModifiedByType","lastModifiedAt","ConfluentAgreementResource","id","readOnly","systemData","publisher","product","plan","licenseTextLink","privacyPolicyLink","retrieveDatetime","signature","accepted","OperationDisplay","provider","resource","operation","description","OperationResult","display","isDataAction","ErrorResponseBody","code","message","target","details","element","ResourceProviderDefaultErrorResponse","error","OfferDetail","publisherId","required","constraints","MaxLength","planId","planName","termUnit","status","UserDetail","firstName","lastName","emailAddress","Pattern","OrganizationResource","createdTime","provisioningState","organizationId","ssoUrl","offerDetail","userDetail","tags","value","location","OrganizationResourceUpdate","ConfluentAgreementResourceListResponse","nextLink","OperationListResult","OrganizationResourceListResult","acceptLanguage","parameterPath","mapper","defaultValue","apiVersion","isConstant","nextPageLink","skipEncoding","organizationName","resourceGroupName","subscriptionId","MarketplaceAgreements","list","options","callback","client","sendOperationRequest","listOperationSpec","createOperationSpec","listNext","listNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","urlParameters","Parameters.subscriptionId","queryParameters","Parameters.apiVersion","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.ConfluentAgreementResourceListResponse","default","Mappers.ResourceProviderDefaultErrorResponse","requestBody","Mappers.ConfluentAgreementResource","baseUrl","Parameters.nextPageLink","OrganizationOperations","Mappers.OperationListResult","serializer$1","Organization","listBySubscription","listBySubscriptionOperationSpec","listByResourceGroup","listByResourceGroupOperationSpec","get","getOperationSpec","beginCreate","then","lroPoller","pollUntilFinished","update","updateOperationSpec","deleteMethod","beginDeleteMethod","sendLRORequest","beginCreateOperationSpec","beginDeleteMethodOperationSpec","listBySubscriptionNext","listBySubscriptionNextOperationSpec","listByResourceGroupNext","listByResourceGroupNextOperationSpec","Mappers.OrganizationResourceListResult","serializer$2","Parameters.resourceGroupName","Parameters.organizationName","Mappers.OrganizationResource","Mappers.OrganizationResourceUpdate","201","202","204","Validations","validateOrganization","body","validateOrganizationOperationSpec","_super","serializer$3","ConfluentManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","ConfluentManagementClient","marketplaceAgreements","operations.MarketplaceAgreements","organizationOperations","operations.OrganizationOperations","organization","operations.Organization","validations","operations.Validations"],"mappings":"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"}
@@ -1,21 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "./models";
3
- import * as Mappers from "./models/mappers";
4
- import * as operations from "./operations";
5
- import { ConfluentManagementClientContext } from "./confluentManagementClientContext";
6
- declare class ConfluentManagementClient extends ConfluentManagementClientContext {
7
- marketplaceAgreements: operations.MarketplaceAgreements;
8
- organizationOperations: operations.OrganizationOperations;
9
- organization: operations.Organization;
10
- validations: operations.Validations;
11
- /**
12
- * Initializes a new instance of the ConfluentManagementClient class.
13
- * @param credentials Credentials needed for the client to connect to Azure.
14
- * @param subscriptionId Microsoft Azure subscription id
15
- * @param [options] The parameter options
16
- */
17
- constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.ConfluentManagementClientOptions);
18
- }
19
- export { ConfluentManagementClient, ConfluentManagementClientContext, Models as ConfluentManagementModels, Mappers as ConfluentManagementMappers };
20
- export * from "./operations";
21
- //# sourceMappingURL=confluentManagementClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"confluentManagementClient.d.ts","sourceRoot":"","sources":["../src/confluentManagementClient.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAEtF,cAAM,yBAA0B,SAAQ,gCAAgC;IAEtE,qBAAqB,EAAE,UAAU,CAAC,qBAAqB,CAAC;IACxD,sBAAsB,EAAE,UAAU,CAAC,sBAAsB,CAAC;IAC1D,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC;IAEpC;;;;;OAKG;gBAED,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAC5C,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,MAAM,CAAC,gCAAgC;CAQpD;AAID,OAAO,EACL,yBAAyB,EACzB,gCAAgC,EAChC,MAAM,IAAI,yBAAyB,EACnC,OAAO,IAAI,0BAA0B,EACtC,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,35 +0,0 @@
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
7
- * regenerated.
8
- */
9
- import { __extends } from "tslib";
10
- import * as Models from "./models";
11
- import * as Mappers from "./models/mappers";
12
- import * as operations from "./operations";
13
- import { ConfluentManagementClientContext } from "./confluentManagementClientContext";
14
- var ConfluentManagementClient = /** @class */ (function (_super) {
15
- __extends(ConfluentManagementClient, _super);
16
- /**
17
- * Initializes a new instance of the ConfluentManagementClient class.
18
- * @param credentials Credentials needed for the client to connect to Azure.
19
- * @param subscriptionId Microsoft Azure subscription id
20
- * @param [options] The parameter options
21
- */
22
- function ConfluentManagementClient(credentials, subscriptionId, options) {
23
- var _this = _super.call(this, credentials, subscriptionId, options) || this;
24
- _this.marketplaceAgreements = new operations.MarketplaceAgreements(_this);
25
- _this.organizationOperations = new operations.OrganizationOperations(_this);
26
- _this.organization = new operations.Organization(_this);
27
- _this.validations = new operations.Validations(_this);
28
- return _this;
29
- }
30
- return ConfluentManagementClient;
31
- }(ConfluentManagementClientContext));
32
- // Operation Specifications
33
- export { ConfluentManagementClient, ConfluentManagementClientContext, Models as ConfluentManagementModels, Mappers as ConfluentManagementMappers };
34
- export * from "./operations";
35
- //# sourceMappingURL=confluentManagementClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"confluentManagementClient.js","sourceRoot":"","sources":["../src/confluentManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;AAGH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAEtF;IAAwC,6CAAgC;IAOtE;;;;;OAKG;IACH,mCACE,WAA4C,EAC5C,cAAsB,EACtB,OAAiD;QAHnD,YAKE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAK5C;QAJC,KAAI,CAAC,qBAAqB,GAAG,IAAI,UAAU,CAAC,qBAAqB,CAAC,KAAI,CAAC,CAAC;QACxE,KAAI,CAAC,sBAAsB,GAAG,IAAI,UAAU,CAAC,sBAAsB,CAAC,KAAI,CAAC,CAAC;QAC1E,KAAI,CAAC,YAAY,GAAG,IAAI,UAAU,CAAC,YAAY,CAAC,KAAI,CAAC,CAAC;QACtD,KAAI,CAAC,WAAW,GAAG,IAAI,UAAU,CAAC,WAAW,CAAC,KAAI,CAAC,CAAC;;IACtD,CAAC;IACH,gCAAC;AAAD,CAAC,AAxBD,CAAwC,gCAAgC,GAwBvE;AAED,2BAA2B;AAE3B,OAAO,EACL,yBAAyB,EACzB,gCAAgC,EAChC,MAAM,IAAI,yBAAyB,EACnC,OAAO,IAAI,0BAA0B,EACtC,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,16 +0,0 @@
1
- import * as Models from "./models";
2
- import * as msRest from "@azure/ms-rest-js";
3
- import * as msRestAzure from "@azure/ms-rest-azure-js";
4
- export declare class ConfluentManagementClientContext extends msRestAzure.AzureServiceClient {
5
- credentials: msRest.ServiceClientCredentials;
6
- apiVersion?: string;
7
- subscriptionId: string;
8
- /**
9
- * Initializes a new instance of the ConfluentManagementClient class.
10
- * @param credentials Credentials needed for the client to connect to Azure.
11
- * @param subscriptionId Microsoft Azure subscription id
12
- * @param [options] The parameter options
13
- */
14
- constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.ConfluentManagementClientOptions);
15
- }
16
- //# sourceMappingURL=confluentManagementClientContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"confluentManagementClientContext.d.ts","sourceRoot":"","sources":["../src/confluentManagementClientContext.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,gCAAiC,SAAQ,WAAW,CAAC,kBAAkB;IAClF,WAAW,EAAE,MAAM,CAAC,wBAAwB,CAAC;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAC5C,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,MAAM,CAAC,gCAAgC;CAqCpD"}
@@ -1,56 +0,0 @@
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
7
- * regenerated.
8
- */
9
- import { __extends } from "tslib";
10
- import * as msRestAzure from "@azure/ms-rest-azure-js";
11
- var packageName = "@azure/arm-confluent";
12
- var packageVersion = "2.0.0";
13
- var ConfluentManagementClientContext = /** @class */ (function (_super) {
14
- __extends(ConfluentManagementClientContext, _super);
15
- /**
16
- * Initializes a new instance of the ConfluentManagementClient class.
17
- * @param credentials Credentials needed for the client to connect to Azure.
18
- * @param subscriptionId Microsoft Azure subscription id
19
- * @param [options] The parameter options
20
- */
21
- function ConfluentManagementClientContext(credentials, subscriptionId, options) {
22
- var _this = this;
23
- if (credentials == undefined) {
24
- throw new Error("'credentials' cannot be null.");
25
- }
26
- if (subscriptionId == undefined) {
27
- throw new Error("'subscriptionId' cannot be null.");
28
- }
29
- if (!options) {
30
- options = {};
31
- }
32
- if (!options.userAgent) {
33
- var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
34
- options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
35
- }
36
- _this = _super.call(this, credentials, options) || this;
37
- _this.apiVersion = "2021-03-01-preview";
38
- _this.acceptLanguage = "en-US";
39
- _this.longRunningOperationRetryTimeout = 30;
40
- _this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
41
- _this.requestContentType = "application/json; charset=utf-8";
42
- _this.credentials = credentials;
43
- _this.subscriptionId = subscriptionId;
44
- if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
45
- _this.acceptLanguage = options.acceptLanguage;
46
- }
47
- if (options.longRunningOperationRetryTimeout !== null &&
48
- options.longRunningOperationRetryTimeout !== undefined) {
49
- _this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
50
- }
51
- return _this;
52
- }
53
- return ConfluentManagementClientContext;
54
- }(msRestAzure.AzureServiceClient));
55
- export { ConfluentManagementClientContext };
56
- //# sourceMappingURL=confluentManagementClientContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"confluentManagementClientContext.js","sourceRoot":"","sources":["../src/confluentManagementClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;AAIH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,sBAAsB,CAAC;AAC3C,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAAsD,oDAA8B;IAKlF;;;;;OAKG;IACH,0CACE,WAA4C,EAC5C,cAAsB,EACtB,OAAiD;QAHnD,iBAuCC;QAlCC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,+BAA+B,CAAC,CAAC;SAClD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;SACrD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;YACtB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,oBAAoB,CAAC;QACvC,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IACE,OAAO,CAAC,gCAAgC,KAAK,IAAI;YACjD,OAAO,CAAC,gCAAgC,KAAK,SAAS,EACtD;YACA,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,uCAAC;AAAD,CAAC,AAnDD,CAAsD,WAAW,CAAC,kBAAkB,GAmDnF"}