@azure/arm-maps 1.1.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +1 -1
- package/README.md +75 -77
- package/dist/index.js +1892 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/azureMapsManagementClient.d.ts +20 -0
- package/dist-esm/src/azureMapsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/azureMapsManagementClient.js +53 -0
- package/dist-esm/src/azureMapsManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +480 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +35 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +25 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +732 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +16 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +131 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +103 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +427 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/creators.d.ts +74 -0
- package/dist-esm/src/operations/creators.d.ts.map +1 -0
- package/dist-esm/src/operations/creators.js +281 -0
- package/dist-esm/src/operations/creators.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +4 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +11 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/maps.d.ts +51 -0
- package/dist-esm/src/operations/maps.d.ts.map +1 -0
- package/dist-esm/src/operations/maps.js +220 -0
- package/dist-esm/src/operations/maps.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +67 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/creators.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/creators.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/creators.js +9 -0
- package/dist-esm/src/operationsInterfaces/creators.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +11 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/maps.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/maps.js +9 -0
- package/dist-esm/src/operationsInterfaces/maps.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +73 -34
- package/review/arm-maps.api.md +423 -0
- package/rollup.config.js +184 -27
- package/src/azureMapsManagementClient.ts +79 -0
- package/src/index.ts +12 -0
- package/src/models/index.ts +552 -0
- package/src/models/mappers.ts +769 -0
- package/src/models/parameters.ts +156 -0
- package/src/operations/accounts.ts +541 -0
- package/src/operations/creators.ts +383 -0
- package/src/operations/index.ts +11 -0
- package/src/operations/maps.ts +256 -0
- package/src/operationsInterfaces/accounts.ts +125 -0
- package/src/operationsInterfaces/creators.ts +95 -0
- package/src/operationsInterfaces/index.ts +11 -0
- package/src/operationsInterfaces/maps.ts +33 -0
- package/tsconfig.json +4 -4
- package/types/arm-maps.d.ts +696 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-maps.js +0 -1035
- package/dist/arm-maps.js.map +0 -1
- package/dist/arm-maps.min.js +0 -1
- package/dist/arm-maps.min.js.map +0 -1
- package/esm/mapsManagementClient.d.ts +0 -19
- package/esm/mapsManagementClient.d.ts.map +0 -1
- package/esm/mapsManagementClient.js +0 -34
- package/esm/mapsManagementClient.js.map +0 -1
- package/esm/mapsManagementClientContext.d.ts +0 -17
- package/esm/mapsManagementClientContext.d.ts.map +0 -1
- package/esm/mapsManagementClientContext.js +0 -57
- package/esm/mapsManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -11
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -491
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -18
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -419
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -7
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -60
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -222
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -347
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/index.d.ts +0 -2
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -11
- package/esm/operations/index.js.map +0 -1
- package/lib/mapsManagementClient.ts +0 -43
- package/lib/mapsManagementClientContext.ts +0 -63
- package/lib/models/accountsMappers.ts +0 -28
- package/lib/models/index.ts +0 -521
- package/lib/models/mappers.ts +0 -439
- package/lib/models/parameters.ts +0 -62
- package/lib/operations/accounts.ts +0 -620
- package/lib/operations/index.ts +0 -11
package/dist/arm-maps.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-maps.js","sources":["../node_modules/tslib/tslib.es6.js","../esm/models/index.js","../esm/models/mappers.js","../esm/models/accountsMappers.js","../esm/models/parameters.js","../esm/operations/accounts.js","../esm/operations/index.js","../esm/mapsManagementClientContext.js","../esm/mapsManagementClient.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 * as tslib_1 from \"tslib\";\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nexport var CloudError = CloudErrorMapper;\nexport var BaseResource = BaseResourceMapper;\nexport var ErrorDetailsItem = {\n serializedName: \"Error_detailsItem\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetailsItem\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var ErrorModel = {\n serializedName: \"Error\",\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetailsItem\"\n }\n }\n }\n }\n }\n }\n};\nexport var Resource = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var Sku = {\n serializedName: \"Sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n readOnly: true,\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var MapsAccount = {\n serializedName: \"MapsAccount\",\n type: {\n name: \"Composite\",\n className: \"MapsAccount\",\n modelProperties: tslib_1.__assign({}, Resource.type.modelProperties, { location: {\n readOnly: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }, tags: {\n readOnly: true,\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }, sku: {\n readOnly: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n } })\n }\n};\nexport var MapsAccountCreateParameters = {\n serializedName: \"MapsAccountCreateParameters\",\n type: {\n name: \"Composite\",\n className: \"MapsAccountCreateParameters\",\n modelProperties: {\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n sku: {\n required: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n }\n }\n }\n};\nexport var MapsAccountUpdateParameters = {\n serializedName: \"MapsAccountUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"MapsAccountUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n }\n }\n }\n};\nexport var MapsAccountsMoveRequest = {\n serializedName: \"MapsAccountsMoveRequest\",\n type: {\n name: \"Composite\",\n className: \"MapsAccountsMoveRequest\",\n modelProperties: {\n targetResourceGroup: {\n required: true,\n serializedName: \"targetResourceGroup\",\n type: {\n name: \"String\"\n }\n },\n resourceIds: {\n required: true,\n serializedName: \"resourceIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\nexport var MapsKeySpecification = {\n serializedName: \"MapsKeySpecification\",\n type: {\n name: \"Composite\",\n className: \"MapsKeySpecification\",\n modelProperties: {\n keyType: {\n required: true,\n serializedName: \"keyType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var MapsAccountKeys = {\n serializedName: \"MapsAccountKeys\",\n type: {\n name: \"Composite\",\n className: \"MapsAccountKeys\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n primaryKey: {\n readOnly: true,\n serializedName: \"primaryKey\",\n type: {\n name: \"String\"\n }\n },\n secondaryKey: {\n readOnly: true,\n serializedName: \"secondaryKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var MapsOperationsValueItemDisplay = {\n serializedName: \"MapsOperations_valueItem_display\",\n type: {\n name: \"Composite\",\n className: \"MapsOperationsValueItemDisplay\",\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 MapsOperationsValueItem = {\n serializedName: \"MapsOperations_valueItem\",\n type: {\n name: \"Composite\",\n className: \"MapsOperationsValueItem\",\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: \"MapsOperationsValueItemDisplay\"\n }\n },\n origin: {\n readOnly: true,\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\nexport var MapsAccounts = {\n serializedName: \"MapsAccounts\",\n type: {\n name: \"Composite\",\n className: \"MapsAccounts\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MapsAccount\"\n }\n }\n }\n }\n }\n }\n};\nexport var MapsOperations = {\n serializedName: \"MapsOperations\",\n type: {\n name: \"Composite\",\n className: \"MapsOperations\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MapsOperationsValueItem\"\n }\n }\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 { MapsAccountCreateParameters, Sku, MapsAccount, Resource, BaseResource, ErrorModel, ErrorDetailsItem, MapsAccountUpdateParameters, MapsAccounts, MapsAccountsMoveRequest, MapsAccountKeys, MapsKeySpecification, MapsOperations, MapsOperationsValueItem, MapsOperationsValueItemDisplay } from \"../models/mappers\";\n//# sourceMappingURL=accountsMappers.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 accountName = {\n parameterPath: \"accountName\",\n mapper: {\n required: true,\n serializedName: \"accountName\",\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 resourceGroupName = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\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};\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 */\nimport * as tslib_1 from \"tslib\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/accountsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Accounts. */\nvar Accounts = /** @class */ (function () {\n /**\n * Create a Accounts.\n * @param {MapsManagementClientContext} client Reference to the service client.\n */\n function Accounts(client) {\n this.client = client;\n }\n Accounts.prototype.createOrUpdate = function (resourceGroupName, accountName, mapsAccountCreateParameters, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n mapsAccountCreateParameters: mapsAccountCreateParameters,\n options: options\n }, createOrUpdateOperationSpec, callback);\n };\n Accounts.prototype.update = function (resourceGroupName, accountName, mapsAccountUpdateParameters, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n mapsAccountUpdateParameters: mapsAccountUpdateParameters,\n options: options\n }, updateOperationSpec, callback);\n };\n Accounts.prototype.deleteMethod = function (resourceGroupName, accountName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n options: options\n }, deleteMethodOperationSpec, callback);\n };\n Accounts.prototype.get = function (resourceGroupName, accountName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n options: options\n }, getOperationSpec, callback);\n };\n Accounts.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n options: options\n }, listByResourceGroupOperationSpec, callback);\n };\n Accounts.prototype.listBySubscription = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listBySubscriptionOperationSpec, callback);\n };\n Accounts.prototype.move = function (resourceGroupName, moveRequest, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n moveRequest: moveRequest,\n options: options\n }, moveOperationSpec, callback);\n };\n Accounts.prototype.listKeys = function (resourceGroupName, accountName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n options: options\n }, listKeysOperationSpec, callback);\n };\n Accounts.prototype.regenerateKeys = function (resourceGroupName, accountName, keySpecification, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n accountName: accountName,\n keySpecification: keySpecification,\n options: options\n }, regenerateKeysOperationSpec, callback);\n };\n Accounts.prototype.listOperations = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listOperationsOperationSpec, callback);\n };\n return Accounts;\n}());\nexport { Accounts };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar createOrUpdateOperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"mapsAccountCreateParameters\",\n mapper: tslib_1.__assign({}, Mappers.MapsAccountCreateParameters, { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.MapsAccount\n },\n 201: {\n bodyMapper: Mappers.MapsAccount\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer: serializer\n};\nvar updateOperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"mapsAccountUpdateParameters\",\n mapper: tslib_1.__assign({}, Mappers.MapsAccountUpdateParameters, { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.MapsAccount\n },\n 404: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer: serializer\n};\nvar deleteMethodOperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer: serializer\n};\nvar getOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MapsAccount\n },\n 404: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer: serializer\n};\nvar listByResourceGroupOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MapsAccounts\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer: serializer\n};\nvar listBySubscriptionOperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Maps/accounts\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MapsAccounts\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer: serializer\n};\nvar moveOperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/moveResources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"moveRequest\",\n mapper: tslib_1.__assign({}, Mappers.MapsAccountsMoveRequest, { required: true })\n },\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer: serializer\n};\nvar listKeysOperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}/listKeys\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MapsAccountKeys\n },\n 404: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer: serializer\n};\nvar regenerateKeysOperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}/regenerateKey\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"keySpecification\",\n mapper: tslib_1.__assign({}, Mappers.MapsKeySpecification, { required: true })\n },\n responses: {\n 200: {\n bodyMapper: Mappers.MapsAccountKeys\n },\n 404: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer: serializer\n};\nvar listOperationsOperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Maps/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MapsOperations\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=accounts.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 \"./accounts\";\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-maps\";\nvar packageVersion = \"0.1.0\";\nvar MapsManagementClientContext = /** @class */ (function (_super) {\n tslib_1.__extends(MapsManagementClientContext, _super);\n /**\n * Initializes a new instance of the MapsManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n function MapsManagementClientContext(credentials, subscriptionId, options) {\n var _this = this;\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n 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-05-01';\n _this.acceptLanguage = 'en-US';\n _this.longRunningOperationRetryTimeout = 30;\n _this.baseUri = options.baseUri || _this.baseUri || \"https://management.azure.com\";\n _this.requestContentType = \"application/json; charset=utf-8\";\n _this.credentials = credentials;\n _this.subscriptionId = subscriptionId;\n 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 MapsManagementClientContext;\n}(msRestAzure.AzureServiceClient));\nexport { MapsManagementClientContext };\n//# sourceMappingURL=mapsManagementClientContext.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 Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { MapsManagementClientContext } from \"./mapsManagementClientContext\";\nvar MapsManagementClient = /** @class */ (function (_super) {\n tslib_1.__extends(MapsManagementClient, _super);\n /**\n * Initializes a new instance of the MapsManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n function MapsManagementClient(credentials, subscriptionId, options) {\n var _this = _super.call(this, credentials, subscriptionId, options) || this;\n _this.accounts = new operations.Accounts(_this);\n return _this;\n }\n return MapsManagementClient;\n}(MapsManagementClientContext));\n// Operation Specifications\nexport { MapsManagementClient, MapsManagementClientContext, Models as MapsManagementModels, Mappers as MapsManagementMappers };\nexport * from \"./operations\";\n//# sourceMappingURL=mapsManagementClient.js.map"],"names":["CloudErrorMapper","BaseResourceMapper","tslib_1.__assign","resourceGroupName","accountName","msRest.Serializer","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.accountName","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.MapsAccountCreateParameters","Mappers.MapsAccount","Mappers.ErrorModel","Mappers.MapsAccountUpdateParameters","Mappers.MapsAccounts","Mappers.MapsAccountsMoveRequest","Mappers.MapsAccountKeys","Mappers.MapsKeySpecification","Mappers.MapsOperations","tslib_1.__extends","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Accounts"],"mappings":"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"}
|
package/dist/arm-maps.min.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],r):r((e.Azure=e.Azure||{},e.Azure.ArmMaps={}),e.msRestAzure,e.msRest)}(this,function(e,i,r){"use strict";var t=function(e,r){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var a in r)r.hasOwnProperty(a)&&(e[a]=r[a])})(e,r)};function a(e,r){function a(){this.constructor=e}t(e,r),e.prototype=null===r?Object.create(r):(a.prototype=r.prototype,new a)}var s=function(){return(s=Object.assign||function(e){for(var r,a=1,t=arguments.length;a<t;a++)for(var s in r=arguments[a])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e}).apply(this,arguments)},o=Object.freeze({}),n=i.CloudErrorMapper,p=i.BaseResourceMapper,u={serializedName:"Error_detailsItem",type:{name:"Composite",className:"ErrorDetailsItem",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},target:{readOnly:!0,serializedName:"target",type:{name:"String"}}}}},m={serializedName:"Error",type:{name:"Composite",className:"ErrorModel",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},target:{readOnly:!0,serializedName:"target",type:{name:"String"}},details:{readOnly:!0,serializedName:"details",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDetailsItem"}}}}}}},c={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}}}}},l={serializedName:"Sku",type:{name:"Composite",className:"Sku",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},tier:{readOnly:!0,serializedName:"tier",type:{name:"String"}}}}},d={serializedName:"MapsAccount",type:{name:"Composite",className:"MapsAccount",modelProperties:s({},c.type.modelProperties,{location:{readOnly:!0,serializedName:"location",type:{name:"String"}},tags:{readOnly:!0,serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},sku:{readOnly:!0,serializedName:"sku",type:{name:"Composite",className:"Sku"}}})}},y={serializedName:"MapsAccountCreateParameters",type:{name:"Composite",className:"MapsAccountCreateParameters",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},sku:{required:!0,serializedName:"sku",type:{name:"Composite",className:"Sku"}}}}},M={serializedName:"MapsAccountUpdateParameters",type:{name:"Composite",className:"MapsAccountUpdateParameters",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},sku:{serializedName:"sku",type:{name:"Composite",className:"Sku"}}}}},N={serializedName:"MapsAccountsMoveRequest",type:{name:"Composite",className:"MapsAccountsMoveRequest",modelProperties:{targetResourceGroup:{required:!0,serializedName:"targetResourceGroup",type:{name:"String"}},resourceIds:{required:!0,serializedName:"resourceIds",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},g={serializedName:"MapsKeySpecification",type:{name:"Composite",className:"MapsKeySpecification",modelProperties:{keyType:{required:!0,serializedName:"keyType",type:{name:"String"}}}}},z={serializedName:"MapsAccountKeys",type:{name:"Composite",className:"MapsAccountKeys",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},primaryKey:{readOnly:!0,serializedName:"primaryKey",type:{name:"String"}},secondaryKey:{readOnly:!0,serializedName:"secondaryKey",type:{name:"String"}}}}},h={serializedName:"MapsOperations_valueItem_display",type:{name:"Composite",className:"MapsOperationsValueItemDisplay",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"}}}}},P={serializedName:"MapsOperations_valueItem",type:{name:"Composite",className:"MapsOperationsValueItem",modelProperties:{name:{readOnly:!0,serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"MapsOperationsValueItemDisplay"}},origin:{readOnly:!0,serializedName:"origin",type:{name:"String"}}}}},f={serializedName:"MapsAccounts",type:{name:"Composite",className:"MapsAccounts",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"MapsAccount"}}}}}}},O={serializedName:"MapsOperations",type:{name:"Composite",className:"MapsOperations",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"MapsOperationsValueItem"}}}}}}},S=Object.freeze({CloudError:n,BaseResource:p,ErrorDetailsItem:u,ErrorModel:m,Resource:c,Sku:l,MapsAccount:d,MapsAccountCreateParameters:y,MapsAccountUpdateParameters:M,MapsAccountsMoveRequest:N,MapsKeySpecification:g,MapsAccountKeys:z,MapsOperationsValueItemDisplay:h,MapsOperationsValueItem:P,MapsAccounts:f,MapsOperations:O}),b=Object.freeze({MapsAccountCreateParameters:y,Sku:l,MapsAccount:d,Resource:c,BaseResource:p,ErrorModel:m,ErrorDetailsItem:u,MapsAccountUpdateParameters:M,MapsAccounts:f,MapsAccountsMoveRequest:N,MapsAccountKeys:z,MapsKeySpecification:g,MapsOperations:O,MapsOperationsValueItem:P,MapsOperationsValueItemDisplay:h}),q={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},A={parameterPath:"accountName",mapper:{required:!0,serializedName:"accountName",type:{name:"String"}}},v={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},R={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",type:{name:"String"}}},C={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},G=function(){function e(e){this.client=e}return e.prototype.createOrUpdate=function(e,r,a,t,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,mapsAccountCreateParameters:a,options:t},E,s)},e.prototype.update=function(e,r,a,t,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,mapsAccountUpdateParameters:a,options:t},T,s)},e.prototype.deleteMethod=function(e,r,a,t){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,options:a},k,t)},e.prototype.get=function(e,r,a,t){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,options:a},K,t)},e.prototype.listByResourceGroup=function(e,r,a){return this.client.sendOperationRequest({resourceGroupName:e,options:r},j,a)},e.prototype.listBySubscription=function(e,r){return this.client.sendOperationRequest({options:e},U,r)},e.prototype.move=function(e,r,a,t){return this.client.sendOperationRequest({resourceGroupName:e,moveRequest:r,options:a},_,t)},e.prototype.listKeys=function(e,r,a,t){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,options:a},D,t)},e.prototype.regenerateKeys=function(e,r,a,t,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:r,keySpecification:a,options:t},V,s)},e.prototype.listOperations=function(e,r){return this.client.sendOperationRequest({options:e},w,r)},e}(),I=new r.Serializer(b),E={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}",urlParameters:[C,R,A],queryParameters:[v],headerParameters:[q],requestBody:{parameterPath:"mapsAccountCreateParameters",mapper:s({},y,{required:!0})},responses:{200:{bodyMapper:d},201:{bodyMapper:d},default:{bodyMapper:m}},serializer:I},T={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}",urlParameters:[C,R,A],queryParameters:[v],headerParameters:[q],requestBody:{parameterPath:"mapsAccountUpdateParameters",mapper:s({},M,{required:!0})},responses:{200:{bodyMapper:d},404:{},default:{bodyMapper:m}},serializer:I},k={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}",urlParameters:[C,R,A],queryParameters:[v],headerParameters:[q],responses:{200:{},204:{},default:{bodyMapper:m}},serializer:I},K={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}",urlParameters:[C,R,A],queryParameters:[v],headerParameters:[q],responses:{200:{bodyMapper:d},404:{},default:{bodyMapper:m}},serializer:I},j={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts",urlParameters:[C,R],queryParameters:[v],headerParameters:[q],responses:{200:{bodyMapper:f},default:{bodyMapper:m}},serializer:I},U={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.Maps/accounts",urlParameters:[C],queryParameters:[v],headerParameters:[q],responses:{200:{bodyMapper:f},default:{bodyMapper:m}},serializer:I},_={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/moveResources",urlParameters:[C,R],queryParameters:[v],headerParameters:[q],requestBody:{parameterPath:"moveRequest",mapper:s({},N,{required:!0})},responses:{200:{},default:{bodyMapper:m}},serializer:I},D={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}/listKeys",urlParameters:[C,R,A],queryParameters:[v],headerParameters:[q],responses:{200:{bodyMapper:z},404:{},default:{bodyMapper:m}},serializer:I},V={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}/regenerateKey",urlParameters:[C,R,A],queryParameters:[v],headerParameters:[q],requestBody:{parameterPath:"keySpecification",mapper:s({},g,{required:!0})},responses:{200:{bodyMapper:z},404:{},default:{bodyMapper:m}},serializer:I},w={httpMethod:"GET",path:"providers/Microsoft.Maps/operations",queryParameters:[v],headerParameters:[q],responses:{200:{bodyMapper:O},default:{bodyMapper:m}},serializer:I},B=function(o){function e(e,r,a){var t=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==r)throw new Error("'subscriptionId' cannot be null.");if(a||(a={}),!a.userAgent){var s=i.getDefaultUserAgentValue();a.userAgent="@azure/arm-maps/0.1.0 "+s}return(t=o.call(this,e,a)||this).apiVersion="2018-05-01",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,t.subscriptionId=r,null!==a.acceptLanguage&&void 0!==a.acceptLanguage&&(t.acceptLanguage=a.acceptLanguage),null!==a.longRunningOperationRetryTimeout&&void 0!==a.longRunningOperationRetryTimeout&&(t.longRunningOperationRetryTimeout=a.longRunningOperationRetryTimeout),t}return a(e,o),e}(i.AzureServiceClient),L=function(s){function e(e,r,a){var t=s.call(this,e,r,a)||this;return t.accounts=new G(t),t}return a(e,s),e}(B);e.MapsManagementClient=L,e.MapsManagementClientContext=B,e.MapsManagementModels=o,e.MapsManagementMappers=S,e.Accounts=G,Object.defineProperty(e,"__esModule",{value:!0})});
|
package/dist/arm-maps.min.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../esm/models/mappers.js","../esm/models/parameters.js","../esm/operations/accounts.js","../esm/mapsManagementClientContext.js","../esm/mapsManagementClient.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","ErrorDetailsItem","serializedName","type","name","className","modelProperties","code","readOnly","message","target","ErrorModel","details","element","Resource","id","Sku","required","tier","MapsAccount","tslib_1.__assign","location","tags","value","sku","MapsAccountCreateParameters","MapsAccountUpdateParameters","MapsAccountsMoveRequest","targetResourceGroup","resourceIds","MapsKeySpecification","keyType","MapsAccountKeys","primaryKey","secondaryKey","MapsOperationsValueItemDisplay","provider","resource","operation","description","MapsOperationsValueItem","display","origin","MapsAccounts","MapsOperations","acceptLanguage","parameterPath","mapper","defaultValue","accountName","apiVersion","resourceGroupName","subscriptionId","Accounts","client","createOrUpdate","mapsAccountCreateParameters","options","callback","sendOperationRequest","createOrUpdateOperationSpec","update","mapsAccountUpdateParameters","updateOperationSpec","deleteMethod","deleteMethodOperationSpec","get","getOperationSpec","listByResourceGroup","listByResourceGroupOperationSpec","listBySubscription","listBySubscriptionOperationSpec","move","moveRequest","moveOperationSpec","listKeys","listKeysOperationSpec","regenerateKeys","keySpecification","regenerateKeysOperationSpec","listOperations","listOperationsOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","urlParameters","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.accountName","queryParameters","Parameters.apiVersion","headerParameters","Parameters.acceptLanguage","requestBody","Mappers.MapsAccountCreateParameters","responses","200","bodyMapper","Mappers.MapsAccount","201","default","Mappers.ErrorModel","Mappers.MapsAccountUpdateParameters","404","204","Mappers.MapsAccounts","Mappers.MapsAccountsMoveRequest","Mappers.MapsAccountKeys","Mappers.MapsKeySpecification","Mappers.MapsOperations","MapsManagementClientContext","_super","credentials","_this","undefined","Error","userAgent","defaultUserAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","tslib_1.__extends","msRestAzure.AzureServiceClient","MapsManagementClient","accounts","operations.Accounts"],"mappings":"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"}
|
|
@@ -1,19 +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 { MapsManagementClientContext } from "./mapsManagementClientContext";
|
|
6
|
-
declare class MapsManagementClient extends MapsManagementClientContext {
|
|
7
|
-
accounts: operations.Accounts;
|
|
8
|
-
/**
|
|
9
|
-
* Initializes a new instance of the MapsManagementClient class.
|
|
10
|
-
* @param credentials Credentials needed for the client to connect to Azure.
|
|
11
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
|
12
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
13
|
-
* @param [options] The parameter options
|
|
14
|
-
*/
|
|
15
|
-
constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.MapsManagementClientOptions);
|
|
16
|
-
}
|
|
17
|
-
export { MapsManagementClient, MapsManagementClientContext, Models as MapsManagementModels, Mappers as MapsManagementMappers };
|
|
18
|
-
export * from "./operations";
|
|
19
|
-
//# sourceMappingURL=mapsManagementClient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mapsManagementClient.d.ts","sourceRoot":"","sources":["../lib/mapsManagementClient.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG5E,cAAM,oBAAqB,SAAQ,2BAA2B;IAE5D,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IAE9B;;;;;;OAMG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,2BAA2B;CAI/H;AAID,OAAO,EACL,oBAAoB,EACpB,2BAA2B,EAC3B,MAAM,IAAI,oBAAoB,EAC9B,OAAO,IAAI,qBAAqB,EACjC,CAAC;AACF,cAAc,cAAc,CAAC"}
|
|
@@ -1,34 +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 Models from "./models";
|
|
12
|
-
import * as Mappers from "./models/mappers";
|
|
13
|
-
import * as operations from "./operations";
|
|
14
|
-
import { MapsManagementClientContext } from "./mapsManagementClientContext";
|
|
15
|
-
var MapsManagementClient = /** @class */ (function (_super) {
|
|
16
|
-
tslib_1.__extends(MapsManagementClient, _super);
|
|
17
|
-
/**
|
|
18
|
-
* Initializes a new instance of the MapsManagementClient class.
|
|
19
|
-
* @param credentials Credentials needed for the client to connect to Azure.
|
|
20
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
|
21
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
22
|
-
* @param [options] The parameter options
|
|
23
|
-
*/
|
|
24
|
-
function MapsManagementClient(credentials, subscriptionId, options) {
|
|
25
|
-
var _this = _super.call(this, credentials, subscriptionId, options) || this;
|
|
26
|
-
_this.accounts = new operations.Accounts(_this);
|
|
27
|
-
return _this;
|
|
28
|
-
}
|
|
29
|
-
return MapsManagementClient;
|
|
30
|
-
}(MapsManagementClientContext));
|
|
31
|
-
// Operation Specifications
|
|
32
|
-
export { MapsManagementClient, MapsManagementClientContext, Models as MapsManagementModels, Mappers as MapsManagementMappers };
|
|
33
|
-
export * from "./operations";
|
|
34
|
-
//# sourceMappingURL=mapsManagementClient.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mapsManagementClient.js","sourceRoot":"","sources":["../lib/mapsManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAGH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG5E;IAAmC,gDAA2B;IAI5D;;;;;;OAMG;IACH,8BAAY,WAA4C,EAAE,cAAsB,EAAE,OAA4C;QAA9H,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAE5C;QADC,KAAI,CAAC,QAAQ,GAAG,IAAI,UAAU,CAAC,QAAQ,CAAC,KAAI,CAAC,CAAC;;IAChD,CAAC;IACH,2BAAC;AAAD,CAAC,AAfD,CAAmC,2BAA2B,GAe7D;AAED,2BAA2B;AAE3B,OAAO,EACL,oBAAoB,EACpB,2BAA2B,EAC3B,MAAM,IAAI,oBAAoB,EAC9B,OAAO,IAAI,qBAAqB,EACjC,CAAC;AACF,cAAc,cAAc,CAAC"}
|
|
@@ -1,17 +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 MapsManagementClientContext extends msRestAzure.AzureServiceClient {
|
|
5
|
-
credentials: msRest.ServiceClientCredentials;
|
|
6
|
-
subscriptionId: string;
|
|
7
|
-
apiVersion?: string;
|
|
8
|
-
/**
|
|
9
|
-
* Initializes a new instance of the MapsManagementClient class.
|
|
10
|
-
* @param credentials Credentials needed for the client to connect to Azure.
|
|
11
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
|
12
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
13
|
-
* @param [options] The parameter options
|
|
14
|
-
*/
|
|
15
|
-
constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.MapsManagementClientOptions);
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=mapsManagementClientContext.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mapsManagementClientContext.d.ts","sourceRoot":"","sources":["../lib/mapsManagementClientContext.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,2BAA4B,SAAQ,WAAW,CAAC,kBAAkB;IAC7E,WAAW,EAAE,MAAM,CAAC,wBAAwB,CAAC;IAC7C,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;OAMG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,2BAA2B;CAiC/H"}
|
|
@@ -1,57 +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 msRestAzure from "@azure/ms-rest-azure-js";
|
|
12
|
-
var packageName = "@azure/arm-maps";
|
|
13
|
-
var packageVersion = "0.1.0";
|
|
14
|
-
var MapsManagementClientContext = /** @class */ (function (_super) {
|
|
15
|
-
tslib_1.__extends(MapsManagementClientContext, _super);
|
|
16
|
-
/**
|
|
17
|
-
* Initializes a new instance of the MapsManagementClient class.
|
|
18
|
-
* @param credentials Credentials needed for the client to connect to Azure.
|
|
19
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
|
20
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
21
|
-
* @param [options] The parameter options
|
|
22
|
-
*/
|
|
23
|
-
function MapsManagementClientContext(credentials, subscriptionId, options) {
|
|
24
|
-
var _this = this;
|
|
25
|
-
if (credentials == undefined) {
|
|
26
|
-
throw new Error('\'credentials\' cannot be null.');
|
|
27
|
-
}
|
|
28
|
-
if (subscriptionId == undefined) {
|
|
29
|
-
throw new Error('\'subscriptionId\' cannot be null.');
|
|
30
|
-
}
|
|
31
|
-
if (!options) {
|
|
32
|
-
options = {};
|
|
33
|
-
}
|
|
34
|
-
if (!options.userAgent) {
|
|
35
|
-
var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
|
36
|
-
options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
|
|
37
|
-
}
|
|
38
|
-
_this = _super.call(this, credentials, options) || this;
|
|
39
|
-
_this.apiVersion = '2018-05-01';
|
|
40
|
-
_this.acceptLanguage = 'en-US';
|
|
41
|
-
_this.longRunningOperationRetryTimeout = 30;
|
|
42
|
-
_this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
|
|
43
|
-
_this.requestContentType = "application/json; charset=utf-8";
|
|
44
|
-
_this.credentials = credentials;
|
|
45
|
-
_this.subscriptionId = subscriptionId;
|
|
46
|
-
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
|
47
|
-
_this.acceptLanguage = options.acceptLanguage;
|
|
48
|
-
}
|
|
49
|
-
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
|
|
50
|
-
_this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
|
51
|
-
}
|
|
52
|
-
return _this;
|
|
53
|
-
}
|
|
54
|
-
return MapsManagementClientContext;
|
|
55
|
-
}(msRestAzure.AzureServiceClient));
|
|
56
|
-
export { MapsManagementClientContext };
|
|
57
|
-
//# sourceMappingURL=mapsManagementClientContext.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mapsManagementClientContext.js","sourceRoot":"","sources":["../lib/mapsManagementClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,iBAAiB,CAAC;AACtC,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAAiD,uDAA8B;IAK7E;;;;;;OAMG;IACH,qCAAY,WAA4C,EAAE,cAAsB,EAAE,OAA4C;QAA9H,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAG,CAAC,OAAO,CAAC,SAAS,EAAE;YACrB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,YAAY,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAG,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC1E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAG,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC9G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,kCAAC;AAAD,CAAC,AA7CD,CAAiD,WAAW,CAAC,kBAAkB,GA6C9E"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { MapsAccountCreateParameters, Sku, MapsAccount, Resource, BaseResource, ErrorModel, ErrorDetailsItem, MapsAccountUpdateParameters, MapsAccounts, MapsAccountsMoveRequest, MapsAccountKeys, MapsKeySpecification, MapsOperations, MapsOperationsValueItem, MapsOperationsValueItemDisplay } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=accountsMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountsMappers.d.ts","sourceRoot":"","sources":["../../lib/models/accountsMappers.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,2BAA2B,EAC3B,GAAG,EACH,WAAW,EACX,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,gBAAgB,EAChB,2BAA2B,EAC3B,YAAY,EACZ,uBAAuB,EACvB,eAAe,EACf,oBAAoB,EACpB,cAAc,EACd,uBAAuB,EACvB,8BAA8B,EAC/B,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,11 +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
|
-
export { MapsAccountCreateParameters, Sku, MapsAccount, Resource, BaseResource, ErrorModel, ErrorDetailsItem, MapsAccountUpdateParameters, MapsAccounts, MapsAccountsMoveRequest, MapsAccountKeys, MapsKeySpecification, MapsOperations, MapsOperationsValueItem, MapsOperationsValueItemDisplay } from "../models/mappers";
|
|
11
|
-
//# sourceMappingURL=accountsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountsMappers.js","sourceRoot":"","sources":["../../lib/models/accountsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,2BAA2B,EAC3B,GAAG,EACH,WAAW,EACX,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,gBAAgB,EAChB,2BAA2B,EAC3B,YAAY,EACZ,uBAAuB,EACvB,eAAe,EACf,oBAAoB,EACpB,cAAc,EACd,uBAAuB,EACvB,8BAA8B,EAC/B,MAAM,mBAAmB,CAAC"}
|