@azure/arm-appconfiguration 1.2.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 (169) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +72 -75
  4. package/dist/index.js +3105 -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/appConfigurationManagementClient.d.ts +22 -0
  9. package/dist-esm/src/appConfigurationManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/appConfigurationManagementClient.js +55 -0
  11. package/dist-esm/src/appConfigurationManagementClient.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 +826 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +59 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +38 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +588 -313
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +20 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +162 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/configurationStores.d.ts +139 -0
  33. package/dist-esm/src/operations/configurationStores.d.ts.map +1 -0
  34. package/dist-esm/src/operations/configurationStores.js +655 -0
  35. package/dist-esm/src/operations/configurationStores.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/{esm → dist-esm/src}/operations/index.js +4 -5
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/keyValues.d.ts +76 -0
  41. package/dist-esm/src/operations/keyValues.d.ts.map +1 -0
  42. package/dist-esm/src/operations/keyValues.js +284 -0
  43. package/dist-esm/src/operations/keyValues.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +39 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +147 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/privateEndpointConnections.d.ts +84 -0
  49. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  50. package/dist-esm/src/operations/privateEndpointConnections.js +350 -0
  51. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  52. package/dist-esm/src/operations/privateLinkResources.d.ts +47 -0
  53. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  54. package/dist-esm/src/operations/privateLinkResources.js +170 -0
  55. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/configurationStores.d.ts +86 -0
  57. package/dist-esm/src/operationsInterfaces/configurationStores.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/configurationStores.js +9 -0
  59. package/dist-esm/src/operationsInterfaces/configurationStores.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  61. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  63. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/keyValues.d.ts +50 -0
  65. package/dist-esm/src/operationsInterfaces/keyValues.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/keyValues.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/keyValues.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/operations.d.ts +18 -0
  69. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +58 -0
  73. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
  77. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  80. package/dist-esm/test/sampleTest.d.ts +2 -0
  81. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  82. package/dist-esm/test/sampleTest.js +40 -0
  83. package/dist-esm/test/sampleTest.js.map +1 -0
  84. package/package.json +65 -31
  85. package/review/arm-appconfiguration.api.md +665 -0
  86. package/rollup.config.js +181 -30
  87. package/src/appConfigurationManagementClient.ts +82 -35
  88. package/src/index.ts +12 -0
  89. package/src/lroImpl.ts +34 -0
  90. package/src/models/index.ts +680 -893
  91. package/src/models/mappers.ts +657 -367
  92. package/src/models/parameters.ts +126 -44
  93. package/src/operations/configurationStores.ts +657 -495
  94. package/src/operations/index.ts +4 -5
  95. package/src/operations/keyValues.ts +396 -0
  96. package/src/operations/operations.ts +113 -123
  97. package/src/operations/privateEndpointConnections.ts +350 -186
  98. package/src/operations/privateLinkResources.ts +162 -126
  99. package/src/operationsInterfaces/configurationStores.ts +168 -0
  100. package/src/operationsInterfaces/index.ts +13 -0
  101. package/src/operationsInterfaces/keyValues.ts +91 -0
  102. package/src/operationsInterfaces/operations.ts +38 -0
  103. package/src/operationsInterfaces/privateEndpointConnections.ts +111 -0
  104. package/src/operationsInterfaces/privateLinkResources.ts +44 -0
  105. package/tsconfig.json +3 -3
  106. package/types/arm-appconfiguration.d.ts +1171 -0
  107. package/types/tsdoc-metadata.json +11 -0
  108. package/dist/arm-appconfiguration.js +0 -2213
  109. package/dist/arm-appconfiguration.js.map +0 -1
  110. package/dist/arm-appconfiguration.min.js +0 -1
  111. package/dist/arm-appconfiguration.min.js.map +0 -1
  112. package/esm/appConfigurationManagementClient.d.ts +0 -21
  113. package/esm/appConfigurationManagementClient.d.ts.map +0 -1
  114. package/esm/appConfigurationManagementClient.js +0 -36
  115. package/esm/appConfigurationManagementClient.js.map +0 -1
  116. package/esm/appConfigurationManagementClientContext.d.ts +0 -16
  117. package/esm/appConfigurationManagementClientContext.d.ts.map +0 -1
  118. package/esm/appConfigurationManagementClientContext.js +0 -56
  119. package/esm/appConfigurationManagementClientContext.js.map +0 -1
  120. package/esm/models/configurationStoresMappers.d.ts +0 -2
  121. package/esm/models/configurationStoresMappers.d.ts.map +0 -1
  122. package/esm/models/configurationStoresMappers.js +0 -9
  123. package/esm/models/configurationStoresMappers.js.map +0 -1
  124. package/esm/models/index.d.ts +0 -1073
  125. package/esm/models/index.d.ts.map +0 -1
  126. package/esm/models/index.js +0 -8
  127. package/esm/models/index.js.map +0 -1
  128. package/esm/models/mappers.d.ts +0 -31
  129. package/esm/models/mappers.d.ts.map +0 -1
  130. package/esm/models/mappers.js.map +0 -1
  131. package/esm/models/operationsMappers.d.ts +0 -2
  132. package/esm/models/operationsMappers.d.ts.map +0 -1
  133. package/esm/models/operationsMappers.js +0 -9
  134. package/esm/models/operationsMappers.js.map +0 -1
  135. package/esm/models/parameters.d.ts +0 -11
  136. package/esm/models/parameters.d.ts.map +0 -1
  137. package/esm/models/parameters.js +0 -108
  138. package/esm/models/parameters.js.map +0 -1
  139. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  140. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  141. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  142. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  143. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  144. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  145. package/esm/models/privateLinkResourcesMappers.js +0 -9
  146. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  147. package/esm/operations/configurationStores.d.ts +0 -243
  148. package/esm/operations/configurationStores.d.ts.map +0 -1
  149. package/esm/operations/configurationStores.js +0 -466
  150. package/esm/operations/configurationStores.js.map +0 -1
  151. package/esm/operations/index.d.ts.map +0 -1
  152. package/esm/operations/index.js.map +0 -1
  153. package/esm/operations/operations.d.ts +0 -67
  154. package/esm/operations/operations.d.ts.map +0 -1
  155. package/esm/operations/operations.js +0 -111
  156. package/esm/operations/operations.js.map +0 -1
  157. package/esm/operations/privateEndpointConnections.d.ts +0 -117
  158. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  159. package/esm/operations/privateEndpointConnections.js +0 -236
  160. package/esm/operations/privateEndpointConnections.js.map +0 -1
  161. package/esm/operations/privateLinkResources.d.ts +0 -76
  162. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  163. package/esm/operations/privateLinkResources.js +0 -117
  164. package/esm/operations/privateLinkResources.js.map +0 -1
  165. package/src/appConfigurationManagementClientContext.ts +0 -62
  166. package/src/models/configurationStoresMappers.ts +0 -30
  167. package/src/models/operationsMappers.ts +0 -16
  168. package/src/models/privateEndpointConnectionsMappers.ts +0 -24
  169. package/src/models/privateLinkResourcesMappers.ts +0 -13
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-appconfiguration.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/configurationStoresMappers.ts","../src/models/parameters.ts","../src/operations/configurationStores.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/appConfigurationManagementClientContext.ts","../src/appConfigurationManagementClient.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. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 * A resource identity that is managed by the user of the service.\n */\nexport interface UserIdentity {\n /**\n * The principal ID of the user-assigned identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The client ID of the user-assigned identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly clientId?: string;\n}\n\n/**\n * An identity that can be associated with a resource.\n */\nexport interface ResourceIdentity {\n /**\n * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an\n * implicitly created identity and a set of user-assigned identities. The type 'None' will remove\n * any identities. Possible values include: 'None', 'SystemAssigned', 'UserAssigned',\n * 'SystemAssigned, UserAssigned'\n */\n type?: IdentityType;\n /**\n * The list of user-assigned identities associated with the resource. The user-assigned identity\n * dictionary keys will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n */\n userAssignedIdentities?: { [propertyName: string]: UserIdentity };\n /**\n * The principal id of the identity. This property will only be provided for a system-assigned\n * identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The tenant id associated with the resource's identity. This property will only be provided for\n * a system-assigned identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n}\n\n/**\n * Settings concerning key vault encryption for a configuration store.\n */\nexport interface KeyVaultProperties {\n /**\n * The URI of the key vault key used to encrypt data.\n */\n keyIdentifier?: string;\n /**\n * The client id of the identity which will be used to access key vault.\n */\n identityClientId?: string;\n}\n\n/**\n * The encryption settings for a configuration store.\n */\nexport interface EncryptionProperties {\n /**\n * Key vault properties.\n */\n keyVaultProperties?: KeyVaultProperties;\n}\n\n/**\n * Private endpoint which a connection belongs to.\n */\nexport interface PrivateEndpoint {\n /**\n * The resource Id for private endpoint\n */\n id?: string;\n}\n\n/**\n * The state of a private link service connection.\n */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * The private link service connection status. Possible values include: 'Pending', 'Approved',\n * 'Rejected', 'Disconnected'\n */\n status?: ConnectionStatus;\n /**\n * The private link service connection description.\n */\n description?: string;\n /**\n * Any action that is required beyond basic workflow (approve/ reject/ disconnect). Possible\n * values include: 'None', 'Recreate'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly actionsRequired?: ActionsRequired;\n}\n\n/**\n * A reference to a related private endpoint connection.\n */\nexport interface PrivateEndpointConnectionReference {\n /**\n * The resource ID.\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 * The provisioning status of the private endpoint connection. Possible values include:\n * 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resource of private endpoint.\n */\n privateEndpoint?: PrivateEndpoint;\n /**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n}\n\n/**\n * Describes a configuration store SKU.\n */\nexport interface Sku {\n /**\n * The SKU name of the configuration store.\n */\n name: string;\n}\n\n/**\n * An Azure resource.\n */\nexport interface Resource extends BaseResource {\n /**\n * The resource ID.\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 * The location of the resource. This cannot be changed after the resource is created.\n */\n location: string;\n /**\n * The tags of the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * The configuration store along with all resource properties. The Configuration Store will have\n * all information to begin utilizing it.\n */\nexport interface ConfigurationStore extends Resource {\n /**\n * The managed identity information, if configured.\n */\n identity?: ResourceIdentity;\n /**\n * The provisioning state of the configuration store. Possible values include: 'Creating',\n * 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The creation date of configuration store.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationDate?: Date;\n /**\n * The DNS endpoint where the configuration store API will be available.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endpoint?: string;\n /**\n * The encryption settings of the configuration store.\n */\n encryption?: EncryptionProperties;\n /**\n * The list of private endpoint connections that are set up for this resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];\n /**\n * Control permission for data plane traffic coming from public networks while private endpoint\n * is enabled. Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The sku of the configuration store.\n */\n sku: Sku;\n}\n\n/**\n * The parameters for updating a configuration store.\n */\nexport interface ConfigurationStoreUpdateParameters {\n /**\n * The encryption settings of the configuration store.\n */\n encryption?: EncryptionProperties;\n /**\n * The managed identity information for the configuration store.\n */\n identity?: ResourceIdentity;\n /**\n * The SKU of the configuration store.\n */\n sku?: Sku;\n /**\n * The ARM resource tags.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Parameters used for checking whether a resource name is available.\n */\nexport interface CheckNameAvailabilityParameters {\n /**\n * The name to check for availability.\n */\n name: string;\n}\n\n/**\n * The result of a request to check the availability of a resource name.\n */\nexport interface NameAvailabilityStatus {\n /**\n * The value indicating whether the resource name is available.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nameAvailable?: boolean;\n /**\n * If any, the error message that provides more detail for the reason that the name is not\n * available.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * If any, the reason that the name is not available.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reason?: string;\n}\n\n/**\n * An API key used for authenticating with a configuration store endpoint.\n */\nexport interface ApiKey {\n /**\n * The key ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * A name for the key describing its usage.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The value of the key that is used for authentication purposes.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n /**\n * A connection string that can be used by supporting clients for authentication.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly connectionString?: string;\n /**\n * The last time any of the key's properties were modified.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModified?: Date;\n /**\n * Whether this key can only be used for read operations.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly readOnly?: boolean;\n}\n\n/**\n * The parameters used to regenerate an API key.\n */\nexport interface RegenerateKeyParameters {\n /**\n * The id of the key to regenerate.\n */\n id?: string;\n}\n\n/**\n * The parameters used to list a configuration store key-value\n */\nexport interface ListKeyValueParameters {\n /**\n * The key to retrieve.\n */\n key: string;\n /**\n * The label of the key.\n */\n label?: string;\n}\n\n/**\n * The result of a request to retrieve a key-value from the specified configuration store.\n */\nexport interface KeyValue {\n /**\n * The primary identifier of a key-value.\n * The key is used in unison with the label to uniquely identify a key-value.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly key?: string;\n /**\n * A value used to group key-values.\n * The label is used in unison with the key to uniquely identify a key-value.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly label?: string;\n /**\n * The value of the key-value.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n /**\n * The content type of the key-value's value.\n * Providing a proper content-type can enable transformations of values when they are retrieved\n * by applications.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly contentType?: string;\n /**\n * An ETag indicating the state of a key-value within a configuration store.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly eTag?: string;\n /**\n * The last time a modifying operation was performed on the given key-value.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModified?: Date;\n /**\n * A value indicating whether the key-value is locked.\n * A locked key-value may not be modified until it is unlocked.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly locked?: boolean;\n /**\n * A dictionary of tags that can help identify what a key-value may be applicable for.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tags?: { [propertyName: string]: string };\n}\n\n/**\n * The display information for a configuration store operation.\n */\nexport interface OperationDefinitionDisplay {\n /**\n * The resource provider name: Microsoft App Configuration.\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provider?: string;\n /**\n * The resource on which the operation is performed.\n */\n resource?: string;\n /**\n * The operation that users can perform.\n */\n operation?: string;\n /**\n * The description for the operation.\n */\n description?: string;\n}\n\n/**\n * The definition of a configuration store operation.\n */\nexport interface OperationDefinition {\n /**\n * Operation name: {provider}/{resource}/{operation}.\n */\n name?: string;\n /**\n * The display information for the configuration store operation.\n */\n display?: OperationDefinitionDisplay;\n}\n\n/**\n * AppConfiguration error object.\n */\nexport interface ErrorModel {\n /**\n * Error code.\n */\n code?: string;\n /**\n * Error message.\n */\n message?: string;\n}\n\n/**\n * A private endpoint connection\n */\nexport interface PrivateEndpointConnection extends BaseResource {\n /**\n * The resource ID.\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 * The provisioning status of the private endpoint connection. Possible values include:\n * 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resource of private endpoint.\n */\n privateEndpoint?: PrivateEndpoint;\n /**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n}\n\n/**\n * A resource that supports private link capabilities.\n */\nexport interface PrivateLinkResource {\n /**\n * The resource ID.\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 * The private link resource group id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredMembers?: string[];\n /**\n * The list of required DNS zone names of the private link resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredZoneNames?: string[];\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ConfigurationStoresListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * A skip token is used to continue retrieving items after an operation returns a partial result.\n * If a previous response contains a nextLink element, the value of the nextLink element will\n * include a skipToken parameter that specifies a starting point to use for subsequent calls.\n */\n skipToken?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ConfigurationStoresListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * A skip token is used to continue retrieving items after an operation returns a partial result.\n * If a previous response contains a nextLink element, the value of the nextLink element will\n * include a skipToken parameter that specifies a starting point to use for subsequent calls.\n */\n skipToken?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ConfigurationStoresListKeysOptionalParams extends msRest.RequestOptionsBase {\n /**\n * A skip token is used to continue retrieving items after an operation returns a partial result.\n * If a previous response contains a nextLink element, the value of the nextLink element will\n * include a skipToken parameter that specifies a starting point to use for subsequent calls.\n */\n skipToken?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OperationsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * A skip token is used to continue retrieving items after an operation returns a partial result.\n * If a previous response contains a nextLink element, the value of the nextLink element will\n * include a skipToken parameter that specifies a starting point to use for subsequent calls.\n */\n skipToken?: string;\n}\n\n/**\n * An interface representing AppConfigurationManagementClientOptions.\n */\nexport interface AppConfigurationManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * The result of a request to list configuration stores.\n * @extends Array<ConfigurationStore>\n */\nexport interface ConfigurationStoreListResult extends Array<ConfigurationStore> {\n /**\n * The URI that can be used to request the next set of paged results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The result of a request to list API keys.\n * @extends Array<ApiKey>\n */\nexport interface ApiKeyListResult extends Array<ApiKey> {\n /**\n * The URI that can be used to request the next set of paged results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The result of a request to list configuration store operations.\n * @extends Array<OperationDefinition>\n */\nexport interface OperationDefinitionListResult extends Array<OperationDefinition> {\n /**\n * The URI that can be used to request the next set of paged results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * A list of private endpoint connections\n * @extends Array<PrivateEndpointConnection>\n */\nexport interface PrivateEndpointConnectionListResult extends Array<PrivateEndpointConnection> {\n /**\n * The URI that can be used to request the next set of paged results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * A list of private link resources.\n * @extends Array<PrivateLinkResource>\n */\nexport interface PrivateLinkResourceListResult extends Array<PrivateLinkResource> {\n /**\n * The URI that can be used to request the next set of paged results.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for IdentityType.\n * Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,\n * UserAssigned'\n * @readonly\n * @enum {string}\n */\nexport type IdentityType = 'None' | 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned, UserAssigned';\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Failed' | 'Canceled';\n\n/**\n * Defines values for ConnectionStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n * @readonly\n * @enum {string}\n */\nexport type ConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';\n\n/**\n * Defines values for ActionsRequired.\n * Possible values include: 'None', 'Recreate'\n * @readonly\n * @enum {string}\n */\nexport type ActionsRequired = 'None' | 'Recreate';\n\n/**\n * Defines values for PublicNetworkAccess.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type PublicNetworkAccess = 'Enabled' | 'Disabled';\n\n/**\n * Contains response data for the list operation.\n */\nexport type ConfigurationStoresListResponse = ConfigurationStoreListResult & {\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: ConfigurationStoreListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type ConfigurationStoresListByResourceGroupResponse = ConfigurationStoreListResult & {\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: ConfigurationStoreListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ConfigurationStoresGetResponse = ConfigurationStore & {\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: ConfigurationStore;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type ConfigurationStoresCreateResponse = ConfigurationStore & {\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: ConfigurationStore;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ConfigurationStoresUpdateResponse = ConfigurationStore & {\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: ConfigurationStore;\n };\n};\n\n/**\n * Contains response data for the listKeys operation.\n */\nexport type ConfigurationStoresListKeysResponse = ApiKeyListResult & {\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: ApiKeyListResult;\n };\n};\n\n/**\n * Contains response data for the regenerateKey operation.\n */\nexport type ConfigurationStoresRegenerateKeyResponse = ApiKey & {\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: ApiKey;\n };\n};\n\n/**\n * Contains response data for the listKeyValue operation.\n */\nexport type ConfigurationStoresListKeyValueResponse = KeyValue & {\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: KeyValue;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type ConfigurationStoresBeginCreateResponse = ConfigurationStore & {\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: ConfigurationStore;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type ConfigurationStoresBeginUpdateResponse = ConfigurationStore & {\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: ConfigurationStore;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ConfigurationStoresListNextResponse = ConfigurationStoreListResult & {\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: ConfigurationStoreListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type ConfigurationStoresListByResourceGroupNextResponse = ConfigurationStoreListResult & {\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: ConfigurationStoreListResult;\n };\n};\n\n/**\n * Contains response data for the listKeysNext operation.\n */\nexport type ConfigurationStoresListKeysNextResponse = ApiKeyListResult & {\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: ApiKeyListResult;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type OperationsCheckNameAvailabilityResponse = NameAvailabilityStatus & {\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: NameAvailabilityStatus;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationDefinitionListResult & {\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: OperationDefinitionListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = OperationDefinitionListResult & {\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: OperationDefinitionListResult;\n };\n};\n\n/**\n * Contains response data for the listByConfigurationStore operation.\n */\nexport type PrivateEndpointConnectionsListByConfigurationStoreResponse = PrivateEndpointConnectionListResult & {\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: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type PrivateEndpointConnectionsBeginCreateOrUpdateResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the listByConfigurationStoreNext operation.\n */\nexport type PrivateEndpointConnectionsListByConfigurationStoreNextResponse = PrivateEndpointConnectionListResult & {\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: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the listByConfigurationStore operation.\n */\nexport type PrivateLinkResourcesListByConfigurationStoreResponse = PrivateLinkResourceListResult & {\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: PrivateLinkResourceListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource & {\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: PrivateLinkResource;\n };\n};\n\n/**\n * Contains response data for the listByConfigurationStoreNext operation.\n */\nexport type PrivateLinkResourcesListByConfigurationStoreNextResponse = PrivateLinkResourceListResult & {\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: PrivateLinkResourceListResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 UserIdentity: msRest.CompositeMapper = {\n serializedName: \"UserIdentity\",\n type: {\n name: \"Composite\",\n className: \"UserIdentity\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n readOnly: true,\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceIdentity: msRest.CompositeMapper = {\n serializedName: \"ResourceIdentity\",\n type: {\n name: \"Composite\",\n className: \"ResourceIdentity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"UserIdentity\"\n }\n }\n }\n },\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KeyVaultProperties: msRest.CompositeMapper = {\n serializedName: \"KeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\",\n modelProperties: {\n keyIdentifier: {\n serializedName: \"keyIdentifier\",\n type: {\n name: \"String\"\n }\n },\n identityClientId: {\n serializedName: \"identityClientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EncryptionProperties: msRest.CompositeMapper = {\n serializedName: \"EncryptionProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\",\n modelProperties: {\n keyVaultProperties: {\n serializedName: \"keyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n readOnly: true,\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionReference: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionReference\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionReference\",\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 provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n required: true,\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n }\n }\n }\n};\n\nexport const Sku: msRest.CompositeMapper = {\n serializedName: \"Sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\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 location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\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 ConfigurationStore: msRest.CompositeMapper = {\n serializedName: \"ConfigurationStore\",\n type: {\n name: \"Composite\",\n className: \"ConfigurationStore\",\n modelProperties: {\n ...Resource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ResourceIdentity\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n creationDate: {\n readOnly: true,\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n endpoint: {\n readOnly: true,\n serializedName: \"properties.endpoint\",\n type: {\n name: \"String\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\"\n }\n },\n privateEndpointConnections: {\n readOnly: true,\n serializedName: \"properties.privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionReference\"\n }\n }\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n required: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n }\n }\n }\n};\n\nexport const ConfigurationStoreUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ConfigurationStoreUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ConfigurationStoreUpdateParameters\",\n modelProperties: {\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ResourceIdentity\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\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 CheckNameAvailabilityParameters: msRest.CompositeMapper = {\n serializedName: \"CheckNameAvailabilityParameters\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: 'Microsoft.AppConfiguration/configurationStores',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NameAvailabilityStatus: msRest.CompositeMapper = {\n serializedName: \"NameAvailabilityStatus\",\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityStatus\",\n modelProperties: {\n nameAvailable: {\n readOnly: true,\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n reason: {\n readOnly: true,\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApiKey: msRest.CompositeMapper = {\n serializedName: \"ApiKey\",\n type: {\n name: \"Composite\",\n className: \"ApiKey\",\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 value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n connectionString: {\n readOnly: true,\n serializedName: \"connectionString\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n readOnly: true,\n serializedName: \"lastModified\",\n type: {\n name: \"DateTime\"\n }\n },\n readOnly: {\n readOnly: true,\n serializedName: \"readOnly\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const RegenerateKeyParameters: msRest.CompositeMapper = {\n serializedName: \"RegenerateKeyParameters\",\n type: {\n name: \"Composite\",\n className: \"RegenerateKeyParameters\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListKeyValueParameters: msRest.CompositeMapper = {\n serializedName: \"ListKeyValueParameters\",\n type: {\n name: \"Composite\",\n className: \"ListKeyValueParameters\",\n modelProperties: {\n key: {\n required: true,\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n },\n label: {\n serializedName: \"label\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KeyValue: msRest.CompositeMapper = {\n serializedName: \"KeyValue\",\n type: {\n name: \"Composite\",\n className: \"KeyValue\",\n modelProperties: {\n key: {\n readOnly: true,\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n },\n label: {\n readOnly: true,\n serializedName: \"label\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n contentType: {\n readOnly: true,\n serializedName: \"contentType\",\n type: {\n name: \"String\"\n }\n },\n eTag: {\n readOnly: true,\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n readOnly: true,\n serializedName: \"lastModified\",\n type: {\n name: \"DateTime\"\n }\n },\n locked: {\n readOnly: true,\n serializedName: \"locked\",\n type: {\n name: \"Boolean\"\n }\n },\n tags: {\n readOnly: true,\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 OperationDefinitionDisplay: msRest.CompositeMapper = {\n serializedName: \"OperationDefinitionDisplay\",\n type: {\n name: \"Composite\",\n className: \"OperationDefinitionDisplay\",\n modelProperties: {\n provider: {\n readOnly: true,\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 OperationDefinition: msRest.CompositeMapper = {\n serializedName: \"OperationDefinition\",\n type: {\n name: \"Composite\",\n className: \"OperationDefinition\",\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: \"OperationDefinitionDisplay\"\n }\n }\n }\n }\n};\n\nexport const ErrorModel: msRest.CompositeMapper = {\n serializedName: \"Error\",\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\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 provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n required: true,\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\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 groupId: {\n readOnly: true,\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n readOnly: true,\n serializedName: \"properties.requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n readOnly: true,\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConfigurationStoreListResult: msRest.CompositeMapper = {\n serializedName: \"ConfigurationStoreListResult\",\n type: {\n name: \"Composite\",\n className: \"ConfigurationStoreListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConfigurationStore\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApiKeyListResult: msRest.CompositeMapper = {\n serializedName: \"ApiKeyListResult\",\n type: {\n name: \"Composite\",\n className: \"ApiKeyListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApiKey\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDefinitionListResult: msRest.CompositeMapper = {\n serializedName: \"OperationDefinitionListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationDefinitionListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationDefinition\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourceListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\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. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 ApiKey,\n ApiKeyListResult,\n BaseResource,\n ConfigurationStore,\n ConfigurationStoreListResult,\n ConfigurationStoreUpdateParameters,\n EncryptionProperties,\n ErrorModel,\n KeyValue,\n KeyVaultProperties,\n ListKeyValueParameters,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionReference,\n PrivateLinkServiceConnectionState,\n RegenerateKeyParameters,\n Resource,\n ResourceIdentity,\n Sku,\n UserIdentity\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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 serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const configStoreName: msRest.OperationURLParameter = {\n parameterPath: \"configStoreName\",\n mapper: {\n required: true,\n serializedName: \"configStoreName\",\n constraints: {\n MaxLength: 50,\n MinLength: 5,\n Pattern: /^[a-zA-Z0-9_-]*$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const groupName: msRest.OperationURLParameter = {\n parameterPath: \"groupName\",\n mapper: {\n required: true,\n serializedName: \"groupName\",\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 privateEndpointConnectionName: msRest.OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n required: true,\n serializedName: \"privateEndpointConnectionName\",\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 skipToken: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"skipToken\"\n ],\n mapper: {\n serializedName: \"$skipToken\",\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. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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/configurationStoresMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AppConfigurationManagementClientContext } from \"../appConfigurationManagementClientContext\";\n\n/** Class representing a ConfigurationStores. */\nexport class ConfigurationStores {\n private readonly client: AppConfigurationManagementClientContext;\n\n /**\n * Create a ConfigurationStores.\n * @param {AppConfigurationManagementClientContext} client Reference to the service client.\n */\n constructor(client: AppConfigurationManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the configuration stores for a given subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationStoresListResponse>\n */\n list(options?: Models.ConfigurationStoresListOptionalParams): Promise<Models.ConfigurationStoresListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ConfigurationStoreListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: Models.ConfigurationStoresListOptionalParams, callback: msRest.ServiceCallback<Models.ConfigurationStoreListResult>): void;\n list(options?: Models.ConfigurationStoresListOptionalParams | msRest.ServiceCallback<Models.ConfigurationStoreListResult>, callback?: msRest.ServiceCallback<Models.ConfigurationStoreListResult>): Promise<Models.ConfigurationStoresListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ConfigurationStoresListResponse>;\n }\n\n /**\n * Lists the configuration stores for a given resource group.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationStoresListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.ConfigurationStoresListByResourceGroupOptionalParams): Promise<Models.ConfigurationStoresListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ConfigurationStoreListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: Models.ConfigurationStoresListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.ConfigurationStoreListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.ConfigurationStoresListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.ConfigurationStoreListResult>, callback?: msRest.ServiceCallback<Models.ConfigurationStoreListResult>): Promise<Models.ConfigurationStoresListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.ConfigurationStoresListByResourceGroupResponse>;\n }\n\n /**\n * Gets the properties of the specified configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationStoresGetResponse>\n */\n get(resourceGroupName: string, configStoreName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationStoresGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param callback The callback\n */\n get(resourceGroupName: string, configStoreName: string, callback: msRest.ServiceCallback<Models.ConfigurationStore>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, configStoreName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ConfigurationStore>): void;\n get(resourceGroupName: string, configStoreName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ConfigurationStore>, callback?: msRest.ServiceCallback<Models.ConfigurationStore>): Promise<Models.ConfigurationStoresGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n configStoreName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ConfigurationStoresGetResponse>;\n }\n\n /**\n * Creates a configuration store with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param configStoreCreationParameters The parameters for creating a configuration store.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationStoresCreateResponse>\n */\n create(resourceGroupName: string, configStoreName: string, configStoreCreationParameters: Models.ConfigurationStore, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationStoresCreateResponse> {\n return this.beginCreate(resourceGroupName,configStoreName,configStoreCreationParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ConfigurationStoresCreateResponse>;\n }\n\n /**\n * Deletes a configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, configStoreName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,configStoreName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Updates a configuration store with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param configStoreUpdateParameters The parameters for updating a configuration store.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationStoresUpdateResponse>\n */\n update(resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: Models.ConfigurationStoreUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationStoresUpdateResponse> {\n return this.beginUpdate(resourceGroupName,configStoreName,configStoreUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ConfigurationStoresUpdateResponse>;\n }\n\n /**\n * Lists the access key for the specified configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationStoresListKeysResponse>\n */\n listKeys(resourceGroupName: string, configStoreName: string, options?: Models.ConfigurationStoresListKeysOptionalParams): Promise<Models.ConfigurationStoresListKeysResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param callback The callback\n */\n listKeys(resourceGroupName: string, configStoreName: string, callback: msRest.ServiceCallback<Models.ApiKeyListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The optional parameters\n * @param callback The callback\n */\n listKeys(resourceGroupName: string, configStoreName: string, options: Models.ConfigurationStoresListKeysOptionalParams, callback: msRest.ServiceCallback<Models.ApiKeyListResult>): void;\n listKeys(resourceGroupName: string, configStoreName: string, options?: Models.ConfigurationStoresListKeysOptionalParams | msRest.ServiceCallback<Models.ApiKeyListResult>, callback?: msRest.ServiceCallback<Models.ApiKeyListResult>): Promise<Models.ConfigurationStoresListKeysResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n configStoreName,\n options\n },\n listKeysOperationSpec,\n callback) as Promise<Models.ConfigurationStoresListKeysResponse>;\n }\n\n /**\n * Regenerates an access key for the specified configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param regenerateKeyParameters The parameters for regenerating an access key.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationStoresRegenerateKeyResponse>\n */\n regenerateKey(resourceGroupName: string, configStoreName: string, regenerateKeyParameters: Models.RegenerateKeyParameters, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationStoresRegenerateKeyResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param regenerateKeyParameters The parameters for regenerating an access key.\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, configStoreName: string, regenerateKeyParameters: Models.RegenerateKeyParameters, callback: msRest.ServiceCallback<Models.ApiKey>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param regenerateKeyParameters The parameters for regenerating an access key.\n * @param options The optional parameters\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, configStoreName: string, regenerateKeyParameters: Models.RegenerateKeyParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApiKey>): void;\n regenerateKey(resourceGroupName: string, configStoreName: string, regenerateKeyParameters: Models.RegenerateKeyParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApiKey>, callback?: msRest.ServiceCallback<Models.ApiKey>): Promise<Models.ConfigurationStoresRegenerateKeyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n configStoreName,\n regenerateKeyParameters,\n options\n },\n regenerateKeyOperationSpec,\n callback) as Promise<Models.ConfigurationStoresRegenerateKeyResponse>;\n }\n\n /**\n * Lists a configuration store key-value.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param listKeyValueParameters The parameters for retrieving a key-value.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationStoresListKeyValueResponse>\n */\n listKeyValue(resourceGroupName: string, configStoreName: string, listKeyValueParameters: Models.ListKeyValueParameters, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationStoresListKeyValueResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param listKeyValueParameters The parameters for retrieving a key-value.\n * @param callback The callback\n */\n listKeyValue(resourceGroupName: string, configStoreName: string, listKeyValueParameters: Models.ListKeyValueParameters, callback: msRest.ServiceCallback<Models.KeyValue>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param listKeyValueParameters The parameters for retrieving a key-value.\n * @param options The optional parameters\n * @param callback The callback\n */\n listKeyValue(resourceGroupName: string, configStoreName: string, listKeyValueParameters: Models.ListKeyValueParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.KeyValue>): void;\n listKeyValue(resourceGroupName: string, configStoreName: string, listKeyValueParameters: Models.ListKeyValueParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.KeyValue>, callback?: msRest.ServiceCallback<Models.KeyValue>): Promise<Models.ConfigurationStoresListKeyValueResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n configStoreName,\n listKeyValueParameters,\n options\n },\n listKeyValueOperationSpec,\n callback) as Promise<Models.ConfigurationStoresListKeyValueResponse>;\n }\n\n /**\n * Creates a configuration store with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param configStoreCreationParameters The parameters for creating a configuration store.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, configStoreName: string, configStoreCreationParameters: Models.ConfigurationStore, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n configStoreName,\n configStoreCreationParameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes a configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, configStoreName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n configStoreName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Updates a configuration store with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param configStoreUpdateParameters The parameters for updating a configuration store.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: Models.ConfigurationStoreUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n configStoreName,\n configStoreUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Lists the configuration stores for a given subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationStoresListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationStoresListNextResponse>;\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.ConfigurationStoreListResult>): 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.ConfigurationStoreListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ConfigurationStoreListResult>, callback?: msRest.ServiceCallback<Models.ConfigurationStoreListResult>): Promise<Models.ConfigurationStoresListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ConfigurationStoresListNextResponse>;\n }\n\n /**\n * Lists the configuration stores for a given 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.ConfigurationStoresListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationStoresListByResourceGroupNextResponse>;\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.ConfigurationStoreListResult>): 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.ConfigurationStoreListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ConfigurationStoreListResult>, callback?: msRest.ServiceCallback<Models.ConfigurationStoreListResult>): Promise<Models.ConfigurationStoresListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.ConfigurationStoresListByResourceGroupNextResponse>;\n }\n\n /**\n * Lists the access key for the specified configuration store.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationStoresListKeysNextResponse>\n */\n listKeysNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationStoresListKeysNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listKeysNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ApiKeyListResult>): 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 listKeysNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApiKeyListResult>): void;\n listKeysNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApiKeyListResult>, callback?: msRest.ServiceCallback<Models.ApiKeyListResult>): Promise<Models.ConfigurationStoresListKeysNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listKeysNextOperationSpec,\n callback) as Promise<Models.ConfigurationStoresListKeysNextResponse>;\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.AppConfiguration/configurationStores\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationStoreListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationStoreListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationStore\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/ListKeys\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApiKeyListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst regenerateKeyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/RegenerateKey\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"regenerateKeyParameters\",\n mapper: {\n ...Mappers.RegenerateKeyParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApiKey\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listKeyValueOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/listKeyValue\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"listKeyValueParameters\",\n mapper: {\n ...Mappers.ListKeyValueParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.KeyValue\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"configStoreCreationParameters\",\n mapper: {\n ...Mappers.ConfigurationStore,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationStore\n },\n 201: {\n bodyMapper: Mappers.ConfigurationStore\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName\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.ErrorModel\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"configStoreUpdateParameters\",\n mapper: {\n ...Mappers.ConfigurationStoreUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationStore\n },\n 201: {\n bodyMapper: Mappers.ConfigurationStore\n },\n default: {\n bodyMapper: Mappers.ErrorModel\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 headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationStoreListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\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 headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationStoreListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listKeysNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApiKeyListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 CheckNameAvailabilityParameters,\n ErrorModel,\n NameAvailabilityStatus,\n OperationDefinition,\n OperationDefinitionDisplay,\n OperationDefinitionListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AppConfigurationManagementClientContext } from \"../appConfigurationManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: AppConfigurationManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {AppConfigurationManagementClientContext} client Reference to the service client.\n */\n constructor(client: AppConfigurationManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Checks whether the configuration store name is available for use.\n * @param checkNameAvailabilityParameters The object containing information for the availability\n * request.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsCheckNameAvailabilityResponse>\n */\n checkNameAvailability(checkNameAvailabilityParameters: Models.CheckNameAvailabilityParameters, options?: msRest.RequestOptionsBase): Promise<Models.OperationsCheckNameAvailabilityResponse>;\n /**\n * @param checkNameAvailabilityParameters The object containing information for the availability\n * request.\n * @param callback The callback\n */\n checkNameAvailability(checkNameAvailabilityParameters: Models.CheckNameAvailabilityParameters, callback: msRest.ServiceCallback<Models.NameAvailabilityStatus>): void;\n /**\n * @param checkNameAvailabilityParameters The object containing information for the availability\n * request.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(checkNameAvailabilityParameters: Models.CheckNameAvailabilityParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NameAvailabilityStatus>): void;\n checkNameAvailability(checkNameAvailabilityParameters: Models.CheckNameAvailabilityParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NameAvailabilityStatus>, callback?: msRest.ServiceCallback<Models.NameAvailabilityStatus>): Promise<Models.OperationsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n checkNameAvailabilityParameters,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback) as Promise<Models.OperationsCheckNameAvailabilityResponse>;\n }\n\n /**\n * Lists the operations available from this provider.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: Models.OperationsListOptionalParams): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationDefinitionListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: Models.OperationsListOptionalParams, callback: msRest.ServiceCallback<Models.OperationDefinitionListResult>): void;\n list(options?: Models.OperationsListOptionalParams | msRest.ServiceCallback<Models.OperationDefinitionListResult>, callback?: msRest.ServiceCallback<Models.OperationDefinitionListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * Lists the operations available from this provider.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;\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.OperationDefinitionListResult>): 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.OperationDefinitionListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationDefinitionListResult>, callback?: msRest.ServiceCallback<Models.OperationDefinitionListResult>): Promise<Models.OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.OperationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"checkNameAvailabilityParameters\",\n mapper: {\n ...Mappers.CheckNameAvailabilityParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.NameAvailabilityStatus\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.AppConfiguration/operations\",\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\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 headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 ConfigurationStore,\n EncryptionProperties,\n ErrorModel,\n KeyVaultProperties,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionListResult,\n PrivateEndpointConnectionReference,\n PrivateLinkServiceConnectionState,\n Resource,\n ResourceIdentity,\n Sku,\n UserIdentity\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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/privateEndpointConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AppConfigurationManagementClientContext } from \"../appConfigurationManagementClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: AppConfigurationManagementClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {AppConfigurationManagementClientContext} client Reference to the service client.\n */\n constructor(client: AppConfigurationManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all private endpoint connections for a configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListByConfigurationStoreResponse>\n */\n listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListByConfigurationStoreResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param callback The callback\n */\n listByConfigurationStore(resourceGroupName: string, configStoreName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByConfigurationStore(resourceGroupName: string, configStoreName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListByConfigurationStoreResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n configStoreName,\n options\n },\n listByConfigurationStoreOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListByConfigurationStoreResponse>;\n }\n\n /**\n * Gets the specified private endpoint connection associated with the configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param privateEndpointConnectionName Private endpoint connection name\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>\n */\n get(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param privateEndpointConnectionName Private endpoint connection name\n * @param callback The callback\n */\n get(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param privateEndpointConnectionName Private endpoint connection name\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n get(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n configStoreName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsGetResponse>;\n }\n\n /**\n * Update the state of the specified private endpoint connection associated with the configuration\n * store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param privateEndpointConnectionName Private endpoint connection name\n * @param privateEndpointConnection The private endpoint connection properties.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,configStoreName,privateEndpointConnectionName,privateEndpointConnection,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param privateEndpointConnectionName Private endpoint connection name\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,configStoreName,privateEndpointConnectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Update the state of the specified private endpoint connection associated with the configuration\n * store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param privateEndpointConnectionName Private endpoint connection name\n * @param privateEndpointConnection The private endpoint connection properties.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n configStoreName,\n privateEndpointConnectionName,\n privateEndpointConnection,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param privateEndpointConnectionName Private endpoint connection name\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n configStoreName,\n privateEndpointConnectionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Lists all private endpoint connections for a configuration store.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListByConfigurationStoreNextResponse>\n */\n listByConfigurationStoreNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListByConfigurationStoreNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByConfigurationStoreNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): 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 listByConfigurationStoreNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n listByConfigurationStoreNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListByConfigurationStoreNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByConfigurationStoreNextOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListByConfigurationStoreNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByConfigurationStoreOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"privateEndpointConnection\",\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 201: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName,\n Parameters.privateEndpointConnectionName\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.ErrorModel\n }\n },\n serializer\n};\n\nconst listByConfigurationStoreNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 ErrorModel,\n PrivateLinkResource,\n PrivateLinkResourceListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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/privateLinkResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AppConfigurationManagementClientContext } from \"../appConfigurationManagementClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: AppConfigurationManagementClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {AppConfigurationManagementClientContext} client Reference to the service client.\n */\n constructor(client: AppConfigurationManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the private link resources that need to be created for a configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListByConfigurationStoreResponse>\n */\n listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByConfigurationStoreResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param callback The callback\n */\n listByConfigurationStore(resourceGroupName: string, configStoreName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByConfigurationStore(resourceGroupName: string, configStoreName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResourceListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): Promise<Models.PrivateLinkResourcesListByConfigurationStoreResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n configStoreName,\n options\n },\n listByConfigurationStoreOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListByConfigurationStoreResponse>;\n }\n\n /**\n * Gets a private link resource that need to be created for a configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param groupName The name of the private link resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesGetResponse>\n */\n get(resourceGroupName: string, configStoreName: string, groupName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param groupName The name of the private link resource group.\n * @param callback The callback\n */\n get(resourceGroupName: string, configStoreName: string, groupName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param groupName The name of the private link resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, configStoreName: string, groupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n get(resourceGroupName: string, configStoreName: string, groupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResource>, callback?: msRest.ServiceCallback<Models.PrivateLinkResource>): Promise<Models.PrivateLinkResourcesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n configStoreName,\n groupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesGetResponse>;\n }\n\n /**\n * Gets the private link resources that need to be created for a configuration store.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListByConfigurationStoreNextResponse>\n */\n listByConfigurationStoreNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByConfigurationStoreNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByConfigurationStoreNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): 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 listByConfigurationStoreNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n listByConfigurationStoreNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResourceListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): Promise<Models.PrivateLinkResourcesListByConfigurationStoreNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByConfigurationStoreNextOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListByConfigurationStoreNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByConfigurationStoreOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.configStoreName,\n Parameters.groupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResource\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listByConfigurationStoreNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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-appconfiguration\";\nconst packageVersion = \"1.2.0\";\n\nexport class AppConfigurationManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the AppConfigurationManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId The Microsoft Azure subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.AppConfigurationManagementClientOptions) {\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 = '2020-06-01';\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(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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 { AppConfigurationManagementClientContext } from \"./appConfigurationManagementClientContext\";\n\n\nclass AppConfigurationManagementClient extends AppConfigurationManagementClientContext {\n // Operation groups\n configurationStores: operations.ConfigurationStores;\n operations: operations.Operations;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n privateLinkResources: operations.PrivateLinkResources;\n\n /**\n * Initializes a new instance of the AppConfigurationManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId The Microsoft Azure subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.AppConfigurationManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.configurationStores = new operations.ConfigurationStores(this);\n this.operations = new operations.Operations(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n AppConfigurationManagementClient,\n AppConfigurationManagementClientContext,\n Models as AppConfigurationManagementModels,\n Mappers as AppConfigurationManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.apiVersion","Parameters.skipToken","Parameters.acceptLanguage","Mappers.ConfigurationStoreListResult","Mappers.ErrorModel","Parameters.resourceGroupName","Parameters.configStoreName","Mappers.ConfigurationStore","Mappers.ApiKeyListResult","Mappers.RegenerateKeyParameters","Mappers.ApiKey","Mappers.ListKeyValueParameters","Mappers.KeyValue","Mappers.ConfigurationStoreUpdateParameters","Parameters.nextPageLink","listOperationSpec","listNextOperationSpec","serializer","Mappers","Mappers.CheckNameAvailabilityParameters","Mappers.NameAvailabilityStatus","Mappers.OperationDefinitionListResult","getOperationSpec","beginDeleteMethodOperationSpec","Mappers.PrivateEndpointConnectionListResult","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","listByConfigurationStoreOperationSpec","listByConfigurationStoreNextOperationSpec","Mappers.PrivateLinkResourceListResult","Parameters.groupName","Mappers.PrivateLinkResource","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.ConfigurationStores","operations.Operations","operations.PrivateEndpointConnections","operations.PrivateLinkResources"],"mappings":"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"}
@@ -1 +0,0 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(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"],t):t(((e=e||self).Azure=e.Azure||{},e.Azure.ArmAppconfiguration={}),e.msRestAzure,e.msRest)}(this,function(e,n,t){"use strict";var i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function r(e,t){function r(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var a=function(){return(a=Object.assign||function(e){for(var t,r=1,i=arguments.length;r<i;r++)for(var a in t=arguments[r])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)},o=Object.freeze({__proto__:null}),s=n.CloudErrorMapper,p=n.BaseResourceMapper,m={serializedName:"UserIdentity",type:{name:"Composite",className:"UserIdentity",modelProperties:{principalId:{readOnly:!0,serializedName:"principalId",type:{name:"String"}},clientId:{readOnly:!0,serializedName:"clientId",type:{name:"String"}}}}},u={serializedName:"ResourceIdentity",type:{name:"Composite",className:"ResourceIdentity",modelProperties:{type:{serializedName:"type",type:{name:"String"}},userAssignedIdentities:{serializedName:"userAssignedIdentities",type:{name:"Dictionary",value:{type:{name:"Composite",className:"UserIdentity"}}}},principalId:{readOnly:!0,serializedName:"principalId",type:{name:"String"}},tenantId:{readOnly:!0,serializedName:"tenantId",type:{name:"String"}}}}},l={serializedName:"KeyVaultProperties",type:{name:"Composite",className:"KeyVaultProperties",modelProperties:{keyIdentifier:{serializedName:"keyIdentifier",type:{name:"String"}},identityClientId:{serializedName:"identityClientId",type:{name:"String"}}}}},d={serializedName:"EncryptionProperties",type:{name:"Composite",className:"EncryptionProperties",modelProperties:{keyVaultProperties:{serializedName:"keyVaultProperties",type:{name:"Composite",className:"KeyVaultProperties"}}}}},c={serializedName:"PrivateEndpoint",type:{name:"Composite",className:"PrivateEndpoint",modelProperties:{id:{serializedName:"id",type:{name:"String"}}}}},y={serializedName:"PrivateLinkServiceConnectionState",type:{name:"Composite",className:"PrivateLinkServiceConnectionState",modelProperties:{status:{serializedName:"status",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}},actionsRequired:{readOnly:!0,serializedName:"actionsRequired",type:{name:"String"}}}}},g={serializedName:"PrivateEndpointConnectionReference",type:{name:"Composite",className:"PrivateEndpointConnectionReference",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"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},privateEndpoint:{serializedName:"properties.privateEndpoint",type:{name:"Composite",className:"PrivateEndpoint"}},privateLinkServiceConnectionState:{required:!0,serializedName:"properties.privateLinkServiceConnectionState",type:{name:"Composite",className:"PrivateLinkServiceConnectionState"}}}}},N={serializedName:"Sku",type:{name:"Composite",className:"Sku",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}}}}},f={serializedName:"Resource",type:{name:"Composite",className:"Resource",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"}},location:{required:!0,serializedName:"location",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},P={serializedName:"ConfigurationStore",type:{name:"Composite",className:"ConfigurationStore",modelProperties:a(a({},f.type.modelProperties),{identity:{serializedName:"identity",type:{name:"Composite",className:"ResourceIdentity"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},creationDate:{readOnly:!0,serializedName:"properties.creationDate",type:{name:"DateTime"}},endpoint:{readOnly:!0,serializedName:"properties.endpoint",type:{name:"String"}},encryption:{serializedName:"properties.encryption",type:{name:"Composite",className:"EncryptionProperties"}},privateEndpointConnections:{readOnly:!0,serializedName:"properties.privateEndpointConnections",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnectionReference"}}}},publicNetworkAccess:{serializedName:"properties.publicNetworkAccess",type:{name:"String"}},sku:{required:!0,serializedName:"sku",type:{name:"Composite",className:"Sku"}}})}},S={serializedName:"ConfigurationStoreUpdateParameters",type:{name:"Composite",className:"ConfigurationStoreUpdateParameters",modelProperties:{encryption:{serializedName:"properties.encryption",type:{name:"Composite",className:"EncryptionProperties"}},identity:{serializedName:"identity",type:{name:"Composite",className:"ResourceIdentity"}},sku:{serializedName:"sku",type:{name:"Composite",className:"Sku"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},h={serializedName:"CheckNameAvailabilityParameters",type:{name:"Composite",className:"CheckNameAvailabilityParameters",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},type:{required:!0,isConstant:!0,serializedName:"type",defaultValue:"Microsoft.AppConfiguration/configurationStores",type:{name:"String"}}}}},z={serializedName:"NameAvailabilityStatus",type:{name:"Composite",className:"NameAvailabilityStatus",modelProperties:{nameAvailable:{readOnly:!0,serializedName:"nameAvailable",type:{name:"Boolean"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},reason:{readOnly:!0,serializedName:"reason",type:{name:"String"}}}}},C={serializedName:"ApiKey",type:{name:"Composite",className:"ApiKey",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},value:{readOnly:!0,serializedName:"value",type:{name:"String"}},connectionString:{readOnly:!0,serializedName:"connectionString",type:{name:"String"}},lastModified:{readOnly:!0,serializedName:"lastModified",type:{name:"DateTime"}},readOnly:{readOnly:!0,serializedName:"readOnly",type:{name:"Boolean"}}}}},v={serializedName:"RegenerateKeyParameters",type:{name:"Composite",className:"RegenerateKeyParameters",modelProperties:{id:{serializedName:"id",type:{name:"String"}}}}},b={serializedName:"ListKeyValueParameters",type:{name:"Composite",className:"ListKeyValueParameters",modelProperties:{key:{required:!0,serializedName:"key",type:{name:"String"}},label:{serializedName:"label",type:{name:"String"}}}}},M={serializedName:"KeyValue",type:{name:"Composite",className:"KeyValue",modelProperties:{key:{readOnly:!0,serializedName:"key",type:{name:"String"}},label:{readOnly:!0,serializedName:"label",type:{name:"String"}},value:{readOnly:!0,serializedName:"value",type:{name:"String"}},contentType:{readOnly:!0,serializedName:"contentType",type:{name:"String"}},eTag:{readOnly:!0,serializedName:"eTag",type:{name:"String"}},lastModified:{readOnly:!0,serializedName:"lastModified",type:{name:"DateTime"}},locked:{readOnly:!0,serializedName:"locked",type:{name:"Boolean"}},tags:{readOnly:!0,serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},O={serializedName:"OperationDefinitionDisplay",type:{name:"Composite",className:"OperationDefinitionDisplay",modelProperties:{provider:{readOnly:!0,serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},R={serializedName:"OperationDefinition",type:{name:"Composite",className:"OperationDefinition",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDefinitionDisplay"}}}}},L={serializedName:"Error",type:{name:"Composite",className:"ErrorModel",modelProperties:{code:{serializedName:"code",type:{name:"String"}},message:{serializedName:"message",type:{name:"String"}}}}},k={serializedName:"PrivateEndpointConnection",type:{name:"Composite",className:"PrivateEndpointConnection",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"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},privateEndpoint:{serializedName:"properties.privateEndpoint",type:{name:"Composite",className:"PrivateEndpoint"}},privateLinkServiceConnectionState:{required:!0,serializedName:"properties.privateLinkServiceConnectionState",type:{name:"Composite",className:"PrivateLinkServiceConnectionState"}}}}},q={serializedName:"PrivateLinkResource",type:{name:"Composite",className:"PrivateLinkResource",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"}},groupId:{readOnly:!0,serializedName:"properties.groupId",type:{name:"String"}},requiredMembers:{readOnly:!0,serializedName:"properties.requiredMembers",type:{name:"Sequence",element:{type:{name:"String"}}}},requiredZoneNames:{readOnly:!0,serializedName:"properties.requiredZoneNames",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},E={serializedName:"ConfigurationStoreListResult",type:{name:"Composite",className:"ConfigurationStoreListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"ConfigurationStore"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},A={serializedName:"ApiKeyListResult",type:{name:"Composite",className:"ApiKeyListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"ApiKey"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},G={serializedName:"OperationDefinitionListResult",type:{name:"Composite",className:"OperationDefinitionListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"OperationDefinition"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},I={serializedName:"PrivateEndpointConnectionListResult",type:{name:"Composite",className:"PrivateEndpointConnectionListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},K={serializedName:"PrivateLinkResourceListResult",type:{name:"Composite",className:"PrivateLinkResourceListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateLinkResource"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},T=Object.freeze({__proto__:null,CloudError:s,BaseResource:p,UserIdentity:m,ResourceIdentity:u,KeyVaultProperties:l,EncryptionProperties:d,PrivateEndpoint:c,PrivateLinkServiceConnectionState:y,PrivateEndpointConnectionReference:g,Sku:N,Resource:f,ConfigurationStore:P,ConfigurationStoreUpdateParameters:S,CheckNameAvailabilityParameters:h,NameAvailabilityStatus:z,ApiKey:C,RegenerateKeyParameters:v,ListKeyValueParameters:b,KeyValue:M,OperationDefinitionDisplay:O,OperationDefinition:R,ErrorModel:L,PrivateEndpointConnection:k,PrivateLinkResource:q,ConfigurationStoreListResult:E,ApiKeyListResult:A,OperationDefinitionListResult:G,PrivateEndpointConnectionListResult:I,PrivateLinkResourceListResult:K}),U=Object.freeze({__proto__:null,ApiKey:C,ApiKeyListResult:A,BaseResource:p,ConfigurationStore:P,ConfigurationStoreListResult:E,ConfigurationStoreUpdateParameters:S,EncryptionProperties:d,ErrorModel:L,KeyValue:M,KeyVaultProperties:l,ListKeyValueParameters:b,PrivateEndpoint:c,PrivateEndpointConnection:k,PrivateEndpointConnectionReference:g,PrivateLinkServiceConnectionState:y,RegenerateKeyParameters:v,Resource:f,ResourceIdentity:u,Sku:N,UserIdentity:m}),x={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},D={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},_={parameterPath:"configStoreName",mapper:{required:!0,serializedName:"configStoreName",constraints:{MaxLength:50,MinLength:5,Pattern:/^[a-zA-Z0-9_-]*$/},type:{name:"String"}}},V={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},B={parameterPath:"privateEndpointConnectionName",mapper:{required:!0,serializedName:"privateEndpointConnectionName",type:{name:"String"}}},j={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",type:{name:"String"}}},w={parameterPath:["options","skipToken"],mapper:{serializedName:"$skipToken",type:{name:"String"}}},F={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},Z=($.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},J,t)},$.prototype.listByResourceGroup=function(e,t,r){return this.client.sendOperationRequest({resourceGroupName:e,options:t},Q,r)},$.prototype.get=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,configStoreName:t,options:r},W,i)},$.prototype.create=function(e,t,r,i){return this.beginCreate(e,t,r,i).then(function(e){return e.pollUntilFinished()})},$.prototype.deleteMethod=function(e,t,r){return this.beginDeleteMethod(e,t,r).then(function(e){return e.pollUntilFinished()})},$.prototype.update=function(e,t,r,i){return this.beginUpdate(e,t,r,i).then(function(e){return e.pollUntilFinished()})},$.prototype.listKeys=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,configStoreName:t,options:r},X,i)},$.prototype.regenerateKey=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,configStoreName:t,regenerateKeyParameters:r,options:i},Y,a)},$.prototype.listKeyValue=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,configStoreName:t,listKeyValueParameters:r,options:i},ee,a)},$.prototype.beginCreate=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,configStoreName:t,configStoreCreationParameters:r,options:i},te,i)},$.prototype.beginDeleteMethod=function(e,t,r){return this.client.sendLRORequest({resourceGroupName:e,configStoreName:t,options:r},re,r)},$.prototype.beginUpdate=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,configStoreName:t,configStoreUpdateParameters:r,options:i},ie,i)},$.prototype.listNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},ae,r)},$.prototype.listByResourceGroupNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},ne,r)},$.prototype.listKeysNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},oe,r)},$);function $(e){this.client=e}var H=new t.Serializer(U),J={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores",urlParameters:[F],queryParameters:[D,w],headerParameters:[x],responses:{200:{bodyMapper:E},default:{bodyMapper:L}},serializer:H},Q={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores",urlParameters:[F,j],queryParameters:[D,w],headerParameters:[x],responses:{200:{bodyMapper:E},default:{bodyMapper:L}},serializer:H},W={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}",urlParameters:[F,j,_],queryParameters:[D],headerParameters:[x],responses:{200:{bodyMapper:P},default:{bodyMapper:L}},serializer:H},X={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/ListKeys",urlParameters:[F,j,_],queryParameters:[D,w],headerParameters:[x],responses:{200:{bodyMapper:A},default:{bodyMapper:L}},serializer:H},Y={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/RegenerateKey",urlParameters:[F,j,_],queryParameters:[D],headerParameters:[x],requestBody:{parameterPath:"regenerateKeyParameters",mapper:a(a({},v),{required:!0})},responses:{200:{bodyMapper:C},default:{bodyMapper:L}},serializer:H},ee={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/listKeyValue",urlParameters:[F,j,_],queryParameters:[D],headerParameters:[x],requestBody:{parameterPath:"listKeyValueParameters",mapper:a(a({},b),{required:!0})},responses:{200:{bodyMapper:M},default:{bodyMapper:L}},serializer:H},te={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}",urlParameters:[F,j,_],queryParameters:[D],headerParameters:[x],requestBody:{parameterPath:"configStoreCreationParameters",mapper:a(a({},P),{required:!0})},responses:{200:{bodyMapper:P},201:{bodyMapper:P},default:{bodyMapper:L}},serializer:H},re={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}",urlParameters:[F,j,_],queryParameters:[D],headerParameters:[x],responses:{200:{},202:{},204:{},default:{bodyMapper:L}},serializer:H},ie={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}",urlParameters:[F,j,_],queryParameters:[D],headerParameters:[x],requestBody:{parameterPath:"configStoreUpdateParameters",mapper:a(a({},S),{required:!0})},responses:{200:{bodyMapper:P},201:{bodyMapper:P},default:{bodyMapper:L}},serializer:H},ae={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[V],headerParameters:[x],responses:{200:{bodyMapper:E},default:{bodyMapper:L}},serializer:H},ne={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[V],headerParameters:[x],responses:{200:{bodyMapper:E},default:{bodyMapper:L}},serializer:H},oe={httpMethod:"POST",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[V],headerParameters:[x],responses:{200:{bodyMapper:A},default:{bodyMapper:L}},serializer:H},se=Object.freeze({__proto__:null,CheckNameAvailabilityParameters:h,ErrorModel:L,NameAvailabilityStatus:z,OperationDefinition:R,OperationDefinitionDisplay:O,OperationDefinitionListResult:G}),pe=(me.prototype.checkNameAvailability=function(e,t,r){return this.client.sendOperationRequest({checkNameAvailabilityParameters:e,options:t},le,r)},me.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},de,t)},me.prototype.listNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},ce,r)},me);function me(e){this.client=e}var ue=new t.Serializer(se),le={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability",urlParameters:[F],queryParameters:[D],headerParameters:[x],requestBody:{parameterPath:"checkNameAvailabilityParameters",mapper:a(a({},h),{required:!0})},responses:{200:{bodyMapper:z},default:{bodyMapper:L}},serializer:ue},de={httpMethod:"GET",path:"providers/Microsoft.AppConfiguration/operations",queryParameters:[D,w],headerParameters:[x],responses:{200:{bodyMapper:G},default:{bodyMapper:L}},serializer:ue},ce={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[V],headerParameters:[x],responses:{200:{bodyMapper:G},default:{bodyMapper:L}},serializer:ue},ye=Object.freeze({__proto__:null,BaseResource:p,ConfigurationStore:P,EncryptionProperties:d,ErrorModel:L,KeyVaultProperties:l,PrivateEndpoint:c,PrivateEndpointConnection:k,PrivateEndpointConnectionListResult:I,PrivateEndpointConnectionReference:g,PrivateLinkServiceConnectionState:y,Resource:f,ResourceIdentity:u,Sku:N,UserIdentity:m}),ge=(Ne.prototype.listByConfigurationStore=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,configStoreName:t,options:r},Pe,i)},Ne.prototype.get=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,configStoreName:t,privateEndpointConnectionName:r,options:i},Se,a)},Ne.prototype.createOrUpdate=function(e,t,r,i,a){return this.beginCreateOrUpdate(e,t,r,i,a).then(function(e){return e.pollUntilFinished()})},Ne.prototype.deleteMethod=function(e,t,r,i){return this.beginDeleteMethod(e,t,r,i).then(function(e){return e.pollUntilFinished()})},Ne.prototype.beginCreateOrUpdate=function(e,t,r,i,a){return this.client.sendLRORequest({resourceGroupName:e,configStoreName:t,privateEndpointConnectionName:r,privateEndpointConnection:i,options:a},he,a)},Ne.prototype.beginDeleteMethod=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,configStoreName:t,privateEndpointConnectionName:r,options:i},ze,i)},Ne.prototype.listByConfigurationStoreNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Ce,r)},Ne);function Ne(e){this.client=e}var fe=new t.Serializer(ye),Pe={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections",urlParameters:[F,j,_],queryParameters:[D],headerParameters:[x],responses:{200:{bodyMapper:I},default:{bodyMapper:L}},serializer:fe},Se={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[F,j,_,B],queryParameters:[D],headerParameters:[x],responses:{200:{bodyMapper:k},default:{bodyMapper:L}},serializer:fe},he={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[F,j,_,B],queryParameters:[D],headerParameters:[x],requestBody:{parameterPath:"privateEndpointConnection",mapper:a(a({},k),{required:!0})},responses:{200:{bodyMapper:k},201:{bodyMapper:k},default:{bodyMapper:L}},serializer:fe},ze={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[F,j,_,B],queryParameters:[D],headerParameters:[x],responses:{200:{},202:{},204:{},default:{bodyMapper:L}},serializer:fe},Ce={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[V],headerParameters:[x],responses:{200:{bodyMapper:I},default:{bodyMapper:L}},serializer:fe},ve=Object.freeze({__proto__:null,ErrorModel:L,PrivateLinkResource:q,PrivateLinkResourceListResult:K}),be=(Me.prototype.listByConfigurationStore=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,configStoreName:t,options:r},Le,i)},Me.prototype.get=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,configStoreName:t,groupName:r,options:i},ke,a)},Me.prototype.listByConfigurationStoreNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},qe,r)},Me);function Me(e){this.client=e}var Oe,Re=new t.Serializer(ve),Le={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources",urlParameters:[F,j,_],queryParameters:[D],headerParameters:[x],responses:{200:{bodyMapper:K},default:{bodyMapper:L}},serializer:Re},ke={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName}",urlParameters:[F,j,_,{parameterPath:"groupName",mapper:{required:!0,serializedName:"groupName",type:{name:"String"}}}],queryParameters:[D],headerParameters:[x],responses:{200:{bodyMapper:q},default:{bodyMapper:L}},serializer:Re},qe={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[V],headerParameters:[x],responses:{200:{bodyMapper:K},default:{bodyMapper:L}},serializer:Re},Ee=(r(Ae,Oe=n.AzureServiceClient),Ae);function Ae(e,t,r){var i,a=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==t)throw new Error("'subscriptionId' cannot be null.");return(r=r||{}).userAgent||(i=n.getDefaultUserAgentValue(),r.userAgent="@azure/arm-appconfiguration/1.2.0 "+i),(a=Oe.call(this,e,r)||this).apiVersion="2020-06-01",a.acceptLanguage="en-US",a.longRunningOperationRetryTimeout=30,a.baseUri=r.baseUri||a.baseUri||"https://management.azure.com",a.requestContentType="application/json; charset=utf-8",a.credentials=e,a.subscriptionId=t,null!==r.acceptLanguage&&void 0!==r.acceptLanguage&&(a.acceptLanguage=r.acceptLanguage),null!==r.longRunningOperationRetryTimeout&&void 0!==r.longRunningOperationRetryTimeout&&(a.longRunningOperationRetryTimeout=r.longRunningOperationRetryTimeout),a}var Ge,Ie=(r(Ke,Ge=Ee),Ke);function Ke(e,t,r){var i=Ge.call(this,e,t,r)||this;return i.configurationStores=new Z(i),i.operations=new pe(i),i.privateEndpointConnections=new ge(i),i.privateLinkResources=new be(i),i}e.AppConfigurationManagementClient=Ie,e.AppConfigurationManagementClientContext=Ee,e.AppConfigurationManagementMappers=T,e.AppConfigurationManagementModels=o,e.ConfigurationStores=Z,e.Operations=pe,e.PrivateEndpointConnections=ge,e.PrivateLinkResources=be,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/configurationStores.ts","../src/operations/operations.ts","../src/operations/privateEndpointConnections.ts","../src/operations/privateLinkResources.ts","../src/appConfigurationManagementClientContext.ts","../src/appConfigurationManagementClient.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","UserIdentity","serializedName","type","name","className","modelProperties","principalId","readOnly","clientId","ResourceIdentity","userAssignedIdentities","value","tenantId","KeyVaultProperties","keyIdentifier","identityClientId","EncryptionProperties","keyVaultProperties","PrivateEndpoint","id","PrivateLinkServiceConnectionState","status","description","actionsRequired","PrivateEndpointConnectionReference","provisioningState","privateEndpoint","privateLinkServiceConnectionState","required","Sku","Resource","location","tags","ConfigurationStore","identity","creationDate","endpoint","encryption","privateEndpointConnections","element","publicNetworkAccess","sku","ConfigurationStoreUpdateParameters","CheckNameAvailabilityParameters","isConstant","defaultValue","NameAvailabilityStatus","nameAvailable","message","reason","ApiKey","connectionString","lastModified","RegenerateKeyParameters","ListKeyValueParameters","key","label","KeyValue","contentType","eTag","locked","OperationDefinitionDisplay","provider","resource","operation","OperationDefinition","display","ErrorModel","code","PrivateEndpointConnection","PrivateLinkResource","groupId","requiredMembers","requiredZoneNames","ConfigurationStoreListResult","nextLink","ApiKeyListResult","OperationDefinitionListResult","PrivateEndpointConnectionListResult","PrivateLinkResourceListResult","acceptLanguage","parameterPath","mapper","apiVersion","configStoreName","constraints","MaxLength","MinLength","Pattern","nextPageLink","skipEncoding","privateEndpointConnectionName","resourceGroupName","skipToken","subscriptionId","ConfigurationStores","list","options","callback","client","sendOperationRequest","listOperationSpec","listByResourceGroup","listByResourceGroupOperationSpec","get","getOperationSpec","configStoreCreationParameters","beginCreate","then","lroPoller","pollUntilFinished","deleteMethod","beginDeleteMethod","update","configStoreUpdateParameters","beginUpdate","listKeys","listKeysOperationSpec","regenerateKey","regenerateKeyParameters","regenerateKeyOperationSpec","listKeyValue","listKeyValueParameters","listKeyValueOperationSpec","sendLRORequest","beginCreateOperationSpec","beginDeleteMethodOperationSpec","beginUpdateOperationSpec","listNext","listNextOperationSpec","listByResourceGroupNext","listByResourceGroupNextOperationSpec","listKeysNext","listKeysNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","urlParameters","Parameters.subscriptionId","queryParameters","Parameters.apiVersion","Parameters.skipToken","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.ConfigurationStoreListResult","default","Mappers.ErrorModel","Parameters.resourceGroupName","Parameters.configStoreName","Mappers.ConfigurationStore","Mappers.ApiKeyListResult","requestBody","Mappers.RegenerateKeyParameters","Mappers.ApiKey","Mappers.ListKeyValueParameters","Mappers.KeyValue","201","202","204","Mappers.ConfigurationStoreUpdateParameters","baseUrl","Parameters.nextPageLink","Operations","checkNameAvailability","checkNameAvailabilityParameters","checkNameAvailabilityOperationSpec","Mappers.CheckNameAvailabilityParameters","Mappers.NameAvailabilityStatus","serializer$1","Mappers.OperationDefinitionListResult","PrivateEndpointConnections","listByConfigurationStore","listByConfigurationStoreOperationSpec","createOrUpdate","privateEndpointConnection","beginCreateOrUpdate","beginCreateOrUpdateOperationSpec","listByConfigurationStoreNext","listByConfigurationStoreNextOperationSpec","Mappers.PrivateEndpointConnectionListResult","serializer$2","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","PrivateLinkResources","groupName","_super","Mappers.PrivateLinkResourceListResult","serializer$3","Mappers.PrivateLinkResource","AppConfigurationManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","AppConfigurationManagementClient","configurationStores","operations.ConfigurationStores","operations","operations.Operations","operations.PrivateEndpointConnections","privateLinkResources","operations.PrivateLinkResources"],"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 { AppConfigurationManagementClientContext } from "./appConfigurationManagementClientContext";
6
- declare class AppConfigurationManagementClient extends AppConfigurationManagementClientContext {
7
- configurationStores: operations.ConfigurationStores;
8
- operations: operations.Operations;
9
- privateEndpointConnections: operations.PrivateEndpointConnections;
10
- privateLinkResources: operations.PrivateLinkResources;
11
- /**
12
- * Initializes a new instance of the AppConfigurationManagementClient class.
13
- * @param credentials Credentials needed for the client to connect to Azure.
14
- * @param subscriptionId The Microsoft Azure subscription ID.
15
- * @param [options] The parameter options
16
- */
17
- constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.AppConfigurationManagementClientOptions);
18
- }
19
- export { AppConfigurationManagementClient, AppConfigurationManagementClientContext, Models as AppConfigurationManagementModels, Mappers as AppConfigurationManagementMappers };
20
- export * from "./operations";
21
- //# sourceMappingURL=appConfigurationManagementClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"appConfigurationManagementClient.d.ts","sourceRoot":"","sources":["../src/appConfigurationManagementClient.ts"],"names":[],"mappings":"AAUA,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,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAGpG,cAAM,gCAAiC,SAAQ,uCAAuC;IAEpF,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,CAAC;IACpD,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,0BAA0B,EAAE,UAAU,CAAC,0BAA0B,CAAC;IAClE,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;IAEtD;;;;;OAKG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,uCAAuC;CAO3I;AAID,OAAO,EACL,gCAAgC,EAChC,uCAAuC,EACvC,MAAM,IAAI,gCAAgC,EAC1C,OAAO,IAAI,iCAAiC,EAC7C,CAAC;AACF,cAAc,cAAc,CAAC"}