@azure/arm-managementgroups 1.1.0 → 2.0.0-alpha.20211214.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +78 -77
  4. package/dist/index.js +2881 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +6 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +13 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/managementGroupsAPI.d.ts +34 -0
  17. package/dist-esm/src/managementGroupsAPI.d.ts.map +1 -0
  18. package/dist-esm/src/managementGroupsAPI.js +102 -0
  19. package/dist-esm/src/managementGroupsAPI.js.map +1 -0
  20. package/dist-esm/src/managementGroupsAPIContext.d.ts +14 -0
  21. package/dist-esm/src/managementGroupsAPIContext.d.ts.map +1 -0
  22. package/dist-esm/src/managementGroupsAPIContext.js +43 -0
  23. package/dist-esm/src/managementGroupsAPIContext.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +956 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +46 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +39 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/{esm → dist-esm/src}/models/mappers.js +776 -396
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +24 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +200 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/entities.d.ts +34 -0
  37. package/dist-esm/src/operations/entities.d.ts.map +1 -0
  38. package/dist-esm/src/operations/entities.js +142 -0
  39. package/dist-esm/src/operations/entities.js.map +1 -0
  40. package/dist-esm/src/operations/hierarchySettingsOperations.d.ts +52 -0
  41. package/dist-esm/src/operations/hierarchySettingsOperations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/hierarchySettingsOperations.js +154 -0
  43. package/dist-esm/src/operations/hierarchySettingsOperations.js.map +1 -0
  44. package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
  45. package/dist-esm/src/operations/index.d.ts.map +1 -0
  46. package/{esm → dist-esm/src}/operations/index.js +4 -5
  47. package/dist-esm/src/operations/index.js.map +1 -0
  48. package/dist-esm/src/operations/managementGroupSubscriptions.d.ts +62 -0
  49. package/dist-esm/src/operations/managementGroupSubscriptions.d.ts.map +1 -0
  50. package/dist-esm/src/operations/managementGroupSubscriptions.js +215 -0
  51. package/dist-esm/src/operations/managementGroupSubscriptions.js.map +1 -0
  52. package/dist-esm/src/operations/managementGroups.d.ts +109 -0
  53. package/dist-esm/src/operations/managementGroups.d.ts.map +1 -0
  54. package/dist-esm/src/operations/managementGroups.js +462 -0
  55. package/dist-esm/src/operations/managementGroups.js.map +1 -0
  56. package/dist-esm/src/operations/operations.d.ts +32 -0
  57. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/operations.js +120 -0
  59. package/dist-esm/src/operations/operations.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/entities.d.ts +12 -0
  61. package/dist-esm/src/operationsInterfaces/entities.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/entities.js +9 -0
  63. package/dist-esm/src/operationsInterfaces/entities.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/hierarchySettingsOperations.d.ts +44 -0
  65. package/dist-esm/src/operationsInterfaces/hierarchySettingsOperations.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/hierarchySettingsOperations.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/hierarchySettingsOperations.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  69. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  71. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/managementGroupSubscriptions.d.ts +37 -0
  73. package/dist-esm/src/operationsInterfaces/managementGroupSubscriptions.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/managementGroupSubscriptions.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/managementGroupSubscriptions.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/managementGroups.d.ts +71 -0
  77. package/dist-esm/src/operationsInterfaces/managementGroups.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/managementGroups.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/managementGroups.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  81. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  84. package/dist-esm/test/sampleTest.d.ts +2 -0
  85. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  86. package/dist-esm/test/sampleTest.js +40 -0
  87. package/dist-esm/test/sampleTest.js.map +1 -0
  88. package/package.json +71 -25
  89. package/review/arm-managementgroups.api.md +667 -0
  90. package/rollup.config.js +184 -27
  91. package/src/index.ts +13 -0
  92. package/src/lroImpl.ts +34 -0
  93. package/src/managementGroupsAPI.ts +160 -0
  94. package/src/managementGroupsAPIContext.ts +62 -0
  95. package/src/models/index.ts +1082 -0
  96. package/{lib → src}/models/mappers.ts +792 -400
  97. package/src/models/parameters.ts +232 -0
  98. package/src/operations/entities.ts +159 -0
  99. package/src/operations/hierarchySettingsOperations.ts +214 -0
  100. package/{lib → src}/operations/index.ts +4 -5
  101. package/src/operations/managementGroupSubscriptions.ts +294 -0
  102. package/src/operations/managementGroups.ts +592 -0
  103. package/src/operations/operations.ts +137 -0
  104. package/src/operationsInterfaces/entities.ts +23 -0
  105. package/src/operationsInterfaces/hierarchySettingsOperations.ts +80 -0
  106. package/src/operationsInterfaces/index.ts +13 -0
  107. package/src/operationsInterfaces/managementGroupSubscriptions.ts +69 -0
  108. package/src/operationsInterfaces/managementGroups.ts +131 -0
  109. package/src/operationsInterfaces/operations.ts +22 -0
  110. package/tsconfig.json +4 -4
  111. package/types/arm-managementgroups.d.ts +1266 -0
  112. package/types/tsdoc-metadata.json +11 -0
  113. package/dist/arm-managementgroups.js +0 -2007
  114. package/dist/arm-managementgroups.js.map +0 -1
  115. package/dist/arm-managementgroups.min.js +0 -1
  116. package/dist/arm-managementgroups.min.js.map +0 -1
  117. package/esm/managementGroupsAPI.d.ts +0 -68
  118. package/esm/managementGroupsAPI.d.ts.map +0 -1
  119. package/esm/managementGroupsAPI.js +0 -115
  120. package/esm/managementGroupsAPI.js.map +0 -1
  121. package/esm/managementGroupsAPIContext.d.ts +0 -14
  122. package/esm/managementGroupsAPIContext.d.ts.map +0 -1
  123. package/esm/managementGroupsAPIContext.js +0 -51
  124. package/esm/managementGroupsAPIContext.js.map +0 -1
  125. package/esm/models/entitiesMappers.d.ts +0 -2
  126. package/esm/models/entitiesMappers.d.ts.map +0 -1
  127. package/esm/models/entitiesMappers.js +0 -11
  128. package/esm/models/entitiesMappers.js.map +0 -1
  129. package/esm/models/index.d.ts +0 -1390
  130. package/esm/models/index.d.ts.map +0 -1
  131. package/esm/models/index.js +0 -10
  132. package/esm/models/index.js.map +0 -1
  133. package/esm/models/managementGroupSubscriptionsMappers.d.ts +0 -2
  134. package/esm/models/managementGroupSubscriptionsMappers.d.ts.map +0 -1
  135. package/esm/models/managementGroupSubscriptionsMappers.js +0 -11
  136. package/esm/models/managementGroupSubscriptionsMappers.js.map +0 -1
  137. package/esm/models/managementGroupsMappers.d.ts +0 -2
  138. package/esm/models/managementGroupsMappers.d.ts.map +0 -1
  139. package/esm/models/managementGroupsMappers.js +0 -11
  140. package/esm/models/managementGroupsMappers.js.map +0 -1
  141. package/esm/models/mappers.d.ts +0 -28
  142. package/esm/models/mappers.d.ts.map +0 -1
  143. package/esm/models/mappers.js.map +0 -1
  144. package/esm/models/operationsMappers.d.ts +0 -2
  145. package/esm/models/operationsMappers.d.ts.map +0 -1
  146. package/esm/models/operationsMappers.js +0 -11
  147. package/esm/models/operationsMappers.js.map +0 -1
  148. package/esm/models/parameters.d.ts +0 -18
  149. package/esm/models/parameters.d.ts.map +0 -1
  150. package/esm/models/parameters.js +0 -194
  151. package/esm/models/parameters.js.map +0 -1
  152. package/esm/operations/entities.d.ts +0 -46
  153. package/esm/operations/entities.d.ts.map +0 -1
  154. package/esm/operations/entities.js +0 -87
  155. package/esm/operations/entities.js.map +0 -1
  156. package/esm/operations/index.d.ts.map +0 -1
  157. package/esm/operations/index.js.map +0 -1
  158. package/esm/operations/managementGroupSubscriptions.d.ts +0 -55
  159. package/esm/operations/managementGroupSubscriptions.d.ts.map +0 -1
  160. package/esm/operations/managementGroupSubscriptions.js +0 -85
  161. package/esm/operations/managementGroupSubscriptions.js.map +0 -1
  162. package/esm/operations/managementGroups.d.ts +0 -120
  163. package/esm/operations/managementGroups.d.ts.map +0 -1
  164. package/esm/operations/managementGroups.js +0 -252
  165. package/esm/operations/managementGroups.js.map +0 -1
  166. package/esm/operations/operations.d.ts +0 -46
  167. package/esm/operations/operations.d.ts.map +0 -1
  168. package/esm/operations/operations.js +0 -77
  169. package/esm/operations/operations.js.map +0 -1
  170. package/lib/managementGroupsAPI.ts +0 -191
  171. package/lib/managementGroupsAPIContext.ts +0 -56
  172. package/lib/models/entitiesMappers.ts +0 -18
  173. package/lib/models/index.ts +0 -1466
  174. package/lib/models/managementGroupSubscriptionsMappers.ts +0 -15
  175. package/lib/models/managementGroupsMappers.ts +0 -29
  176. package/lib/models/operationsMappers.ts +0 -18
  177. package/lib/models/parameters.ts +0 -196
  178. package/lib/operations/entities.ts +0 -133
  179. package/lib/operations/managementGroupSubscriptions.ts +0 -140
  180. package/lib/operations/managementGroups.ts +0 -365
  181. package/lib/operations/operations.ts +0 -123
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-managementgroups.js","sources":["../node_modules/tslib/tslib.es6.js","../esm/models/index.js","../esm/models/mappers.js","../esm/models/parameters.js","../esm/models/managementGroupsMappers.js","../esm/operations/managementGroups.js","../esm/models/managementGroupSubscriptionsMappers.js","../esm/operations/managementGroupSubscriptions.js","../esm/models/operationsMappers.js","../esm/operations/operations.js","../esm/models/entitiesMappers.js","../esm/operations/entities.js","../esm/operations/index.js","../esm/managementGroupsAPIContext.js","../esm/managementGroupsAPI.js"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation. All rights reserved.\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\nMERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\nSee the Apache Version 2.0 License for specific language governing permissions\r\nand limitations under the License.\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++) if (e.indexOf(p[i]) < 0)\r\n t[p[i]] = s[p[i]];\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 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) : new P(function (resolve) { resolve(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 __exportStar(m, exports) {\r\n for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator], i = 0;\r\n if (m) return m.call(o);\r\n 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}\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 __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","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nexport var CloudError = CloudErrorMapper;\nexport var BaseResource = BaseResourceMapper;\nexport var ErrorDetails = {\n serializedName: \"ErrorDetails\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var ErrorResponse = {\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: \"ErrorDetails\"\n }\n }\n }\n }\n};\nexport var OperationDisplayProperties = {\n serializedName: \"OperationDisplayProperties\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplayProperties\",\n modelProperties: {\n provider: {\n readOnly: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n readOnly: true,\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var Operation = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplayProperties\"\n }\n }\n }\n }\n};\nexport var CheckNameAvailabilityResult = {\n serializedName: \"CheckNameAvailabilityResult\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityResult\",\n modelProperties: {\n nameAvailable: {\n readOnly: true,\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n readOnly: true,\n serializedName: \"reason\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Invalid\",\n \"AlreadyExists\"\n ]\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var TenantBackfillStatusResult = {\n serializedName: \"TenantBackfillStatusResult\",\n type: {\n name: \"Composite\",\n className: \"TenantBackfillStatusResult\",\n modelProperties: {\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"NotStarted\",\n \"NotStartedButGroupsExist\",\n \"Started\",\n \"Failed\",\n \"Cancelled\",\n \"Completed\"\n ]\n }\n }\n }\n }\n};\nexport var ManagementGroupInfo = {\n serializedName: \"ManagementGroupInfo\",\n type: {\n name: \"Composite\",\n className: \"ManagementGroupInfo\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var ParentGroupInfo = {\n serializedName: \"ParentGroupInfo\",\n type: {\n name: \"Composite\",\n className: \"ParentGroupInfo\",\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 displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var ManagementGroupDetails = {\n serializedName: \"ManagementGroupDetails\",\n type: {\n name: \"Composite\",\n className: \"ManagementGroupDetails\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n type: {\n name: \"Number\"\n }\n },\n updatedTime: {\n serializedName: \"updatedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n updatedBy: {\n serializedName: \"updatedBy\",\n type: {\n name: \"String\"\n }\n },\n parent: {\n serializedName: \"parent\",\n type: {\n name: \"Composite\",\n className: \"ParentGroupInfo\"\n }\n }\n }\n }\n};\nexport var ManagementGroupChildInfo = {\n serializedName: \"ManagementGroupChildInfo\",\n type: {\n name: \"Composite\",\n className: \"ManagementGroupChildInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\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 displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n serializedName: \"roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n children: {\n serializedName: \"children\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagementGroupChildInfo\"\n }\n }\n }\n }\n }\n }\n};\nexport var ManagementGroup = {\n serializedName: \"ManagementGroup\",\n type: {\n name: \"Composite\",\n className: \"ManagementGroup\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n nullable: true,\n serializedName: \"properties.roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n details: {\n serializedName: \"properties.details\",\n type: {\n name: \"Composite\",\n className: \"ManagementGroupDetails\"\n }\n },\n children: {\n nullable: true,\n serializedName: \"properties.children\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagementGroupChildInfo\"\n }\n }\n }\n }\n }\n }\n};\nexport var OperationResults = {\n serializedName: \"OperationResults\",\n type: {\n name: \"Composite\",\n className: \"OperationResults\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var EntityParentGroupInfo = {\n serializedName: \"EntityParentGroupInfo\",\n type: {\n name: \"Composite\",\n className: \"EntityParentGroupInfo\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var EntityInfo = {\n serializedName: \"EntityInfo\",\n type: {\n name: \"Composite\",\n className: \"EntityInfo\",\n modelProperties: {\n id: {\n nullable: true,\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n type: {\n nullable: true,\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n nullable: true,\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n nullable: true,\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n parent: {\n nullable: true,\n serializedName: \"properties.parent\",\n type: {\n name: \"Composite\",\n className: \"EntityParentGroupInfo\"\n }\n },\n permissions: {\n serializedName: \"properties.permissions\",\n type: {\n name: \"String\"\n }\n },\n inheritedPermissions: {\n serializedName: \"properties.inheritedPermissions\",\n type: {\n name: \"String\"\n }\n },\n numberOfDescendants: {\n nullable: true,\n serializedName: \"properties.numberOfDescendants\",\n type: {\n name: \"Number\"\n }\n },\n numberOfChildren: {\n nullable: true,\n serializedName: \"properties.numberOfChildren\",\n type: {\n name: \"Number\"\n }\n },\n numberOfChildGroups: {\n nullable: true,\n serializedName: \"properties.numberOfChildGroups\",\n type: {\n name: \"Number\"\n }\n },\n parentDisplayNameChain: {\n nullable: true,\n serializedName: \"properties.parentDisplayNameChain\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n parentNameChain: {\n nullable: true,\n serializedName: \"properties.parentNameChain\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\nexport var EntityHierarchyItem = {\n serializedName: \"EntityHierarchyItem\",\n type: {\n name: \"Composite\",\n className: \"EntityHierarchyItem\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n serializedName: \"properties.permissions\",\n type: {\n name: \"String\"\n }\n },\n children: {\n nullable: true,\n serializedName: \"properties.children\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityHierarchyItem\"\n }\n }\n }\n }\n }\n }\n};\nexport var PatchManagementGroupRequest = {\n serializedName: \"PatchManagementGroupRequest\",\n type: {\n name: \"Composite\",\n className: \"PatchManagementGroupRequest\",\n modelProperties: {\n displayName: {\n nullable: true,\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n parentId: {\n nullable: true,\n serializedName: \"parentId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var CreateParentGroupInfo = {\n serializedName: \"CreateParentGroupInfo\",\n type: {\n name: \"Composite\",\n className: \"CreateParentGroupInfo\",\n modelProperties: {\n id: {\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 displayName: {\n readOnly: true,\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var CreateManagementGroupDetails = {\n serializedName: \"CreateManagementGroupDetails\",\n type: {\n name: \"Composite\",\n className: \"CreateManagementGroupDetails\",\n modelProperties: {\n version: {\n readOnly: true,\n serializedName: \"version\",\n type: {\n name: \"Number\"\n }\n },\n updatedTime: {\n readOnly: true,\n serializedName: \"updatedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n updatedBy: {\n readOnly: true,\n serializedName: \"updatedBy\",\n type: {\n name: \"String\"\n }\n },\n parent: {\n serializedName: \"parent\",\n type: {\n name: \"Composite\",\n className: \"CreateParentGroupInfo\"\n }\n }\n }\n }\n};\nexport var CreateManagementGroupChildInfo = {\n serializedName: \"CreateManagementGroupChildInfo\",\n type: {\n name: \"Composite\",\n className: \"CreateManagementGroupChildInfo\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\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 displayName: {\n readOnly: true,\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n readOnly: true,\n serializedName: \"roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n children: {\n readOnly: true,\n serializedName: \"children\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CreateManagementGroupChildInfo\"\n }\n }\n }\n }\n }\n }\n};\nexport var CreateManagementGroupRequest = {\n serializedName: \"CreateManagementGroupRequest\",\n type: {\n name: \"Composite\",\n className: \"CreateManagementGroupRequest\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n nullable: true,\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n details: {\n serializedName: \"properties.details\",\n type: {\n name: \"Composite\",\n className: \"CreateManagementGroupDetails\"\n }\n },\n children: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.children\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CreateManagementGroupChildInfo\"\n }\n }\n }\n }\n }\n }\n};\nexport var CheckNameAvailabilityRequest = {\n serializedName: \"CheckNameAvailabilityRequest\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"/providers/Microsoft.Management/managementGroups\"\n ]\n }\n }\n }\n }\n};\nexport var ManagementGroupListResult = {\n serializedName: \"ManagementGroupListResult\",\n type: {\n name: \"Composite\",\n className: \"ManagementGroupListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagementGroupInfo\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var OperationListResult = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var EntityListResult = {\n serializedName: \"EntityListResult\",\n type: {\n name: \"Composite\",\n className: \"EntityListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityInfo\"\n }\n }\n }\n },\n count: {\n readOnly: true,\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n//# sourceMappingURL=mappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport var acceptLanguage = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport var apiVersion = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var cacheControl = {\n parameterPath: [\n \"options\",\n \"cacheControl\"\n ],\n mapper: {\n serializedName: \"Cache-Control\",\n defaultValue: 'no-cache',\n type: {\n name: \"String\"\n }\n }\n};\nexport var expand = {\n parameterPath: [\n \"options\",\n \"expand\"\n ],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var filter = {\n parameterPath: [\n \"options\",\n \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var groupId = {\n parameterPath: \"groupId\",\n mapper: {\n required: true,\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var groupName = {\n parameterPath: [\n \"options\",\n \"groupName\"\n ],\n mapper: {\n serializedName: \"groupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var nextPageLink = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport var recurse = {\n parameterPath: [\n \"options\",\n \"recurse\"\n ],\n mapper: {\n serializedName: \"$recurse\",\n type: {\n name: \"Boolean\"\n }\n }\n};\nexport var search = {\n parameterPath: [\n \"options\",\n \"search\"\n ],\n mapper: {\n serializedName: \"$search\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var select = {\n parameterPath: [\n \"options\",\n \"select\"\n ],\n mapper: {\n serializedName: \"$select\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var skip = {\n parameterPath: [\n \"options\",\n \"skip\"\n ],\n mapper: {\n serializedName: \"$skip\",\n type: {\n name: \"Number\"\n }\n }\n};\nexport var skiptoken = {\n parameterPath: [\n \"options\",\n \"skiptoken\"\n ],\n mapper: {\n serializedName: \"$skiptoken\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var subscriptionId = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var top = {\n parameterPath: [\n \"options\",\n \"top\"\n ],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\nexport var view = {\n parameterPath: [\n \"options\",\n \"view\"\n ],\n mapper: {\n serializedName: \"$view\",\n type: {\n name: \"String\"\n }\n }\n};\n//# sourceMappingURL=parameters.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { ManagementGroupListResult, ManagementGroupInfo, ErrorResponse, ErrorDetails, ManagementGroup, BaseResource, ManagementGroupDetails, ParentGroupInfo, ManagementGroupChildInfo, CreateManagementGroupRequest, CreateManagementGroupDetails, CreateParentGroupInfo, CreateManagementGroupChildInfo, OperationResults, PatchManagementGroupRequest, EntityHierarchyItem } from \"../models/mappers\";\n//# sourceMappingURL=managementGroupsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as tslib_1 from \"tslib\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/managementGroupsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a ManagementGroups. */\nvar ManagementGroups = /** @class */ (function () {\n /**\n * Create a ManagementGroups.\n * @param {ManagementGroupsAPIContext} client Reference to the service client.\n */\n function ManagementGroups(client) {\n this.client = client;\n }\n ManagementGroups.prototype.list = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listOperationSpec, callback);\n };\n ManagementGroups.prototype.get = function (groupId, options, callback) {\n return this.client.sendOperationRequest({\n groupId: groupId,\n options: options\n }, getOperationSpec, callback);\n };\n /**\n * Create or update a management group. If a management group is already created and a subsequent\n * create request is issued with different properties, the management group properties will be\n * updated.\n * @param groupId Management Group ID.\n * @param createManagementGroupRequest Management group creation parameters.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementGroupsCreateOrUpdateResponse>\n */\n ManagementGroups.prototype.createOrUpdate = function (groupId, createManagementGroupRequest, options) {\n return this.beginCreateOrUpdate(groupId, createManagementGroupRequest, options)\n .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });\n };\n ManagementGroups.prototype.update = function (groupId, patchGroupRequest, options, callback) {\n return this.client.sendOperationRequest({\n groupId: groupId,\n patchGroupRequest: patchGroupRequest,\n options: options\n }, updateOperationSpec, callback);\n };\n /**\n * Delete management group. If a management group contains child resources, the request will fail.\n * @param groupId Management Group ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementGroupsDeleteMethodResponse>\n */\n ManagementGroups.prototype.deleteMethod = function (groupId, options) {\n return this.beginDeleteMethod(groupId, options)\n .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });\n };\n /**\n * Create or update a management group. If a management group is already created and a subsequent\n * create request is issued with different properties, the management group properties will be\n * updated.\n * @param groupId Management Group ID.\n * @param createManagementGroupRequest Management group creation parameters.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n ManagementGroups.prototype.beginCreateOrUpdate = function (groupId, createManagementGroupRequest, options) {\n return this.client.sendLRORequest({\n groupId: groupId,\n createManagementGroupRequest: createManagementGroupRequest,\n options: options\n }, beginCreateOrUpdateOperationSpec, options);\n };\n /**\n * Delete management group. If a management group contains child resources, the request will fail.\n * @param groupId Management Group ID.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n ManagementGroups.prototype.beginDeleteMethod = function (groupId, options) {\n return this.client.sendLRORequest({\n groupId: groupId,\n options: options\n }, beginDeleteMethodOperationSpec, options);\n };\n ManagementGroups.prototype.listNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listNextOperationSpec, callback);\n };\n return ManagementGroups;\n}());\nexport { ManagementGroups };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listOperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Management/managementGroups\",\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skiptoken\n ],\n headerParameters: [\n Parameters.cacheControl,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementGroupListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Management/managementGroups/{groupId}\",\n urlParameters: [\n Parameters.groupId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.recurse,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.cacheControl,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementGroup\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar updateOperationSpec = {\n httpMethod: \"PATCH\",\n path: \"providers/Microsoft.Management/managementGroups/{groupId}\",\n urlParameters: [\n Parameters.groupId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.cacheControl,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"patchGroupRequest\",\n mapper: tslib_1.__assign({}, Mappers.PatchManagementGroupRequest, { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementGroup\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar beginCreateOrUpdateOperationSpec = {\n httpMethod: \"PUT\",\n path: \"providers/Microsoft.Management/managementGroups/{groupId}\",\n urlParameters: [\n Parameters.groupId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.cacheControl,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"createManagementGroupRequest\",\n mapper: tslib_1.__assign({}, Mappers.CreateManagementGroupRequest, { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementGroup\n },\n 202: {\n bodyMapper: Mappers.OperationResults\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar beginDeleteMethodOperationSpec = {\n httpMethod: \"DELETE\",\n path: \"providers/Microsoft.Management/managementGroups/{groupId}\",\n urlParameters: [\n Parameters.groupId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.cacheControl,\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {\n bodyMapper: Mappers.OperationResults\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.cacheControl,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementGroupListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=managementGroups.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { ErrorResponse, ErrorDetails } from \"../models/mappers\";\n//# sourceMappingURL=managementGroupSubscriptionsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/managementGroupSubscriptionsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a ManagementGroupSubscriptions. */\nvar ManagementGroupSubscriptions = /** @class */ (function () {\n /**\n * Create a ManagementGroupSubscriptions.\n * @param {ManagementGroupsAPIContext} client Reference to the service client.\n */\n function ManagementGroupSubscriptions(client) {\n this.client = client;\n }\n ManagementGroupSubscriptions.prototype.create = function (groupId, subscriptionId, options, callback) {\n return this.client.sendOperationRequest({\n groupId: groupId,\n subscriptionId: subscriptionId,\n options: options\n }, createOperationSpec, callback);\n };\n ManagementGroupSubscriptions.prototype.deleteMethod = function (groupId, subscriptionId, options, callback) {\n return this.client.sendOperationRequest({\n groupId: groupId,\n subscriptionId: subscriptionId,\n options: options\n }, deleteMethodOperationSpec, callback);\n };\n return ManagementGroupSubscriptions;\n}());\nexport { ManagementGroupSubscriptions };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar createOperationSpec = {\n httpMethod: \"PUT\",\n path: \"providers/Microsoft.Management/managementGroups/{groupId}/subscriptions/{subscriptionId}\",\n urlParameters: [\n Parameters.groupId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.cacheControl,\n Parameters.acceptLanguage\n ],\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar deleteMethodOperationSpec = {\n httpMethod: \"DELETE\",\n path: \"providers/Microsoft.Management/managementGroups/{groupId}/subscriptions/{subscriptionId}\",\n urlParameters: [\n Parameters.groupId,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.cacheControl,\n Parameters.acceptLanguage\n ],\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=managementGroupSubscriptions.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { OperationListResult, Operation, OperationDisplayProperties, ErrorResponse, ErrorDetails } from \"../models/mappers\";\n//# sourceMappingURL=operationsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Operations. */\nvar Operations = /** @class */ (function () {\n /**\n * Create a Operations.\n * @param {ManagementGroupsAPIContext} client Reference to the service client.\n */\n function Operations(client) {\n this.client = client;\n }\n Operations.prototype.list = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listOperationSpec, callback);\n };\n Operations.prototype.listNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listNextOperationSpec, callback);\n };\n return Operations;\n}());\nexport { Operations };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listOperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Management/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=operations.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { EntityListResult, EntityInfo, EntityParentGroupInfo, ErrorResponse, ErrorDetails } from \"../models/mappers\";\n//# sourceMappingURL=entitiesMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/entitiesMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Entities. */\nvar Entities = /** @class */ (function () {\n /**\n * Create a Entities.\n * @param {ManagementGroupsAPIContext} client Reference to the service client.\n */\n function Entities(client) {\n this.client = client;\n }\n Entities.prototype.list = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listOperationSpec, callback);\n };\n Entities.prototype.listNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listNextOperationSpec, callback);\n };\n return Entities;\n}());\nexport { Entities };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listOperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Management/getEntities\",\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skiptoken,\n Parameters.skip,\n Parameters.top,\n Parameters.select,\n Parameters.search,\n Parameters.filter,\n Parameters.view,\n Parameters.groupName\n ],\n headerParameters: [\n Parameters.cacheControl,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EntityListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listNextOperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.cacheControl,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EntityListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=entities.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport * from \"./managementGroups\";\nexport * from \"./managementGroupSubscriptions\";\nexport * from \"./operations\";\nexport * from \"./entities\";\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as tslib_1 from \"tslib\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nvar packageName = \"@azure/arm-managementgroups\";\nvar packageVersion = \"0.1.0\";\nvar ManagementGroupsAPIContext = /** @class */ (function (_super) {\n tslib_1.__extends(ManagementGroupsAPIContext, _super);\n /**\n * Initializes a new instance of the ManagementGroupsAPI class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param [options] The parameter options\n */\n function ManagementGroupsAPIContext(credentials, options) {\n var _this = this;\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = packageName + \"/\" + packageVersion + \" \" + defaultUserAgent;\n }\n _this = _super.call(this, credentials, options) || this;\n _this.apiVersion = '2018-03-01-preview';\n _this.acceptLanguage = 'en-US';\n _this.longRunningOperationRetryTimeout = 30;\n _this.baseUri = options.baseUri || _this.baseUri || \"https://management.azure.com\";\n _this.requestContentType = \"application/json; charset=utf-8\";\n _this.credentials = credentials;\n 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 return _this;\n }\n return ManagementGroupsAPIContext;\n}(msRestAzure.AzureServiceClient));\nexport { ManagementGroupsAPIContext };\n//# sourceMappingURL=managementGroupsAPIContext.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as tslib_1 from \"tslib\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as Parameters from \"./models/parameters\";\nimport * as operations from \"./operations\";\nimport { ManagementGroupsAPIContext } from \"./managementGroupsAPIContext\";\nvar ManagementGroupsAPI = /** @class */ (function (_super) {\n tslib_1.__extends(ManagementGroupsAPI, _super);\n /**\n * Initializes a new instance of the ManagementGroupsAPI class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param [options] The parameter options\n */\n function ManagementGroupsAPI(credentials, options) {\n var _this = _super.call(this, credentials, options) || this;\n _this.managementGroups = new operations.ManagementGroups(_this);\n _this.managementGroupSubscriptions = new operations.ManagementGroupSubscriptions(_this);\n _this.operations = new operations.Operations(_this);\n _this.entities = new operations.Entities(_this);\n return _this;\n }\n ManagementGroupsAPI.prototype.checkNameAvailability = function (checkNameAvailabilityRequest, options, callback) {\n return this.sendOperationRequest({\n checkNameAvailabilityRequest: checkNameAvailabilityRequest,\n options: options\n }, checkNameAvailabilityOperationSpec, callback);\n };\n ManagementGroupsAPI.prototype.startTenantBackfill = function (options, callback) {\n return this.sendOperationRequest({\n options: options\n }, startTenantBackfillOperationSpec, callback);\n };\n ManagementGroupsAPI.prototype.tenantBackfillStatus = function (options, callback) {\n return this.sendOperationRequest({\n options: options\n }, tenantBackfillStatusOperationSpec, callback);\n };\n return ManagementGroupsAPI;\n}(ManagementGroupsAPIContext));\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar checkNameAvailabilityOperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Management/checkNameAvailability\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"checkNameAvailabilityRequest\",\n mapper: tslib_1.__assign({}, Mappers.CheckNameAvailabilityRequest, { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar startTenantBackfillOperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Management/startTenantBackfill\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TenantBackfillStatusResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar tenantBackfillStatusOperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Management/tenantBackfillStatus\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TenantBackfillStatusResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nexport { ManagementGroupsAPI, ManagementGroupsAPIContext, Models as ManagementGroupsAPIModels, Mappers as ManagementGroupsAPIMappers };\nexport * from \"./operations\";\n//# sourceMappingURL=managementGroupsAPI.js.map"],"names":["CloudErrorMapper","BaseResourceMapper","groupId","nextPageLink","msRest.Serializer","Mappers","Parameters.apiVersion","Parameters.skiptoken","Parameters.cacheControl","Parameters.acceptLanguage","Mappers.ManagementGroupListResult","Mappers.ErrorResponse","Parameters.groupId","Parameters.expand","Parameters.recurse","Parameters.filter","Mappers.ManagementGroup","tslib_1.__assign","Mappers.PatchManagementGroupRequest","Mappers.CreateManagementGroupRequest","Mappers.OperationResults","Parameters.nextPageLink","subscriptionId","serializer","Parameters.subscriptionId","listOperationSpec","listNextOperationSpec","Mappers.OperationListResult","Parameters.skip","Parameters.top","Parameters.select","Parameters.search","Parameters.view","Parameters.groupName","Mappers.EntityListResult","tslib_1.__extends","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.ManagementGroups","operations.ManagementGroupSubscriptions","operations.Operations","operations.Entities","Mappers.CheckNameAvailabilityRequest","Mappers.CheckNameAvailabilityResult","Mappers.TenantBackfillStatusResult"],"mappings":"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"}
@@ -1 +0,0 @@
1
- !function(e,a){"object"==typeof exports&&"undefined"!=typeof module?a(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],a):a((e.Azure=e.Azure||{},e.Azure.ArmManagementgroups={}),e.msRestAzure,e.msRest)}(this,function(e,i,a){"use strict";var r=function(e,a){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,a){e.__proto__=a}||function(e,a){for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])})(e,a)};function t(e,a){function t(){this.constructor=e}r(e,a),e.prototype=null===a?Object.create(a):(t.prototype=a.prototype,new t)}var n=function(){return(n=Object.assign||function(e){for(var a,t=1,r=arguments.length;t<r;t++)for(var n in a=arguments[t])Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n]);return e}).apply(this,arguments)},s=Object.freeze({}),p=i.CloudErrorMapper,o=i.BaseResourceMapper,m={serializedName:"ErrorDetails",type:{name:"Composite",className:"ErrorDetails",modelProperties:{code:{serializedName:"code",type:{name:"String"}},message:{serializedName:"message",type:{name:"String"}},details:{serializedName:"details",type:{name:"String"}}}}},l={serializedName:"ErrorResponse",type:{name:"Composite",className:"ErrorResponse",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorDetails"}}}}},d={serializedName:"OperationDisplayProperties",type:{name:"Composite",className:"OperationDisplayProperties",modelProperties:{provider:{readOnly:!0,serializedName:"provider",type:{name:"String"}},resource:{readOnly:!0,serializedName:"resource",type:{name:"String"}},operation:{readOnly:!0,serializedName:"operation",type:{name:"String"}},description:{readOnly:!0,serializedName:"description",type:{name:"String"}}}}},u={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{readOnly:!0,serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplayProperties"}}}}},y={serializedName:"CheckNameAvailabilityResult",type:{name:"Composite",className:"CheckNameAvailabilityResult",modelProperties:{nameAvailable:{readOnly:!0,serializedName:"nameAvailable",type:{name:"Boolean"}},reason:{readOnly:!0,serializedName:"reason",type:{name:"Enum",allowedValues:["Invalid","AlreadyExists"]}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}}}}},c={serializedName:"TenantBackfillStatusResult",type:{name:"Composite",className:"TenantBackfillStatusResult",modelProperties:{tenantId:{readOnly:!0,serializedName:"tenantId",type:{name:"String"}},status:{readOnly:!0,serializedName:"status",type:{name:"Enum",allowedValues:["NotStarted","NotStartedButGroupsExist","Started","Failed","Cancelled","Completed"]}}}}},g={serializedName:"ManagementGroupInfo",type:{name:"Composite",className:"ManagementGroupInfo",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},tenantId:{serializedName:"properties.tenantId",type:{name:"String"}},displayName:{serializedName:"properties.displayName",type:{name:"String"}}}}},N={serializedName:"ParentGroupInfo",type:{name:"Composite",className:"ParentGroupInfo",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},displayName:{serializedName:"displayName",type:{name:"String"}}}}},h={serializedName:"ManagementGroupDetails",type:{name:"Composite",className:"ManagementGroupDetails",modelProperties:{version:{serializedName:"version",type:{name:"Number"}},updatedTime:{serializedName:"updatedTime",type:{name:"DateTime"}},updatedBy:{serializedName:"updatedBy",type:{name:"String"}},parent:{serializedName:"parent",type:{name:"Composite",className:"ParentGroupInfo"}}}}},z={serializedName:"ManagementGroupChildInfo",type:{name:"Composite",className:"ManagementGroupChildInfo",modelProperties:{type:{serializedName:"type",type:{name:"String"}},id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},displayName:{serializedName:"displayName",type:{name:"String"}},roles:{serializedName:"roles",type:{name:"Sequence",element:{type:{name:"String"}}}},children:{serializedName:"children",type:{name:"Sequence",element:{type:{name:"Composite",className:"ManagementGroupChildInfo"}}}}}}},f={serializedName:"ManagementGroup",type:{name:"Composite",className:"ManagementGroup",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},tenantId:{serializedName:"properties.tenantId",type:{name:"String"}},displayName:{serializedName:"properties.displayName",type:{name:"String"}},roles:{nullable:!0,serializedName:"properties.roles",type:{name:"Sequence",element:{type:{name:"String"}}}},details:{serializedName:"properties.details",type:{name:"Composite",className:"ManagementGroupDetails"}},children:{nullable:!0,serializedName:"properties.children",type:{name:"Sequence",element:{type:{name:"Composite",className:"ManagementGroupChildInfo"}}}}}}},M={serializedName:"OperationResults",type:{name:"Composite",className:"OperationResults",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},provisioningState:{serializedName:"properties.provisioningState",type:{name:"String"}}}}},P={serializedName:"EntityParentGroupInfo",type:{name:"Composite",className:"EntityParentGroupInfo",modelProperties:{id:{serializedName:"id",type:{name:"String"}}}}},S={serializedName:"EntityInfo",type:{name:"Composite",className:"EntityInfo",modelProperties:{id:{nullable:!0,readOnly:!0,serializedName:"id",type:{name:"String"}},type:{nullable:!0,readOnly:!0,serializedName:"type",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},tenantId:{nullable:!0,serializedName:"properties.tenantId",type:{name:"String"}},displayName:{nullable:!0,serializedName:"properties.displayName",type:{name:"String"}},parent:{nullable:!0,serializedName:"properties.parent",type:{name:"Composite",className:"EntityParentGroupInfo"}},permissions:{serializedName:"properties.permissions",type:{name:"String"}},inheritedPermissions:{serializedName:"properties.inheritedPermissions",type:{name:"String"}},numberOfDescendants:{nullable:!0,serializedName:"properties.numberOfDescendants",type:{name:"Number"}},numberOfChildren:{nullable:!0,serializedName:"properties.numberOfChildren",type:{name:"Number"}},numberOfChildGroups:{nullable:!0,serializedName:"properties.numberOfChildGroups",type:{name:"Number"}},parentDisplayNameChain:{nullable:!0,serializedName:"properties.parentDisplayNameChain",type:{name:"Sequence",element:{type:{name:"String"}}}},parentNameChain:{nullable:!0,serializedName:"properties.parentNameChain",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},O={serializedName:"EntityHierarchyItem",type:{name:"Composite",className:"EntityHierarchyItem",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},displayName:{serializedName:"properties.displayName",type:{name:"String"}},permissions:{serializedName:"properties.permissions",type:{name:"String"}},children:{nullable:!0,serializedName:"properties.children",type:{name:"Sequence",element:{type:{name:"Composite",className:"EntityHierarchyItem"}}}}}}},b={serializedName:"PatchManagementGroupRequest",type:{name:"Composite",className:"PatchManagementGroupRequest",modelProperties:{displayName:{nullable:!0,serializedName:"displayName",type:{name:"String"}},parentId:{nullable:!0,serializedName:"parentId",type:{name:"String"}}}}},C={serializedName:"CreateParentGroupInfo",type:{name:"Composite",className:"CreateParentGroupInfo",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},displayName:{readOnly:!0,serializedName:"displayName",type:{name:"String"}}}}},G={serializedName:"CreateManagementGroupDetails",type:{name:"Composite",className:"CreateManagementGroupDetails",modelProperties:{version:{readOnly:!0,serializedName:"version",type:{name:"Number"}},updatedTime:{readOnly:!0,serializedName:"updatedTime",type:{name:"DateTime"}},updatedBy:{readOnly:!0,serializedName:"updatedBy",type:{name:"String"}},parent:{serializedName:"parent",type:{name:"Composite",className:"CreateParentGroupInfo"}}}}},I={serializedName:"CreateManagementGroupChildInfo",type:{name:"Composite",className:"CreateManagementGroupChildInfo",modelProperties:{type:{readOnly:!0,serializedName:"type",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},displayName:{readOnly:!0,serializedName:"displayName",type:{name:"String"}},roles:{readOnly:!0,serializedName:"roles",type:{name:"Sequence",element:{type:{name:"String"}}}},children:{readOnly:!0,serializedName:"children",type:{name:"Sequence",element:{type:{name:"Composite",className:"CreateManagementGroupChildInfo"}}}}}}},R={serializedName:"CreateManagementGroupRequest",type:{name:"Composite",className:"CreateManagementGroupRequest",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},tenantId:{readOnly:!0,serializedName:"properties.tenantId",type:{name:"String"}},displayName:{nullable:!0,serializedName:"properties.displayName",type:{name:"String"}},roles:{nullable:!0,readOnly:!0,serializedName:"properties.roles",type:{name:"Sequence",element:{type:{name:"String"}}}},details:{serializedName:"properties.details",type:{name:"Composite",className:"CreateManagementGroupDetails"}},children:{nullable:!0,readOnly:!0,serializedName:"properties.children",type:{name:"Sequence",element:{type:{name:"Composite",className:"CreateManagementGroupChildInfo"}}}}}}},q={serializedName:"CheckNameAvailabilityRequest",type:{name:"Composite",className:"CheckNameAvailabilityRequest",modelProperties:{name:{serializedName:"name",type:{name:"String"}},type:{serializedName:"type",type:{name:"Enum",allowedValues:["/providers/Microsoft.Management/managementGroups"]}}}}},E={serializedName:"ManagementGroupListResult",type:{name:"Composite",className:"ManagementGroupListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"ManagementGroupInfo"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},v={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},k={serializedName:"EntityListResult",type:{name:"Composite",className:"EntityListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"EntityInfo"}}}},count:{readOnly:!0,serializedName:"count",type:{name:"Number"}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},L=Object.freeze({CloudError:p,BaseResource:o,ErrorDetails:m,ErrorResponse:l,OperationDisplayProperties:d,Operation:u,CheckNameAvailabilityResult:y,TenantBackfillStatusResult:c,ManagementGroupInfo:g,ParentGroupInfo:N,ManagementGroupDetails:h,ManagementGroupChildInfo:z,ManagementGroup:f,OperationResults:M,EntityParentGroupInfo:P,EntityInfo:S,EntityHierarchyItem:O,PatchManagementGroupRequest:b,CreateParentGroupInfo:C,CreateManagementGroupDetails:G,CreateManagementGroupChildInfo:I,CreateManagementGroupRequest:R,CheckNameAvailabilityRequest:q,ManagementGroupListResult:E,OperationListResult:v,EntityListResult:k}),D={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},T={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},A={parameterPath:["options","cacheControl"],mapper:{serializedName:"Cache-Control",defaultValue:"no-cache",type:{name:"String"}}},x={parameterPath:["options","filter"],mapper:{serializedName:"$filter",type:{name:"String"}}},w={parameterPath:"groupId",mapper:{required:!0,serializedName:"groupId",type:{name:"String"}}},B={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},j={parameterPath:["options","skiptoken"],mapper:{serializedName:"$skiptoken",type:{name:"String"}}},U={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},_=Object.freeze({ManagementGroupListResult:E,ManagementGroupInfo:g,ErrorResponse:l,ErrorDetails:m,ManagementGroup:f,BaseResource:o,ManagementGroupDetails:h,ParentGroupInfo:N,ManagementGroupChildInfo:z,CreateManagementGroupRequest:R,CreateManagementGroupDetails:G,CreateParentGroupInfo:C,CreateManagementGroupChildInfo:I,OperationResults:M,PatchManagementGroupRequest:b,EntityHierarchyItem:O}),$=function(){function e(e){this.client=e}return e.prototype.list=function(e,a){return this.client.sendOperationRequest({options:e},H,a)},e.prototype.get=function(e,a,t){return this.client.sendOperationRequest({groupId:e,options:a},F,t)},e.prototype.createOrUpdate=function(e,a,t){return this.beginCreateOrUpdate(e,a,t).then(function(e){return e.pollUntilFinished()})},e.prototype.update=function(e,a,t,r){return this.client.sendOperationRequest({groupId:e,patchGroupRequest:a,options:t},J,r)},e.prototype.deleteMethod=function(e,a){return this.beginDeleteMethod(e,a).then(function(e){return e.pollUntilFinished()})},e.prototype.beginCreateOrUpdate=function(e,a,t){return this.client.sendLRORequest({groupId:e,createManagementGroupRequest:a,options:t},K,t)},e.prototype.beginDeleteMethod=function(e,a){return this.client.sendLRORequest({groupId:e,options:a},Q,a)},e.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},W,t)},e}(),V=new a.Serializer(_),H={httpMethod:"GET",path:"providers/Microsoft.Management/managementGroups",queryParameters:[T,j],headerParameters:[A,D],responses:{200:{bodyMapper:E},default:{bodyMapper:l}},serializer:V},F={httpMethod:"GET",path:"providers/Microsoft.Management/managementGroups/{groupId}",urlParameters:[w],queryParameters:[T,{parameterPath:["options","expand"],mapper:{serializedName:"$expand",type:{name:"String"}}},{parameterPath:["options","recurse"],mapper:{serializedName:"$recurse",type:{name:"Boolean"}}},x],headerParameters:[A,D],responses:{200:{bodyMapper:f},default:{bodyMapper:l}},serializer:V},J={httpMethod:"PATCH",path:"providers/Microsoft.Management/managementGroups/{groupId}",urlParameters:[w],queryParameters:[T],headerParameters:[A,D],requestBody:{parameterPath:"patchGroupRequest",mapper:n({},b,{required:!0})},responses:{200:{bodyMapper:f},default:{bodyMapper:l}},serializer:V},K={httpMethod:"PUT",path:"providers/Microsoft.Management/managementGroups/{groupId}",urlParameters:[w],queryParameters:[T],headerParameters:[A,D],requestBody:{parameterPath:"createManagementGroupRequest",mapper:n({},R,{required:!0})},responses:{200:{bodyMapper:f},202:{bodyMapper:M},default:{bodyMapper:l}},serializer:V},Q={httpMethod:"DELETE",path:"providers/Microsoft.Management/managementGroups/{groupId}",urlParameters:[w],queryParameters:[T],headerParameters:[A,D],responses:{202:{bodyMapper:M},204:{},default:{bodyMapper:l}},serializer:V},W={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[B],headerParameters:[A,D],responses:{200:{bodyMapper:E},default:{bodyMapper:l}},serializer:V},X=Object.freeze({ErrorResponse:l,ErrorDetails:m}),Y=function(){function e(e){this.client=e}return e.prototype.create=function(e,a,t,r){return this.client.sendOperationRequest({groupId:e,subscriptionId:a,options:t},ee,r)},e.prototype.deleteMethod=function(e,a,t,r){return this.client.sendOperationRequest({groupId:e,subscriptionId:a,options:t},ae,r)},e}(),Z=new a.Serializer(X),ee={httpMethod:"PUT",path:"providers/Microsoft.Management/managementGroups/{groupId}/subscriptions/{subscriptionId}",urlParameters:[w,U],queryParameters:[T],headerParameters:[A,D],responses:{204:{},default:{bodyMapper:l}},serializer:Z},ae={httpMethod:"DELETE",path:"providers/Microsoft.Management/managementGroups/{groupId}/subscriptions/{subscriptionId}",urlParameters:[w,U],queryParameters:[T],headerParameters:[A,D],responses:{204:{},default:{bodyMapper:l}},serializer:Z},te=Object.freeze({OperationListResult:v,Operation:u,OperationDisplayProperties:d,ErrorResponse:l,ErrorDetails:m}),re=function(){function e(e){this.client=e}return e.prototype.list=function(e,a){return this.client.sendOperationRequest({options:e},ie,a)},e.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},se,t)},e}(),ne=new a.Serializer(te),ie={httpMethod:"GET",path:"providers/Microsoft.Management/operations",queryParameters:[T],headerParameters:[D],responses:{200:{bodyMapper:v},default:{bodyMapper:l}},serializer:ne},se={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[B],headerParameters:[D],responses:{200:{bodyMapper:v},default:{bodyMapper:l}},serializer:ne},pe=Object.freeze({EntityListResult:k,EntityInfo:S,EntityParentGroupInfo:P,ErrorResponse:l,ErrorDetails:m}),oe=function(){function e(e){this.client=e}return e.prototype.list=function(e,a){return this.client.sendOperationRequest({options:e},le,a)},e.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},de,t)},e}(),me=new a.Serializer(pe),le={httpMethod:"POST",path:"providers/Microsoft.Management/getEntities",queryParameters:[T,j,{parameterPath:["options","skip"],mapper:{serializedName:"$skip",type:{name:"Number"}}},{parameterPath:["options","top"],mapper:{serializedName:"$top",type:{name:"Number"}}},{parameterPath:["options","select"],mapper:{serializedName:"$select",type:{name:"String"}}},{parameterPath:["options","search"],mapper:{serializedName:"$search",type:{name:"String"}}},x,{parameterPath:["options","view"],mapper:{serializedName:"$view",type:{name:"String"}}},{parameterPath:["options","groupName"],mapper:{serializedName:"groupName",type:{name:"String"}}}],headerParameters:[A,D],responses:{200:{bodyMapper:k},default:{bodyMapper:l}},serializer:me},de={httpMethod:"POST",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[B],headerParameters:[A,D],responses:{200:{bodyMapper:k},default:{bodyMapper:l}},serializer:me},ue=function(n){function e(e,a){var t=this;if(null==e)throw new Error("'credentials' cannot be null.");if(a||(a={}),!a.userAgent){var r=i.getDefaultUserAgentValue();a.userAgent="@azure/arm-managementgroups/0.1.0 "+r}return(t=n.call(this,e,a)||this).apiVersion="2018-03-01-preview",t.acceptLanguage="en-US",t.longRunningOperationRetryTimeout=30,t.baseUri=a.baseUri||t.baseUri||"https://management.azure.com",t.requestContentType="application/json; charset=utf-8",t.credentials=e,null!==a.acceptLanguage&&void 0!==a.acceptLanguage&&(t.acceptLanguage=a.acceptLanguage),null!==a.longRunningOperationRetryTimeout&&void 0!==a.longRunningOperationRetryTimeout&&(t.longRunningOperationRetryTimeout=a.longRunningOperationRetryTimeout),t}return t(e,n),e}(i.AzureServiceClient),ye=function(r){function e(e,a){var t=r.call(this,e,a)||this;return t.managementGroups=new $(t),t.managementGroupSubscriptions=new Y(t),t.operations=new re(t),t.entities=new oe(t),t}return t(e,r),e.prototype.checkNameAvailability=function(e,a,t){return this.sendOperationRequest({checkNameAvailabilityRequest:e,options:a},ge,t)},e.prototype.startTenantBackfill=function(e,a){return this.sendOperationRequest({options:e},Ne,a)},e.prototype.tenantBackfillStatus=function(e,a){return this.sendOperationRequest({options:e},he,a)},e}(ue),ce=new a.Serializer(L),ge={httpMethod:"POST",path:"providers/Microsoft.Management/checkNameAvailability",queryParameters:[T],headerParameters:[D],requestBody:{parameterPath:"checkNameAvailabilityRequest",mapper:n({},q,{required:!0})},responses:{200:{bodyMapper:y},default:{bodyMapper:l}},serializer:ce},Ne={httpMethod:"POST",path:"providers/Microsoft.Management/startTenantBackfill",queryParameters:[T],headerParameters:[D],responses:{200:{bodyMapper:c},default:{bodyMapper:l}},serializer:ce},he={httpMethod:"POST",path:"providers/Microsoft.Management/tenantBackfillStatus",queryParameters:[T],headerParameters:[D],responses:{200:{bodyMapper:c},default:{bodyMapper:l}},serializer:ce};e.ManagementGroupsAPI=ye,e.ManagementGroupsAPIContext=ue,e.ManagementGroupsAPIModels=s,e.ManagementGroupsAPIMappers=L,e.ManagementGroups=$,e.ManagementGroupSubscriptions=Y,e.Operations=re,e.Entities=oe,Object.defineProperty(e,"__esModule",{value:!0})});
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../esm/models/mappers.js","../esm/models/parameters.js","../esm/operations/managementGroups.js","../esm/operations/managementGroupSubscriptions.js","../esm/operations/operations.js","../esm/operations/entities.js","../esm/managementGroupsAPIContext.js","../esm/managementGroupsAPI.js"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","ErrorDetails","serializedName","type","name","className","modelProperties","code","message","details","ErrorResponse","error","OperationDisplayProperties","provider","readOnly","resource","operation","description","Operation","display","CheckNameAvailabilityResult","nameAvailable","reason","allowedValues","TenantBackfillStatusResult","tenantId","status","ManagementGroupInfo","id","displayName","ParentGroupInfo","ManagementGroupDetails","version","updatedTime","updatedBy","parent","ManagementGroupChildInfo","roles","element","children","ManagementGroup","nullable","OperationResults","provisioningState","EntityParentGroupInfo","EntityInfo","permissions","inheritedPermissions","numberOfDescendants","numberOfChildren","numberOfChildGroups","parentDisplayNameChain","parentNameChain","EntityHierarchyItem","PatchManagementGroupRequest","parentId","CreateParentGroupInfo","CreateManagementGroupDetails","CreateManagementGroupChildInfo","CreateManagementGroupRequest","CheckNameAvailabilityRequest","ManagementGroupListResult","value","nextLink","OperationListResult","EntityListResult","count","acceptLanguage","parameterPath","mapper","defaultValue","apiVersion","required","cacheControl","filter","groupId","nextPageLink","skipEncoding","skiptoken","subscriptionId","ManagementGroups","client","list","options","callback","sendOperationRequest","listOperationSpec","get","getOperationSpec","createOrUpdate","createManagementGroupRequest","beginCreateOrUpdate","then","lroPoller","pollUntilFinished","update","patchGroupRequest","updateOperationSpec","deleteMethod","beginDeleteMethod","sendLRORequest","beginCreateOrUpdateOperationSpec","beginDeleteMethodOperationSpec","listNext","listNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","queryParameters","Parameters.apiVersion","Parameters.skiptoken","headerParameters","Parameters.cacheControl","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.ManagementGroupListResult","default","Mappers.ErrorResponse","urlParameters","Parameters.groupId","Parameters.filter","Mappers.ManagementGroup","requestBody","tslib_1.__assign","Mappers.PatchManagementGroupRequest","Mappers.CreateManagementGroupRequest","202","Mappers.OperationResults","204","baseUrl","Parameters.nextPageLink","ManagementGroupSubscriptions","createOperationSpec","deleteMethodOperationSpec","Parameters.subscriptionId","Operations","Mappers.OperationListResult","Entities","Mappers.EntityListResult","ManagementGroupsAPIContext","_super","credentials","_this","undefined","Error","userAgent","defaultUserAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","tslib_1.__extends","msRestAzure.AzureServiceClient","ManagementGroupsAPI","managementGroups","operations.ManagementGroups","managementGroupSubscriptions","operations.ManagementGroupSubscriptions","operations","operations.Operations","entities","operations.Entities","checkNameAvailability","checkNameAvailabilityRequest","checkNameAvailabilityOperationSpec","startTenantBackfill","startTenantBackfillOperationSpec","tenantBackfillStatus","tenantBackfillStatusOperationSpec","Mappers.CheckNameAvailabilityRequest","Mappers.CheckNameAvailabilityResult","Mappers.TenantBackfillStatusResult"],"mappings":"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"}
@@ -1,68 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "./models";
3
- import * as Mappers from "./models/mappers";
4
- import * as operations from "./operations";
5
- import { ManagementGroupsAPIContext } from "./managementGroupsAPIContext";
6
- declare class ManagementGroupsAPI extends ManagementGroupsAPIContext {
7
- managementGroups: operations.ManagementGroups;
8
- managementGroupSubscriptions: operations.ManagementGroupSubscriptions;
9
- operations: operations.Operations;
10
- entities: operations.Entities;
11
- /**
12
- * Initializes a new instance of the ManagementGroupsAPI class.
13
- * @param credentials Credentials needed for the client to connect to Azure.
14
- * @param [options] The parameter options
15
- */
16
- constructor(credentials: msRest.ServiceClientCredentials, options?: Models.ManagementGroupsAPIOptions);
17
- /**
18
- * Checks if the specified management group name is valid and unique
19
- * @param checkNameAvailabilityRequest Management group name availability check parameters.
20
- * @param [options] The optional parameters
21
- * @returns Promise<Models.CheckNameAvailabilityResponse>
22
- */
23
- checkNameAvailability(checkNameAvailabilityRequest: Models.CheckNameAvailabilityRequest, options?: msRest.RequestOptionsBase): Promise<Models.CheckNameAvailabilityResponse>;
24
- /**
25
- * @param checkNameAvailabilityRequest Management group name availability check parameters.
26
- * @param callback The callback
27
- */
28
- checkNameAvailability(checkNameAvailabilityRequest: Models.CheckNameAvailabilityRequest, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;
29
- /**
30
- * @param checkNameAvailabilityRequest Management group name availability check parameters.
31
- * @param options The optional parameters
32
- * @param callback The callback
33
- */
34
- checkNameAvailability(checkNameAvailabilityRequest: Models.CheckNameAvailabilityRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;
35
- /**
36
- * Starts backfilling subscriptions for the Tenant.
37
- * @param [options] The optional parameters
38
- * @returns Promise<Models.StartTenantBackfillResponse>
39
- */
40
- startTenantBackfill(options?: msRest.RequestOptionsBase): Promise<Models.StartTenantBackfillResponse>;
41
- /**
42
- * @param callback The callback
43
- */
44
- startTenantBackfill(callback: msRest.ServiceCallback<Models.TenantBackfillStatusResult>): void;
45
- /**
46
- * @param options The optional parameters
47
- * @param callback The callback
48
- */
49
- startTenantBackfill(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TenantBackfillStatusResult>): void;
50
- /**
51
- * Gets tenant backfill status
52
- * @param [options] The optional parameters
53
- * @returns Promise<Models.TenantBackfillStatusResponse>
54
- */
55
- tenantBackfillStatus(options?: msRest.RequestOptionsBase): Promise<Models.TenantBackfillStatusResponse>;
56
- /**
57
- * @param callback The callback
58
- */
59
- tenantBackfillStatus(callback: msRest.ServiceCallback<Models.TenantBackfillStatusResult>): void;
60
- /**
61
- * @param options The optional parameters
62
- * @param callback The callback
63
- */
64
- tenantBackfillStatus(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TenantBackfillStatusResult>): void;
65
- }
66
- export { ManagementGroupsAPI, ManagementGroupsAPIContext, Models as ManagementGroupsAPIModels, Mappers as ManagementGroupsAPIMappers };
67
- export * from "./operations";
68
- //# sourceMappingURL=managementGroupsAPI.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"managementGroupsAPI.d.ts","sourceRoot":"","sources":["../lib/managementGroupsAPI.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAE5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAG1E,cAAM,mBAAoB,SAAQ,0BAA0B;IAE1D,gBAAgB,EAAE,UAAU,CAAC,gBAAgB,CAAC;IAC9C,4BAA4B,EAAE,UAAU,CAAC,4BAA4B,CAAC;IACtE,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IAE9B;;;;OAIG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,0BAA0B;IAQrG;;;;;OAKG;IACH,qBAAqB,CAAC,4BAA4B,EAAE,MAAM,CAAC,4BAA4B,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAC;IAC5K;;;OAGG;IACH,qBAAqB,CAAC,4BAA4B,EAAE,MAAM,CAAC,4BAA4B,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,2BAA2B,CAAC,GAAG,IAAI;IACpK;;;;OAIG;IACH,qBAAqB,CAAC,4BAA4B,EAAE,MAAM,CAAC,4BAA4B,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,2BAA2B,CAAC,GAAG,IAAI;IAWxM;;;;OAIG;IACH,mBAAmB,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,2BAA2B,CAAC;IACrG;;OAEG;IACH,mBAAmB,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,0BAA0B,CAAC,GAAG,IAAI;IAC9F;;;OAGG;IACH,mBAAmB,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,0BAA0B,CAAC,GAAG,IAAI;IAUlI;;;;OAIG;IACH,oBAAoB,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,4BAA4B,CAAC;IACvG;;OAEG;IACH,oBAAoB,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,0BAA0B,CAAC,GAAG,IAAI;IAC/F;;;OAGG;IACH,oBAAoB,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,0BAA0B,CAAC,GAAG,IAAI;CASpI;AAuED,OAAO,EACL,mBAAmB,EACnB,0BAA0B,EAC1B,MAAM,IAAI,yBAAyB,EACnC,OAAO,IAAI,0BAA0B,EACtC,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,115 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import * as tslib_1 from "tslib";
11
- import * as msRest from "@azure/ms-rest-js";
12
- import * as Models from "./models";
13
- import * as Mappers from "./models/mappers";
14
- import * as Parameters from "./models/parameters";
15
- import * as operations from "./operations";
16
- import { ManagementGroupsAPIContext } from "./managementGroupsAPIContext";
17
- var ManagementGroupsAPI = /** @class */ (function (_super) {
18
- tslib_1.__extends(ManagementGroupsAPI, _super);
19
- /**
20
- * Initializes a new instance of the ManagementGroupsAPI class.
21
- * @param credentials Credentials needed for the client to connect to Azure.
22
- * @param [options] The parameter options
23
- */
24
- function ManagementGroupsAPI(credentials, options) {
25
- var _this = _super.call(this, credentials, options) || this;
26
- _this.managementGroups = new operations.ManagementGroups(_this);
27
- _this.managementGroupSubscriptions = new operations.ManagementGroupSubscriptions(_this);
28
- _this.operations = new operations.Operations(_this);
29
- _this.entities = new operations.Entities(_this);
30
- return _this;
31
- }
32
- ManagementGroupsAPI.prototype.checkNameAvailability = function (checkNameAvailabilityRequest, options, callback) {
33
- return this.sendOperationRequest({
34
- checkNameAvailabilityRequest: checkNameAvailabilityRequest,
35
- options: options
36
- }, checkNameAvailabilityOperationSpec, callback);
37
- };
38
- ManagementGroupsAPI.prototype.startTenantBackfill = function (options, callback) {
39
- return this.sendOperationRequest({
40
- options: options
41
- }, startTenantBackfillOperationSpec, callback);
42
- };
43
- ManagementGroupsAPI.prototype.tenantBackfillStatus = function (options, callback) {
44
- return this.sendOperationRequest({
45
- options: options
46
- }, tenantBackfillStatusOperationSpec, callback);
47
- };
48
- return ManagementGroupsAPI;
49
- }(ManagementGroupsAPIContext));
50
- // Operation Specifications
51
- var serializer = new msRest.Serializer(Mappers);
52
- var checkNameAvailabilityOperationSpec = {
53
- httpMethod: "POST",
54
- path: "providers/Microsoft.Management/checkNameAvailability",
55
- queryParameters: [
56
- Parameters.apiVersion
57
- ],
58
- headerParameters: [
59
- Parameters.acceptLanguage
60
- ],
61
- requestBody: {
62
- parameterPath: "checkNameAvailabilityRequest",
63
- mapper: tslib_1.__assign({}, Mappers.CheckNameAvailabilityRequest, { required: true })
64
- },
65
- responses: {
66
- 200: {
67
- bodyMapper: Mappers.CheckNameAvailabilityResult
68
- },
69
- default: {
70
- bodyMapper: Mappers.ErrorResponse
71
- }
72
- },
73
- serializer: serializer
74
- };
75
- var startTenantBackfillOperationSpec = {
76
- httpMethod: "POST",
77
- path: "providers/Microsoft.Management/startTenantBackfill",
78
- queryParameters: [
79
- Parameters.apiVersion
80
- ],
81
- headerParameters: [
82
- Parameters.acceptLanguage
83
- ],
84
- responses: {
85
- 200: {
86
- bodyMapper: Mappers.TenantBackfillStatusResult
87
- },
88
- default: {
89
- bodyMapper: Mappers.ErrorResponse
90
- }
91
- },
92
- serializer: serializer
93
- };
94
- var tenantBackfillStatusOperationSpec = {
95
- httpMethod: "POST",
96
- path: "providers/Microsoft.Management/tenantBackfillStatus",
97
- queryParameters: [
98
- Parameters.apiVersion
99
- ],
100
- headerParameters: [
101
- Parameters.acceptLanguage
102
- ],
103
- responses: {
104
- 200: {
105
- bodyMapper: Mappers.TenantBackfillStatusResult
106
- },
107
- default: {
108
- bodyMapper: Mappers.ErrorResponse
109
- }
110
- },
111
- serializer: serializer
112
- };
113
- export { ManagementGroupsAPI, ManagementGroupsAPIContext, Models as ManagementGroupsAPIModels, Mappers as ManagementGroupsAPIMappers };
114
- export * from "./operations";
115
- //# sourceMappingURL=managementGroupsAPI.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"managementGroupsAPI.js","sourceRoot":"","sources":["../lib/managementGroupsAPI.ts"],"names":[],"mappings":"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"}
@@ -1,14 +0,0 @@
1
- import * as Models from "./models";
2
- import * as msRest from "@azure/ms-rest-js";
3
- import * as msRestAzure from "@azure/ms-rest-azure-js";
4
- export declare class ManagementGroupsAPIContext extends msRestAzure.AzureServiceClient {
5
- credentials: msRest.ServiceClientCredentials;
6
- apiVersion?: string;
7
- /**
8
- * Initializes a new instance of the ManagementGroupsAPI class.
9
- * @param credentials Credentials needed for the client to connect to Azure.
10
- * @param [options] The parameter options
11
- */
12
- constructor(credentials: msRest.ServiceClientCredentials, options?: Models.ManagementGroupsAPIOptions);
13
- }
14
- //# sourceMappingURL=managementGroupsAPIContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"managementGroupsAPIContext.d.ts","sourceRoot":"","sources":["../lib/managementGroupsAPIContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,0BAA2B,SAAQ,WAAW,CAAC,kBAAkB;IAC5E,WAAW,EAAE,MAAM,CAAC,wBAAwB,CAAC;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,0BAA0B;CA6BtG"}