@azure/arm-kubernetesconfiguration 3.1.1 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/README.md +9 -11
  2. package/dist/arm-kubernetesconfiguration.js +3738 -409
  3. package/dist/arm-kubernetesconfiguration.js.map +1 -1
  4. package/dist/arm-kubernetesconfiguration.min.js +1 -1
  5. package/dist/arm-kubernetesconfiguration.min.js.map +1 -1
  6. package/esm/models/clusterExtensionTypeMappers.d.ts +2 -0
  7. package/esm/models/clusterExtensionTypeMappers.d.ts.map +1 -0
  8. package/esm/models/clusterExtensionTypeMappers.js +9 -0
  9. package/esm/models/clusterExtensionTypeMappers.js.map +1 -0
  10. package/esm/models/clusterExtensionTypesMappers.d.ts +2 -0
  11. package/esm/models/clusterExtensionTypesMappers.d.ts.map +1 -0
  12. package/esm/models/clusterExtensionTypesMappers.js +9 -0
  13. package/esm/models/clusterExtensionTypesMappers.js.map +1 -0
  14. package/esm/models/extensionTypeVersionsMappers.d.ts +2 -0
  15. package/esm/models/extensionTypeVersionsMappers.d.ts.map +1 -0
  16. package/esm/models/extensionTypeVersionsMappers.js +9 -0
  17. package/esm/models/extensionTypeVersionsMappers.js.map +1 -0
  18. package/esm/models/extensionsMappers.d.ts +2 -0
  19. package/esm/models/extensionsMappers.d.ts.map +1 -0
  20. package/esm/models/extensionsMappers.js +9 -0
  21. package/esm/models/extensionsMappers.js.map +1 -0
  22. package/esm/models/fluxConfigOperationStatusMappers.d.ts +2 -0
  23. package/esm/models/fluxConfigOperationStatusMappers.d.ts.map +1 -0
  24. package/esm/models/fluxConfigOperationStatusMappers.js +9 -0
  25. package/esm/models/fluxConfigOperationStatusMappers.js.map +1 -0
  26. package/esm/models/fluxConfigurationsMappers.d.ts +2 -0
  27. package/esm/models/fluxConfigurationsMappers.d.ts.map +1 -0
  28. package/esm/models/fluxConfigurationsMappers.js +9 -0
  29. package/esm/models/fluxConfigurationsMappers.js.map +1 -0
  30. package/esm/models/index.d.ts +2000 -224
  31. package/esm/models/index.d.ts.map +1 -1
  32. package/esm/models/locationExtensionTypesMappers.d.ts +2 -0
  33. package/esm/models/locationExtensionTypesMappers.d.ts.map +1 -0
  34. package/esm/models/locationExtensionTypesMappers.js +9 -0
  35. package/esm/models/locationExtensionTypesMappers.js.map +1 -0
  36. package/esm/models/mappers.d.ts +45 -7
  37. package/esm/models/mappers.d.ts.map +1 -1
  38. package/esm/models/mappers.js +1801 -120
  39. package/esm/models/mappers.js.map +1 -1
  40. package/esm/models/operationStatusMappers.d.ts +2 -0
  41. package/esm/models/operationStatusMappers.d.ts.map +1 -0
  42. package/esm/models/operationStatusMappers.js +9 -0
  43. package/esm/models/operationStatusMappers.js.map +1 -0
  44. package/esm/models/operationsMappers.d.ts +1 -1
  45. package/esm/models/operationsMappers.d.ts.map +1 -1
  46. package/esm/models/operationsMappers.js +1 -1
  47. package/esm/models/operationsMappers.js.map +1 -1
  48. package/esm/models/parameters.d.ts +6 -0
  49. package/esm/models/parameters.d.ts.map +1 -1
  50. package/esm/models/parameters.js +72 -0
  51. package/esm/models/parameters.js.map +1 -1
  52. package/esm/models/sourceControlConfigurationsMappers.d.ts +1 -1
  53. package/esm/models/sourceControlConfigurationsMappers.d.ts.map +1 -1
  54. package/esm/models/sourceControlConfigurationsMappers.js +1 -1
  55. package/esm/models/sourceControlConfigurationsMappers.js.map +1 -1
  56. package/esm/operations/clusterExtensionType.d.ts +55 -0
  57. package/esm/operations/clusterExtensionType.d.ts.map +1 -0
  58. package/esm/operations/clusterExtensionType.js +63 -0
  59. package/esm/operations/clusterExtensionType.js.map +1 -0
  60. package/esm/operations/clusterExtensionTypes.d.ts +70 -0
  61. package/esm/operations/clusterExtensionTypes.d.ts.map +1 -0
  62. package/esm/operations/clusterExtensionTypes.js +90 -0
  63. package/esm/operations/clusterExtensionTypes.js.map +1 -0
  64. package/esm/operations/extensionTypeVersions.d.ts +52 -0
  65. package/esm/operations/extensionTypeVersions.d.ts.map +1 -0
  66. package/esm/operations/extensionTypeVersions.js +86 -0
  67. package/esm/operations/extensionTypeVersions.js.map +1 -0
  68. package/esm/operations/extensions.d.ts +209 -0
  69. package/esm/operations/extensions.d.ts.map +1 -0
  70. package/esm/operations/extensions.js +355 -0
  71. package/esm/operations/extensions.js.map +1 -0
  72. package/esm/operations/fluxConfigOperationStatus.d.ts +58 -0
  73. package/esm/operations/fluxConfigOperationStatus.d.ts.map +1 -0
  74. package/esm/operations/fluxConfigOperationStatus.js +65 -0
  75. package/esm/operations/fluxConfigOperationStatus.js.map +1 -0
  76. package/esm/operations/fluxConfigurations.d.ts +209 -0
  77. package/esm/operations/fluxConfigurations.d.ts.map +1 -0
  78. package/esm/operations/fluxConfigurations.js +355 -0
  79. package/esm/operations/fluxConfigurations.js.map +1 -0
  80. package/esm/operations/index.d.ts +8 -0
  81. package/esm/operations/index.d.ts.map +1 -1
  82. package/esm/operations/index.js +8 -0
  83. package/esm/operations/index.js.map +1 -1
  84. package/esm/operations/locationExtensionTypes.d.ts +49 -0
  85. package/esm/operations/locationExtensionTypes.d.ts.map +1 -0
  86. package/esm/operations/locationExtensionTypes.js +84 -0
  87. package/esm/operations/locationExtensionTypes.js.map +1 -0
  88. package/esm/operations/operationStatus.d.ts +115 -0
  89. package/esm/operations/operationStatus.d.ts.map +1 -0
  90. package/esm/operations/operationStatus.js +129 -0
  91. package/esm/operations/operationStatus.js.map +1 -0
  92. package/esm/operations/sourceControlConfigurations.d.ts +22 -22
  93. package/esm/operations/sourceControlConfigurations.d.ts.map +1 -1
  94. package/esm/operations/sourceControlConfigurations.js +2 -2
  95. package/esm/operations/sourceControlConfigurations.js.map +1 -1
  96. package/esm/sourceControlConfigurationClient.d.ts +9 -2
  97. package/esm/sourceControlConfigurationClient.d.ts.map +1 -1
  98. package/esm/sourceControlConfigurationClient.js +9 -2
  99. package/esm/sourceControlConfigurationClient.js.map +1 -1
  100. package/esm/sourceControlConfigurationClientContext.d.ts +3 -4
  101. package/esm/sourceControlConfigurationClientContext.d.ts.map +1 -1
  102. package/esm/sourceControlConfigurationClientContext.js +3 -4
  103. package/esm/sourceControlConfigurationClientContext.js.map +1 -1
  104. package/package.json +1 -1
  105. package/src/models/clusterExtensionTypeMappers.ts +48 -0
  106. package/src/models/clusterExtensionTypesMappers.ts +49 -0
  107. package/src/models/extensionTypeVersionsMappers.ts +16 -0
  108. package/src/models/extensionsMappers.ts +48 -0
  109. package/src/models/fluxConfigOperationStatusMappers.ts +14 -0
  110. package/src/models/fluxConfigurationsMappers.ts +50 -0
  111. package/src/models/index.ts +2108 -223
  112. package/src/models/locationExtensionTypesMappers.ts +49 -0
  113. package/src/models/mappers.ts +1854 -90
  114. package/src/models/operationStatusMappers.ts +15 -0
  115. package/src/models/operationsMappers.ts +2 -1
  116. package/src/models/parameters.ts +72 -0
  117. package/src/models/sourceControlConfigurationsMappers.ts +26 -1
  118. package/src/operations/clusterExtensionType.ts +113 -0
  119. package/src/operations/clusterExtensionTypes.ts +160 -0
  120. package/src/operations/extensionTypeVersions.ts +138 -0
  121. package/src/operations/extensions.ts +496 -0
  122. package/src/operations/fluxConfigOperationStatus.ts +118 -0
  123. package/src/operations/fluxConfigurations.ts +496 -0
  124. package/src/operations/index.ts +8 -0
  125. package/src/operations/locationExtensionTypes.ts +133 -0
  126. package/src/operations/operationStatus.ts +249 -0
  127. package/src/operations/sourceControlConfigurations.ts +25 -25
  128. package/src/sourceControlConfigurationClient.ts +17 -2
  129. package/src/sourceControlConfigurationClientContext.ts +5 -6
@@ -1 +1 @@
1
- {"version":3,"file":"arm-kubernetesconfiguration.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/sourceControlConfigurationsMappers.ts","../src/models/parameters.ts","../src/operations/sourceControlConfigurations.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/sourceControlConfigurationClientContext.ts","../src/sourceControlConfigurationClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Sample result definition\n */\nexport interface Result {\n /**\n * Sample property of type string\n */\n sampleProperty?: string;\n}\n\n/**\n * Error definition.\n */\nexport interface ErrorDefinition {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n */\n code: string;\n /**\n * Description of the error.\n */\n message: string;\n}\n\n/**\n * Error response.\n */\nexport interface ErrorResponse {\n /**\n * Error definition.\n */\n error?: ErrorDefinition;\n}\n\n/**\n * Compliance Status details\n */\nexport interface ComplianceStatus {\n /**\n * The compliance state of the configuration. Possible values include: 'Pending', 'Compliant',\n * 'Noncompliant', 'Installed', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly complianceState?: ComplianceStateType;\n /**\n * Datetime the configuration was last applied.\n */\n lastConfigApplied?: Date;\n /**\n * Message from when the configuration was applied.\n */\n message?: string;\n /**\n * Level of the message. Possible values include: 'Error', 'Warning', 'Information'\n */\n messageLevel?: MessageLevelType;\n}\n\n/**\n * Properties for Helm operator.\n */\nexport interface HelmOperatorProperties {\n /**\n * Version of the operator Helm chart.\n */\n chartVersion?: string;\n /**\n * Values override for the operator Helm chart.\n */\n chartValues?: string;\n}\n\n/**\n * Metadata pertaining to creation and last modification of the resource.\n */\nexport interface SystemData {\n /**\n * The identity that created the resource.\n */\n createdBy?: string;\n /**\n * The type of identity that created the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n createdByType?: CreatedByType;\n /**\n * The timestamp of resource creation (UTC).\n */\n createdAt?: Date;\n /**\n * The identity that last modified the resource.\n */\n lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n lastModifiedByType?: CreatedByType;\n /**\n * The type of identity that last modified the resource.\n */\n lastModifiedAt?: Date;\n}\n\n/**\n * Common fields that are returned in the response for all Azure Resource Manager resources\n * @summary Resource\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\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. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags\n * and a location\n * @summary Proxy Resource\n */\nexport interface ProxyResource extends Resource {\n}\n\n/**\n * The SourceControl Configuration object returned in Get & Put response.\n */\nexport interface SourceControlConfiguration extends ProxyResource {\n /**\n * Url of the SourceControl Repository.\n */\n repositoryUrl?: string;\n /**\n * The namespace to which this operator is installed to. Maximum of 253 lower case alphanumeric\n * characters, hyphen and period only. Default value: 'default'.\n */\n operatorNamespace?: string;\n /**\n * Instance name of the operator - identifying the specific configuration.\n */\n operatorInstanceName?: string;\n /**\n * Type of the operator. Possible values include: 'Flux'\n */\n operatorType?: OperatorType;\n /**\n * Any Parameters for the Operator instance in string format.\n */\n operatorParams?: string;\n /**\n * Name-value pairs of protected configuration settings for the configuration\n */\n configurationProtectedSettings?: { [propertyName: string]: string };\n /**\n * Scope at which the operator will be installed. Possible values include: 'cluster',\n * 'namespace'. Default value: 'cluster'.\n */\n operatorScope?: OperatorScopeType;\n /**\n * Public Key associated with this SourceControl configuration (either generated within the\n * cluster or provided by the user).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly repositoryPublicKey?: string;\n /**\n * Base64-encoded known_hosts contents containing public SSH keys required to access private Git\n * instances\n */\n sshKnownHostsContents?: string;\n /**\n * Option to enable Helm Operator for this git configuration.\n */\n enableHelmOperator?: boolean;\n /**\n * Properties for Helm operator.\n */\n helmOperatorProperties?: HelmOperatorProperties;\n /**\n * The provisioning state of the resource provider. Possible values include: 'Accepted',\n * 'Deleting', 'Running', 'Succeeded', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningStateType;\n /**\n * Compliance Status of the Configuration\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly complianceStatus?: ComplianceStatus;\n /**\n * Top level metadata\n * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources\n */\n systemData?: SystemData;\n}\n\n/**\n * Display metadata associated with the operation.\n */\nexport interface ResourceProviderOperationDisplay {\n /**\n * Resource provider: Microsoft KubernetesConfiguration.\n */\n provider?: string;\n /**\n * Resource on which the operation is performed.\n */\n resource?: string;\n /**\n * Type of operation: get, read, delete, etc.\n */\n operation?: string;\n /**\n * Description of this operation.\n */\n description?: string;\n}\n\n/**\n * Supported operation of this resource provider.\n */\nexport interface ResourceProviderOperation {\n /**\n * Operation name, in format of {provider}/{resource}/{operation}\n */\n name?: string;\n /**\n * Display metadata associated with the operation.\n */\n display?: ResourceProviderOperationDisplay;\n /**\n * The flag that indicates whether the operation applies to data plane.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isDataAction?: boolean;\n}\n\n/**\n * The resource model definition for an Azure Resource Manager tracked top level resource which has\n * 'tags' and a 'location'\n * @summary Tracked Resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location: string;\n}\n\n/**\n * The resource model definition for an Azure Resource Manager resource with an etag.\n * @summary Entity Resource\n */\nexport interface AzureEntityResource extends Resource {\n /**\n * Resource Etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n}\n\n/**\n * An interface representing SourceControlConfigurationClientOptions.\n */\nexport interface SourceControlConfigurationClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Result of the request to list Source Control Configurations. It contains a list of\n * SourceControlConfiguration objects and a URL link to get the next set of results.\n * @extends Array<SourceControlConfiguration>\n */\nexport interface SourceControlConfigurationList extends Array<SourceControlConfiguration> {\n /**\n * URL to get the next set of configuration objects, if any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the request to list operations.\n * @extends Array<ResourceProviderOperation>\n */\nexport interface ResourceProviderOperationList extends Array<ResourceProviderOperation> {\n /**\n * URL to the next set of results, if any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Defines values for ComplianceStateType.\n * Possible values include: 'Pending', 'Compliant', 'Noncompliant', 'Installed', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type ComplianceStateType = 'Pending' | 'Compliant' | 'Noncompliant' | 'Installed' | 'Failed';\n\n/**\n * Defines values for MessageLevelType.\n * Possible values include: 'Error', 'Warning', 'Information'\n * @readonly\n * @enum {string}\n */\nexport type MessageLevelType = 'Error' | 'Warning' | 'Information';\n\n/**\n * Defines values for OperatorType.\n * Possible values include: 'Flux'\n * @readonly\n * @enum {string}\n */\nexport type OperatorType = 'Flux';\n\n/**\n * Defines values for OperatorScopeType.\n * Possible values include: 'cluster', 'namespace'\n * @readonly\n * @enum {string}\n */\nexport type OperatorScopeType = 'cluster' | 'namespace';\n\n/**\n * Defines values for ProvisioningStateType.\n * Possible values include: 'Accepted', 'Deleting', 'Running', 'Succeeded', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningStateType = 'Accepted' | 'Deleting' | 'Running' | 'Succeeded' | 'Failed';\n\n/**\n * Defines values for CreatedByType.\n * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'\n * @readonly\n * @enum {string}\n */\nexport type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';\n\n/**\n * Defines values for ClusterRp.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp1.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp1 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName1.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName1 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp2.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp2 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName2.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName2 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp3.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp3 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName3.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName3 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Contains response data for the get operation.\n */\nexport type SourceControlConfigurationsGetResponse = SourceControlConfiguration & {\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: SourceControlConfiguration;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type SourceControlConfigurationsCreateOrUpdateResponse = SourceControlConfiguration & {\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: SourceControlConfiguration;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type SourceControlConfigurationsListResponse = SourceControlConfigurationList & {\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: SourceControlConfigurationList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type SourceControlConfigurationsListNextResponse = SourceControlConfigurationList & {\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: SourceControlConfigurationList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = ResourceProviderOperationList & {\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: ResourceProviderOperationList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = ResourceProviderOperationList & {\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: ResourceProviderOperationList;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const Result: msRest.CompositeMapper = {\n serializedName: \"Result\",\n type: {\n name: \"Composite\",\n className: \"Result\",\n modelProperties: {\n sampleProperty: {\n serializedName: \"sampleProperty\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorDefinition: msRest.CompositeMapper = {\n serializedName: \"ErrorDefinition\",\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\",\n modelProperties: {\n code: {\n required: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n required: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\"\n }\n }\n }\n }\n};\n\nexport const ComplianceStatus: msRest.CompositeMapper = {\n serializedName: \"ComplianceStatus\",\n type: {\n name: \"Composite\",\n className: \"ComplianceStatus\",\n modelProperties: {\n complianceState: {\n readOnly: true,\n serializedName: \"complianceState\",\n type: {\n name: \"String\"\n }\n },\n lastConfigApplied: {\n serializedName: \"lastConfigApplied\",\n type: {\n name: \"DateTime\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n messageLevel: {\n serializedName: \"messageLevel\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HelmOperatorProperties: msRest.CompositeMapper = {\n serializedName: \"HelmOperatorProperties\",\n type: {\n name: \"Composite\",\n className: \"HelmOperatorProperties\",\n modelProperties: {\n chartVersion: {\n serializedName: \"chartVersion\",\n type: {\n name: \"String\"\n }\n },\n chartValues: {\n serializedName: \"chartValues\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemData: msRest.CompositeMapper = {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const 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 }\n }\n};\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const SourceControlConfiguration: msRest.CompositeMapper = {\n serializedName: \"SourceControlConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SourceControlConfiguration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n repositoryUrl: {\n serializedName: \"properties.repositoryUrl\",\n type: {\n name: \"String\"\n }\n },\n operatorNamespace: {\n serializedName: \"properties.operatorNamespace\",\n defaultValue: 'default',\n type: {\n name: \"String\"\n }\n },\n operatorInstanceName: {\n serializedName: \"properties.operatorInstanceName\",\n type: {\n name: \"String\"\n }\n },\n operatorType: {\n serializedName: \"properties.operatorType\",\n type: {\n name: \"String\"\n }\n },\n operatorParams: {\n serializedName: \"properties.operatorParams\",\n type: {\n name: \"String\"\n }\n },\n configurationProtectedSettings: {\n serializedName: \"properties.configurationProtectedSettings\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n operatorScope: {\n serializedName: \"properties.operatorScope\",\n defaultValue: 'cluster',\n type: {\n name: \"String\"\n }\n },\n repositoryPublicKey: {\n readOnly: true,\n serializedName: \"properties.repositoryPublicKey\",\n type: {\n name: \"String\"\n }\n },\n sshKnownHostsContents: {\n serializedName: \"properties.sshKnownHostsContents\",\n type: {\n name: \"String\"\n }\n },\n enableHelmOperator: {\n serializedName: \"properties.enableHelmOperator\",\n type: {\n name: \"Boolean\"\n }\n },\n helmOperatorProperties: {\n serializedName: \"properties.helmOperatorProperties\",\n type: {\n name: \"Composite\",\n className: \"HelmOperatorProperties\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n complianceStatus: {\n readOnly: true,\n serializedName: \"properties.complianceStatus\",\n type: {\n name: \"Composite\",\n className: \"ComplianceStatus\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const ResourceProviderOperationDisplay: msRest.CompositeMapper = {\n serializedName: \"ResourceProviderOperation_display\",\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceProviderOperation: msRest.CompositeMapper = {\n serializedName: \"ResourceProviderOperation\",\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperation\",\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: \"ResourceProviderOperationDisplay\"\n }\n },\n isDataAction: {\n readOnly: true,\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureEntityResource: msRest.CompositeMapper = {\n serializedName: \"AzureEntityResource\",\n type: {\n name: \"Composite\",\n className: \"AzureEntityResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlConfigurationList: msRest.CompositeMapper = {\n serializedName: \"SourceControlConfigurationList\",\n type: {\n name: \"Composite\",\n className: \"SourceControlConfigurationList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceControlConfiguration\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceProviderOperationList: msRest.CompositeMapper = {\n serializedName: \"ResourceProviderOperationList\",\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperationList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperation\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AzureEntityResource,\n BaseResource,\n ComplianceStatus,\n ErrorDefinition,\n ErrorResponse,\n HelmOperatorProperties,\n ProxyResource,\n Resource,\n SourceControlConfiguration,\n SourceControlConfigurationList,\n SystemData,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const clusterName: msRest.OperationURLParameter = {\n parameterPath: \"clusterName\",\n mapper: {\n required: true,\n serializedName: \"clusterName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const clusterResourceName: msRest.OperationURLParameter = {\n parameterPath: \"clusterResourceName\",\n mapper: {\n required: true,\n serializedName: \"clusterResourceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const clusterRp: msRest.OperationURLParameter = {\n parameterPath: \"clusterRp\",\n mapper: {\n required: true,\n serializedName: \"clusterRp\",\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 resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const sourceControlConfigurationName: msRest.OperationURLParameter = {\n parameterPath: \"sourceControlConfigurationName\",\n mapper: {\n required: true,\n serializedName: \"sourceControlConfigurationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/sourceControlConfigurationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SourceControlConfigurationClientContext } from \"../sourceControlConfigurationClientContext\";\n\n/** Class representing a SourceControlConfigurations. */\nexport class SourceControlConfigurations {\n private readonly client: SourceControlConfigurationClientContext;\n\n /**\n * Create a SourceControlConfigurations.\n * @param {SourceControlConfigurationClientContext} client Reference to the service client.\n */\n constructor(client: SourceControlConfigurationClientContext) {\n this.client = client;\n }\n\n /**\n * Gets details of the Source Control Configuration.\n * @param resourceGroupName The name of the resource group.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlConfigurationsGetResponse>\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp, clusterResourceName: Models.ClusterResourceName, clusterName: string, sourceControlConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlConfigurationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp, clusterResourceName: Models.ClusterResourceName, clusterName: string, sourceControlConfigurationName: string, callback: msRest.ServiceCallback<Models.SourceControlConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp, clusterResourceName: Models.ClusterResourceName, clusterName: string, sourceControlConfigurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlConfiguration>): void;\n get(resourceGroupName: string, clusterRp: Models.ClusterRp, clusterResourceName: Models.ClusterResourceName, clusterName: string, sourceControlConfigurationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlConfiguration>, callback?: msRest.ServiceCallback<Models.SourceControlConfiguration>): Promise<Models.SourceControlConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n sourceControlConfigurationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.SourceControlConfigurationsGetResponse>;\n }\n\n /**\n * Create a new Kubernetes Source Control Configuration.\n * @param resourceGroupName The name of the resource group.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param sourceControlConfiguration Properties necessary to Create KubernetesConfiguration.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlConfigurationsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp1, clusterResourceName: Models.ClusterResourceName1, clusterName: string, sourceControlConfigurationName: string, sourceControlConfiguration: Models.SourceControlConfiguration, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlConfigurationsCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param sourceControlConfiguration Properties necessary to Create KubernetesConfiguration.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp1, clusterResourceName: Models.ClusterResourceName1, clusterName: string, sourceControlConfigurationName: string, sourceControlConfiguration: Models.SourceControlConfiguration, callback: msRest.ServiceCallback<Models.SourceControlConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param sourceControlConfiguration Properties necessary to Create KubernetesConfiguration.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp1, clusterResourceName: Models.ClusterResourceName1, clusterName: string, sourceControlConfigurationName: string, sourceControlConfiguration: Models.SourceControlConfiguration, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlConfiguration>): void;\n createOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp1, clusterResourceName: Models.ClusterResourceName1, clusterName: string, sourceControlConfigurationName: string, sourceControlConfiguration: Models.SourceControlConfiguration, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlConfiguration>, callback?: msRest.ServiceCallback<Models.SourceControlConfiguration>): Promise<Models.SourceControlConfigurationsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n sourceControlConfigurationName,\n sourceControlConfiguration,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.SourceControlConfigurationsCreateOrUpdateResponse>;\n }\n\n /**\n * This will delete the YAML file used to set up the Source control configuration, thus stopping\n * future sync from the source repo.\n * @param resourceGroupName The name of the resource group.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, clusterRp: Models.ClusterRp2, clusterResourceName: Models.ClusterResourceName2, clusterName: string, sourceControlConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,clusterRp,clusterResourceName,clusterName,sourceControlConfigurationName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * List all Source Control Configurations.\n * @param resourceGroupName The name of the resource group.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlConfigurationsListResponse>\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp3, clusterResourceName: Models.ClusterResourceName3, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlConfigurationsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp3, clusterResourceName: Models.ClusterResourceName3, clusterName: string, callback: msRest.ServiceCallback<Models.SourceControlConfigurationList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp3, clusterResourceName: Models.ClusterResourceName3, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlConfigurationList>): void;\n list(resourceGroupName: string, clusterRp: Models.ClusterRp3, clusterResourceName: Models.ClusterResourceName3, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlConfigurationList>, callback?: msRest.ServiceCallback<Models.SourceControlConfigurationList>): Promise<Models.SourceControlConfigurationsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.SourceControlConfigurationsListResponse>;\n }\n\n /**\n * This will delete the YAML file used to set up the Source control configuration, thus stopping\n * future sync from the source repo.\n * @param resourceGroupName The name of the resource group.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, clusterRp: Models.ClusterRp2, clusterResourceName: Models.ClusterResourceName2, clusterName: string, sourceControlConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n sourceControlConfigurationName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * List all Source Control Configurations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlConfigurationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlConfigurationsListNextResponse>;\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.SourceControlConfigurationList>): 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.SourceControlConfigurationList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlConfigurationList>, callback?: msRest.ServiceCallback<Models.SourceControlConfigurationList>): Promise<Models.SourceControlConfigurationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.SourceControlConfigurationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/{sourceControlConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.sourceControlConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/{sourceControlConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.sourceControlConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"sourceControlConfiguration\",\n mapper: {\n ...Mappers.SourceControlConfiguration,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlConfiguration\n },\n 201: {\n bodyMapper: Mappers.SourceControlConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlConfigurationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/{sourceControlConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.sourceControlConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlConfigurationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorDefinition,\n ErrorResponse,\n ResourceProviderOperation,\n ResourceProviderOperationDisplay,\n ResourceProviderOperationList\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SourceControlConfigurationClientContext } from \"../sourceControlConfigurationClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: SourceControlConfigurationClientContext;\n\n /**\n * Create a Operations.\n * @param {SourceControlConfigurationClientContext} client Reference to the service client.\n */\n constructor(client: SourceControlConfigurationClientContext) {\n this.client = client;\n }\n\n /**\n * List all the available operations the KubernetesConfiguration resource provider supports.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ResourceProviderOperationList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ResourceProviderOperationList>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ResourceProviderOperationList>, callback?: msRest.ServiceCallback<Models.ResourceProviderOperationList>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * List all the available operations the KubernetesConfiguration resource provider supports.\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.ResourceProviderOperationList>): 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.ResourceProviderOperationList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ResourceProviderOperationList>, callback?: msRest.ServiceCallback<Models.ResourceProviderOperationList>): 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 listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.KubernetesConfiguration/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceProviderOperationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceProviderOperationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-kubernetesconfiguration\";\nconst packageVersion = \"3.1.1\";\n\nexport class SourceControlConfigurationClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the SourceControlConfigurationClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.\n * 00000000-0000-0000-0000-000000000000)\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.SourceControlConfigurationClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2021-03-01';\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { SourceControlConfigurationClientContext } from \"./sourceControlConfigurationClientContext\";\n\n\nclass SourceControlConfigurationClient extends SourceControlConfigurationClientContext {\n // Operation groups\n sourceControlConfigurations: operations.SourceControlConfigurations;\n operations: operations.Operations;\n\n /**\n * Initializes a new instance of the SourceControlConfigurationClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.\n * 00000000-0000-0000-0000-000000000000)\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.SourceControlConfigurationClientOptions) {\n super(credentials, subscriptionId, options);\n this.sourceControlConfigurations = new operations.SourceControlConfigurations(this);\n this.operations = new operations.Operations(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n SourceControlConfigurationClient,\n SourceControlConfigurationClientContext,\n Models as SourceControlConfigurationModels,\n Mappers as SourceControlConfigurationMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.clusterRp","Parameters.clusterResourceName","Parameters.clusterName","Parameters.sourceControlConfigurationName","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.SourceControlConfiguration","Mappers.ErrorResponse","Mappers.SourceControlConfigurationList","Parameters.nextPageLink","listOperationSpec","listNextOperationSpec","serializer","Mappers","Mappers.ResourceProviderOperationList","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.SourceControlConfigurations","operations.Operations"],"mappings":"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"}
1
+ {"version":3,"file":"arm-kubernetesconfiguration.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/clusterExtensionTypeMappers.ts","../src/models/parameters.ts","../src/operations/clusterExtensionType.ts","../src/models/clusterExtensionTypesMappers.ts","../src/operations/clusterExtensionTypes.ts","../src/models/extensionTypeVersionsMappers.ts","../src/operations/extensionTypeVersions.ts","../src/models/locationExtensionTypesMappers.ts","../src/operations/locationExtensionTypes.ts","../src/models/extensionsMappers.ts","../src/operations/extensions.ts","../src/models/operationStatusMappers.ts","../src/operations/operationStatus.ts","../src/models/fluxConfigurationsMappers.ts","../src/operations/fluxConfigurations.ts","../src/models/fluxConfigOperationStatusMappers.ts","../src/operations/fluxConfigOperationStatus.ts","../src/models/sourceControlConfigurationsMappers.ts","../src/operations/sourceControlConfigurations.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/sourceControlConfigurationClientContext.ts","../src/sourceControlConfigurationClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Common fields that are returned in the response for all Azure Resource Manager resources\n * @summary Resource\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\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. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags\n * and a location\n * @summary Proxy Resource\n */\nexport interface ProxyResource extends Resource {\n}\n\n/**\n * Extension scope settings\n */\nexport interface ClusterScopeSettings extends ProxyResource {\n /**\n * Describes if multiple instances of the extension are allowed\n */\n allowMultipleInstances?: boolean;\n /**\n * Default extension release namespace\n */\n defaultReleaseNamespace?: string;\n}\n\n/**\n * Extension scopes\n */\nexport interface SupportedScopes {\n /**\n * Default extension scopes: cluster or namespace\n */\n defaultScope?: string;\n /**\n * Scope settings\n */\n clusterScopeSettings?: ClusterScopeSettings;\n}\n\n/**\n * Metadata pertaining to creation and last modification of the resource.\n */\nexport interface SystemData {\n /**\n * The identity that created the resource.\n */\n createdBy?: string;\n /**\n * The type of identity that created the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n createdByType?: CreatedByType;\n /**\n * The timestamp of resource creation (UTC).\n */\n createdAt?: Date;\n /**\n * The identity that last modified the resource.\n */\n lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n lastModifiedByType?: CreatedByType;\n /**\n * The timestamp of resource last modification (UTC)\n */\n lastModifiedAt?: Date;\n}\n\n/**\n * Represents an Extension Type.\n */\nexport interface ExtensionType {\n /**\n * Extension release train: preview or stable\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly releaseTrains?: string[];\n /**\n * Cluster types. Possible values include: 'connectedClusters', 'managedClusters'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly clusterTypes?: ClusterTypes;\n /**\n * Extension scopes\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly supportedScopes?: SupportedScopes;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n}\n\n/**\n * An interface representing ExtensionVersionListVersionsItem.\n */\nexport interface ExtensionVersionListVersionsItem {\n /**\n * The release train for this Extension Type\n */\n releaseTrain?: string;\n /**\n * Versions available for this Extension Type and release train\n */\n versions?: string[];\n}\n\n/**\n * The resource model definition for an Azure Resource Manager tracked top level resource which has\n * 'tags' and a 'location'\n * @summary Tracked Resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location: string;\n}\n\n/**\n * The resource model definition for an Azure Resource Manager resource with an etag.\n * @summary Entity Resource\n */\nexport interface AzureEntityResource extends Resource {\n /**\n * Resource Etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n}\n\n/**\n * The resource management error additional info.\n */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The additional info.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly info?: any;\n}\n\n/**\n * The error detail.\n */\nexport interface ErrorDetail {\n /**\n * The error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * The error message.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The error target.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly target?: string;\n /**\n * The error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/**\n * Common error response for all Azure Resource Manager APIs to return error details for failed\n * operations. (This also follows the OData error response format.).\n * @summary Error response\n */\nexport interface ErrorResponse {\n /**\n * The error object.\n */\n error?: ErrorDetail;\n}\n\n/**\n * Specifies that the scope of the extension is Cluster\n */\nexport interface ScopeCluster {\n /**\n * Namespace where the extension Release must be placed, for a Cluster scoped extension. If this\n * namespace does not exist, it will be created\n */\n releaseNamespace?: string;\n}\n\n/**\n * Specifies that the scope of the extension is Namespace\n */\nexport interface ScopeNamespace {\n /**\n * Namespace where the extension will be created for an Namespace scoped extension. If this\n * namespace does not exist, it will be created\n */\n targetNamespace?: string;\n}\n\n/**\n * Scope of the extension. It can be either Cluster or Namespace; but not both.\n */\nexport interface Scope {\n /**\n * Specifies that the scope of the extension is Cluster\n */\n cluster?: ScopeCluster;\n /**\n * Specifies that the scope of the extension is Namespace\n */\n namespace?: ScopeNamespace;\n}\n\n/**\n * Status from the extension.\n */\nexport interface ExtensionStatus {\n /**\n * Status code provided by the Extension\n */\n code?: string;\n /**\n * Short description of status of the extension.\n */\n displayStatus?: string;\n /**\n * Level of the status. Possible values include: 'Error', 'Warning', 'Information'. Default\n * value: 'Information'.\n */\n level?: LevelType;\n /**\n * Detailed message of the status from the Extension.\n */\n message?: string;\n /**\n * DateLiteral (per ISO8601) noting the time of installation status.\n */\n time?: string;\n}\n\n/**\n * Identity of the Extension resource in an AKS cluster\n */\nexport interface ExtensionPropertiesAksAssignedIdentity {\n /**\n * The principal ID of resource 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 of resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * The identity type. Possible values include: 'SystemAssigned'\n */\n type?: ResourceIdentityType;\n}\n\n/**\n * Identity for the resource.\n */\nexport interface Identity {\n /**\n * The principal ID of resource 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 of resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * The identity type. Possible values include: 'SystemAssigned'\n */\n type?: ResourceIdentityType;\n}\n\n/**\n * The Extension object.\n */\nexport interface Extension extends ProxyResource {\n /**\n * Type of the Extension, of which this resource is an instance of. It must be one of the\n * Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.\n */\n extensionType?: string;\n /**\n * Flag to note if this extension participates in auto upgrade of minor version, or not. Default\n * value: true.\n */\n autoUpgradeMinorVersion?: boolean;\n /**\n * ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) -\n * only if autoUpgradeMinorVersion is 'true'. Default value: 'Stable'.\n */\n releaseTrain?: string;\n /**\n * Version of the extension for this extension, if it is 'pinned' to a specific version.\n * autoUpgradeMinorVersion must be 'false'.\n */\n version?: string;\n /**\n * Scope at which the extension is installed.\n */\n scope?: Scope;\n /**\n * Configuration settings, as name-value pairs for configuring this extension.\n */\n configurationSettings?: { [propertyName: string]: string };\n /**\n * Configuration settings that are sensitive, as name-value pairs for configuring this extension.\n */\n configurationProtectedSettings?: { [propertyName: string]: string };\n /**\n * Status of installation of this extension. Possible values include: 'Succeeded', 'Failed',\n * 'Canceled', 'Creating', 'Updating', 'Deleting'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Status from this extension.\n */\n statuses?: ExtensionStatus[];\n /**\n * Error information from the Agent - e.g. errors during installation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorInfo?: ErrorDetail;\n /**\n * Custom Location settings properties.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly customLocationSettings?: { [propertyName: string]: string };\n /**\n * Uri of the Helm package\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly packageUri?: string;\n /**\n * Identity of the Extension resource in an AKS cluster\n */\n aksAssignedIdentity?: ExtensionPropertiesAksAssignedIdentity;\n /**\n * Identity of the Extension resource\n */\n identity?: Identity;\n /**\n * Top level metadata\n * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources\n */\n systemData?: SystemData;\n}\n\n/**\n * The Extension Patch Request object.\n */\nexport interface PatchExtension {\n /**\n * Flag to note if this extension participates in auto upgrade of minor version, or not. Default\n * value: true.\n */\n autoUpgradeMinorVersion?: boolean;\n /**\n * ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) -\n * only if autoUpgradeMinorVersion is 'true'. Default value: 'Stable'.\n */\n releaseTrain?: string;\n /**\n * Version of the extension for this extension, if it is 'pinned' to a specific version.\n * autoUpgradeMinorVersion must be 'false'.\n */\n version?: string;\n /**\n * Configuration settings, as name-value pairs for configuring this extension.\n */\n configurationSettings?: { [propertyName: string]: string };\n /**\n * Configuration settings that are sensitive, as name-value pairs for configuring this extension.\n */\n configurationProtectedSettings?: { [propertyName: string]: string };\n}\n\n/**\n * An interface representing ResourceModelWithAllowedPropertySetIdentity.\n */\nexport interface ResourceModelWithAllowedPropertySetIdentity extends Identity {\n}\n\n/**\n * The resource model definition representing SKU\n */\nexport interface Sku {\n /**\n * The name of the SKU. Ex - P3. It is typically a letter+number code\n */\n name: string;\n /**\n * This field is required to be implemented by the Resource Provider if the service has more than\n * one tier, but is not required on a PUT. Possible values include: 'Free', 'Basic', 'Standard',\n * 'Premium'\n */\n tier?: SkuTier;\n /**\n * The SKU size. When the name field is the combination of tier and some other value, this would\n * be the standalone code.\n */\n size?: string;\n /**\n * If the service has different generations of hardware, for the same SKU, then that can be\n * captured here.\n */\n family?: string;\n /**\n * If the SKU supports scale out/in then the capacity integer should be included. If scale out/in\n * is not possible for the resource this may be omitted.\n */\n capacity?: number;\n}\n\n/**\n * An interface representing ResourceModelWithAllowedPropertySetSku.\n */\nexport interface ResourceModelWithAllowedPropertySetSku extends Sku {\n}\n\n/**\n * Plan for the resource.\n */\nexport interface Plan {\n /**\n * A user defined name of the 3rd Party Artifact that is being procured.\n */\n name: string;\n /**\n * The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic\n */\n publisher: string;\n /**\n * The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID\n * specified for the artifact at the time of Data Market onboarding.\n */\n product: string;\n /**\n * A publisher provided promotion code as provisioned in Data Market for the said\n * product/artifact.\n */\n promotionCode?: string;\n /**\n * The version of the desired product/artifact.\n */\n version?: string;\n}\n\n/**\n * An interface representing ResourceModelWithAllowedPropertySetPlan.\n */\nexport interface ResourceModelWithAllowedPropertySetPlan extends Plan {\n}\n\n/**\n * The resource model definition containing the full set of allowed properties for a resource.\n * Except properties bag, there cannot be a top level property outside of this set.\n */\nexport interface ResourceModelWithAllowedPropertySet extends BaseResource {\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\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. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The geo-location where the resource lives\n */\n location?: string;\n /**\n * The fully qualified resource ID of the resource that manages this resource. Indicates if this\n * resource is managed by another Azure resource. If this is present, complete mode deployment\n * will not delete the resource if it is removed from the template since it is managed by another\n * resource.\n */\n managedBy?: string;\n /**\n * Metadata used by portal/tooling/etc to render different UX experiences for resources of the\n * same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource\n * provider must validate and persist this value.\n */\n kind?: string;\n /**\n * The etag field is *not* required. If it is provided in the response body, it must also be\n * provided as a header per the normal etag convention. Entity tags are used for comparing two\n * or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag\n * (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range\n * (section 14.27) header fields.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n identity?: ResourceModelWithAllowedPropertySetIdentity;\n sku?: ResourceModelWithAllowedPropertySetSku;\n plan?: ResourceModelWithAllowedPropertySetPlan;\n}\n\n/**\n * The current status of an async operation.\n */\nexport interface OperationStatusResult {\n /**\n * Fully qualified ID for the async operation.\n */\n id?: string;\n /**\n * Name of the async operation.\n */\n name?: string;\n /**\n * Operation status.\n */\n status: string;\n /**\n * Additional information, if available.\n */\n properties?: { [propertyName: string]: string };\n /**\n * If present, details of the operation error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly error?: ErrorDetail;\n}\n\n/**\n * The source reference for the GitRepository object.\n */\nexport interface RepositoryRefDefinition {\n /**\n * The git repository branch name to checkout.\n */\n branch?: string;\n /**\n * The git repository tag name to checkout. This takes precedence over branch.\n */\n tag?: string;\n /**\n * The semver range used to match against git repository tags. This takes precedence over tag.\n */\n semver?: string;\n /**\n * The commit SHA to checkout. This value must be combined with the branch name to be valid. This\n * takes precedence over semver.\n */\n commit?: string;\n}\n\n/**\n * Parameters to reconcile to the GitRepository source kind type.\n */\nexport interface GitRepositoryDefinition {\n /**\n * The URL to sync for the flux configuration git repository.\n */\n url?: string;\n /**\n * The maximum time to attempt to reconcile the cluster git repository source with the remote.\n * Default value: 600.\n */\n timeoutInSeconds?: number;\n /**\n * The interval at which to re-reconcile the cluster git repository source with the remote.\n * Default value: 600.\n */\n syncIntervalInSeconds?: number;\n /**\n * The source reference for the GitRepository object.\n */\n repositoryRef?: RepositoryRefDefinition;\n /**\n * Base64-encoded known_hosts value containing public SSH keys required to access private git\n * repositories over SSH\n */\n sshKnownHosts?: string;\n /**\n * Plaintext HTTPS username used to access private git repositories over HTTPS\n */\n httpsUser?: string;\n /**\n * Base64-encoded HTTPS certificate authority contents used to access git private git\n * repositories over HTTPS\n */\n httpsCACert?: string;\n /**\n * Name of a local secret on the Kubernetes cluster to use as the authentication secret rather\n * than the managed or user-provided configuration secrets.\n */\n localAuthRef?: string;\n}\n\n/**\n * Parameters to reconcile to the GitRepository source kind type.\n */\nexport interface GitRepositoryPatchDefinition {\n /**\n * The URL to sync for the flux configuration git repository.\n */\n url?: string;\n /**\n * The maximum time to attempt to reconcile the cluster git repository source with the remote.\n */\n timeoutInSeconds?: number;\n /**\n * The interval at which to re-reconcile the cluster git repository source with the remote.\n */\n syncIntervalInSeconds?: number;\n /**\n * The source reference for the GitRepository object.\n */\n repositoryRef?: RepositoryRefDefinition;\n /**\n * Base64-encoded known_hosts value containing public SSH keys required to access private git\n * repositories over SSH\n */\n sshKnownHosts?: string;\n /**\n * Plaintext HTTPS username used to access private git repositories over HTTPS\n */\n httpsUser?: string;\n /**\n * Base64-encoded HTTPS certificate authority contents used to access git private git\n * repositories over HTTPS\n */\n httpsCACert?: string;\n /**\n * Name of a local secret on the Kubernetes cluster to use as the authentication secret rather\n * than the managed or user-provided configuration secrets.\n */\n localAuthRef?: string;\n}\n\n/**\n * Parameters to reconcile to the GitRepository source kind type.\n */\nexport interface BucketDefinition {\n /**\n * The URL to sync for the flux configuration S3 bucket.\n */\n url?: string;\n /**\n * The bucket name to sync from the url endpoint for the flux configuration.\n */\n bucketName?: string;\n /**\n * Specify whether to use insecure communication when puling data from the S3 bucket. Default\n * value: true.\n */\n insecure?: boolean;\n /**\n * The maximum time to attempt to reconcile the cluster git repository source with the remote.\n * Default value: 600.\n */\n timeoutInSeconds?: number;\n /**\n * The interval at which to re-reconcile the cluster git repository source with the remote.\n * Default value: 600.\n */\n syncIntervalInSeconds?: number;\n /**\n * Plaintext access key used to securely access the S3 bucket\n */\n accessKey?: string;\n /**\n * Name of a local secret on the Kubernetes cluster to use as the authentication secret rather\n * than the managed or user-provided configuration secrets.\n */\n localAuthRef?: string;\n}\n\n/**\n * Parameters to reconcile to the GitRepository source kind type.\n */\nexport interface BucketPatchDefinition {\n /**\n * The URL to sync for the flux configuration S3 bucket.\n */\n url?: string;\n /**\n * The bucket name to sync from the url endpoint for the flux configuration.\n */\n bucketName?: string;\n /**\n * Specify whether to use insecure communication when puling data from the S3 bucket.\n */\n insecure?: boolean;\n /**\n * The maximum time to attempt to reconcile the cluster git repository source with the remote.\n */\n timeoutInSeconds?: number;\n /**\n * The interval at which to re-reconcile the cluster git repository source with the remote.\n */\n syncIntervalInSeconds?: number;\n /**\n * Plaintext access key used to securely access the S3 bucket\n */\n accessKey?: string;\n /**\n * Name of a local secret on the Kubernetes cluster to use as the authentication secret rather\n * than the managed or user-provided configuration secrets.\n */\n localAuthRef?: string;\n}\n\n/**\n * Specify which kustomizations must succeed reconciliation on the cluster prior to reconciling\n * this kustomization\n */\nexport interface DependsOnDefinition {\n /**\n * Name of the kustomization to claim dependency on\n */\n kustomizationName?: string;\n}\n\n/**\n * The Kustomization defining how to reconcile the artifact pulled by the source type on the\n * cluster.\n */\nexport interface KustomizationDefinition {\n /**\n * The path in the source reference to reconcile on the cluster. Default value: ''.\n */\n path?: string;\n /**\n * Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not\n * reconcile until all dependencies have completed their reconciliation.\n */\n dependsOn?: DependsOnDefinition[];\n /**\n * The maximum time to attempt to reconcile the Kustomization on the cluster. Default value: 600.\n */\n timeoutInSeconds?: number;\n /**\n * The interval at which to re-reconcile the Kustomization on the cluster. Default value: 600.\n */\n syncIntervalInSeconds?: number;\n /**\n * The interval at which to re-reconcile the Kustomization on the cluster in the event of failure\n * on reconciliation.\n */\n retryIntervalInSeconds?: number;\n /**\n * Enable/disable garbage collections of Kubernetes objects created by this Kustomization.\n * Default value: false.\n */\n prune?: boolean;\n /**\n * Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an\n * immutable field change. Default value: false.\n */\n force?: boolean;\n}\n\n/**\n * The Kustomization defining how to reconcile the artifact pulled by the source type on the\n * cluster.\n */\nexport interface KustomizationPatchDefinition {\n /**\n * The path in the source reference to reconcile on the cluster.\n */\n path?: string;\n /**\n * Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not\n * reconcile until all dependencies have completed their reconciliation.\n */\n dependsOn?: DependsOnDefinition[];\n /**\n * The maximum time to attempt to reconcile the Kustomization on the cluster.\n */\n timeoutInSeconds?: number;\n /**\n * The interval at which to re-reconcile the Kustomization on the cluster.\n */\n syncIntervalInSeconds?: number;\n /**\n * The interval at which to re-reconcile the Kustomization on the cluster in the event of failure\n * on reconciliation.\n */\n retryIntervalInSeconds?: number;\n /**\n * Enable/disable garbage collections of Kubernetes objects created by this Kustomization.\n */\n prune?: boolean;\n /**\n * Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an\n * immutable field change.\n */\n force?: boolean;\n}\n\n/**\n * Object reference to a Kubernetes object on a cluster\n */\nexport interface ObjectReferenceDefinition {\n /**\n * Name of the object\n */\n name?: string;\n /**\n * Namespace of the object\n */\n namespace?: string;\n}\n\n/**\n * Status condition of Kubernetes object\n */\nexport interface ObjectStatusConditionDefinition {\n /**\n * Last time this status condition has changed\n */\n lastTransitionTime?: Date;\n /**\n * A more verbose description of the object status condition\n */\n message?: string;\n /**\n * Reason for the specified status condition type status\n */\n reason?: string;\n /**\n * Status of the Kubernetes object condition type\n */\n status?: string;\n /**\n * Object status condition type for this object\n */\n type?: string;\n}\n\n/**\n * An interface representing HelmReleasePropertiesDefinition.\n */\nexport interface HelmReleasePropertiesDefinition {\n /**\n * The revision number of the last released object change\n */\n lastRevisionApplied?: number;\n /**\n * The reference to the HelmChart object used as the source to this HelmRelease\n */\n helmChartRef?: ObjectReferenceDefinition;\n /**\n * Total number of times that the HelmRelease failed to install or upgrade\n */\n failureCount?: number;\n /**\n * Number of times that the HelmRelease failed to install\n */\n installFailureCount?: number;\n /**\n * Number of times that the HelmRelease failed to upgrade\n */\n upgradeFailureCount?: number;\n}\n\n/**\n * Statuses of objects deployed by the user-specified kustomizations from the git repository.\n */\nexport interface ObjectStatusDefinition {\n /**\n * Name of the applied object\n */\n name?: string;\n /**\n * Namespace of the applied object\n */\n namespace?: string;\n /**\n * Kind of the applied object\n */\n kind?: string;\n /**\n * Compliance state of the applied object showing whether the applied object has come into a\n * ready state on the cluster. Possible values include: 'Compliant', 'Non-Compliant', 'Pending',\n * 'Suspended', 'Unknown'. Default value: 'Unknown'.\n */\n complianceState?: FluxComplianceState;\n /**\n * Object reference to the Kustomization that applied this object\n */\n appliedBy?: ObjectReferenceDefinition;\n /**\n * List of Kubernetes object status conditions present on the cluster\n */\n statusConditions?: ObjectStatusConditionDefinition[];\n /**\n * Additional properties that are provided from objects of the HelmRelease kind\n */\n helmReleaseProperties?: HelmReleasePropertiesDefinition;\n}\n\n/**\n * The Flux Configuration object returned in Get & Put response.\n */\nexport interface FluxConfiguration extends ProxyResource {\n /**\n * Scope at which the operator will be installed. Possible values include: 'cluster',\n * 'namespace'. Default value: 'cluster'.\n */\n scope?: ScopeType;\n /**\n * The namespace to which this configuration is installed to. Maximum of 253 lower case\n * alphanumeric characters, hyphen and period only. Default value: 'default'.\n */\n namespace?: string;\n /**\n * Source Kind to pull the configuration data from. Possible values include: 'GitRepository',\n * 'Bucket'\n */\n sourceKind?: SourceKindType;\n /**\n * Whether this configuration should suspend its reconciliation of its kustomizations and\n * sources. Default value: false.\n */\n suspend?: boolean;\n /**\n * Parameters to reconcile to the GitRepository source kind type.\n */\n gitRepository?: GitRepositoryDefinition;\n /**\n * Parameters to reconcile to the Bucket source kind type.\n */\n bucket?: BucketDefinition;\n /**\n * Array of kustomizations used to reconcile the artifact pulled by the source type on the\n * cluster.\n */\n kustomizations?: { [propertyName: string]: KustomizationDefinition };\n /**\n * Key-value pairs of protected configuration settings for the configuration\n */\n configurationProtectedSettings?: { [propertyName: string]: string };\n /**\n * Statuses of the Flux Kubernetes resources created by the fluxConfiguration or created by the\n * managed objects provisioned by the fluxConfiguration.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly statuses?: ObjectStatusDefinition[];\n /**\n * Public Key associated with this fluxConfiguration (either generated within the cluster or\n * provided by the user).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly repositoryPublicKey?: string;\n /**\n * Branch and SHA of the last source commit synced with the cluster.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastSourceUpdatedCommitId?: string;\n /**\n * Datetime the fluxConfiguration last synced its source on the cluster.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastSourceUpdatedAt?: Date;\n /**\n * Combined status of the Flux Kubernetes resources created by the fluxConfiguration or created\n * by the managed objects. Possible values include: 'Compliant', 'Non-Compliant', 'Pending',\n * 'Suspended', 'Unknown'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**.\n * Default value: 'Unknown'.\n */\n readonly complianceState?: FluxComplianceState;\n /**\n * Status of the creation of the fluxConfiguration. Possible values include: 'Succeeded',\n * 'Failed', 'Canceled', 'Creating', 'Updating', 'Deleting'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Error message returned to the user in the case of provisioning failure.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorMessage?: string;\n /**\n * Top level metadata\n * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources\n */\n systemData?: SystemData;\n}\n\n/**\n * The Flux Configuration Patch Request object.\n */\nexport interface FluxConfigurationPatch {\n /**\n * Source Kind to pull the configuration data from. Possible values include: 'GitRepository',\n * 'Bucket'\n */\n sourceKind?: SourceKindType;\n /**\n * Whether this configuration should suspend its reconciliation of its kustomizations and\n * sources.\n */\n suspend?: boolean;\n /**\n * Parameters to reconcile to the GitRepository source kind type.\n */\n gitRepository?: GitRepositoryPatchDefinition;\n /**\n * Parameters to reconcile to the Bucket source kind type.\n */\n bucket?: BucketDefinition;\n /**\n * Array of kustomizations used to reconcile the artifact pulled by the source type on the\n * cluster.\n */\n kustomizations?: { [propertyName: string]: KustomizationPatchDefinition };\n /**\n * Key-value pairs of protected configuration settings for the configuration\n */\n configurationProtectedSettings?: { [propertyName: string]: string };\n}\n\n/**\n * Compliance Status details\n */\nexport interface ComplianceStatus {\n /**\n * The compliance state of the configuration. Possible values include: 'Pending', 'Compliant',\n * 'Noncompliant', 'Installed', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly complianceState?: ComplianceStateType;\n /**\n * Datetime the configuration was last applied.\n */\n lastConfigApplied?: Date;\n /**\n * Message from when the configuration was applied.\n */\n message?: string;\n /**\n * Level of the message. Possible values include: 'Error', 'Warning', 'Information'\n */\n messageLevel?: MessageLevelType;\n}\n\n/**\n * Properties for Helm operator.\n */\nexport interface HelmOperatorProperties {\n /**\n * Version of the operator Helm chart.\n */\n chartVersion?: string;\n /**\n * Values override for the operator Helm chart.\n */\n chartValues?: string;\n}\n\n/**\n * The SourceControl Configuration object returned in Get & Put response.\n */\nexport interface SourceControlConfiguration extends ProxyResource {\n /**\n * Url of the SourceControl Repository.\n */\n repositoryUrl?: string;\n /**\n * The namespace to which this operator is installed to. Maximum of 253 lower case alphanumeric\n * characters, hyphen and period only. Default value: 'default'.\n */\n operatorNamespace?: string;\n /**\n * Instance name of the operator - identifying the specific configuration.\n */\n operatorInstanceName?: string;\n /**\n * Type of the operator. Possible values include: 'Flux'\n */\n operatorType?: OperatorType;\n /**\n * Any Parameters for the Operator instance in string format.\n */\n operatorParams?: string;\n /**\n * Name-value pairs of protected configuration settings for the configuration\n */\n configurationProtectedSettings?: { [propertyName: string]: string };\n /**\n * Scope at which the operator will be installed. Possible values include: 'cluster',\n * 'namespace'. Default value: 'cluster'.\n */\n operatorScope?: OperatorScopeType;\n /**\n * Public Key associated with this SourceControl configuration (either generated within the\n * cluster or provided by the user).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly repositoryPublicKey?: string;\n /**\n * Base64-encoded known_hosts contents containing public SSH keys required to access private Git\n * instances\n */\n sshKnownHostsContents?: string;\n /**\n * Option to enable Helm Operator for this git configuration.\n */\n enableHelmOperator?: boolean;\n /**\n * Properties for Helm operator.\n */\n helmOperatorProperties?: HelmOperatorProperties;\n /**\n * The provisioning state of the resource provider. Possible values include: 'Accepted',\n * 'Deleting', 'Running', 'Succeeded', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningStateType;\n /**\n * Compliance Status of the Configuration\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly complianceStatus?: ComplianceStatus;\n /**\n * Top level metadata\n * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources\n */\n systemData?: SystemData;\n}\n\n/**\n * Display metadata associated with the operation.\n */\nexport interface ResourceProviderOperationDisplay {\n /**\n * Resource provider: Microsoft KubernetesConfiguration.\n */\n provider?: string;\n /**\n * Resource on which the operation is performed.\n */\n resource?: string;\n /**\n * Type of operation: get, read, delete, etc.\n */\n operation?: string;\n /**\n * Description of this operation.\n */\n description?: string;\n}\n\n/**\n * Supported operation of this resource provider.\n */\nexport interface ResourceProviderOperation {\n /**\n * Operation name, in format of {provider}/{resource}/{operation}\n */\n name?: string;\n /**\n * Display metadata associated with the operation.\n */\n display?: ResourceProviderOperationDisplay;\n /**\n * The flag that indicates whether the operation applies to data plane.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isDataAction?: boolean;\n /**\n * Origin of the operation\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly origin?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ExtensionsDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Delete the extension resource in Azure - not the normal asynchronous delete.\n */\n forceDelete?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ExtensionsBeginDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Delete the extension resource in Azure - not the normal asynchronous delete.\n */\n forceDelete?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FluxConfigurationsDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Delete the extension resource in Azure - not the normal asynchronous delete.\n */\n forceDelete?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FluxConfigurationsBeginDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Delete the extension resource in Azure - not the normal asynchronous delete.\n */\n forceDelete?: boolean;\n}\n\n/**\n * An interface representing SourceControlConfigurationClientOptions.\n */\nexport interface SourceControlConfigurationClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * List Extension Types\n * @extends Array<ExtensionType>\n */\nexport interface ExtensionTypeList extends Array<ExtensionType> {\n /**\n * The link to fetch the next page of Extension Types\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * List versions for an Extension\n * @extends Array<ExtensionVersionListVersionsItem>\n */\nexport interface ExtensionVersionList extends Array<ExtensionVersionListVersionsItem> {\n /**\n * Versions available for this Extension Type\n */\n versions?: ExtensionVersionListVersionsItem[];\n /**\n * The link to fetch the next page of Extension Types\n */\n nextLink?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n}\n\n/**\n * @interface\n * Result of the request to list Extensions. It contains a list of Extension objects and a URL\n * link to get the next set of results.\n * @extends Array<Extension>\n */\nexport interface ExtensionsList extends Array<Extension> {\n /**\n * URL to get the next set of extension objects, if any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The async operations in progress, in the cluster.\n * @extends Array<OperationStatusResult>\n */\nexport interface OperationStatusList extends Array<OperationStatusResult> {\n /**\n * URL to get the next set of Operation Result objects, if any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the request to list Flux Configurations. It contains a list of FluxConfiguration\n * objects and a URL link to get the next set of results.\n * @extends Array<FluxConfiguration>\n */\nexport interface FluxConfigurationsList extends Array<FluxConfiguration> {\n /**\n * URL to get the next set of configuration objects, if any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the request to list Source Control Configurations. It contains a list of\n * SourceControlConfiguration objects and a URL link to get the next set of results.\n * @extends Array<SourceControlConfiguration>\n */\nexport interface SourceControlConfigurationList extends Array<SourceControlConfiguration> {\n /**\n * URL to get the next set of configuration objects, if any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the request to list operations.\n * @extends Array<ResourceProviderOperation>\n */\nexport interface ResourceProviderOperationList extends Array<ResourceProviderOperation> {\n /**\n * URL to the next set of results, if any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Defines values for ClusterTypes.\n * Possible values include: 'connectedClusters', 'managedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterTypes = 'connectedClusters' | 'managedClusters';\n\n/**\n * Defines values for CreatedByType.\n * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'\n * @readonly\n * @enum {string}\n */\nexport type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';\n\n/**\n * Defines values for LevelType.\n * Possible values include: 'Error', 'Warning', 'Information'\n * @readonly\n * @enum {string}\n */\nexport type LevelType = 'Error' | 'Warning' | 'Information';\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Succeeded', 'Failed', 'Canceled', 'Creating', 'Updating', 'Deleting'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'Succeeded' | 'Failed' | 'Canceled' | 'Creating' | 'Updating' | 'Deleting';\n\n/**\n * Defines values for ResourceIdentityType.\n * Possible values include: 'SystemAssigned'\n * @readonly\n * @enum {string}\n */\nexport type ResourceIdentityType = 'SystemAssigned';\n\n/**\n * Defines values for SkuTier.\n * Possible values include: 'Free', 'Basic', 'Standard', 'Premium'\n * @readonly\n * @enum {string}\n */\nexport type SkuTier = 'Free' | 'Basic' | 'Standard' | 'Premium';\n\n/**\n * Defines values for ScopeType.\n * Possible values include: 'cluster', 'namespace'\n * @readonly\n * @enum {string}\n */\nexport type ScopeType = 'cluster' | 'namespace';\n\n/**\n * Defines values for SourceKindType.\n * Possible values include: 'GitRepository', 'Bucket'\n * @readonly\n * @enum {string}\n */\nexport type SourceKindType = 'GitRepository' | 'Bucket';\n\n/**\n * Defines values for KustomizationValidationType.\n * Possible values include: 'none', 'client', 'server'\n * @readonly\n * @enum {string}\n */\nexport type KustomizationValidationType = 'none' | 'client' | 'server';\n\n/**\n * Defines values for FluxComplianceState.\n * Possible values include: 'Compliant', 'Non-Compliant', 'Pending', 'Suspended', 'Unknown'\n * @readonly\n * @enum {string}\n */\nexport type FluxComplianceState = 'Compliant' | 'Non-Compliant' | 'Pending' | 'Suspended' | 'Unknown';\n\n/**\n * Defines values for ComplianceStateType.\n * Possible values include: 'Pending', 'Compliant', 'Noncompliant', 'Installed', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type ComplianceStateType = 'Pending' | 'Compliant' | 'Noncompliant' | 'Installed' | 'Failed';\n\n/**\n * Defines values for MessageLevelType.\n * Possible values include: 'Error', 'Warning', 'Information'\n * @readonly\n * @enum {string}\n */\nexport type MessageLevelType = 'Error' | 'Warning' | 'Information';\n\n/**\n * Defines values for OperatorType.\n * Possible values include: 'Flux'\n * @readonly\n * @enum {string}\n */\nexport type OperatorType = 'Flux';\n\n/**\n * Defines values for OperatorScopeType.\n * Possible values include: 'cluster', 'namespace'\n * @readonly\n * @enum {string}\n */\nexport type OperatorScopeType = 'cluster' | 'namespace';\n\n/**\n * Defines values for ProvisioningStateType.\n * Possible values include: 'Accepted', 'Deleting', 'Running', 'Succeeded', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningStateType = 'Accepted' | 'Deleting' | 'Running' | 'Succeeded' | 'Failed';\n\n/**\n * Defines values for ClusterRp.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp1.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp1 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName1.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName1 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp2.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp2 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName2.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName2 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp3.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp3 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName3.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName3 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp4.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp4 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName4.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName4 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp5.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp5 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName5.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName5 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp6.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp6 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName6.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName6 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp7.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp7 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName7.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName7 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp8.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp8 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName8.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName8 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp9.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp9 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName9.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName9 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp10.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp10 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName10.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName10 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp11.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp11 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName11.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName11 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp12.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp12 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName12.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName12 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp13.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp13 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName13.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName13 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp14.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp14 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName14.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName14 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp15.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp15 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName15.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName15 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp16.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp16 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName16.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName16 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp17.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp17 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName17.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName17 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Defines values for ClusterRp18.\n * Possible values include: 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @readonly\n * @enum {string}\n */\nexport type ClusterRp18 = 'Microsoft.ContainerService' | 'Microsoft.Kubernetes';\n\n/**\n * Defines values for ClusterResourceName18.\n * Possible values include: 'managedClusters', 'connectedClusters'\n * @readonly\n * @enum {string}\n */\nexport type ClusterResourceName18 = 'managedClusters' | 'connectedClusters';\n\n/**\n * Contains response data for the get operation.\n */\nexport type ClusterExtensionTypeGetResponse = ExtensionType & {\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: ExtensionType;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ClusterExtensionTypesListResponse = ExtensionTypeList & {\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: ExtensionTypeList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ClusterExtensionTypesListNextResponse = ExtensionTypeList & {\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: ExtensionTypeList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ExtensionTypeVersionsListResponse = ExtensionVersionList & {\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: ExtensionVersionList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ExtensionTypeVersionsListNextResponse = ExtensionVersionList & {\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: ExtensionVersionList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type LocationExtensionTypesListResponse = ExtensionTypeList & {\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: ExtensionTypeList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type LocationExtensionTypesListNextResponse = ExtensionTypeList & {\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: ExtensionTypeList;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type ExtensionsCreateResponse = Extension & {\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: Extension;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ExtensionsGetResponse = Extension & {\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: Extension;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ExtensionsUpdateResponse = Extension & {\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: Extension;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ExtensionsListResponse = ExtensionsList & {\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: ExtensionsList;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type ExtensionsBeginCreateResponse = Extension & {\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: Extension;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type ExtensionsBeginUpdateResponse = Extension & {\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: Extension;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ExtensionsListNextResponse = ExtensionsList & {\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: ExtensionsList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type OperationStatusGetResponse = OperationStatusResult & {\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: OperationStatusResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationStatusListResponse = OperationStatusList & {\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: OperationStatusList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationStatusListNextResponse = OperationStatusList & {\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: OperationStatusList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type FluxConfigurationsGetResponse = FluxConfiguration & {\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: FluxConfiguration;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type FluxConfigurationsCreateOrUpdateResponse = FluxConfiguration & {\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: FluxConfiguration;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type FluxConfigurationsUpdateResponse = FluxConfiguration & {\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: FluxConfiguration;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type FluxConfigurationsListResponse = FluxConfigurationsList & {\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: FluxConfigurationsList;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type FluxConfigurationsBeginCreateOrUpdateResponse = FluxConfiguration & {\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: FluxConfiguration;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type FluxConfigurationsBeginUpdateResponse = FluxConfiguration & {\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: FluxConfiguration;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type FluxConfigurationsListNextResponse = FluxConfigurationsList & {\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: FluxConfigurationsList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type FluxConfigOperationStatusGetResponse = OperationStatusResult & {\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: OperationStatusResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type SourceControlConfigurationsGetResponse = SourceControlConfiguration & {\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: SourceControlConfiguration;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type SourceControlConfigurationsCreateOrUpdateResponse = SourceControlConfiguration & {\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: SourceControlConfiguration;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type SourceControlConfigurationsListResponse = SourceControlConfigurationList & {\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: SourceControlConfigurationList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type SourceControlConfigurationsListNextResponse = SourceControlConfigurationList & {\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: SourceControlConfigurationList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = ResourceProviderOperationList & {\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: ResourceProviderOperationList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = ResourceProviderOperationList & {\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: ResourceProviderOperationList;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const 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 }\n }\n};\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const ClusterScopeSettings: msRest.CompositeMapper = {\n serializedName: \"ClusterScopeSettings\",\n type: {\n name: \"Composite\",\n className: \"ClusterScopeSettings\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n allowMultipleInstances: {\n serializedName: \"properties.allowMultipleInstances\",\n type: {\n name: \"Boolean\"\n }\n },\n defaultReleaseNamespace: {\n serializedName: \"properties.defaultReleaseNamespace\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SupportedScopes: msRest.CompositeMapper = {\n serializedName: \"SupportedScopes\",\n type: {\n name: \"Composite\",\n className: \"SupportedScopes\",\n modelProperties: {\n defaultScope: {\n serializedName: \"defaultScope\",\n type: {\n name: \"String\"\n }\n },\n clusterScopeSettings: {\n serializedName: \"clusterScopeSettings\",\n type: {\n name: \"Composite\",\n className: \"ClusterScopeSettings\"\n }\n }\n }\n }\n};\n\nexport const SystemData: msRest.CompositeMapper = {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ExtensionType: msRest.CompositeMapper = {\n serializedName: \"ExtensionType\",\n type: {\n name: \"Composite\",\n className: \"ExtensionType\",\n modelProperties: {\n releaseTrains: {\n readOnly: true,\n serializedName: \"properties.releaseTrains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n clusterTypes: {\n readOnly: true,\n serializedName: \"properties.clusterTypes\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"connectedClusters\",\n \"managedClusters\"\n ]\n }\n },\n supportedScopes: {\n readOnly: true,\n serializedName: \"properties.supportedScopes\",\n type: {\n name: \"Composite\",\n className: \"SupportedScopes\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const ExtensionVersionListVersionsItem: msRest.CompositeMapper = {\n serializedName: \"ExtensionVersionList_versionsItem\",\n type: {\n name: \"Composite\",\n className: \"ExtensionVersionListVersionsItem\",\n modelProperties: {\n releaseTrain: {\n serializedName: \"releaseTrain\",\n type: {\n name: \"String\"\n }\n },\n versions: {\n serializedName: \"versions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureEntityResource: msRest.CompositeMapper = {\n serializedName: \"AzureEntityResource\",\n type: {\n name: \"Composite\",\n className: \"AzureEntityResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: msRest.CompositeMapper = {\n serializedName: \"ErrorAdditionalInfo\",\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n info: {\n readOnly: true,\n serializedName: \"info\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: msRest.CompositeMapper = {\n serializedName: \"ErrorDetail\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n readOnly: true,\n serializedName: \"additionalInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ScopeCluster: msRest.CompositeMapper = {\n serializedName: \"ScopeCluster\",\n type: {\n name: \"Composite\",\n className: \"ScopeCluster\",\n modelProperties: {\n releaseNamespace: {\n serializedName: \"releaseNamespace\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScopeNamespace: msRest.CompositeMapper = {\n serializedName: \"ScopeNamespace\",\n type: {\n name: \"Composite\",\n className: \"ScopeNamespace\",\n modelProperties: {\n targetNamespace: {\n serializedName: \"targetNamespace\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Scope: msRest.CompositeMapper = {\n serializedName: \"Scope\",\n type: {\n name: \"Composite\",\n className: \"Scope\",\n modelProperties: {\n cluster: {\n nullable: true,\n serializedName: \"cluster\",\n type: {\n name: \"Composite\",\n className: \"ScopeCluster\"\n }\n },\n namespace: {\n nullable: true,\n serializedName: \"namespace\",\n type: {\n name: \"Composite\",\n className: \"ScopeNamespace\"\n }\n }\n }\n }\n};\n\nexport const ExtensionStatus: msRest.CompositeMapper = {\n serializedName: \"ExtensionStatus\",\n type: {\n name: \"Composite\",\n className: \"ExtensionStatus\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n displayStatus: {\n serializedName: \"displayStatus\",\n type: {\n name: \"String\"\n }\n },\n level: {\n serializedName: \"level\",\n defaultValue: 'Information',\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n time: {\n serializedName: \"time\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExtensionPropertiesAksAssignedIdentity: msRest.CompositeMapper = {\n serializedName: \"Extension_properties_aksAssignedIdentity\",\n type: {\n name: \"Composite\",\n className: \"ExtensionPropertiesAksAssignedIdentity\",\n modelProperties: {\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 type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SystemAssigned\"\n ]\n }\n }\n }\n }\n};\n\nexport const Identity: msRest.CompositeMapper = {\n serializedName: \"Identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\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 type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SystemAssigned\"\n ]\n }\n }\n }\n }\n};\n\nexport const Extension: msRest.CompositeMapper = {\n serializedName: \"Extension\",\n type: {\n name: \"Composite\",\n className: \"Extension\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n extensionType: {\n serializedName: \"properties.extensionType\",\n type: {\n name: \"String\"\n }\n },\n autoUpgradeMinorVersion: {\n serializedName: \"properties.autoUpgradeMinorVersion\",\n defaultValue: true,\n type: {\n name: \"Boolean\"\n }\n },\n releaseTrain: {\n serializedName: \"properties.releaseTrain\",\n defaultValue: 'Stable',\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"Composite\",\n className: \"Scope\"\n }\n },\n configurationSettings: {\n nullable: true,\n serializedName: \"properties.configurationSettings\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n configurationProtectedSettings: {\n nullable: true,\n serializedName: \"properties.configurationProtectedSettings\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n statuses: {\n nullable: true,\n serializedName: \"properties.statuses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExtensionStatus\"\n }\n }\n }\n },\n errorInfo: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.errorInfo\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n },\n customLocationSettings: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.customLocationSettings\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n packageUri: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.packageUri\",\n type: {\n name: \"String\"\n }\n },\n aksAssignedIdentity: {\n nullable: true,\n serializedName: \"properties.aksAssignedIdentity\",\n type: {\n name: \"Composite\",\n className: \"ExtensionPropertiesAksAssignedIdentity\"\n }\n },\n identity: {\n nullable: true,\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const PatchExtension: msRest.CompositeMapper = {\n serializedName: \"patchExtension\",\n type: {\n name: \"Composite\",\n className: \"PatchExtension\",\n modelProperties: {\n autoUpgradeMinorVersion: {\n serializedName: \"properties.autoUpgradeMinorVersion\",\n defaultValue: true,\n type: {\n name: \"Boolean\"\n }\n },\n releaseTrain: {\n serializedName: \"properties.releaseTrain\",\n defaultValue: 'Stable',\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n configurationSettings: {\n nullable: true,\n serializedName: \"properties.configurationSettings\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n configurationProtectedSettings: {\n nullable: true,\n serializedName: \"properties.configurationProtectedSettings\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceModelWithAllowedPropertySetIdentity: msRest.CompositeMapper = {\n serializedName: \"ResourceModelWithAllowedPropertySet_identity\",\n type: {\n name: \"Composite\",\n className: \"ResourceModelWithAllowedPropertySetIdentity\",\n modelProperties: {\n ...Identity.type.modelProperties\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 tier: {\n serializedName: \"tier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Free\",\n \"Basic\",\n \"Standard\",\n \"Premium\"\n ]\n }\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\"\n }\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ResourceModelWithAllowedPropertySetSku: msRest.CompositeMapper = {\n serializedName: \"ResourceModelWithAllowedPropertySet_sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceModelWithAllowedPropertySetSku\",\n modelProperties: {\n ...Sku.type.modelProperties\n }\n }\n};\n\nexport const Plan: msRest.CompositeMapper = {\n serializedName: \"Plan\",\n type: {\n name: \"Composite\",\n className: \"Plan\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n publisher: {\n required: true,\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n product: {\n required: true,\n serializedName: \"product\",\n type: {\n name: \"String\"\n }\n },\n promotionCode: {\n serializedName: \"promotionCode\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceModelWithAllowedPropertySetPlan: msRest.CompositeMapper = {\n serializedName: \"ResourceModelWithAllowedPropertySet_plan\",\n type: {\n name: \"Composite\",\n className: \"ResourceModelWithAllowedPropertySetPlan\",\n modelProperties: {\n ...Plan.type.modelProperties\n }\n }\n};\n\nexport const ResourceModelWithAllowedPropertySet: msRest.CompositeMapper = {\n serializedName: \"ResourceModelWithAllowedPropertySet\",\n type: {\n name: \"Composite\",\n className: \"ResourceModelWithAllowedPropertySet\",\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 serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n managedBy: {\n serializedName: \"managedBy\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n constraints: {\n Pattern: /^[-\\w\\._,\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n },\n etag: {\n readOnly: true,\n serializedName: \"etag\",\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 identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ResourceModelWithAllowedPropertySetIdentity\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceModelWithAllowedPropertySetSku\"\n }\n },\n plan: {\n serializedName: \"plan\",\n type: {\n name: \"Composite\",\n className: \"ResourceModelWithAllowedPropertySetPlan\"\n }\n }\n }\n }\n};\n\nexport const OperationStatusResult: msRest.CompositeMapper = {\n serializedName: \"OperationStatusResult\",\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n status: {\n required: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n nullable: true,\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n error: {\n nullable: true,\n readOnly: true,\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const RepositoryRefDefinition: msRest.CompositeMapper = {\n serializedName: \"RepositoryRefDefinition\",\n type: {\n name: \"Composite\",\n className: \"RepositoryRefDefinition\",\n modelProperties: {\n branch: {\n nullable: true,\n serializedName: \"branch\",\n type: {\n name: \"String\"\n }\n },\n tag: {\n nullable: true,\n serializedName: \"tag\",\n type: {\n name: \"String\"\n }\n },\n semver: {\n nullable: true,\n serializedName: \"semver\",\n type: {\n name: \"String\"\n }\n },\n commit: {\n nullable: true,\n serializedName: \"commit\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GitRepositoryDefinition: msRest.CompositeMapper = {\n serializedName: \"GitRepositoryDefinition\",\n type: {\n name: \"Composite\",\n className: \"GitRepositoryDefinition\",\n modelProperties: {\n url: {\n nullable: true,\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n },\n timeoutInSeconds: {\n nullable: true,\n serializedName: \"timeoutInSeconds\",\n defaultValue: 600,\n type: {\n name: \"Number\"\n }\n },\n syncIntervalInSeconds: {\n nullable: true,\n serializedName: \"syncIntervalInSeconds\",\n defaultValue: 600,\n type: {\n name: \"Number\"\n }\n },\n repositoryRef: {\n serializedName: \"repositoryRef\",\n type: {\n name: \"Composite\",\n className: \"RepositoryRefDefinition\"\n }\n },\n sshKnownHosts: {\n nullable: true,\n serializedName: \"sshKnownHosts\",\n type: {\n name: \"String\"\n }\n },\n httpsUser: {\n nullable: true,\n serializedName: \"httpsUser\",\n type: {\n name: \"String\"\n }\n },\n httpsCACert: {\n nullable: true,\n serializedName: \"httpsCACert\",\n type: {\n name: \"String\"\n }\n },\n localAuthRef: {\n nullable: true,\n serializedName: \"localAuthRef\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GitRepositoryPatchDefinition: msRest.CompositeMapper = {\n serializedName: \"GitRepositoryPatchDefinition\",\n type: {\n name: \"Composite\",\n className: \"GitRepositoryPatchDefinition\",\n modelProperties: {\n url: {\n nullable: true,\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n },\n timeoutInSeconds: {\n nullable: true,\n serializedName: \"timeoutInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n syncIntervalInSeconds: {\n nullable: true,\n serializedName: \"syncIntervalInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n repositoryRef: {\n serializedName: \"repositoryRef\",\n type: {\n name: \"Composite\",\n className: \"RepositoryRefDefinition\"\n }\n },\n sshKnownHosts: {\n nullable: true,\n serializedName: \"sshKnownHosts\",\n type: {\n name: \"String\"\n }\n },\n httpsUser: {\n nullable: true,\n serializedName: \"httpsUser\",\n type: {\n name: \"String\"\n }\n },\n httpsCACert: {\n nullable: true,\n serializedName: \"httpsCACert\",\n type: {\n name: \"String\"\n }\n },\n localAuthRef: {\n nullable: true,\n serializedName: \"localAuthRef\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BucketDefinition: msRest.CompositeMapper = {\n serializedName: \"BucketDefinition\",\n type: {\n name: \"Composite\",\n className: \"BucketDefinition\",\n modelProperties: {\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n },\n bucketName: {\n serializedName: \"bucketName\",\n type: {\n name: \"String\"\n }\n },\n insecure: {\n serializedName: \"insecure\",\n defaultValue: true,\n type: {\n name: \"Boolean\"\n }\n },\n timeoutInSeconds: {\n nullable: true,\n serializedName: \"timeoutInSeconds\",\n defaultValue: 600,\n type: {\n name: \"Number\"\n }\n },\n syncIntervalInSeconds: {\n nullable: true,\n serializedName: \"syncIntervalInSeconds\",\n defaultValue: 600,\n type: {\n name: \"Number\"\n }\n },\n accessKey: {\n nullable: true,\n serializedName: \"accessKey\",\n type: {\n name: \"String\"\n }\n },\n localAuthRef: {\n nullable: true,\n serializedName: \"localAuthRef\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BucketPatchDefinition: msRest.CompositeMapper = {\n serializedName: \"BucketPatchDefinition\",\n type: {\n name: \"Composite\",\n className: \"BucketPatchDefinition\",\n modelProperties: {\n url: {\n nullable: true,\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n },\n bucketName: {\n nullable: true,\n serializedName: \"bucketName\",\n type: {\n name: \"String\"\n }\n },\n insecure: {\n nullable: true,\n serializedName: \"insecure\",\n type: {\n name: \"Boolean\"\n }\n },\n timeoutInSeconds: {\n nullable: true,\n serializedName: \"timeoutInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n syncIntervalInSeconds: {\n nullable: true,\n serializedName: \"syncIntervalInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n accessKey: {\n nullable: true,\n serializedName: \"accessKey\",\n type: {\n name: \"String\"\n }\n },\n localAuthRef: {\n nullable: true,\n serializedName: \"localAuthRef\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DependsOnDefinition: msRest.CompositeMapper = {\n serializedName: \"DependsOnDefinition\",\n type: {\n name: \"Composite\",\n className: \"DependsOnDefinition\",\n modelProperties: {\n kustomizationName: {\n serializedName: \"kustomizationName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KustomizationDefinition: msRest.CompositeMapper = {\n serializedName: \"KustomizationDefinition\",\n type: {\n name: \"Composite\",\n className: \"KustomizationDefinition\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n defaultValue: '',\n type: {\n name: \"String\"\n }\n },\n dependsOn: {\n nullable: true,\n serializedName: \"dependsOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DependsOnDefinition\"\n }\n }\n }\n },\n timeoutInSeconds: {\n nullable: true,\n serializedName: \"timeoutInSeconds\",\n defaultValue: 600,\n type: {\n name: \"Number\"\n }\n },\n syncIntervalInSeconds: {\n nullable: true,\n serializedName: \"syncIntervalInSeconds\",\n defaultValue: 600,\n type: {\n name: \"Number\"\n }\n },\n retryIntervalInSeconds: {\n nullable: true,\n serializedName: \"retryIntervalInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n prune: {\n serializedName: \"prune\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n force: {\n serializedName: \"force\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const KustomizationPatchDefinition: msRest.CompositeMapper = {\n serializedName: \"KustomizationPatchDefinition\",\n type: {\n name: \"Composite\",\n className: \"KustomizationPatchDefinition\",\n modelProperties: {\n path: {\n nullable: true,\n serializedName: \"path\",\n type: {\n name: \"String\"\n }\n },\n dependsOn: {\n nullable: true,\n serializedName: \"dependsOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DependsOnDefinition\"\n }\n }\n }\n },\n timeoutInSeconds: {\n nullable: true,\n serializedName: \"timeoutInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n syncIntervalInSeconds: {\n nullable: true,\n serializedName: \"syncIntervalInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n retryIntervalInSeconds: {\n nullable: true,\n serializedName: \"retryIntervalInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n prune: {\n nullable: true,\n serializedName: \"prune\",\n type: {\n name: \"Boolean\"\n }\n },\n force: {\n nullable: true,\n serializedName: \"force\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ObjectReferenceDefinition: msRest.CompositeMapper = {\n serializedName: \"ObjectReferenceDefinition\",\n type: {\n name: \"Composite\",\n className: \"ObjectReferenceDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ObjectStatusConditionDefinition: msRest.CompositeMapper = {\n serializedName: \"ObjectStatusConditionDefinition\",\n type: {\n name: \"Composite\",\n className: \"ObjectStatusConditionDefinition\",\n modelProperties: {\n lastTransitionTime: {\n serializedName: \"lastTransitionTime\",\n type: {\n name: \"DateTime\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HelmReleasePropertiesDefinition: msRest.CompositeMapper = {\n serializedName: \"HelmReleasePropertiesDefinition\",\n type: {\n name: \"Composite\",\n className: \"HelmReleasePropertiesDefinition\",\n modelProperties: {\n lastRevisionApplied: {\n nullable: true,\n serializedName: \"lastRevisionApplied\",\n type: {\n name: \"Number\"\n }\n },\n helmChartRef: {\n serializedName: \"helmChartRef\",\n type: {\n name: \"Composite\",\n className: \"ObjectReferenceDefinition\"\n }\n },\n failureCount: {\n nullable: true,\n serializedName: \"failureCount\",\n type: {\n name: \"Number\"\n }\n },\n installFailureCount: {\n nullable: true,\n serializedName: \"installFailureCount\",\n type: {\n name: \"Number\"\n }\n },\n upgradeFailureCount: {\n nullable: true,\n serializedName: \"upgradeFailureCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ObjectStatusDefinition: msRest.CompositeMapper = {\n serializedName: \"ObjectStatusDefinition\",\n type: {\n name: \"Composite\",\n className: \"ObjectStatusDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n complianceState: {\n serializedName: \"complianceState\",\n defaultValue: 'Unknown',\n type: {\n name: \"String\"\n }\n },\n appliedBy: {\n nullable: true,\n serializedName: \"appliedBy\",\n type: {\n name: \"Composite\",\n className: \"ObjectReferenceDefinition\"\n }\n },\n statusConditions: {\n nullable: true,\n serializedName: \"statusConditions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ObjectStatusConditionDefinition\"\n }\n }\n }\n },\n helmReleaseProperties: {\n nullable: true,\n serializedName: \"helmReleaseProperties\",\n type: {\n name: \"Composite\",\n className: \"HelmReleasePropertiesDefinition\"\n }\n }\n }\n }\n};\n\nexport const FluxConfiguration: msRest.CompositeMapper = {\n serializedName: \"FluxConfiguration\",\n type: {\n name: \"Composite\",\n className: \"FluxConfiguration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n scope: {\n serializedName: \"properties.scope\",\n defaultValue: 'cluster',\n type: {\n name: \"String\"\n }\n },\n namespace: {\n serializedName: \"properties.namespace\",\n defaultValue: 'default',\n type: {\n name: \"String\"\n }\n },\n sourceKind: {\n serializedName: \"properties.sourceKind\",\n type: {\n name: \"String\"\n }\n },\n suspend: {\n serializedName: \"properties.suspend\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n gitRepository: {\n serializedName: \"properties.gitRepository\",\n type: {\n name: \"Composite\",\n className: \"GitRepositoryDefinition\"\n }\n },\n bucket: {\n serializedName: \"properties.bucket\",\n type: {\n name: \"Composite\",\n className: \"BucketDefinition\"\n }\n },\n kustomizations: {\n nullable: true,\n serializedName: \"properties.kustomizations\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"KustomizationDefinition\"\n }\n }\n }\n },\n configurationProtectedSettings: {\n nullable: true,\n serializedName: \"properties.configurationProtectedSettings\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n statuses: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.statuses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ObjectStatusDefinition\"\n }\n }\n }\n },\n repositoryPublicKey: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.repositoryPublicKey\",\n type: {\n name: \"String\"\n }\n },\n lastSourceUpdatedCommitId: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.lastSourceUpdatedCommitId\",\n type: {\n name: \"String\"\n }\n },\n lastSourceUpdatedAt: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.lastSourceUpdatedAt\",\n type: {\n name: \"DateTime\"\n }\n },\n complianceState: {\n readOnly: true,\n serializedName: \"properties.complianceState\",\n defaultValue: 'Unknown',\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n errorMessage: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.errorMessage\",\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const FluxConfigurationPatch: msRest.CompositeMapper = {\n serializedName: \"FluxConfigurationPatch\",\n type: {\n name: \"Composite\",\n className: \"FluxConfigurationPatch\",\n modelProperties: {\n sourceKind: {\n serializedName: \"properties.sourceKind\",\n type: {\n name: \"String\"\n }\n },\n suspend: {\n nullable: true,\n serializedName: \"properties.suspend\",\n type: {\n name: \"Boolean\"\n }\n },\n gitRepository: {\n serializedName: \"properties.gitRepository\",\n type: {\n name: \"Composite\",\n className: \"GitRepositoryPatchDefinition\"\n }\n },\n bucket: {\n serializedName: \"properties.bucket\",\n type: {\n name: \"Composite\",\n className: \"BucketDefinition\"\n }\n },\n kustomizations: {\n nullable: true,\n serializedName: \"properties.kustomizations\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"KustomizationPatchDefinition\"\n }\n }\n }\n },\n configurationProtectedSettings: {\n nullable: true,\n serializedName: \"properties.configurationProtectedSettings\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ComplianceStatus: msRest.CompositeMapper = {\n serializedName: \"ComplianceStatus\",\n type: {\n name: \"Composite\",\n className: \"ComplianceStatus\",\n modelProperties: {\n complianceState: {\n readOnly: true,\n serializedName: \"complianceState\",\n type: {\n name: \"String\"\n }\n },\n lastConfigApplied: {\n serializedName: \"lastConfigApplied\",\n type: {\n name: \"DateTime\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n messageLevel: {\n serializedName: \"messageLevel\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HelmOperatorProperties: msRest.CompositeMapper = {\n serializedName: \"HelmOperatorProperties\",\n type: {\n name: \"Composite\",\n className: \"HelmOperatorProperties\",\n modelProperties: {\n chartVersion: {\n serializedName: \"chartVersion\",\n type: {\n name: \"String\"\n }\n },\n chartValues: {\n serializedName: \"chartValues\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlConfiguration: msRest.CompositeMapper = {\n serializedName: \"SourceControlConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SourceControlConfiguration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n repositoryUrl: {\n serializedName: \"properties.repositoryUrl\",\n type: {\n name: \"String\"\n }\n },\n operatorNamespace: {\n serializedName: \"properties.operatorNamespace\",\n defaultValue: 'default',\n type: {\n name: \"String\"\n }\n },\n operatorInstanceName: {\n serializedName: \"properties.operatorInstanceName\",\n type: {\n name: \"String\"\n }\n },\n operatorType: {\n serializedName: \"properties.operatorType\",\n type: {\n name: \"String\"\n }\n },\n operatorParams: {\n serializedName: \"properties.operatorParams\",\n type: {\n name: \"String\"\n }\n },\n configurationProtectedSettings: {\n serializedName: \"properties.configurationProtectedSettings\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n operatorScope: {\n serializedName: \"properties.operatorScope\",\n defaultValue: 'cluster',\n type: {\n name: \"String\"\n }\n },\n repositoryPublicKey: {\n readOnly: true,\n serializedName: \"properties.repositoryPublicKey\",\n type: {\n name: \"String\"\n }\n },\n sshKnownHostsContents: {\n serializedName: \"properties.sshKnownHostsContents\",\n type: {\n name: \"String\"\n }\n },\n enableHelmOperator: {\n serializedName: \"properties.enableHelmOperator\",\n type: {\n name: \"Boolean\"\n }\n },\n helmOperatorProperties: {\n serializedName: \"properties.helmOperatorProperties\",\n type: {\n name: \"Composite\",\n className: \"HelmOperatorProperties\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n complianceStatus: {\n readOnly: true,\n serializedName: \"properties.complianceStatus\",\n type: {\n name: \"Composite\",\n className: \"ComplianceStatus\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const ResourceProviderOperationDisplay: msRest.CompositeMapper = {\n serializedName: \"ResourceProviderOperation_display\",\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceProviderOperation: msRest.CompositeMapper = {\n serializedName: \"ResourceProviderOperation\",\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperation\",\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: \"ResourceProviderOperationDisplay\"\n }\n },\n isDataAction: {\n readOnly: true,\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n origin: {\n readOnly: true,\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExtensionTypeList: msRest.CompositeMapper = {\n serializedName: \"ExtensionTypeList\",\n type: {\n name: \"Composite\",\n className: \"ExtensionTypeList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExtensionType\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExtensionVersionList: msRest.CompositeMapper = {\n serializedName: \"ExtensionVersionList\",\n type: {\n name: \"Composite\",\n className: \"ExtensionVersionList\",\n modelProperties: {\n versions: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExtensionVersionListVersionsItem\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const ExtensionsList: msRest.CompositeMapper = {\n serializedName: \"ExtensionsList\",\n type: {\n name: \"Composite\",\n className: \"ExtensionsList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Extension\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationStatusList: msRest.CompositeMapper = {\n serializedName: \"OperationStatusList\",\n type: {\n name: \"Composite\",\n className: \"OperationStatusList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FluxConfigurationsList: msRest.CompositeMapper = {\n serializedName: \"FluxConfigurationsList\",\n type: {\n name: \"Composite\",\n className: \"FluxConfigurationsList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FluxConfiguration\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlConfigurationList: msRest.CompositeMapper = {\n serializedName: \"SourceControlConfigurationList\",\n type: {\n name: \"Composite\",\n className: \"SourceControlConfigurationList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceControlConfiguration\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceProviderOperationList: msRest.CompositeMapper = {\n serializedName: \"ResourceProviderOperationList\",\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperationList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperation\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AzureEntityResource,\n BaseResource,\n BucketDefinition,\n ClusterScopeSettings,\n ComplianceStatus,\n DependsOnDefinition,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n Extension,\n ExtensionPropertiesAksAssignedIdentity,\n ExtensionStatus,\n ExtensionType,\n FluxConfiguration,\n GitRepositoryDefinition,\n HelmOperatorProperties,\n HelmReleasePropertiesDefinition,\n Identity,\n KustomizationDefinition,\n ObjectReferenceDefinition,\n ObjectStatusConditionDefinition,\n ObjectStatusDefinition,\n Plan,\n ProxyResource,\n RepositoryRefDefinition,\n Resource,\n ResourceModelWithAllowedPropertySet,\n ResourceModelWithAllowedPropertySetIdentity,\n ResourceModelWithAllowedPropertySetPlan,\n ResourceModelWithAllowedPropertySetSku,\n Scope,\n ScopeCluster,\n ScopeNamespace,\n Sku,\n SourceControlConfiguration,\n SupportedScopes,\n SystemData,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const clusterName: msRest.OperationURLParameter = {\n parameterPath: \"clusterName\",\n mapper: {\n required: true,\n serializedName: \"clusterName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const clusterResourceName: msRest.OperationURLParameter = {\n parameterPath: \"clusterResourceName\",\n mapper: {\n required: true,\n serializedName: \"clusterResourceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const clusterRp: msRest.OperationURLParameter = {\n parameterPath: \"clusterRp\",\n mapper: {\n required: true,\n serializedName: \"clusterRp\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const extensionName: msRest.OperationURLParameter = {\n parameterPath: \"extensionName\",\n mapper: {\n required: true,\n serializedName: \"extensionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const extensionTypeName: msRest.OperationURLParameter = {\n parameterPath: \"extensionTypeName\",\n mapper: {\n required: true,\n serializedName: \"extensionTypeName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const fluxConfigurationName: msRest.OperationURLParameter = {\n parameterPath: \"fluxConfigurationName\",\n mapper: {\n required: true,\n serializedName: \"fluxConfigurationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const forceDelete: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"forceDelete\"\n ],\n mapper: {\n serializedName: \"forceDelete\",\n type: {\n name: \"Boolean\"\n }\n }\n};\nexport const location: msRest.OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n required: true,\n serializedName: \"location\",\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 operationId: msRest.OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n required: true,\n serializedName: \"operationId\",\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 constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const sourceControlConfigurationName: msRest.OperationURLParameter = {\n parameterPath: \"sourceControlConfigurationName\",\n mapper: {\n required: true,\n serializedName: \"sourceControlConfigurationName\",\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 constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/clusterExtensionTypeMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SourceControlConfigurationClientContext } from \"../sourceControlConfigurationClientContext\";\n\n/** Class representing a ClusterExtensionType. */\nexport class ClusterExtensionType {\n private readonly client: SourceControlConfigurationClientContext;\n\n /**\n * Create a ClusterExtensionType.\n * @param {SourceControlConfigurationClientContext} client Reference to the service client.\n */\n constructor(client: SourceControlConfigurationClientContext) {\n this.client = client;\n }\n\n /**\n * Get Extension Type details\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionTypeName Extension type name\n * @param [options] The optional parameters\n * @returns Promise<Models.ClusterExtensionTypeGetResponse>\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp, clusterResourceName: Models.ClusterResourceName, clusterName: string, extensionTypeName: string, options?: msRest.RequestOptionsBase): Promise<Models.ClusterExtensionTypeGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionTypeName Extension type name\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp, clusterResourceName: Models.ClusterResourceName, clusterName: string, extensionTypeName: string, callback: msRest.ServiceCallback<Models.ExtensionType>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionTypeName Extension type name\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp, clusterResourceName: Models.ClusterResourceName, clusterName: string, extensionTypeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ExtensionType>): void;\n get(resourceGroupName: string, clusterRp: Models.ClusterRp, clusterResourceName: Models.ClusterResourceName, clusterName: string, extensionTypeName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ExtensionType>, callback?: msRest.ServiceCallback<Models.ExtensionType>): Promise<Models.ClusterExtensionTypeGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n extensionTypeName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ClusterExtensionTypeGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensionTypes/{extensionTypeName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.extensionTypeName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionType\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AzureEntityResource,\n BaseResource,\n BucketDefinition,\n ClusterScopeSettings,\n ComplianceStatus,\n DependsOnDefinition,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n Extension,\n ExtensionPropertiesAksAssignedIdentity,\n ExtensionStatus,\n ExtensionType,\n ExtensionTypeList,\n FluxConfiguration,\n GitRepositoryDefinition,\n HelmOperatorProperties,\n HelmReleasePropertiesDefinition,\n Identity,\n KustomizationDefinition,\n ObjectReferenceDefinition,\n ObjectStatusConditionDefinition,\n ObjectStatusDefinition,\n Plan,\n ProxyResource,\n RepositoryRefDefinition,\n Resource,\n ResourceModelWithAllowedPropertySet,\n ResourceModelWithAllowedPropertySetIdentity,\n ResourceModelWithAllowedPropertySetPlan,\n ResourceModelWithAllowedPropertySetSku,\n Scope,\n ScopeCluster,\n ScopeNamespace,\n Sku,\n SourceControlConfiguration,\n SupportedScopes,\n SystemData,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/clusterExtensionTypesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SourceControlConfigurationClientContext } from \"../sourceControlConfigurationClientContext\";\n\n/** Class representing a ClusterExtensionTypes. */\nexport class ClusterExtensionTypes {\n private readonly client: SourceControlConfigurationClientContext;\n\n /**\n * Create a ClusterExtensionTypes.\n * @param {SourceControlConfigurationClientContext} client Reference to the service client.\n */\n constructor(client: SourceControlConfigurationClientContext) {\n this.client = client;\n }\n\n /**\n * Get Extension Types\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClusterExtensionTypesListResponse>\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp1, clusterResourceName: Models.ClusterResourceName1, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ClusterExtensionTypesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp1, clusterResourceName: Models.ClusterResourceName1, clusterName: string, callback: msRest.ServiceCallback<Models.ExtensionTypeList>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp1, clusterResourceName: Models.ClusterResourceName1, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ExtensionTypeList>): void;\n list(resourceGroupName: string, clusterRp: Models.ClusterRp1, clusterResourceName: Models.ClusterResourceName1, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ExtensionTypeList>, callback?: msRest.ServiceCallback<Models.ExtensionTypeList>): Promise<Models.ClusterExtensionTypesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ClusterExtensionTypesListResponse>;\n }\n\n /**\n * Get Extension Types\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClusterExtensionTypesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ClusterExtensionTypesListNextResponse>;\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.ExtensionTypeList>): 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.ExtensionTypeList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ExtensionTypeList>, callback?: msRest.ServiceCallback<Models.ExtensionTypeList>): Promise<Models.ClusterExtensionTypesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ClusterExtensionTypesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensionTypes\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionTypeList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionTypeList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n ExtensionVersionList,\n ExtensionVersionListVersionsItem,\n SystemData\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/extensionTypeVersionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SourceControlConfigurationClientContext } from \"../sourceControlConfigurationClientContext\";\n\n/** Class representing a ExtensionTypeVersions. */\nexport class ExtensionTypeVersions {\n private readonly client: SourceControlConfigurationClientContext;\n\n /**\n * Create a ExtensionTypeVersions.\n * @param {SourceControlConfigurationClientContext} client Reference to the service client.\n */\n constructor(client: SourceControlConfigurationClientContext) {\n this.client = client;\n }\n\n /**\n * List available versions for an Extension Type\n * @param location extension location\n * @param extensionTypeName Extension type name\n * @param [options] The optional parameters\n * @returns Promise<Models.ExtensionTypeVersionsListResponse>\n */\n list(location: string, extensionTypeName: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionTypeVersionsListResponse>;\n /**\n * @param location extension location\n * @param extensionTypeName Extension type name\n * @param callback The callback\n */\n list(location: string, extensionTypeName: string, callback: msRest.ServiceCallback<Models.ExtensionVersionList>): void;\n /**\n * @param location extension location\n * @param extensionTypeName Extension type name\n * @param options The optional parameters\n * @param callback The callback\n */\n list(location: string, extensionTypeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ExtensionVersionList>): void;\n list(location: string, extensionTypeName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ExtensionVersionList>, callback?: msRest.ServiceCallback<Models.ExtensionVersionList>): Promise<Models.ExtensionTypeVersionsListResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n extensionTypeName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ExtensionTypeVersionsListResponse>;\n }\n\n /**\n * List available versions for an Extension Type\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExtensionTypeVersionsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionTypeVersionsListNextResponse>;\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.ExtensionVersionList>): 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.ExtensionVersionList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ExtensionVersionList>, callback?: msRest.ServiceCallback<Models.ExtensionVersionList>): Promise<Models.ExtensionTypeVersionsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ExtensionTypeVersionsListNextResponse>;\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.KubernetesConfiguration/locations/{location}/extensionTypes/{extensionTypeName}/versions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location,\n Parameters.extensionTypeName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionVersionList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionVersionList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AzureEntityResource,\n BaseResource,\n BucketDefinition,\n ClusterScopeSettings,\n ComplianceStatus,\n DependsOnDefinition,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n Extension,\n ExtensionPropertiesAksAssignedIdentity,\n ExtensionStatus,\n ExtensionType,\n ExtensionTypeList,\n FluxConfiguration,\n GitRepositoryDefinition,\n HelmOperatorProperties,\n HelmReleasePropertiesDefinition,\n Identity,\n KustomizationDefinition,\n ObjectReferenceDefinition,\n ObjectStatusConditionDefinition,\n ObjectStatusDefinition,\n Plan,\n ProxyResource,\n RepositoryRefDefinition,\n Resource,\n ResourceModelWithAllowedPropertySet,\n ResourceModelWithAllowedPropertySetIdentity,\n ResourceModelWithAllowedPropertySetPlan,\n ResourceModelWithAllowedPropertySetSku,\n Scope,\n ScopeCluster,\n ScopeNamespace,\n Sku,\n SourceControlConfiguration,\n SupportedScopes,\n SystemData,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/locationExtensionTypesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SourceControlConfigurationClientContext } from \"../sourceControlConfigurationClientContext\";\n\n/** Class representing a LocationExtensionTypes. */\nexport class LocationExtensionTypes {\n private readonly client: SourceControlConfigurationClientContext;\n\n /**\n * Create a LocationExtensionTypes.\n * @param {SourceControlConfigurationClientContext} client Reference to the service client.\n */\n constructor(client: SourceControlConfigurationClientContext) {\n this.client = client;\n }\n\n /**\n * List all Extension Types\n * @param location extension location\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationExtensionTypesListResponse>\n */\n list(location: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationExtensionTypesListResponse>;\n /**\n * @param location extension location\n * @param callback The callback\n */\n list(location: string, callback: msRest.ServiceCallback<Models.ExtensionTypeList>): void;\n /**\n * @param location extension location\n * @param options The optional parameters\n * @param callback The callback\n */\n list(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ExtensionTypeList>): void;\n list(location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ExtensionTypeList>, callback?: msRest.ServiceCallback<Models.ExtensionTypeList>): Promise<Models.LocationExtensionTypesListResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.LocationExtensionTypesListResponse>;\n }\n\n /**\n * List all Extension Types\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationExtensionTypesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationExtensionTypesListNextResponse>;\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.ExtensionTypeList>): 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.ExtensionTypeList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ExtensionTypeList>, callback?: msRest.ServiceCallback<Models.ExtensionTypeList>): Promise<Models.LocationExtensionTypesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.LocationExtensionTypesListNextResponse>;\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.KubernetesConfiguration/locations/{location}/extensionTypes\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionTypeList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionTypeList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AzureEntityResource,\n BaseResource,\n BucketDefinition,\n ClusterScopeSettings,\n ComplianceStatus,\n DependsOnDefinition,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n Extension,\n ExtensionPropertiesAksAssignedIdentity,\n ExtensionsList,\n ExtensionStatus,\n FluxConfiguration,\n GitRepositoryDefinition,\n HelmOperatorProperties,\n HelmReleasePropertiesDefinition,\n Identity,\n KustomizationDefinition,\n ObjectReferenceDefinition,\n ObjectStatusConditionDefinition,\n ObjectStatusDefinition,\n PatchExtension,\n Plan,\n ProxyResource,\n RepositoryRefDefinition,\n Resource,\n ResourceModelWithAllowedPropertySet,\n ResourceModelWithAllowedPropertySetIdentity,\n ResourceModelWithAllowedPropertySetPlan,\n ResourceModelWithAllowedPropertySetSku,\n Scope,\n ScopeCluster,\n ScopeNamespace,\n Sku,\n SourceControlConfiguration,\n SystemData,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/extensionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SourceControlConfigurationClientContext } from \"../sourceControlConfigurationClientContext\";\n\n/** Class representing a Extensions. */\nexport class Extensions {\n private readonly client: SourceControlConfigurationClientContext;\n\n /**\n * Create a Extensions.\n * @param {SourceControlConfigurationClientContext} client Reference to the service client.\n */\n constructor(client: SourceControlConfigurationClientContext) {\n this.client = client;\n }\n\n /**\n * Create a new Kubernetes Cluster Extension.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionName Name of the Extension.\n * @param extension Properties necessary to Create an Extension.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExtensionsCreateResponse>\n */\n create(resourceGroupName: string, clusterRp: Models.ClusterRp2, clusterResourceName: Models.ClusterResourceName2, clusterName: string, extensionName: string, extension: Models.Extension, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionsCreateResponse> {\n return this.beginCreate(resourceGroupName,clusterRp,clusterResourceName,clusterName,extensionName,extension,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ExtensionsCreateResponse>;\n }\n\n /**\n * Gets Kubernetes Cluster Extension.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionName Name of the Extension.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExtensionsGetResponse>\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp3, clusterResourceName: Models.ClusterResourceName3, clusterName: string, extensionName: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionName Name of the Extension.\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp3, clusterResourceName: Models.ClusterResourceName3, clusterName: string, extensionName: string, callback: msRest.ServiceCallback<Models.Extension>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionName Name of the Extension.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp3, clusterResourceName: Models.ClusterResourceName3, clusterName: string, extensionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Extension>): void;\n get(resourceGroupName: string, clusterRp: Models.ClusterRp3, clusterResourceName: Models.ClusterResourceName3, clusterName: string, extensionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Extension>, callback?: msRest.ServiceCallback<Models.Extension>): Promise<Models.ExtensionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n extensionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ExtensionsGetResponse>;\n }\n\n /**\n * Delete a Kubernetes Cluster Extension. This will cause the Agent to Uninstall the extension from\n * the cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionName Name of the Extension.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, clusterRp: Models.ClusterRp4, clusterResourceName: Models.ClusterResourceName4, clusterName: string, extensionName: string, options?: Models.ExtensionsDeleteMethodOptionalParams): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,clusterRp,clusterResourceName,clusterName,extensionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Patch an existing Kubernetes Cluster Extension.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionName Name of the Extension.\n * @param patchExtension Properties to Patch in an existing Extension.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExtensionsUpdateResponse>\n */\n update(resourceGroupName: string, clusterRp: Models.ClusterRp5, clusterResourceName: Models.ClusterResourceName5, clusterName: string, extensionName: string, patchExtension: Models.PatchExtension, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,clusterRp,clusterResourceName,clusterName,extensionName,patchExtension,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ExtensionsUpdateResponse>;\n }\n\n /**\n * List all Extensions in the cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExtensionsListResponse>\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp6, clusterResourceName: Models.ClusterResourceName6, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp6, clusterResourceName: Models.ClusterResourceName6, clusterName: string, callback: msRest.ServiceCallback<Models.ExtensionsList>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp6, clusterResourceName: Models.ClusterResourceName6, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ExtensionsList>): void;\n list(resourceGroupName: string, clusterRp: Models.ClusterRp6, clusterResourceName: Models.ClusterResourceName6, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ExtensionsList>, callback?: msRest.ServiceCallback<Models.ExtensionsList>): Promise<Models.ExtensionsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ExtensionsListResponse>;\n }\n\n /**\n * Create a new Kubernetes Cluster Extension.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionName Name of the Extension.\n * @param extension Properties necessary to Create an Extension.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, clusterRp: Models.ClusterRp2, clusterResourceName: Models.ClusterResourceName2, clusterName: string, extensionName: string, extension: Models.Extension, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n extensionName,\n extension,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Delete a Kubernetes Cluster Extension. This will cause the Agent to Uninstall the extension from\n * the cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionName Name of the Extension.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, clusterRp: Models.ClusterRp4, clusterResourceName: Models.ClusterResourceName4, clusterName: string, extensionName: string, options?: Models.ExtensionsBeginDeleteMethodOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n extensionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Patch an existing Kubernetes Cluster Extension.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionName Name of the Extension.\n * @param patchExtension Properties to Patch in an existing Extension.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp5, clusterResourceName: Models.ClusterResourceName5, clusterName: string, extensionName: string, patchExtension: Models.PatchExtension, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n extensionName,\n patchExtension,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * List all Extensions in the cluster.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExtensionsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionsListNextResponse>;\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.ExtensionsList>): 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.ExtensionsList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ExtensionsList>, callback?: msRest.ServiceCallback<Models.ExtensionsList>): Promise<Models.ExtensionsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ExtensionsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions/{extensionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.extensionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Extension\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions/{extensionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.extensionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"extension\",\n mapper: {\n ...Mappers.Extension,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Extension\n },\n 201: {\n bodyMapper: Mappers.Extension\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions/{extensionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.extensionName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.forceDelete\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions/{extensionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.extensionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"patchExtension\",\n mapper: {\n ...Mappers.PatchExtension,\n required: true\n }\n },\n responses: {\n 202: {\n bodyMapper: Mappers.Extension\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n OperationStatusList,\n OperationStatusResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationStatusMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SourceControlConfigurationClientContext } from \"../sourceControlConfigurationClientContext\";\n\n/** Class representing a OperationStatus. */\nexport class OperationStatus {\n private readonly client: SourceControlConfigurationClientContext;\n\n /**\n * Create a OperationStatus.\n * @param {SourceControlConfigurationClientContext} client Reference to the service client.\n */\n constructor(client: SourceControlConfigurationClientContext) {\n this.client = client;\n }\n\n /**\n * Get Async Operation status\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionName Name of the Extension.\n * @param operationId operation Id\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationStatusGetResponse>\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp7, clusterResourceName: Models.ClusterResourceName7, clusterName: string, extensionName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationStatusGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionName Name of the Extension.\n * @param operationId operation Id\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp7, clusterResourceName: Models.ClusterResourceName7, clusterName: string, extensionName: string, operationId: string, callback: msRest.ServiceCallback<Models.OperationStatusResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param extensionName Name of the Extension.\n * @param operationId operation Id\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp7, clusterResourceName: Models.ClusterResourceName7, clusterName: string, extensionName: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationStatusResult>): void;\n get(resourceGroupName: string, clusterRp: Models.ClusterRp7, clusterResourceName: Models.ClusterResourceName7, clusterName: string, extensionName: string, operationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationStatusResult>, callback?: msRest.ServiceCallback<Models.OperationStatusResult>): Promise<Models.OperationStatusGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n extensionName,\n operationId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.OperationStatusGetResponse>;\n }\n\n /**\n * List Async Operations, currently in progress, in a cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationStatusListResponse>\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp8, clusterResourceName: Models.ClusterResourceName8, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationStatusListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp8, clusterResourceName: Models.ClusterResourceName8, clusterName: string, callback: msRest.ServiceCallback<Models.OperationStatusList>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp8, clusterResourceName: Models.ClusterResourceName8, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationStatusList>): void;\n list(resourceGroupName: string, clusterRp: Models.ClusterRp8, clusterResourceName: Models.ClusterResourceName8, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationStatusList>, callback?: msRest.ServiceCallback<Models.OperationStatusList>): Promise<Models.OperationStatusListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationStatusListResponse>;\n }\n\n /**\n * List Async Operations, currently in progress, in a cluster\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationStatusListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationStatusListNextResponse>;\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.OperationStatusList>): 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.OperationStatusList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationStatusList>, callback?: msRest.ServiceCallback<Models.OperationStatusList>): Promise<Models.OperationStatusListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.OperationStatusListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions/{extensionName}/operations/{operationId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.extensionName,\n Parameters.operationId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatusResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/operations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatusList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatusList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AzureEntityResource,\n BaseResource,\n BucketDefinition,\n ClusterScopeSettings,\n ComplianceStatus,\n DependsOnDefinition,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n Extension,\n ExtensionPropertiesAksAssignedIdentity,\n ExtensionStatus,\n FluxConfiguration,\n FluxConfigurationPatch,\n FluxConfigurationsList,\n GitRepositoryDefinition,\n GitRepositoryPatchDefinition,\n HelmOperatorProperties,\n HelmReleasePropertiesDefinition,\n Identity,\n KustomizationDefinition,\n KustomizationPatchDefinition,\n ObjectReferenceDefinition,\n ObjectStatusConditionDefinition,\n ObjectStatusDefinition,\n Plan,\n ProxyResource,\n RepositoryRefDefinition,\n Resource,\n ResourceModelWithAllowedPropertySet,\n ResourceModelWithAllowedPropertySetIdentity,\n ResourceModelWithAllowedPropertySetPlan,\n ResourceModelWithAllowedPropertySetSku,\n Scope,\n ScopeCluster,\n ScopeNamespace,\n Sku,\n SourceControlConfiguration,\n SystemData,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/fluxConfigurationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SourceControlConfigurationClientContext } from \"../sourceControlConfigurationClientContext\";\n\n/** Class representing a FluxConfigurations. */\nexport class FluxConfigurations {\n private readonly client: SourceControlConfigurationClientContext;\n\n /**\n * Create a FluxConfigurations.\n * @param {SourceControlConfigurationClientContext} client Reference to the service client.\n */\n constructor(client: SourceControlConfigurationClientContext) {\n this.client = client;\n }\n\n /**\n * Gets details of the Flux Configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.FluxConfigurationsGetResponse>\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp9, clusterResourceName: Models.ClusterResourceName9, clusterName: string, fluxConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.FluxConfigurationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp9, clusterResourceName: Models.ClusterResourceName9, clusterName: string, fluxConfigurationName: string, callback: msRest.ServiceCallback<Models.FluxConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp9, clusterResourceName: Models.ClusterResourceName9, clusterName: string, fluxConfigurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FluxConfiguration>): void;\n get(resourceGroupName: string, clusterRp: Models.ClusterRp9, clusterResourceName: Models.ClusterResourceName9, clusterName: string, fluxConfigurationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FluxConfiguration>, callback?: msRest.ServiceCallback<Models.FluxConfiguration>): Promise<Models.FluxConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n fluxConfigurationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.FluxConfigurationsGetResponse>;\n }\n\n /**\n * Create a new Kubernetes Flux Configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param fluxConfiguration Properties necessary to Create a FluxConfiguration.\n * @param [options] The optional parameters\n * @returns Promise<Models.FluxConfigurationsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp10, clusterResourceName: Models.ClusterResourceName10, clusterName: string, fluxConfigurationName: string, fluxConfiguration: Models.FluxConfiguration, options?: msRest.RequestOptionsBase): Promise<Models.FluxConfigurationsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,clusterRp,clusterResourceName,clusterName,fluxConfigurationName,fluxConfiguration,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.FluxConfigurationsCreateOrUpdateResponse>;\n }\n\n /**\n * Update an existing Kubernetes Flux Configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param fluxConfigurationPatch Properties to Patch in an existing Flux Configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.FluxConfigurationsUpdateResponse>\n */\n update(resourceGroupName: string, clusterRp: Models.ClusterRp11, clusterResourceName: Models.ClusterResourceName11, clusterName: string, fluxConfigurationName: string, fluxConfigurationPatch: Models.FluxConfigurationPatch, options?: msRest.RequestOptionsBase): Promise<Models.FluxConfigurationsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,clusterRp,clusterResourceName,clusterName,fluxConfigurationName,fluxConfigurationPatch,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.FluxConfigurationsUpdateResponse>;\n }\n\n /**\n * This will delete the YAML file used to set up the Flux Configuration, thus stopping future sync\n * from the source repo.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, clusterRp: Models.ClusterRp12, clusterResourceName: Models.ClusterResourceName12, clusterName: string, fluxConfigurationName: string, options?: Models.FluxConfigurationsDeleteMethodOptionalParams): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,clusterRp,clusterResourceName,clusterName,fluxConfigurationName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * List all Flux Configurations.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.FluxConfigurationsListResponse>\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp13, clusterResourceName: Models.ClusterResourceName13, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.FluxConfigurationsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp13, clusterResourceName: Models.ClusterResourceName13, clusterName: string, callback: msRest.ServiceCallback<Models.FluxConfigurationsList>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp13, clusterResourceName: Models.ClusterResourceName13, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FluxConfigurationsList>): void;\n list(resourceGroupName: string, clusterRp: Models.ClusterRp13, clusterResourceName: Models.ClusterResourceName13, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FluxConfigurationsList>, callback?: msRest.ServiceCallback<Models.FluxConfigurationsList>): Promise<Models.FluxConfigurationsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.FluxConfigurationsListResponse>;\n }\n\n /**\n * Create a new Kubernetes Flux Configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param fluxConfiguration Properties necessary to Create a FluxConfiguration.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp10, clusterResourceName: Models.ClusterResourceName10, clusterName: string, fluxConfigurationName: string, fluxConfiguration: Models.FluxConfiguration, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n fluxConfigurationName,\n fluxConfiguration,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Update an existing Kubernetes Flux Configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param fluxConfigurationPatch Properties to Patch in an existing Flux Configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp11, clusterResourceName: Models.ClusterResourceName11, clusterName: string, fluxConfigurationName: string, fluxConfigurationPatch: Models.FluxConfigurationPatch, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n fluxConfigurationName,\n fluxConfigurationPatch,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * This will delete the YAML file used to set up the Flux Configuration, thus stopping future sync\n * from the source repo.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, clusterRp: Models.ClusterRp12, clusterResourceName: Models.ClusterResourceName12, clusterName: string, fluxConfigurationName: string, options?: Models.FluxConfigurationsBeginDeleteMethodOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n fluxConfigurationName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * List all Flux Configurations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.FluxConfigurationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.FluxConfigurationsListNextResponse>;\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.FluxConfigurationsList>): 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.FluxConfigurationsList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FluxConfigurationsList>, callback?: msRest.ServiceCallback<Models.FluxConfigurationsList>): Promise<Models.FluxConfigurationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.FluxConfigurationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/fluxConfigurations/{fluxConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.fluxConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FluxConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/fluxConfigurations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FluxConfigurationsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/fluxConfigurations/{fluxConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.fluxConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"fluxConfiguration\",\n mapper: {\n ...Mappers.FluxConfiguration,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.FluxConfiguration\n },\n 201: {\n bodyMapper: Mappers.FluxConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/fluxConfigurations/{fluxConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.fluxConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"fluxConfigurationPatch\",\n mapper: {\n ...Mappers.FluxConfigurationPatch,\n required: true\n }\n },\n responses: {\n 202: {\n bodyMapper: Mappers.FluxConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/fluxConfigurations/{fluxConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.fluxConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.forceDelete\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FluxConfigurationsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n OperationStatusResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/fluxConfigOperationStatusMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SourceControlConfigurationClientContext } from \"../sourceControlConfigurationClientContext\";\n\n/** Class representing a FluxConfigOperationStatus. */\nexport class FluxConfigOperationStatus {\n private readonly client: SourceControlConfigurationClientContext;\n\n /**\n * Create a FluxConfigOperationStatus.\n * @param {SourceControlConfigurationClientContext} client Reference to the service client.\n */\n constructor(client: SourceControlConfigurationClientContext) {\n this.client = client;\n }\n\n /**\n * Get Async Operation status\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param operationId operation Id\n * @param [options] The optional parameters\n * @returns Promise<Models.FluxConfigOperationStatusGetResponse>\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp14, clusterResourceName: Models.ClusterResourceName14, clusterName: string, fluxConfigurationName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.FluxConfigOperationStatusGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param operationId operation Id\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp14, clusterResourceName: Models.ClusterResourceName14, clusterName: string, fluxConfigurationName: string, operationId: string, callback: msRest.ServiceCallback<Models.OperationStatusResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param fluxConfigurationName Name of the Flux Configuration.\n * @param operationId operation Id\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp14, clusterResourceName: Models.ClusterResourceName14, clusterName: string, fluxConfigurationName: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationStatusResult>): void;\n get(resourceGroupName: string, clusterRp: Models.ClusterRp14, clusterResourceName: Models.ClusterResourceName14, clusterName: string, fluxConfigurationName: string, operationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationStatusResult>, callback?: msRest.ServiceCallback<Models.OperationStatusResult>): Promise<Models.FluxConfigOperationStatusGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n fluxConfigurationName,\n operationId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.FluxConfigOperationStatusGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/fluxConfigurations/{fluxConfigurationName}/operations/{operationId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.fluxConfigurationName,\n Parameters.operationId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatusResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AzureEntityResource,\n BaseResource,\n BucketDefinition,\n ClusterScopeSettings,\n ComplianceStatus,\n DependsOnDefinition,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n Extension,\n ExtensionPropertiesAksAssignedIdentity,\n ExtensionStatus,\n FluxConfiguration,\n GitRepositoryDefinition,\n HelmOperatorProperties,\n HelmReleasePropertiesDefinition,\n Identity,\n KustomizationDefinition,\n ObjectReferenceDefinition,\n ObjectStatusConditionDefinition,\n ObjectStatusDefinition,\n Plan,\n ProxyResource,\n RepositoryRefDefinition,\n Resource,\n ResourceModelWithAllowedPropertySet,\n ResourceModelWithAllowedPropertySetIdentity,\n ResourceModelWithAllowedPropertySetPlan,\n ResourceModelWithAllowedPropertySetSku,\n Scope,\n ScopeCluster,\n ScopeNamespace,\n Sku,\n SourceControlConfiguration,\n SourceControlConfigurationList,\n SystemData,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/sourceControlConfigurationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SourceControlConfigurationClientContext } from \"../sourceControlConfigurationClientContext\";\n\n/** Class representing a SourceControlConfigurations. */\nexport class SourceControlConfigurations {\n private readonly client: SourceControlConfigurationClientContext;\n\n /**\n * Create a SourceControlConfigurations.\n * @param {SourceControlConfigurationClientContext} client Reference to the service client.\n */\n constructor(client: SourceControlConfigurationClientContext) {\n this.client = client;\n }\n\n /**\n * Gets details of the Source Control Configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlConfigurationsGetResponse>\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp15, clusterResourceName: Models.ClusterResourceName15, clusterName: string, sourceControlConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlConfigurationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp15, clusterResourceName: Models.ClusterResourceName15, clusterName: string, sourceControlConfigurationName: string, callback: msRest.ServiceCallback<Models.SourceControlConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterRp: Models.ClusterRp15, clusterResourceName: Models.ClusterResourceName15, clusterName: string, sourceControlConfigurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlConfiguration>): void;\n get(resourceGroupName: string, clusterRp: Models.ClusterRp15, clusterResourceName: Models.ClusterResourceName15, clusterName: string, sourceControlConfigurationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlConfiguration>, callback?: msRest.ServiceCallback<Models.SourceControlConfiguration>): Promise<Models.SourceControlConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n sourceControlConfigurationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.SourceControlConfigurationsGetResponse>;\n }\n\n /**\n * Create a new Kubernetes Source Control Configuration.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param sourceControlConfiguration Properties necessary to Create KubernetesConfiguration.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlConfigurationsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp16, clusterResourceName: Models.ClusterResourceName16, clusterName: string, sourceControlConfigurationName: string, sourceControlConfiguration: Models.SourceControlConfiguration, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlConfigurationsCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param sourceControlConfiguration Properties necessary to Create KubernetesConfiguration.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp16, clusterResourceName: Models.ClusterResourceName16, clusterName: string, sourceControlConfigurationName: string, sourceControlConfiguration: Models.SourceControlConfiguration, callback: msRest.ServiceCallback<Models.SourceControlConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param sourceControlConfiguration Properties necessary to Create KubernetesConfiguration.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp16, clusterResourceName: Models.ClusterResourceName16, clusterName: string, sourceControlConfigurationName: string, sourceControlConfiguration: Models.SourceControlConfiguration, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlConfiguration>): void;\n createOrUpdate(resourceGroupName: string, clusterRp: Models.ClusterRp16, clusterResourceName: Models.ClusterResourceName16, clusterName: string, sourceControlConfigurationName: string, sourceControlConfiguration: Models.SourceControlConfiguration, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlConfiguration>, callback?: msRest.ServiceCallback<Models.SourceControlConfiguration>): Promise<Models.SourceControlConfigurationsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n sourceControlConfigurationName,\n sourceControlConfiguration,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.SourceControlConfigurationsCreateOrUpdateResponse>;\n }\n\n /**\n * This will delete the YAML file used to set up the Source control configuration, thus stopping\n * future sync from the source repo.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, clusterRp: Models.ClusterRp17, clusterResourceName: Models.ClusterResourceName17, clusterName: string, sourceControlConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,clusterRp,clusterResourceName,clusterName,sourceControlConfigurationName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * List all Source Control Configurations.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlConfigurationsListResponse>\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp18, clusterResourceName: Models.ClusterResourceName18, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlConfigurationsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp18, clusterResourceName: Models.ClusterResourceName18, clusterName: string, callback: msRest.ServiceCallback<Models.SourceControlConfigurationList>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterRp: Models.ClusterRp18, clusterResourceName: Models.ClusterResourceName18, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceControlConfigurationList>): void;\n list(resourceGroupName: string, clusterRp: Models.ClusterRp18, clusterResourceName: Models.ClusterResourceName18, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlConfigurationList>, callback?: msRest.ServiceCallback<Models.SourceControlConfigurationList>): Promise<Models.SourceControlConfigurationsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.SourceControlConfigurationsListResponse>;\n }\n\n /**\n * This will delete the YAML file used to set up the Source control configuration, thus stopping\n * future sync from the source repo.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterRp The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS\n * clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters). Possible values include:\n * 'Microsoft.ContainerService', 'Microsoft.Kubernetes'\n * @param clusterResourceName The Kubernetes cluster resource name - either managedClusters (for\n * AKS clusters) or connectedClusters (for OnPrem K8S clusters). Possible values include:\n * 'managedClusters', 'connectedClusters'\n * @param clusterName The name of the kubernetes cluster.\n * @param sourceControlConfigurationName Name of the Source Control Configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, clusterRp: Models.ClusterRp17, clusterResourceName: Models.ClusterResourceName17, clusterName: string, sourceControlConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterRp,\n clusterResourceName,\n clusterName,\n sourceControlConfigurationName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * List all Source Control Configurations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SourceControlConfigurationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SourceControlConfigurationsListNextResponse>;\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.SourceControlConfigurationList>): 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.SourceControlConfigurationList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceControlConfigurationList>, callback?: msRest.ServiceCallback<Models.SourceControlConfigurationList>): Promise<Models.SourceControlConfigurationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.SourceControlConfigurationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/{sourceControlConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.sourceControlConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/{sourceControlConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.sourceControlConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"sourceControlConfiguration\",\n mapper: {\n ...Mappers.SourceControlConfiguration,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlConfiguration\n },\n 201: {\n bodyMapper: Mappers.SourceControlConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlConfigurationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/{sourceControlConfigurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterRp,\n Parameters.clusterResourceName,\n Parameters.clusterName,\n Parameters.sourceControlConfigurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlConfigurationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n ResourceProviderOperation,\n ResourceProviderOperationDisplay,\n ResourceProviderOperationList\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SourceControlConfigurationClientContext } from \"../sourceControlConfigurationClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: SourceControlConfigurationClientContext;\n\n /**\n * Create a Operations.\n * @param {SourceControlConfigurationClientContext} client Reference to the service client.\n */\n constructor(client: SourceControlConfigurationClientContext) {\n this.client = client;\n }\n\n /**\n * List all the available operations the KubernetesConfiguration resource provider supports.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ResourceProviderOperationList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ResourceProviderOperationList>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ResourceProviderOperationList>, callback?: msRest.ServiceCallback<Models.ResourceProviderOperationList>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * List all the available operations the KubernetesConfiguration resource provider supports.\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.ResourceProviderOperationList>): 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.ResourceProviderOperationList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ResourceProviderOperationList>, callback?: msRest.ServiceCallback<Models.ResourceProviderOperationList>): 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 listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.KubernetesConfiguration/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceProviderOperationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceProviderOperationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nconst packageName = \"@azure/arm-kubernetesconfiguration\";\nconst packageVersion = \"4.0.0\";\n\nexport class SourceControlConfigurationClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n apiVersion?: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the SourceControlConfigurationClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.SourceControlConfigurationClientOptions) {\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 = '2022-01-01-preview';\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { SourceControlConfigurationClientContext } from \"./sourceControlConfigurationClientContext\";\n\n\nclass SourceControlConfigurationClient extends SourceControlConfigurationClientContext {\n // Operation groups\n clusterExtensionType: operations.ClusterExtensionType;\n clusterExtensionTypes: operations.ClusterExtensionTypes;\n extensionTypeVersions: operations.ExtensionTypeVersions;\n locationExtensionTypes: operations.LocationExtensionTypes;\n extensions: operations.Extensions;\n operationStatus: operations.OperationStatus;\n fluxConfigurations: operations.FluxConfigurations;\n fluxConfigOperationStatus: operations.FluxConfigOperationStatus;\n sourceControlConfigurations: operations.SourceControlConfigurations;\n operations: operations.Operations;\n\n /**\n * Initializes a new instance of the SourceControlConfigurationClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.SourceControlConfigurationClientOptions) {\n super(credentials, subscriptionId, options);\n this.clusterExtensionType = new operations.ClusterExtensionType(this);\n this.clusterExtensionTypes = new operations.ClusterExtensionTypes(this);\n this.extensionTypeVersions = new operations.ExtensionTypeVersions(this);\n this.locationExtensionTypes = new operations.LocationExtensionTypes(this);\n this.extensions = new operations.Extensions(this);\n this.operationStatus = new operations.OperationStatus(this);\n this.fluxConfigurations = new operations.FluxConfigurations(this);\n this.fluxConfigOperationStatus = new operations.FluxConfigOperationStatus(this);\n this.sourceControlConfigurations = new operations.SourceControlConfigurations(this);\n this.operations = new operations.Operations(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n SourceControlConfigurationClient,\n SourceControlConfigurationClientContext,\n Models as SourceControlConfigurationModels,\n Mappers as SourceControlConfigurationMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.clusterRp","Parameters.clusterResourceName","Parameters.clusterName","Parameters.extensionTypeName","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.ExtensionType","Mappers.ErrorResponse","serializer","Mappers","Mappers.ExtensionTypeList","Parameters.nextPageLink","listOperationSpec","listNextOperationSpec","Parameters.location","Mappers.ExtensionVersionList","getOperationSpec","Parameters.extensionName","Mappers.Extension","Mappers.ExtensionsList","Parameters.forceDelete","Mappers.PatchExtension","Parameters.operationId","Mappers.OperationStatusResult","Mappers.OperationStatusList","beginUpdateOperationSpec","beginDeleteMethodOperationSpec","Parameters.fluxConfigurationName","Mappers.FluxConfiguration","Mappers.FluxConfigurationsList","Mappers.FluxConfigurationPatch","Parameters.sourceControlConfigurationName","Mappers.SourceControlConfiguration","Mappers.SourceControlConfigurationList","Mappers.ResourceProviderOperationList","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.ClusterExtensionType","operations.ClusterExtensionTypes","operations.ExtensionTypeVersions","operations.LocationExtensionTypes","operations.Extensions","operations.OperationStatus","operations.FluxConfigurations","operations.FluxConfigOperationStatus","operations.SourceControlConfigurations","operations.Operations"],"mappings":"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"}