Move Delete Container call to use ARM when logged in with AAD (#110)
This commit is contained in:
parent
8c792fd147
commit
2904a1a60d
|
@ -298,7 +298,6 @@ src/Utils/DatabaseAccountUtils.ts
|
||||||
src/Utils/JunoUtils.ts
|
src/Utils/JunoUtils.ts
|
||||||
src/Utils/MessageValidation.ts
|
src/Utils/MessageValidation.ts
|
||||||
src/Utils/NotebookConfigurationUtils.ts
|
src/Utils/NotebookConfigurationUtils.ts
|
||||||
src/Utils/NotificationConsoleUtils.ts
|
|
||||||
src/Utils/OfferUtils.test.ts
|
src/Utils/OfferUtils.test.ts
|
||||||
src/Utils/OfferUtils.ts
|
src/Utils/OfferUtils.ts
|
||||||
src/Utils/PricingUtils.test.ts
|
src/Utils/PricingUtils.test.ts
|
||||||
|
|
|
@ -6024,6 +6024,16 @@
|
||||||
"natural-compare": "^1.4.0",
|
"natural-compare": "^1.4.0",
|
||||||
"pretty-format": "^24.9.0",
|
"pretty-format": "^24.9.0",
|
||||||
"semver": "^6.2.0"
|
"semver": "^6.2.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"jest-validate": {
|
"jest-validate": {
|
||||||
|
@ -7577,11 +7587,40 @@
|
||||||
"integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==",
|
"integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"@types/mkdirp": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/mkdirp/-/mkdirp-1.0.1.tgz",
|
||||||
|
"integrity": "sha512-HkGSK7CGAXncr8Qn/0VqNtExEE+PHMWb+qlR1faHMao7ng6P3tAaoWWBMdva0gL5h4zprjIO89GJOLXsMcDm1Q==",
|
||||||
|
"requires": {
|
||||||
|
"@types/node": "*"
|
||||||
|
}
|
||||||
|
},
|
||||||
"@types/node": {
|
"@types/node": {
|
||||||
"version": "12.11.1",
|
"version": "12.11.1",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.11.1.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.11.1.tgz",
|
||||||
"integrity": "sha512-TJtwsqZ39pqcljJpajeoofYRfeZ7/I/OMUQ5pR4q5wOKf2ocrUvBAZUMhWsOvKx3dVc/aaV5GluBivt0sWqA5A=="
|
"integrity": "sha512-TJtwsqZ39pqcljJpajeoofYRfeZ7/I/OMUQ5pR4q5wOKf2ocrUvBAZUMhWsOvKx3dVc/aaV5GluBivt0sWqA5A=="
|
||||||
},
|
},
|
||||||
|
"@types/node-fetch": {
|
||||||
|
"version": "2.5.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.7.tgz",
|
||||||
|
"integrity": "sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw==",
|
||||||
|
"requires": {
|
||||||
|
"@types/node": "*",
|
||||||
|
"form-data": "^3.0.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"form-data": {
|
||||||
|
"version": "3.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz",
|
||||||
|
"integrity": "sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==",
|
||||||
|
"requires": {
|
||||||
|
"asynckit": "^0.4.0",
|
||||||
|
"combined-stream": "^1.0.8",
|
||||||
|
"mime-types": "^2.1.12"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"@types/normalize-package-data": {
|
"@types/normalize-package-data": {
|
||||||
"version": "2.4.0",
|
"version": "2.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
|
||||||
|
@ -7681,6 +7720,11 @@
|
||||||
"@types/react": "*"
|
"@types/react": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@types/retry": {
|
||||||
|
"version": "0.12.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
|
||||||
|
"integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="
|
||||||
|
},
|
||||||
"@types/shallowequal": {
|
"@types/shallowequal": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/@types/shallowequal/-/shallowequal-1.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@types/shallowequal/-/shallowequal-1.1.1.tgz",
|
||||||
|
@ -8403,7 +8447,6 @@
|
||||||
"graceful-fs": "^4.1.11",
|
"graceful-fs": "^4.1.11",
|
||||||
"lru-cache": "^4.1.1",
|
"lru-cache": "^4.1.1",
|
||||||
"mississippi": "^2.0.0",
|
"mississippi": "^2.0.0",
|
||||||
"mkdirp": "^0.5.1",
|
|
||||||
"move-concurrently": "^1.0.1",
|
"move-concurrently": "^1.0.1",
|
||||||
"promise-inflight": "^1.0.1",
|
"promise-inflight": "^1.0.1",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
|
@ -9342,6 +9385,15 @@
|
||||||
"pkg-dir": "^3.0.0"
|
"pkg-dir": "^3.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pify": {
|
"pify": {
|
||||||
"version": "4.0.1",
|
"version": "4.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
||||||
|
@ -10661,6 +10713,14 @@
|
||||||
"run-queue": "^1.0.0"
|
"run-queue": "^1.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"rimraf": {
|
"rimraf": {
|
||||||
"version": "2.7.1",
|
"version": "2.7.1",
|
||||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
||||||
|
@ -19781,6 +19841,16 @@
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"slash": "^2.0.0",
|
"slash": "^2.0.0",
|
||||||
"source-map": "^0.6.0"
|
"source-map": "^0.6.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"jest-validate": {
|
"jest-validate": {
|
||||||
|
@ -20364,6 +20434,16 @@
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"dev": true,
|
||||||
|
"optional": true,
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"promise": {
|
"promise": {
|
||||||
"version": "7.3.1",
|
"version": "7.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
|
||||||
|
@ -21314,12 +21394,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mkdirp": {
|
"mkdirp": {
|
||||||
"version": "0.5.5",
|
"version": "1.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
||||||
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
|
||||||
"requires": {
|
|
||||||
"minimist": "^1.2.5"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"mkdirp-classic": {
|
"mkdirp-classic": {
|
||||||
"version": "0.5.3",
|
"version": "0.5.3",
|
||||||
|
@ -21365,6 +21442,14 @@
|
||||||
"run-queue": "^1.0.3"
|
"run-queue": "^1.0.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"rimraf": {
|
"rimraf": {
|
||||||
"version": "2.7.1",
|
"version": "2.7.1",
|
||||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
||||||
|
@ -21704,6 +21789,14 @@
|
||||||
"tar": "^4"
|
"tar": "^4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"rimraf": {
|
"rimraf": {
|
||||||
"version": "2.7.1",
|
"version": "2.7.1",
|
||||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
||||||
|
@ -22198,11 +22291,11 @@
|
||||||
"integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo="
|
"integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo="
|
||||||
},
|
},
|
||||||
"p-retry": {
|
"p-retry": {
|
||||||
"version": "3.0.1",
|
"version": "4.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.2.0.tgz",
|
||||||
"integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==",
|
"integrity": "sha512-jPH38/MRh263KKcq0wBNOGFJbm+U6784RilTmHjB/HM9kH9V8WlCpVUcdOmip9cjXOh6MxZ5yk1z2SjDUJfWmA==",
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"@types/retry": "^0.12.0",
|
||||||
"retry": "^0.12.0"
|
"retry": "^0.12.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -22603,6 +22696,15 @@
|
||||||
"requires": {
|
"requires": {
|
||||||
"ms": "^2.1.1"
|
"ms": "^2.1.1"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -23971,8 +24073,7 @@
|
||||||
"retry": {
|
"retry": {
|
||||||
"version": "0.12.0",
|
"version": "0.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
||||||
"integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=",
|
"integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs="
|
||||||
"dev": true
|
|
||||||
},
|
},
|
||||||
"reusify": {
|
"reusify": {
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
|
@ -25503,6 +25604,16 @@
|
||||||
"mkdirp": "^0.5.0",
|
"mkdirp": "^0.5.0",
|
||||||
"safe-buffer": "^5.1.2",
|
"safe-buffer": "^5.1.2",
|
||||||
"yallist": "^3.0.3"
|
"yallist": "^3.0.3"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tar-fs": {
|
"tar-fs": {
|
||||||
|
@ -25860,6 +25971,14 @@
|
||||||
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
|
||||||
"integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0="
|
"integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0="
|
||||||
},
|
},
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"yargs-parser": {
|
"yargs-parser": {
|
||||||
"version": "10.1.0",
|
"version": "10.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz",
|
||||||
|
@ -26928,6 +27047,15 @@
|
||||||
"readable-stream": "^2.0.1"
|
"readable-stream": "^2.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"readable-stream": {
|
"readable-stream": {
|
||||||
"version": "2.3.7",
|
"version": "2.3.7",
|
||||||
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
|
||||||
|
@ -27039,6 +27167,15 @@
|
||||||
"integrity": "sha512-wdlPY2tm/9XBr7QkKlq0WQVgiuGTX6YWPyRyBviSoScBuLfTVQhvwg6wJ369GJ/1nPfTLMfnrFIfjqVg6d+jQQ==",
|
"integrity": "sha512-wdlPY2tm/9XBr7QkKlq0WQVgiuGTX6YWPyRyBviSoScBuLfTVQhvwg6wJ369GJ/1nPfTLMfnrFIfjqVg6d+jQQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ws": {
|
"ws": {
|
||||||
"version": "6.2.1",
|
"version": "6.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
|
||||||
|
@ -27251,6 +27388,15 @@
|
||||||
"readable-stream": "^2.0.1"
|
"readable-stream": "^2.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"readable-stream": {
|
"readable-stream": {
|
||||||
"version": "2.3.7",
|
"version": "2.3.7",
|
||||||
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
|
||||||
|
@ -27330,6 +27476,15 @@
|
||||||
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
|
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"p-retry": {
|
||||||
|
"version": "3.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz",
|
||||||
|
"integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"retry": "^0.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"schema-utils": {
|
"schema-utils": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
|
||||||
|
@ -27558,6 +27713,17 @@
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"mkdirp": "^0.5.1"
|
"mkdirp": "^0.5.1"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"mkdirp": {
|
||||||
|
"version": "0.5.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
|
||||||
|
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"minimist": "^1.2.5"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"write-file-atomic": {
|
"write-file-atomic": {
|
||||||
|
|
|
@ -34,6 +34,8 @@
|
||||||
"@nteract/transform-vega": "7.0.6",
|
"@nteract/transform-vega": "7.0.6",
|
||||||
"@octokit/rest": "17.9.2",
|
"@octokit/rest": "17.9.2",
|
||||||
"@phosphor/widgets": "1.9.3",
|
"@phosphor/widgets": "1.9.3",
|
||||||
|
"@types/mkdirp": "1.0.1",
|
||||||
|
"@types/node-fetch": "2.5.7",
|
||||||
"@uifabric/react-cards": "0.109.110",
|
"@uifabric/react-cards": "0.109.110",
|
||||||
"@uifabric/styling": "7.13.7",
|
"@uifabric/styling": "7.13.7",
|
||||||
"abort-controller": "3.0.0",
|
"abort-controller": "3.0.0",
|
||||||
|
@ -61,9 +63,11 @@
|
||||||
"jquery-typeahead": "2.10.6",
|
"jquery-typeahead": "2.10.6",
|
||||||
"jquery-ui-dist": "1.12.1",
|
"jquery-ui-dist": "1.12.1",
|
||||||
"knockout": "3.5.1",
|
"knockout": "3.5.1",
|
||||||
|
"mkdirp": "1.0.4",
|
||||||
"monaco-editor": "0.15.6",
|
"monaco-editor": "0.15.6",
|
||||||
"object.entries": "1.1.0",
|
"object.entries": "1.1.0",
|
||||||
"office-ui-fabric-react": "7.121.10",
|
"office-ui-fabric-react": "7.121.10",
|
||||||
|
"p-retry": "4.2.0",
|
||||||
"plotly.js-cartesian-dist-min": "1.52.3",
|
"plotly.js-cartesian-dist-min": "1.52.3",
|
||||||
"promise-polyfill": "8.1.0",
|
"promise-polyfill": "8.1.0",
|
||||||
"promise.prototype.finally": "3.1.0",
|
"promise.prototype.finally": "3.1.0",
|
||||||
|
@ -149,6 +153,7 @@
|
||||||
"less-vars-loader": "1.1.0",
|
"less-vars-loader": "1.1.0",
|
||||||
"mini-css-extract-plugin": "0.4.3",
|
"mini-css-extract-plugin": "0.4.3",
|
||||||
"monaco-editor-webpack-plugin": "1.7.0",
|
"monaco-editor-webpack-plugin": "1.7.0",
|
||||||
|
"node-fetch": "2.6.0",
|
||||||
"prettier": "1.19.1",
|
"prettier": "1.19.1",
|
||||||
"puppeteer": "4.0.0",
|
"puppeteer": "4.0.0",
|
||||||
"raw-loader": "0.5.1",
|
"raw-loader": "0.5.1",
|
||||||
|
@ -189,7 +194,8 @@
|
||||||
"build:contracts": "npm run compile:contracts",
|
"build:contracts": "npm run compile:contracts",
|
||||||
"strictEligibleFiles": "node ./strict-migration-tools/index.js",
|
"strictEligibleFiles": "node ./strict-migration-tools/index.js",
|
||||||
"autoAddStrictEligibleFiles": "node ./strict-migration-tools/autoAdd.js",
|
"autoAddStrictEligibleFiles": "node ./strict-migration-tools/autoAdd.js",
|
||||||
"compile:fullStrict": "tsc -p ./tsconfig.json --strictNullChecks"
|
"compile:fullStrict": "tsc -p ./tsconfig.json --strictNullChecks",
|
||||||
|
"generateARMClients": "ts-node --compiler-options '{\"module\":\"commonjs\"}' utils/armClientGenerator/generator.ts"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -2,7 +2,7 @@ import * as Cosmos from "@azure/cosmos";
|
||||||
import { RequestInfo, setAuthorizationTokenHeaderUsingMasterKey } from "@azure/cosmos";
|
import { RequestInfo, setAuthorizationTokenHeaderUsingMasterKey } from "@azure/cosmos";
|
||||||
import { DatabaseAccount } from "../Contracts/DataModels";
|
import { DatabaseAccount } from "../Contracts/DataModels";
|
||||||
import { HttpHeaders, EmulatorMasterKey } from "./Constants";
|
import { HttpHeaders, EmulatorMasterKey } from "./Constants";
|
||||||
import { NotificationConsoleUtils } from "../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../Utils/NotificationConsoleUtils";
|
||||||
import { ConsoleDataType } from "../Explorer/Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Explorer/Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { config, Platform } from "../Config";
|
import { config, Platform } from "../Config";
|
||||||
|
|
||||||
|
|
|
@ -377,16 +377,6 @@ export function deleteConflict(
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function deleteCollection(collection: ViewModels.Collection, options: any): Q.Promise<any> {
|
|
||||||
return Q(
|
|
||||||
CosmosClient.client()
|
|
||||||
.database(collection.databaseId)
|
|
||||||
.container(collection.id())
|
|
||||||
.delete()
|
|
||||||
.then(() => refreshCachedResources())
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function deleteDatabase(database: ViewModels.Database, options: any): Q.Promise<any> {
|
export function deleteDatabase(database: ViewModels.Database, options: any): Q.Promise<any> {
|
||||||
return Q(
|
return Q(
|
||||||
CosmosClient.client()
|
CosmosClient.client()
|
||||||
|
|
|
@ -10,7 +10,7 @@ import * as Logger from "./Logger";
|
||||||
import { sendMessage } from "./MessageHandler";
|
import { sendMessage } from "./MessageHandler";
|
||||||
import { MessageTypes } from "../Contracts/ExplorerContracts";
|
import { MessageTypes } from "../Contracts/ExplorerContracts";
|
||||||
import { MinimalQueryIterator, nextPage } from "./IteratorUtilities";
|
import { MinimalQueryIterator, nextPage } from "./IteratorUtilities";
|
||||||
import { NotificationConsoleUtils } from "../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../Utils/NotificationConsoleUtils";
|
||||||
import { RequestOptions } from "@azure/cosmos/dist-esm";
|
import { RequestOptions } from "@azure/cosmos/dist-esm";
|
||||||
import StoredProcedure from "../Explorer/Tree/StoredProcedure";
|
import StoredProcedure from "../Explorer/Tree/StoredProcedure";
|
||||||
import ConflictId from "../Explorer/Tree/ConflictId";
|
import ConflictId from "../Explorer/Tree/ConflictId";
|
||||||
|
@ -730,39 +730,6 @@ export function deleteConflict(
|
||||||
return deferred.promise;
|
return deferred.promise;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function deleteCollection(collection: ViewModels.Collection, options: any = {}): Q.Promise<any> {
|
|
||||||
var deferred = Q.defer<any>();
|
|
||||||
|
|
||||||
const id = NotificationConsoleUtils.logConsoleMessage(
|
|
||||||
ConsoleDataType.InProgress,
|
|
||||||
`Deleting container ${collection.id()}`
|
|
||||||
);
|
|
||||||
DataAccessUtilityBase.deleteCollection(collection, options)
|
|
||||||
.then(
|
|
||||||
(response: any) => {
|
|
||||||
NotificationConsoleUtils.logConsoleMessage(
|
|
||||||
ConsoleDataType.Info,
|
|
||||||
`Successfully deleted container ${collection.id()}`
|
|
||||||
);
|
|
||||||
deferred.resolve(response);
|
|
||||||
},
|
|
||||||
(error: any) => {
|
|
||||||
NotificationConsoleUtils.logConsoleMessage(
|
|
||||||
ConsoleDataType.Error,
|
|
||||||
`Error while deleting container ${collection.id()}:\n ${JSON.stringify(error)}`
|
|
||||||
);
|
|
||||||
Logger.logError(JSON.stringify(error), "DeleteCollection", error.code);
|
|
||||||
sendNotificationForError(error);
|
|
||||||
deferred.reject(error);
|
|
||||||
}
|
|
||||||
)
|
|
||||||
.finally(() => {
|
|
||||||
NotificationConsoleUtils.clearInProgressMessageWithId(id);
|
|
||||||
});
|
|
||||||
|
|
||||||
return deferred.promise;
|
|
||||||
}
|
|
||||||
|
|
||||||
export function deleteDatabase(database: ViewModels.Database, options: any = {}): Q.Promise<any> {
|
export function deleteDatabase(database: ViewModels.Database, options: any = {}): Q.Promise<any> {
|
||||||
var deferred = Q.defer<any>();
|
var deferred = Q.defer<any>();
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ import { Constants as CosmosSDKConstants } from "@azure/cosmos";
|
||||||
import { CosmosClient } from "./CosmosClient";
|
import { CosmosClient } from "./CosmosClient";
|
||||||
import { sendMessage } from "./MessageHandler";
|
import { sendMessage } from "./MessageHandler";
|
||||||
import { MessageTypes } from "../Contracts/ExplorerContracts";
|
import { MessageTypes } from "../Contracts/ExplorerContracts";
|
||||||
import { NotificationConsoleUtils } from "../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../Utils/NotificationConsoleUtils";
|
||||||
import { ResourceProviderClient } from "../ResourceProvider/ResourceProviderClient";
|
import { ResourceProviderClient } from "../ResourceProvider/ResourceProviderClient";
|
||||||
import { MinimalQueryIterator } from "./IteratorUtilities";
|
import { MinimalQueryIterator } from "./IteratorUtilities";
|
||||||
import DocumentId from "../Explorer/Tree/DocumentId";
|
import DocumentId from "../Explorer/Tree/DocumentId";
|
||||||
|
|
|
@ -8,7 +8,7 @@ import { ConsoleDataType } from "../Explorer/Menus/NotificationConsole/Notificat
|
||||||
import { CosmosClient } from "./CosmosClient";
|
import { CosmosClient } from "./CosmosClient";
|
||||||
import { ItemDefinition, QueryIterator, Resource } from "@azure/cosmos";
|
import { ItemDefinition, QueryIterator, Resource } from "@azure/cosmos";
|
||||||
import * as Logger from "./Logger";
|
import * as Logger from "./Logger";
|
||||||
import { NotificationConsoleUtils } from "../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../Utils/NotificationConsoleUtils";
|
||||||
import { QueryUtils } from "../Utils/QueryUtils";
|
import { QueryUtils } from "../Utils/QueryUtils";
|
||||||
import Explorer from "../Explorer/Explorer";
|
import Explorer from "../Explorer/Explorer";
|
||||||
import {
|
import {
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
jest.mock("../../Utils/arm/request");
|
||||||
|
import { deleteCollection } from "./deleteCollection";
|
||||||
|
import { armRequest } from "../../Utils/arm/request";
|
||||||
|
import { AuthType } from "../../AuthType";
|
||||||
|
|
||||||
|
describe("deleteCollection", () => {
|
||||||
|
it("should call ARM if logged in with AAD", async () => {
|
||||||
|
window.authType = AuthType.AAD;
|
||||||
|
await deleteCollection("database", "collection");
|
||||||
|
expect(armRequest).toHaveBeenCalled();
|
||||||
|
});
|
||||||
|
// TODO: Test non-AAD case
|
||||||
|
});
|
|
@ -0,0 +1,31 @@
|
||||||
|
import { CosmosClient } from "../CosmosClient";
|
||||||
|
import { refreshCachedResources } from "../DataAccessUtilityBase";
|
||||||
|
import { logConsoleProgress, logConsoleInfo, logConsoleError } from "../../Utils/NotificationConsoleUtils";
|
||||||
|
import { AuthType } from "../../AuthType";
|
||||||
|
import { deleteSqlContainer } from "../../Utils/arm/generatedClients/2020-04-01/sqlResources";
|
||||||
|
|
||||||
|
export async function deleteCollection(databaseId: string, collectionId: string): Promise<void> {
|
||||||
|
const clearMessage = logConsoleProgress(`Deleting container ${collectionId}`);
|
||||||
|
try {
|
||||||
|
if (window.authType === AuthType.AAD) {
|
||||||
|
await deleteSqlContainer(
|
||||||
|
CosmosClient.subscriptionId(),
|
||||||
|
CosmosClient.resourceGroup(),
|
||||||
|
CosmosClient.databaseAccount().name,
|
||||||
|
databaseId,
|
||||||
|
collectionId
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
await CosmosClient.client()
|
||||||
|
.database(databaseId)
|
||||||
|
.container(collectionId)
|
||||||
|
.delete();
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
logConsoleError(`Error while deleting container ${collectionId}:\n ${JSON.stringify(error)}`);
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
|
logConsoleInfo(`Successfully deleted container ${collectionId}`);
|
||||||
|
clearMessage();
|
||||||
|
await refreshCachedResources();
|
||||||
|
}
|
|
@ -5,7 +5,7 @@
|
||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import * as DataModels from "../../../Contracts/DataModels";
|
import * as DataModels from "../../../Contracts/DataModels";
|
||||||
import * as Logger from "../../../Common/Logger";
|
import * as Logger from "../../../Common/Logger";
|
||||||
import { NotificationConsoleUtils } from "../../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../../Utils/NotificationConsoleUtils";
|
||||||
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { StringUtils } from "../../../Utils/StringUtils";
|
import { StringUtils } from "../../../Utils/StringUtils";
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ import * as React from "react";
|
||||||
import * as Logger from "../../../Common/Logger";
|
import * as Logger from "../../../Common/Logger";
|
||||||
import { IGalleryItem, JunoClient } from "../../../Juno/JunoClient";
|
import { IGalleryItem, JunoClient } from "../../../Juno/JunoClient";
|
||||||
import * as GalleryUtils from "../../../Utils/GalleryUtils";
|
import * as GalleryUtils from "../../../Utils/GalleryUtils";
|
||||||
import { NotificationConsoleUtils } from "../../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../../Utils/NotificationConsoleUtils";
|
||||||
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { DialogComponent, DialogProps } from "../DialogReactComponent/DialogComponent";
|
import { DialogComponent, DialogProps } from "../DialogReactComponent/DialogComponent";
|
||||||
import { GalleryCardComponent, GalleryCardComponentProps } from "./Cards/GalleryCardComponent";
|
import { GalleryCardComponent, GalleryCardComponentProps } from "./Cards/GalleryCardComponent";
|
||||||
|
|
|
@ -10,7 +10,7 @@ import * as Logger from "../../../Common/Logger";
|
||||||
import * as ViewModels from "../../../Contracts/ViewModels";
|
import * as ViewModels from "../../../Contracts/ViewModels";
|
||||||
import { IGalleryItem, JunoClient } from "../../../Juno/JunoClient";
|
import { IGalleryItem, JunoClient } from "../../../Juno/JunoClient";
|
||||||
import * as GalleryUtils from "../../../Utils/GalleryUtils";
|
import * as GalleryUtils from "../../../Utils/GalleryUtils";
|
||||||
import { NotificationConsoleUtils } from "../../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../../Utils/NotificationConsoleUtils";
|
||||||
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { NotebookClientV2 } from "../../Notebook/NotebookClientV2";
|
import { NotebookClientV2 } from "../../Notebook/NotebookClientV2";
|
||||||
import { NotebookComponentBootstrapper } from "../../Notebook/NotebookComponent/NotebookComponentBootstrapper";
|
import { NotebookComponentBootstrapper } from "../../Notebook/NotebookComponent/NotebookComponentBootstrapper";
|
||||||
|
|
|
@ -5,7 +5,7 @@ import GraphTab from ".././Tabs/GraphTab";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { CosmosClient } from "../../Common/CosmosClient";
|
import { CosmosClient } from "../../Common/CosmosClient";
|
||||||
import { GremlinClient } from "../Graph/GraphExplorerComponent/GremlinClient";
|
import { GremlinClient } from "../Graph/GraphExplorerComponent/GremlinClient";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import Explorer from "../Explorer";
|
import Explorer from "../Explorer";
|
||||||
import { createDocument, getOrCreateDatabaseAndCollection } from "../../Common/DocumentClientUtilityBase";
|
import { createDocument, getOrCreateDatabaseAndCollection } from "../../Common/DocumentClientUtilityBase";
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import * as ViewModels from "../../Contracts/ViewModels";
|
import * as ViewModels from "../../Contracts/ViewModels";
|
||||||
import { ContainerSampleGenerator } from "./ContainerSampleGenerator";
|
import { ContainerSampleGenerator } from "./ContainerSampleGenerator";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import Explorer from "../Explorer";
|
import Explorer from "../Explorer";
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@ import { NotebookContentItem, NotebookContentItemType } from "./Notebook/Noteboo
|
||||||
import { NotebookUtil } from "./Notebook/NotebookUtil";
|
import { NotebookUtil } from "./Notebook/NotebookUtil";
|
||||||
import { NotebookWorkspaceManager } from "../NotebookWorkspaceManager/NotebookWorkspaceManager";
|
import { NotebookWorkspaceManager } from "../NotebookWorkspaceManager/NotebookWorkspaceManager";
|
||||||
import { NotificationConsoleComponentAdapter } from "./Menus/NotificationConsole/NotificationConsoleComponentAdapter";
|
import { NotificationConsoleComponentAdapter } from "./Menus/NotificationConsole/NotificationConsoleComponentAdapter";
|
||||||
import { NotificationConsoleUtils } from "../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../Utils/NotificationConsoleUtils";
|
||||||
import { PlatformType } from "../PlatformType";
|
import { PlatformType } from "../PlatformType";
|
||||||
import { QueriesClient } from "../Common/QueriesClient";
|
import { QueriesClient } from "../Common/QueriesClient";
|
||||||
import { QuerySelectPane } from "./Panes/Tables/QuerySelectPane";
|
import { QuerySelectPane } from "./Panes/Tables/QuerySelectPane";
|
||||||
|
|
|
@ -15,7 +15,7 @@ import { GraphData, D3Node, D3Link } from "./GraphData";
|
||||||
import { HashMap } from "../../../Common/HashMap";
|
import { HashMap } from "../../../Common/HashMap";
|
||||||
import { BaseType } from "d3";
|
import { BaseType } from "d3";
|
||||||
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { NotificationConsoleUtils } from "../../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../../Utils/NotificationConsoleUtils";
|
||||||
import { GraphConfig } from "../../Tabs/GraphTab";
|
import { GraphConfig } from "../../Tabs/GraphTab";
|
||||||
import { GraphExplorer } from "./GraphExplorer";
|
import { GraphExplorer } from "./GraphExplorer";
|
||||||
import * as Constants from "../../../Common/Constants";
|
import * as Constants from "../../../Common/Constants";
|
||||||
|
|
|
@ -8,7 +8,7 @@ import * as D3ForceGraph from "./D3ForceGraph";
|
||||||
import { GraphVizComponentProps } from "./GraphVizComponent";
|
import { GraphVizComponentProps } from "./GraphVizComponent";
|
||||||
import * as GraphData from "./GraphData";
|
import * as GraphData from "./GraphData";
|
||||||
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { NotificationConsoleUtils } from "../../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../../Utils/NotificationConsoleUtils";
|
||||||
import { GraphUtil } from "./GraphUtil";
|
import { GraphUtil } from "./GraphUtil";
|
||||||
import * as DataModels from "../../../Contracts/DataModels";
|
import * as DataModels from "../../../Contracts/DataModels";
|
||||||
import * as ViewModels from "../../../Contracts/ViewModels";
|
import * as ViewModels from "../../../Contracts/ViewModels";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import * as sinon from "sinon";
|
import * as sinon from "sinon";
|
||||||
import { GremlinClient, GremlinClientParameters } from "./GremlinClient";
|
import { GremlinClient, GremlinClientParameters } from "./GremlinClient";
|
||||||
import { NotificationConsoleUtils } from "../../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../../Utils/NotificationConsoleUtils";
|
||||||
import * as Logger from "../../../Common/Logger";
|
import * as Logger from "../../../Common/Logger";
|
||||||
|
|
||||||
describe("Gremlin Client", () => {
|
describe("Gremlin Client", () => {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
import * as Q from "q";
|
import * as Q from "q";
|
||||||
import { GremlinSimpleClient, Result } from "./GremlinSimpleClient";
|
import { GremlinSimpleClient, Result } from "./GremlinSimpleClient";
|
||||||
import { NotificationConsoleUtils } from "../../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../../Utils/NotificationConsoleUtils";
|
||||||
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { HashMap } from "../../../Common/HashMap";
|
import { HashMap } from "../../../Common/HashMap";
|
||||||
import * as Logger from "../../../Common/Logger";
|
import * as Logger from "../../../Common/Logger";
|
||||||
|
|
|
@ -34,7 +34,7 @@ import { sessions, kernels } from "rx-jupyter";
|
||||||
import { RecordOf } from "immutable";
|
import { RecordOf } from "immutable";
|
||||||
|
|
||||||
import * as Constants from "../../../Common/Constants";
|
import * as Constants from "../../../Common/Constants";
|
||||||
import { NotificationConsoleUtils } from "../../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../../Utils/NotificationConsoleUtils";
|
||||||
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import * as CdbActions from "./actions";
|
import * as CdbActions from "./actions";
|
||||||
import TelemetryProcessor from "../../../Shared/Telemetry/TelemetryProcessor";
|
import TelemetryProcessor from "../../../Shared/Telemetry/TelemetryProcessor";
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
import * as DataModels from "../../Contracts/DataModels";
|
import * as DataModels from "../../Contracts/DataModels";
|
||||||
import * as Constants from "../../Common/Constants";
|
import * as Constants from "../../Common/Constants";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import * as Logger from "../../Common/Logger";
|
import * as Logger from "../../Common/Logger";
|
||||||
|
|
||||||
export class NotebookContainerClient {
|
export class NotebookContainerClient {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
jest.mock("../../Common/DocumentClientUtilityBase");
|
jest.mock("../../Common/dataAccess/deleteCollection");
|
||||||
import * as ko from "knockout";
|
import * as ko from "knockout";
|
||||||
import * as sinon from "sinon";
|
import * as sinon from "sinon";
|
||||||
import Q from "q";
|
import Q from "q";
|
||||||
|
@ -7,10 +7,10 @@ import * as ViewModels from "../../Contracts/ViewModels";
|
||||||
import { Action, ActionModifiers } from "../../Shared/Telemetry/TelemetryConstants";
|
import { Action, ActionModifiers } from "../../Shared/Telemetry/TelemetryConstants";
|
||||||
import DeleteCollectionConfirmationPane from "./DeleteCollectionConfirmationPane";
|
import DeleteCollectionConfirmationPane from "./DeleteCollectionConfirmationPane";
|
||||||
import DeleteFeedback from "../../Common/DeleteFeedback";
|
import DeleteFeedback from "../../Common/DeleteFeedback";
|
||||||
import { deleteCollection } from "../../Common/DocumentClientUtilityBase";
|
|
||||||
import Explorer from "../Explorer";
|
import Explorer from "../Explorer";
|
||||||
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
||||||
import { TreeNode } from "../../Contracts/ViewModels";
|
import { TreeNode } from "../../Contracts/ViewModels";
|
||||||
|
import { deleteCollection } from "../../Common/dataAccess/deleteCollection";
|
||||||
|
|
||||||
describe("Delete Collection Confirmation Pane", () => {
|
describe("Delete Collection Confirmation Pane", () => {
|
||||||
describe("Explorer.isLastCollection()", () => {
|
describe("Explorer.isLastCollection()", () => {
|
||||||
|
@ -84,6 +84,7 @@ describe("Delete Collection Confirmation Pane", () => {
|
||||||
let telemetryProcessorSpy: sinon.SinonSpy;
|
let telemetryProcessorSpy: sinon.SinonSpy;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
(deleteCollection as jest.Mock).mockResolvedValue(undefined);
|
||||||
telemetryProcessorSpy = sinon.spy(TelemetryProcessor, "trace");
|
telemetryProcessorSpy = sinon.spy(TelemetryProcessor, "trace");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -93,7 +94,6 @@ describe("Delete Collection Confirmation Pane", () => {
|
||||||
|
|
||||||
it("it should log feedback if last collection and database is not shared", () => {
|
it("it should log feedback if last collection and database is not shared", () => {
|
||||||
let selectedCollectionId = "testCol";
|
let selectedCollectionId = "testCol";
|
||||||
(deleteCollection as jest.Mock).mockResolvedValue(null);
|
|
||||||
let fakeExplorer = {} as Explorer;
|
let fakeExplorer = {} as Explorer;
|
||||||
fakeExplorer.findSelectedCollection = () => {
|
fakeExplorer.findSelectedCollection = () => {
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -9,9 +9,9 @@ import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsol
|
||||||
import { ContextualPaneBase } from "./ContextualPaneBase";
|
import { ContextualPaneBase } from "./ContextualPaneBase";
|
||||||
import { DefaultExperienceUtility } from "../../Shared/DefaultExperienceUtility";
|
import { DefaultExperienceUtility } from "../../Shared/DefaultExperienceUtility";
|
||||||
import DeleteFeedback from "../../Common/DeleteFeedback";
|
import DeleteFeedback from "../../Common/DeleteFeedback";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
||||||
import { deleteCollection } from "../../Common/DocumentClientUtilityBase";
|
import { deleteCollection } from "../../Common/dataAccess/deleteCollection";
|
||||||
|
|
||||||
export default class DeleteCollectionConfirmationPane extends ContextualPaneBase {
|
export default class DeleteCollectionConfirmationPane extends ContextualPaneBase {
|
||||||
public collectionIdConfirmationText: ko.Observable<string>;
|
public collectionIdConfirmationText: ko.Observable<string>;
|
||||||
|
@ -29,7 +29,7 @@ export default class DeleteCollectionConfirmationPane extends ContextualPaneBase
|
||||||
this.resetData();
|
this.resetData();
|
||||||
}
|
}
|
||||||
|
|
||||||
public submit(): Q.Promise<any> {
|
public submit(): Promise<any> {
|
||||||
if (!this._isValid()) {
|
if (!this._isValid()) {
|
||||||
const selectedCollection: ViewModels.Collection = this.container.findSelectedCollection();
|
const selectedCollection: ViewModels.Collection = this.container.findSelectedCollection();
|
||||||
this.formErrors("Input collection name does not match the selected collection");
|
this.formErrors("Input collection name does not match the selected collection");
|
||||||
|
@ -37,7 +37,7 @@ export default class DeleteCollectionConfirmationPane extends ContextualPaneBase
|
||||||
ConsoleDataType.Error,
|
ConsoleDataType.Error,
|
||||||
`Error while deleting collection ${selectedCollection && selectedCollection.id()}: ${this.formErrors()}`
|
`Error while deleting collection ${selectedCollection && selectedCollection.id()}: ${this.formErrors()}`
|
||||||
);
|
);
|
||||||
return Q.resolve();
|
return Promise.resolve();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.formErrors("");
|
this.formErrors("");
|
||||||
|
@ -50,16 +50,16 @@ export default class DeleteCollectionConfirmationPane extends ContextualPaneBase
|
||||||
dataExplorerArea: Constants.Areas.ContextualPane,
|
dataExplorerArea: Constants.Areas.ContextualPane,
|
||||||
paneTitle: this.title()
|
paneTitle: this.title()
|
||||||
});
|
});
|
||||||
let promise: Q.Promise<any>;
|
let promise: Promise<any>;
|
||||||
if (this.container.isPreferredApiCassandra()) {
|
if (this.container.isPreferredApiCassandra()) {
|
||||||
promise = (<CassandraAPIDataClient>this.container.tableDataClient).deleteTableOrKeyspace(
|
promise = ((<CassandraAPIDataClient>this.container.tableDataClient).deleteTableOrKeyspace(
|
||||||
this.container.databaseAccount().properties.cassandraEndpoint,
|
this.container.databaseAccount().properties.cassandraEndpoint,
|
||||||
this.container.databaseAccount().id,
|
this.container.databaseAccount().id,
|
||||||
`DROP TABLE ${selectedCollection.databaseId}.${selectedCollection.id()};`,
|
`DROP TABLE ${selectedCollection.databaseId}.${selectedCollection.id()};`,
|
||||||
this.container
|
this.container
|
||||||
);
|
) as unknown) as Promise<any>;
|
||||||
} else {
|
} else {
|
||||||
promise = deleteCollection(selectedCollection);
|
promise = deleteCollection(selectedCollection.databaseId, selectedCollection.id());
|
||||||
}
|
}
|
||||||
return promise.then(
|
return promise.then(
|
||||||
() => {
|
() => {
|
||||||
|
|
|
@ -10,7 +10,7 @@ import { ContextualPaneBase } from "./ContextualPaneBase";
|
||||||
import { DefaultExperienceUtility } from "../../Shared/DefaultExperienceUtility";
|
import { DefaultExperienceUtility } from "../../Shared/DefaultExperienceUtility";
|
||||||
import DeleteFeedback from "../../Common/DeleteFeedback";
|
import DeleteFeedback from "../../Common/DeleteFeedback";
|
||||||
|
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
||||||
import { deleteDatabase } from "../../Common/DocumentClientUtilityBase";
|
import { deleteDatabase } from "../../Common/DocumentClientUtilityBase";
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ import { Action, ActionModifiers } from "../../Shared/Telemetry/TelemetryConstan
|
||||||
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
||||||
import * as GitHubUtils from "../../Utils/GitHubUtils";
|
import * as GitHubUtils from "../../Utils/GitHubUtils";
|
||||||
import { JunoUtils } from "../../Utils/JunoUtils";
|
import { JunoUtils } from "../../Utils/JunoUtils";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import { AuthorizeAccessComponent } from "../Controls/GitHub/AuthorizeAccessComponent";
|
import { AuthorizeAccessComponent } from "../Controls/GitHub/AuthorizeAccessComponent";
|
||||||
import { GitHubReposComponent, GitHubReposComponentProps, RepoListItem } from "../Controls/GitHub/GitHubReposComponent";
|
import { GitHubReposComponent, GitHubReposComponentProps, RepoListItem } from "../Controls/GitHub/GitHubReposComponent";
|
||||||
import { GitHubReposComponentAdapter } from "../Controls/GitHub/GitHubReposComponentAdapter";
|
import { GitHubReposComponentAdapter } from "../Controls/GitHub/GitHubReposComponentAdapter";
|
||||||
|
|
|
@ -5,7 +5,7 @@ import * as ViewModels from "../../Contracts/ViewModels";
|
||||||
import { ContextualPaneBase } from "./ContextualPaneBase";
|
import { ContextualPaneBase } from "./ContextualPaneBase";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import * as Logger from "../../Common/Logger";
|
import * as Logger from "../../Common/Logger";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import QueryTab from "../Tabs/QueryTab";
|
import QueryTab from "../Tabs/QueryTab";
|
||||||
|
|
||||||
export class LoadQueryPane extends ContextualPaneBase {
|
export class LoadQueryPane extends ContextualPaneBase {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { ReactAdapter } from "../../Bindings/ReactBindingHandler";
|
||||||
import * as Logger from "../../Common/Logger";
|
import * as Logger from "../../Common/Logger";
|
||||||
import Explorer from "../Explorer";
|
import Explorer from "../Explorer";
|
||||||
import { JunoClient } from "../../Juno/JunoClient";
|
import { JunoClient } from "../../Juno/JunoClient";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { GenericRightPaneComponent, GenericRightPaneProps } from "./GenericRightPaneComponent";
|
import { GenericRightPaneComponent, GenericRightPaneProps } from "./GenericRightPaneComponent";
|
||||||
import { PublishNotebookPaneComponent, PublishNotebookPaneProps } from "./PublishNotebookPaneComponent";
|
import { PublishNotebookPaneComponent, PublishNotebookPaneProps } from "./PublishNotebookPaneComponent";
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { ConnectionStringParser } from "../../Platform/Hosted/Helpers/Connection
|
||||||
import { ContextualPaneBase } from "./ContextualPaneBase";
|
import { ContextualPaneBase } from "./ContextualPaneBase";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { DefaultExperienceUtility } from "../../Shared/DefaultExperienceUtility";
|
import { DefaultExperienceUtility } from "../../Shared/DefaultExperienceUtility";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
|
|
||||||
export class RenewAdHocAccessPane extends ContextualPaneBase {
|
export class RenewAdHocAccessPane extends ContextualPaneBase {
|
||||||
public accessKey: ko.Observable<string>;
|
public accessKey: ko.Observable<string>;
|
||||||
|
|
|
@ -5,7 +5,7 @@ import * as ViewModels from "../../Contracts/ViewModels";
|
||||||
import { Action } from "../../Shared/Telemetry/TelemetryConstants";
|
import { Action } from "../../Shared/Telemetry/TelemetryConstants";
|
||||||
import { ContextualPaneBase } from "./ContextualPaneBase";
|
import { ContextualPaneBase } from "./ContextualPaneBase";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
||||||
import QueryTab from "../Tabs/QueryTab";
|
import QueryTab from "../Tabs/QueryTab";
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ import * as ViewModels from "../../Contracts/ViewModels";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { ContextualPaneBase } from "./ContextualPaneBase";
|
import { ContextualPaneBase } from "./ContextualPaneBase";
|
||||||
import { LocalStorageUtility, StorageKey } from "../../Shared/StorageUtility";
|
import { LocalStorageUtility, StorageKey } from "../../Shared/StorageUtility";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import { StringUtility } from "../../Shared/StringUtility";
|
import { StringUtility } from "../../Shared/StringUtility";
|
||||||
import { config } from "../../Config";
|
import { config } from "../../Config";
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ import { Action } from "../../Shared/Telemetry/TelemetryConstants";
|
||||||
import { Areas, KeyCodes } from "../../Common/Constants";
|
import { Areas, KeyCodes } from "../../Common/Constants";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { ContextualPaneBase } from "./ContextualPaneBase";
|
import { ContextualPaneBase } from "./ContextualPaneBase";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
||||||
import * as ko from "knockout";
|
import * as ko from "knockout";
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ import Q from "q";
|
||||||
import * as ViewModels from "../../Contracts/ViewModels";
|
import * as ViewModels from "../../Contracts/ViewModels";
|
||||||
import { ContextualPaneBase } from "./ContextualPaneBase";
|
import { ContextualPaneBase } from "./ContextualPaneBase";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
|
|
||||||
export interface StringInputPaneOpenOptions {
|
export interface StringInputPaneOpenOptions {
|
||||||
paneTitle: string;
|
paneTitle: string;
|
||||||
|
|
|
@ -3,7 +3,7 @@ import * as Constants from "../../Common/Constants";
|
||||||
import * as ViewModels from "../../Contracts/ViewModels";
|
import * as ViewModels from "../../Contracts/ViewModels";
|
||||||
import { ContextualPaneBase } from "./ContextualPaneBase";
|
import { ContextualPaneBase } from "./ContextualPaneBase";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
|
|
||||||
export interface UploadFilePaneOpenOptions {
|
export interface UploadFilePaneOpenOptions {
|
||||||
paneTitle: string;
|
paneTitle: string;
|
||||||
|
|
|
@ -3,7 +3,7 @@ import * as Constants from "../../Common/Constants";
|
||||||
import * as ViewModels from "../../Contracts/ViewModels";
|
import * as ViewModels from "../../Contracts/ViewModels";
|
||||||
import { ContextualPaneBase } from "./ContextualPaneBase";
|
import { ContextualPaneBase } from "./ContextualPaneBase";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import * as ErrorParserUtility from "../../Common/ErrorParserUtility";
|
import * as ErrorParserUtility from "../../Common/ErrorParserUtility";
|
||||||
import { UploadDetailsRecord, UploadDetails } from "../../workers/upload/definitions";
|
import { UploadDetailsRecord, UploadDetails } from "../../workers/upload/definitions";
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ import * as ViewModels from "../../Contracts/ViewModels";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { IconButton } from "office-ui-fabric-react/lib/Button";
|
import { IconButton } from "office-ui-fabric-react/lib/Button";
|
||||||
import { GenericRightPaneComponent, GenericRightPaneProps } from "./GenericRightPaneComponent";
|
import { GenericRightPaneComponent, GenericRightPaneProps } from "./GenericRightPaneComponent";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import { ReactAdapter } from "../../Bindings/ReactBindingHandler";
|
import { ReactAdapter } from "../../Bindings/ReactBindingHandler";
|
||||||
import { UploadDetailsRecord, UploadDetails } from "../../workers/upload/definitions";
|
import { UploadDetailsRecord, UploadDetails } from "../../workers/upload/definitions";
|
||||||
import InfoBubbleIcon from "../../../images/info-bubble.svg";
|
import InfoBubbleIcon from "../../../images/info-bubble.svg";
|
||||||
|
|
|
@ -9,7 +9,7 @@ import * as Entities from "./Entities";
|
||||||
import EnvironmentUtility from "../../Common/EnvironmentUtility";
|
import EnvironmentUtility from "../../Common/EnvironmentUtility";
|
||||||
import * as HeadersUtility from "../../Common/HeadersUtility";
|
import * as HeadersUtility from "../../Common/HeadersUtility";
|
||||||
import * as Logger from "../../Common/Logger";
|
import * as Logger from "../../Common/Logger";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import * as TableConstants from "./Constants";
|
import * as TableConstants from "./Constants";
|
||||||
import * as TableEntityProcessor from "./TableEntityProcessor";
|
import * as TableEntityProcessor from "./TableEntityProcessor";
|
||||||
import * as ViewModels from "../../Contracts/ViewModels";
|
import * as ViewModels from "../../Contracts/ViewModels";
|
||||||
|
|
|
@ -22,7 +22,7 @@ import DeleteDocumentIcon from "../../../images/DeleteDocument.svg";
|
||||||
import UploadIcon from "../../../images/Upload_16x16.svg";
|
import UploadIcon from "../../../images/Upload_16x16.svg";
|
||||||
import { extractPartitionKey, PartitionKeyDefinition, QueryIterator, ItemDefinition, Resource } from "@azure/cosmos";
|
import { extractPartitionKey, PartitionKeyDefinition, QueryIterator, ItemDefinition, Resource } from "@azure/cosmos";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import Explorer from "../Explorer";
|
import Explorer from "../Explorer";
|
||||||
import {
|
import {
|
||||||
readDocument,
|
readDocument,
|
||||||
|
|
|
@ -11,7 +11,7 @@ import { Action, ActionModifiers } from "../../Shared/Telemetry/TelemetryConstan
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { CosmosClient } from "../../Common/CosmosClient";
|
import { CosmosClient } from "../../Common/CosmosClient";
|
||||||
import { HashMap } from "../../Common/HashMap";
|
import { HashMap } from "../../Common/HashMap";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import { PlatformType } from "../../PlatformType";
|
import { PlatformType } from "../../PlatformType";
|
||||||
import Explorer from "../Explorer";
|
import Explorer from "../Explorer";
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ import { Action, ActionModifiers } from "../../Shared/Telemetry/TelemetryConstan
|
||||||
import { Areas, ArmApiVersions } from "../../Common/Constants";
|
import { Areas, ArmApiVersions } from "../../Common/Constants";
|
||||||
import { CommandBarComponentButtonFactory } from "../Menus/CommandBar/CommandBarComponentButtonFactory";
|
import { CommandBarComponentButtonFactory } from "../Menus/CommandBar/CommandBarComponentButtonFactory";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import { NotebookComponentAdapter } from "../Notebook/NotebookComponent/NotebookComponentAdapter";
|
import { NotebookComponentAdapter } from "../Notebook/NotebookComponent/NotebookComponentAdapter";
|
||||||
import { NotebookConfigurationUtils } from "../../Utils/NotebookConfigurationUtils";
|
import { NotebookConfigurationUtils } from "../../Utils/NotebookConfigurationUtils";
|
||||||
import { KernelSpecsDisplay, NotebookClientV2 } from "../Notebook/NotebookClientV2";
|
import { KernelSpecsDisplay, NotebookClientV2 } from "../Notebook/NotebookClientV2";
|
||||||
|
|
|
@ -11,7 +11,7 @@ import * as ViewModels from "../../Contracts/ViewModels";
|
||||||
import { PlatformType } from "../../PlatformType";
|
import { PlatformType } from "../../PlatformType";
|
||||||
import { Action, ActionModifiers } from "../../Shared/Telemetry/TelemetryConstants";
|
import { Action, ActionModifiers } from "../../Shared/Telemetry/TelemetryConstants";
|
||||||
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import { OfferUtils } from "../../Utils/OfferUtils";
|
import { OfferUtils } from "../../Utils/OfferUtils";
|
||||||
import { StartUploadMessageParams, UploadDetails, UploadDetailsRecord } from "../../workers/upload/definitions";
|
import { StartUploadMessageParams, UploadDetails, UploadDetailsRecord } from "../../workers/upload/definitions";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
|
|
|
@ -8,7 +8,7 @@ import { Action, ActionModifiers } from "../../Shared/Telemetry/TelemetryConstan
|
||||||
import DatabaseSettingsTab from "../Tabs/DatabaseSettingsTab";
|
import DatabaseSettingsTab from "../Tabs/DatabaseSettingsTab";
|
||||||
import Collection from "./Collection";
|
import Collection from "./Collection";
|
||||||
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
import TelemetryProcessor from "../../Shared/Telemetry/TelemetryProcessor";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import * as Logger from "../../Common/Logger";
|
import * as Logger from "../../Common/Logger";
|
||||||
import Explorer from "../Explorer";
|
import Explorer from "../Explorer";
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { AuthorizeAccessComponent } from "../Explorer/Controls/GitHub/AuthorizeA
|
||||||
import { ConsoleDataType } from "../Explorer/Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Explorer/Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { JunoClient } from "../Juno/JunoClient";
|
import { JunoClient } from "../Juno/JunoClient";
|
||||||
import { isInvalidParentFrameOrigin } from "../Utils/MessageValidation";
|
import { isInvalidParentFrameOrigin } from "../Utils/MessageValidation";
|
||||||
import { NotificationConsoleUtils } from "../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../Utils/NotificationConsoleUtils";
|
||||||
import { GitHubConnectorMsgType, IGitHubConnectorParams } from "./GitHubConnector";
|
import { GitHubConnectorMsgType, IGitHubConnectorParams } from "./GitHubConnector";
|
||||||
|
|
||||||
window.addEventListener("message", (event: MessageEvent) => {
|
window.addEventListener("message", (event: MessageEvent) => {
|
||||||
|
|
|
@ -5,7 +5,7 @@ import * as Constants from "../../Common/Constants";
|
||||||
import * as DataModels from "../../Contracts/DataModels";
|
import * as DataModels from "../../Contracts/DataModels";
|
||||||
import * as ViewModels from "../../Contracts/ViewModels";
|
import * as ViewModels from "../../Contracts/ViewModels";
|
||||||
import { AuthType } from "../../AuthType";
|
import { AuthType } from "../../AuthType";
|
||||||
import { NotificationConsoleUtils } from "../../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../../Utils/NotificationConsoleUtils";
|
||||||
import { ConsoleDataType } from "../../Explorer/Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../../Explorer/Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import { DefaultExperienceUtility } from "../../Shared/DefaultExperienceUtility";
|
import { DefaultExperienceUtility } from "../../Shared/DefaultExperienceUtility";
|
||||||
import { CosmosClient } from "../../Common/CosmosClient";
|
import { CosmosClient } from "../../Common/CosmosClient";
|
||||||
|
|
|
@ -9,7 +9,7 @@ import { CosmosClient } from "../Common/CosmosClient";
|
||||||
import { HttpStatusCodes } from "../Common/Constants";
|
import { HttpStatusCodes } from "../Common/Constants";
|
||||||
import { sendMessage } from "../Common/MessageHandler";
|
import { sendMessage } from "../Common/MessageHandler";
|
||||||
import { MessageTypes } from "../Contracts/ExplorerContracts";
|
import { MessageTypes } from "../Contracts/ExplorerContracts";
|
||||||
import { NotificationConsoleUtils } from "../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../Utils/NotificationConsoleUtils";
|
||||||
import { ResourceProviderClient } from "../ResourceProvider/ResourceProviderClient";
|
import { ResourceProviderClient } from "../ResourceProvider/ResourceProviderClient";
|
||||||
import Explorer from "../Explorer/Explorer";
|
import Explorer from "../Explorer/Explorer";
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { CosmosClient } from "../Common/CosmosClient";
|
||||||
import { HttpStatusCodes } from "../Common/Constants";
|
import { HttpStatusCodes } from "../Common/Constants";
|
||||||
import { sendMessage } from "../Common/MessageHandler";
|
import { sendMessage } from "../Common/MessageHandler";
|
||||||
import { MessageTypes } from "../Contracts/ExplorerContracts";
|
import { MessageTypes } from "../Contracts/ExplorerContracts";
|
||||||
import { NotificationConsoleUtils } from "../Utils/NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "../Utils/NotificationConsoleUtils";
|
||||||
import { ResourceProviderClient } from "../ResourceProvider/ResourceProviderClient";
|
import { ResourceProviderClient } from "../ResourceProvider/ResourceProviderClient";
|
||||||
|
|
||||||
export class AddDbUtilities {
|
export class AddDbUtilities {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import { IGalleryItem, JunoClient } from "../Juno/JunoClient";
|
import { IGalleryItem, JunoClient } from "../Juno/JunoClient";
|
||||||
import { NotificationConsoleUtils } from "./NotificationConsoleUtils";
|
import * as NotificationConsoleUtils from "./NotificationConsoleUtils";
|
||||||
import { ConsoleDataType } from "../Explorer/Menus/NotificationConsole/NotificationConsoleComponent";
|
import { ConsoleDataType } from "../Explorer/Menus/NotificationConsole/NotificationConsoleComponent";
|
||||||
import * as Logger from "../Common/Logger";
|
import * as Logger from "../Common/Logger";
|
||||||
import {
|
import {
|
||||||
|
|
|
@ -3,26 +3,77 @@ import { ConsoleDataType } from "../Explorer/Menus/NotificationConsole/Notificat
|
||||||
|
|
||||||
const _global = typeof self === "undefined" ? window : self;
|
const _global = typeof self === "undefined" ? window : self;
|
||||||
|
|
||||||
export class NotificationConsoleUtils {
|
// DEPRECATED: Use logConsoleInfo, logConsoleError, logConsoleProgress instead
|
||||||
public static logConsoleMessage(type: ConsoleDataType, message: string, id?: string): string {
|
export function logConsoleMessage(type: ConsoleDataType, message: string, id?: string): string {
|
||||||
const dataExplorer = _global.dataExplorer;
|
const dataExplorer = _global.dataExplorer;
|
||||||
if (dataExplorer != null) {
|
if (dataExplorer) {
|
||||||
const date = new Date();
|
const date = new Date();
|
||||||
const formattedDate: string = new Intl.DateTimeFormat("en-EN", {
|
const formattedDate: string = new Intl.DateTimeFormat("en-EN", {
|
||||||
hour12: true,
|
hour12: true,
|
||||||
hour: "numeric",
|
hour: "numeric",
|
||||||
minute: "numeric"
|
minute: "numeric"
|
||||||
}).format(date);
|
}).format(date);
|
||||||
if (!id) {
|
if (!id) {
|
||||||
id = _.uniqueId();
|
id = _.uniqueId();
|
||||||
}
|
|
||||||
dataExplorer.logConsoleData({ type: type, date: formattedDate, message: message, id: id });
|
|
||||||
}
|
}
|
||||||
return id;
|
dataExplorer.logConsoleData({ type: type, date: formattedDate, message: message, id: id });
|
||||||
}
|
}
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
public static clearInProgressMessageWithId(id: string) {
|
export function clearInProgressMessageWithId(id: string): void {
|
||||||
const dataExplorer = _global.dataExplorer;
|
const dataExplorer = _global.dataExplorer;
|
||||||
dataExplorer && (dataExplorer as any).deleteInProgressConsoleDataWithId(id);
|
dataExplorer && dataExplorer.deleteInProgressConsoleDataWithId(id);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function logConsoleProgress(message: string): () => void {
|
||||||
|
const type = ConsoleDataType.InProgress;
|
||||||
|
const dataExplorer = _global.dataExplorer;
|
||||||
|
if (dataExplorer) {
|
||||||
|
const id = _.uniqueId();
|
||||||
|
const date = new Date();
|
||||||
|
const formattedDate: string = new Intl.DateTimeFormat("en-EN", {
|
||||||
|
hour12: true,
|
||||||
|
hour: "numeric",
|
||||||
|
minute: "numeric"
|
||||||
|
}).format(date);
|
||||||
|
dataExplorer.logConsoleData({ type, date: formattedDate, message, id });
|
||||||
|
return () => {
|
||||||
|
dataExplorer.deleteInProgressConsoleDataWithId(id);
|
||||||
|
};
|
||||||
|
} else {
|
||||||
|
return () => {
|
||||||
|
return;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export function logConsoleError(message: string): void {
|
||||||
|
const type = ConsoleDataType.Error;
|
||||||
|
const dataExplorer = _global.dataExplorer;
|
||||||
|
if (dataExplorer) {
|
||||||
|
const id = _.uniqueId();
|
||||||
|
const date = new Date();
|
||||||
|
const formattedDate: string = new Intl.DateTimeFormat("en-EN", {
|
||||||
|
hour12: true,
|
||||||
|
hour: "numeric",
|
||||||
|
minute: "numeric"
|
||||||
|
}).format(date);
|
||||||
|
dataExplorer.logConsoleData({ type, date: formattedDate, message, id });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export function logConsoleInfo(message: string): void {
|
||||||
|
const type = ConsoleDataType.Info;
|
||||||
|
const dataExplorer = _global.dataExplorer;
|
||||||
|
if (dataExplorer) {
|
||||||
|
const id = _.uniqueId();
|
||||||
|
const date = new Date();
|
||||||
|
const formattedDate: string = new Intl.DateTimeFormat("en-EN", {
|
||||||
|
hour12: true,
|
||||||
|
hour: "numeric",
|
||||||
|
minute: "numeric"
|
||||||
|
}).format(date);
|
||||||
|
dataExplorer.logConsoleData({ type, date: formattedDate, message, id });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,196 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Lists the Cassandra keyspaces under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function listCassandraKeyspaces(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.CassandraKeyspaceListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the Cassandra keyspaces under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getCassandraKeyspace(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string
|
||||||
|
): Promise<Types.CassandraKeyspaceGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Create or update an Azure Cosmos DB Cassandra keyspace */
|
||||||
|
export async function createUpdateCassandraKeyspace(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string,
|
||||||
|
body: Types.CassandraKeyspaceCreateUpdateParameters
|
||||||
|
): Promise<Types.CassandraKeyspaceGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB Cassandra keyspace. */
|
||||||
|
export async function deleteCassandraKeyspace(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the RUs per second of the Cassandra Keyspace under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getCassandraKeyspaceThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Update RUs per second of an Azure Cosmos DB Cassandra Keyspace */
|
||||||
|
export async function updateCassandraKeyspaceThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string,
|
||||||
|
body: Types.ThroughputSettingsUpdateParameters
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale */
|
||||||
|
export async function migrateCassandraKeyspaceToAutoscale(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}/throughputSettings/default/migrateToAutoscale`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput */
|
||||||
|
export async function migrateCassandraKeyspaceToManualThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}/throughputSettings/default/migrateToManualThroughput`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists the Cassandra table under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function listCassandraTables(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string
|
||||||
|
): Promise<Types.CassandraTableListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}/tables`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the Cassandra table under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function getCassandraTable(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string,
|
||||||
|
tableName: string
|
||||||
|
): Promise<Types.CassandraTableGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}/tables/${tableName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Create or update an Azure Cosmos DB Cassandra Table */
|
||||||
|
export async function createUpdateCassandraTable(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string,
|
||||||
|
tableName: string,
|
||||||
|
body: Types.CassandraTableCreateUpdateParameters
|
||||||
|
): Promise<Types.CassandraTableGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}/tables/${tableName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB Cassandra table. */
|
||||||
|
export async function deleteCassandraTable(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string,
|
||||||
|
tableName: string
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}/tables/${tableName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the RUs per second of the Cassandra table under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getCassandraTableThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string,
|
||||||
|
tableName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}/tables/${tableName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Update RUs per second of an Azure Cosmos DB Cassandra table */
|
||||||
|
export async function updateCassandraTableThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string,
|
||||||
|
tableName: string,
|
||||||
|
body: Types.ThroughputSettingsUpdateParameters
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}/tables/${tableName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale */
|
||||||
|
export async function migrateCassandraTableToAutoscale(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string,
|
||||||
|
tableName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}/tables/${tableName}/throughputSettings/default/migrateToAutoscale`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput */
|
||||||
|
export async function migrateCassandraTableToManualThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
keyspaceName: string,
|
||||||
|
tableName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/cassandraKeyspaces/${keyspaceName}/tables/${tableName}/throughputSettings/default/migrateToManualThroughput`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,46 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Retrieves the metrics determined by the given filter for the given database account and collection. */
|
||||||
|
export async function listMetrics(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseRid: string,
|
||||||
|
collectionRid: string
|
||||||
|
): Promise<Types.MetricListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/databases/${databaseRid}/collections/${collectionRid}/metrics`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Retrieves the usages (most recent storage data) for the given collection. */
|
||||||
|
export async function listUsages(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseRid: string,
|
||||||
|
collectionRid: string
|
||||||
|
): Promise<Types.UsagesResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/databases/${databaseRid}/collections/${collectionRid}/usages`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Retrieves metric definitions for the given collection. */
|
||||||
|
export async function listMetricDefinitions(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseRid: string,
|
||||||
|
collectionRid: string
|
||||||
|
): Promise<Types.MetricDefinitionsListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/databases/${databaseRid}/collections/${collectionRid}/metricDefinitions`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,34 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Retrieves the metrics determined by the given filter for the given collection, split by partition. */
|
||||||
|
export async function listMetrics(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseRid: string,
|
||||||
|
collectionRid: string
|
||||||
|
): Promise<Types.PartitionMetricListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/databases/${databaseRid}/collections/${collectionRid}/partitions/metrics`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Retrieves the usages (most recent storage data) for the given collection, split by partition. */
|
||||||
|
export async function listUsages(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseRid: string,
|
||||||
|
collectionRid: string
|
||||||
|
): Promise<Types.PartitionUsagesResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/databases/${databaseRid}/collections/${collectionRid}/partitions/usages`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,23 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Retrieves the metrics determined by the given filter for the given collection and region, split by partition. */
|
||||||
|
export async function listMetrics(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
region: string,
|
||||||
|
databaseRid: string,
|
||||||
|
collectionRid: string
|
||||||
|
): Promise<Types.PartitionMetricListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/region/${region}/databases/${databaseRid}/collections/${collectionRid}/partitions/metrics`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,23 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Retrieves the metrics determined by the given filter for the given database account, collection and region. */
|
||||||
|
export async function listMetrics(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
region: string,
|
||||||
|
databaseRid: string,
|
||||||
|
collectionRid: string
|
||||||
|
): Promise<Types.MetricListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/region/${region}/databases/${databaseRid}/collections/${collectionRid}/metrics`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,43 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Retrieves the metrics determined by the given filter for the given database account and database. */
|
||||||
|
export async function listMetrics(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseRid: string
|
||||||
|
): Promise<Types.MetricListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/databases/${databaseRid}/metrics`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Retrieves the usages (most recent data) for the given database. */
|
||||||
|
export async function listUsages(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseRid: string
|
||||||
|
): Promise<Types.UsagesResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/databases/${databaseRid}/usages`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Retrieves metric definitions for the given database. */
|
||||||
|
export async function listMetricDefinitions(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseRid: string
|
||||||
|
): Promise<Types.MetricDefinitionsListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/databases/${databaseRid}/metricDefinitions`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Retrieves the metrics determined by the given filter for the given database account and region. */
|
||||||
|
export async function listMetrics(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
region: string
|
||||||
|
): Promise<Types.MetricListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/region/${region}/metrics`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,183 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Retrieves the properties of an existing Azure Cosmos DB database account. */
|
||||||
|
export async function get(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.DatabaseAccountGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Updates the properties of an existing Azure Cosmos DB database account. */
|
||||||
|
export async function update(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
body: Types.DatabaseAccountUpdateParameters
|
||||||
|
): Promise<Types.DatabaseAccountGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PATCH", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Creates or updates an Azure Cosmos DB database account. The "Update" method is preferred when performing updates on an account. */
|
||||||
|
export async function createOrUpdate(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
body: Types.DatabaseAccountCreateUpdateParameters
|
||||||
|
): Promise<Types.DatabaseAccountGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB database account. */
|
||||||
|
export async function destroy(subscriptionId: string, resourceGroupName: string, accountName: string): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Changes the failover priority for the Azure Cosmos DB database account. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists. */
|
||||||
|
export async function failoverPriorityChange(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
body: Types.FailoverPolicies
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/failoverPriorityChange`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists all the Azure Cosmos DB database accounts available under the subscription. */
|
||||||
|
export async function list(subscriptionId: string): Promise<Types.DatabaseAccountsListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/providers/Microsoft.DocumentDB/databaseAccounts`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists all the Azure Cosmos DB database accounts available under the given resource group. */
|
||||||
|
export async function listByResourceGroup(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string
|
||||||
|
): Promise<Types.DatabaseAccountsListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists the access keys for the specified Azure Cosmos DB database account. */
|
||||||
|
export async function listKeys(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.DatabaseAccountListKeysResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/listKeys`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists the connection strings for the specified Azure Cosmos DB database account. */
|
||||||
|
export async function listConnectionStrings(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.DatabaseAccountListConnectionStringsResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/listConnectionStrings`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Offline the specified region for the specified Azure Cosmos DB database account. */
|
||||||
|
export async function offlineRegion(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
body: Types.RegionForOnlineOffline
|
||||||
|
): Promise<void | Types.ErrorResponse> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/offlineRegion`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Online the specified region for the specified Azure Cosmos DB database account. */
|
||||||
|
export async function onlineRegion(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
body: Types.RegionForOnlineOffline
|
||||||
|
): Promise<void | Types.ErrorResponse> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/onlineRegion`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists the read-only access keys for the specified Azure Cosmos DB database account. */
|
||||||
|
export async function getReadOnlyKeys(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.DatabaseAccountListReadOnlyKeysResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/readonlykeys`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists the read-only access keys for the specified Azure Cosmos DB database account. */
|
||||||
|
export async function listReadOnlyKeys(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.DatabaseAccountListReadOnlyKeysResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/readonlykeys`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Regenerates an access key for the specified Azure Cosmos DB database account. */
|
||||||
|
export async function regenerateKey(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
body: Types.DatabaseAccountRegenerateKeyParameters
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/regenerateKey`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Checks that the Azure Cosmos DB account name already exists. A valid account name may contain only lowercase letters, numbers, and the '-' character, and must be between 3 and 50 characters. */
|
||||||
|
export async function checkNameExists(accountName: string): Promise<void> {
|
||||||
|
const path = `/providers/Microsoft.DocumentDB/databaseAccountNames/${accountName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "HEAD", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Retrieves the metrics determined by the given filter for the given database account. */
|
||||||
|
export async function listMetrics(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.MetricListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/metrics`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Retrieves the usages (most recent data) for the given database account. */
|
||||||
|
export async function listUsages(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.UsagesResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/usages`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Retrieves metric definitions for the given database account. */
|
||||||
|
export async function listMetricDefinitions(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.MetricDefinitionsListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/metricDefinitions`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,196 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Lists the Gremlin databases under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function listGremlinDatabases(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.GremlinDatabaseListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getGremlinDatabase(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.GremlinDatabaseGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Create or update an Azure Cosmos DB Gremlin database */
|
||||||
|
export async function createUpdateGremlinDatabase(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
body: Types.GremlinDatabaseCreateUpdateParameters
|
||||||
|
): Promise<Types.GremlinDatabaseGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB Gremlin database. */
|
||||||
|
export async function deleteGremlinDatabase(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getGremlinDatabaseThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Update RUs per second of an Azure Cosmos DB Gremlin database */
|
||||||
|
export async function updateGremlinDatabaseThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
body: Types.ThroughputSettingsUpdateParameters
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale */
|
||||||
|
export async function migrateGremlinDatabaseToAutoscale(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}/throughputSettings/default/migrateToAutoscale`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput */
|
||||||
|
export async function migrateGremlinDatabaseToManualThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}/throughputSettings/default/migrateToManualThroughput`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists the Gremlin graph under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function listGremlinGraphs(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.GremlinGraphListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}/graphs`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the Gremlin graph under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function getGremlinGraph(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
graphName: string
|
||||||
|
): Promise<Types.GremlinGraphGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}/graphs/${graphName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Create or update an Azure Cosmos DB Gremlin graph */
|
||||||
|
export async function createUpdateGremlinGraph(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
graphName: string,
|
||||||
|
body: Types.GremlinGraphCreateUpdateParameters
|
||||||
|
): Promise<Types.GremlinGraphGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}/graphs/${graphName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB Gremlin graph. */
|
||||||
|
export async function deleteGremlinGraph(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
graphName: string
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}/graphs/${graphName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getGremlinGraphThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
graphName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}/graphs/${graphName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Update RUs per second of an Azure Cosmos DB Gremlin graph */
|
||||||
|
export async function updateGremlinGraphThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
graphName: string,
|
||||||
|
body: Types.ThroughputSettingsUpdateParameters
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}/graphs/${graphName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale */
|
||||||
|
export async function migrateGremlinGraphToAutoscale(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
graphName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}/graphs/${graphName}/throughputSettings/default/migrateToAutoscale`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput */
|
||||||
|
export async function migrateGremlinGraphToManualThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
graphName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/gremlinDatabases/${databaseName}/graphs/${graphName}/throughputSettings/default/migrateToManualThroughput`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,196 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Lists the MongoDB databases under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function listMongoDBDatabases(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.MongoDBDatabaseListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getMongoDBDatabase(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.MongoDBDatabaseGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Create or updates Azure Cosmos DB MongoDB database */
|
||||||
|
export async function createUpdateMongoDBDatabase(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
body: Types.MongoDBDatabaseCreateUpdateParameters
|
||||||
|
): Promise<Types.MongoDBDatabaseGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB MongoDB database. */
|
||||||
|
export async function deleteMongoDBDatabase(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getMongoDBDatabaseThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Update RUs per second of the an Azure Cosmos DB MongoDB database */
|
||||||
|
export async function updateMongoDBDatabaseThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
body: Types.ThroughputSettingsUpdateParameters
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale */
|
||||||
|
export async function migrateMongoDBDatabaseToAutoscale(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}/throughputSettings/default/migrateToAutoscale`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput */
|
||||||
|
export async function migrateMongoDBDatabaseToManualThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}/throughputSettings/default/migrateToManualThroughput`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists the MongoDB collection under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function listMongoDBCollections(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.MongoDBCollectionListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}/collections`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the MongoDB collection under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function getMongoDBCollection(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
collectionName: string
|
||||||
|
): Promise<Types.MongoDBCollectionGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}/collections/${collectionName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Create or update an Azure Cosmos DB MongoDB Collection */
|
||||||
|
export async function createUpdateMongoDBCollection(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
collectionName: string,
|
||||||
|
body: Types.MongoDBCollectionCreateUpdateParameters
|
||||||
|
): Promise<Types.MongoDBCollectionGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}/collections/${collectionName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB MongoDB Collection. */
|
||||||
|
export async function deleteMongoDBCollection(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
collectionName: string
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}/collections/${collectionName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getMongoDBCollectionThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
collectionName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}/collections/${collectionName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Update the RUs per second of an Azure Cosmos DB MongoDB collection */
|
||||||
|
export async function updateMongoDBCollectionThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
collectionName: string,
|
||||||
|
body: Types.ThroughputSettingsUpdateParameters
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}/collections/${collectionName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale */
|
||||||
|
export async function migrateMongoDBCollectionToAutoscale(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
collectionName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}/collections/${collectionName}/throughputSettings/default/migrateToAutoscale`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput */
|
||||||
|
export async function migrateMongoDBCollectionToManualThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
collectionName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/mongodbDatabases/${databaseName}/collections/${collectionName}/throughputSettings/default/migrateToManualThroughput`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Lists all of the available Cosmos DB Resource Provider operations. */
|
||||||
|
export async function list(): Promise<Types.OperationListResult> {
|
||||||
|
const path = `/providers/Microsoft.DocumentDB/operations`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,23 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Retrieves the metrics determined by the given filter for the given partition key range id. */
|
||||||
|
export async function listMetrics(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseRid: string,
|
||||||
|
collectionRid: string,
|
||||||
|
partitionKeyRangeId: string
|
||||||
|
): Promise<Types.PartitionMetricListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/databases/${databaseRid}/collections/${collectionRid}/partitionKeyRangeId/${partitionKeyRangeId}/metrics`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Retrieves the metrics determined by the given filter for the given partition key range id and region. */
|
||||||
|
export async function listMetrics(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
region: string,
|
||||||
|
databaseRid: string,
|
||||||
|
collectionRid: string,
|
||||||
|
partitionKeyRangeId: string
|
||||||
|
): Promise<Types.PartitionMetricListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/region/${region}/databases/${databaseRid}/collections/${collectionRid}/partitionKeyRangeId/${partitionKeyRangeId}/metrics`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,20 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Retrieves the metrics determined by the given filter for the given database account. This url is only for PBS and Replication Latency data */
|
||||||
|
export async function listMetrics(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.PercentileMetricListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/percentile/metrics`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,22 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Retrieves the metrics determined by the given filter for the given account, source and target region. This url is only for PBS and Replication Latency data */
|
||||||
|
export async function listMetrics(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
sourceRegion: string,
|
||||||
|
targetRegion: string
|
||||||
|
): Promise<Types.PercentileMetricListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sourceRegion/${sourceRegion}/targetRegion/${targetRegion}/percentile/metrics`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Retrieves the metrics determined by the given filter for the given account target region. This url is only for PBS and Replication Latency data */
|
||||||
|
export async function listMetrics(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
targetRegion: string
|
||||||
|
): Promise<Types.PercentileMetricListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/targetRegion/${targetRegion}/percentile/metrics`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,352 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Lists the SQL databases under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function listSqlDatabases(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.SqlDatabaseListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the SQL database under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getSqlDatabase(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.SqlDatabaseGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Create or update an Azure Cosmos DB SQL database */
|
||||||
|
export async function createUpdateSqlDatabase(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
body: Types.SqlDatabaseCreateUpdateParameters
|
||||||
|
): Promise<Types.SqlDatabaseGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB SQL database. */
|
||||||
|
export async function deleteSqlDatabase(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the RUs per second of the SQL database under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getSqlDatabaseThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Update RUs per second of an Azure Cosmos DB SQL database */
|
||||||
|
export async function updateSqlDatabaseThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
body: Types.ThroughputSettingsUpdateParameters
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB SQL database from manual throughput to autoscale */
|
||||||
|
export async function migrateSqlDatabaseToAutoscale(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/throughputSettings/default/migrateToAutoscale`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB SQL database from autoscale to manual throughput */
|
||||||
|
export async function migrateSqlDatabaseToManualThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/throughputSettings/default/migrateToManualThroughput`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists the SQL container under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function listSqlContainers(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string
|
||||||
|
): Promise<Types.SqlContainerListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the SQL container under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function getSqlContainer(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string
|
||||||
|
): Promise<Types.SqlContainerGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Create or update an Azure Cosmos DB SQL container */
|
||||||
|
export async function createUpdateSqlContainer(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string,
|
||||||
|
body: Types.SqlContainerCreateUpdateParameters
|
||||||
|
): Promise<Types.SqlContainerGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB SQL container. */
|
||||||
|
export async function deleteSqlContainer(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function getSqlContainerThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Update RUs per second of an Azure Cosmos DB SQL container */
|
||||||
|
export async function updateSqlContainerThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string,
|
||||||
|
body: Types.ThroughputSettingsUpdateParameters
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB SQL container from manual throughput to autoscale */
|
||||||
|
export async function migrateSqlContainerToAutoscale(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/throughputSettings/default/migrateToAutoscale`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB SQL container from autoscale to manual throughput */
|
||||||
|
export async function migrateSqlContainerToManualThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/throughputSettings/default/migrateToManualThroughput`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists the SQL storedProcedure under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function listSqlStoredProcedures(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string
|
||||||
|
): Promise<Types.SqlStoredProcedureListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/storedProcedures`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the SQL storedProcedure under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function getSqlStoredProcedure(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string,
|
||||||
|
storedProcedureName: string
|
||||||
|
): Promise<Types.SqlStoredProcedureGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/storedProcedures/${storedProcedureName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Create or update an Azure Cosmos DB SQL storedProcedure */
|
||||||
|
export async function createUpdateSqlStoredProcedure(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string,
|
||||||
|
storedProcedureName: string,
|
||||||
|
body: Types.SqlStoredProcedureCreateUpdateParameters
|
||||||
|
): Promise<Types.SqlStoredProcedureGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/storedProcedures/${storedProcedureName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB SQL storedProcedure. */
|
||||||
|
export async function deleteSqlStoredProcedure(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string,
|
||||||
|
storedProcedureName: string
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/storedProcedures/${storedProcedureName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists the SQL userDefinedFunction under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function listSqlUserDefinedFunctions(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string
|
||||||
|
): Promise<Types.SqlUserDefinedFunctionListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/userDefinedFunctions`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the SQL userDefinedFunction under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function getSqlUserDefinedFunction(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string,
|
||||||
|
userDefinedFunctionName: string
|
||||||
|
): Promise<Types.SqlUserDefinedFunctionGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/userDefinedFunctions/${userDefinedFunctionName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Create or update an Azure Cosmos DB SQL userDefinedFunction */
|
||||||
|
export async function createUpdateSqlUserDefinedFunction(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string,
|
||||||
|
userDefinedFunctionName: string,
|
||||||
|
body: Types.SqlUserDefinedFunctionCreateUpdateParameters
|
||||||
|
): Promise<Types.SqlUserDefinedFunctionGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/userDefinedFunctions/${userDefinedFunctionName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB SQL userDefinedFunction. */
|
||||||
|
export async function deleteSqlUserDefinedFunction(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string,
|
||||||
|
userDefinedFunctionName: string
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/userDefinedFunctions/${userDefinedFunctionName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Lists the SQL trigger under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function listSqlTriggers(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string
|
||||||
|
): Promise<Types.SqlTriggerListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/triggers`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the SQL trigger under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function getSqlTrigger(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string,
|
||||||
|
triggerName: string
|
||||||
|
): Promise<Types.SqlTriggerGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/triggers/${triggerName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Create or update an Azure Cosmos DB SQL trigger */
|
||||||
|
export async function createUpdateSqlTrigger(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string,
|
||||||
|
triggerName: string,
|
||||||
|
body: Types.SqlTriggerCreateUpdateParameters
|
||||||
|
): Promise<Types.SqlTriggerGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/triggers/${triggerName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB SQL trigger. */
|
||||||
|
export async function deleteSqlTrigger(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
databaseName: string,
|
||||||
|
containerName: string,
|
||||||
|
triggerName: string
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/sqlDatabases/${databaseName}/containers/${containerName}/triggers/${triggerName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
|
@ -0,0 +1,99 @@
|
||||||
|
/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { armRequest } from "../../request";
|
||||||
|
import * as Types from "./types";
|
||||||
|
import { config } from "../../../../Config";
|
||||||
|
const apiVersion = "2020-04-01";
|
||||||
|
|
||||||
|
/* Lists the Tables under an existing Azure Cosmos DB database account. */
|
||||||
|
export async function listTables(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string
|
||||||
|
): Promise<Types.TableListResult> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/tables`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the Tables under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getTable(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
tableName: string
|
||||||
|
): Promise<Types.TableGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/tables/${tableName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Create or update an Azure Cosmos DB Table */
|
||||||
|
export async function createUpdateTable(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
tableName: string,
|
||||||
|
body: Types.TableCreateUpdateParameters
|
||||||
|
): Promise<Types.TableGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/tables/${tableName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deletes an existing Azure Cosmos DB Table. */
|
||||||
|
export async function deleteTable(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
tableName: string
|
||||||
|
): Promise<void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/tables/${tableName}`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "DELETE", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gets the RUs per second of the Table under an existing Azure Cosmos DB database account with the provided name. */
|
||||||
|
export async function getTableThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
tableName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/tables/${tableName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "GET", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Update RUs per second of an Azure Cosmos DB Table */
|
||||||
|
export async function updateTableThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
tableName: string,
|
||||||
|
body: Types.ThroughputSettingsUpdateParameters
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/tables/${tableName}/throughputSettings/default`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "PUT", apiVersion, body: JSON.stringify(body) });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB Table from manual throughput to autoscale */
|
||||||
|
export async function migrateTableToAutoscale(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
tableName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/tables/${tableName}/throughputSettings/default/migrateToAutoscale`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Migrate an Azure Cosmos DB Table from autoscale to manual throughput */
|
||||||
|
export async function migrateTableToManualThroughput(
|
||||||
|
subscriptionId: string,
|
||||||
|
resourceGroupName: string,
|
||||||
|
accountName: string,
|
||||||
|
tableName: string
|
||||||
|
): Promise<Types.ThroughputSettingsGetResults | void> {
|
||||||
|
const path = `/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/${accountName}/tables/${tableName}/throughputSettings/default/migrateToManualThroughput`;
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "POST", apiVersion });
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,44 @@
|
||||||
|
import { armRequest } from "./request";
|
||||||
|
|
||||||
|
describe("ARM request", () => {
|
||||||
|
it("should call window.fetch", async () => {
|
||||||
|
window.fetch = jest.fn().mockResolvedValue({
|
||||||
|
ok: true,
|
||||||
|
json: async () => {
|
||||||
|
return {};
|
||||||
|
}
|
||||||
|
});
|
||||||
|
await armRequest({ apiVersion: "2001-01-01", host: "https://foo.com", path: "foo", method: "GET" });
|
||||||
|
expect(window.fetch).toHaveBeenCalled();
|
||||||
|
});
|
||||||
|
|
||||||
|
it("should poll for async operations", async () => {
|
||||||
|
const headers = new Headers();
|
||||||
|
headers.set("azure-asyncoperation", "https://foo.com/operationStatus");
|
||||||
|
window.fetch = jest.fn().mockResolvedValue({
|
||||||
|
ok: true,
|
||||||
|
headers,
|
||||||
|
json: async () => {
|
||||||
|
return { status: "Succeeded" };
|
||||||
|
}
|
||||||
|
});
|
||||||
|
await armRequest({ apiVersion: "2001-01-01", host: "https://foo.com", path: "foo", method: "GET" });
|
||||||
|
expect(window.fetch).toHaveBeenCalledTimes(2);
|
||||||
|
});
|
||||||
|
|
||||||
|
it("should throw for failed async operations", async () => {
|
||||||
|
const headers = new Headers();
|
||||||
|
headers.set("azure-asyncoperation", "https://foo.com/operationStatus");
|
||||||
|
window.fetch = jest.fn().mockResolvedValue({
|
||||||
|
ok: true,
|
||||||
|
headers,
|
||||||
|
json: async () => {
|
||||||
|
return { status: "Failed" };
|
||||||
|
}
|
||||||
|
});
|
||||||
|
await expect(() =>
|
||||||
|
armRequest({ apiVersion: "2001-01-01", host: "https://foo.com", path: "foo", method: "GET" })
|
||||||
|
).rejects.toThrow();
|
||||||
|
expect(window.fetch).toHaveBeenCalledTimes(2);
|
||||||
|
});
|
||||||
|
});
|
|
@ -0,0 +1,102 @@
|
||||||
|
/*
|
||||||
|
|
||||||
|
A general purpose fetch function for ARM resources. Not designed to be used directly
|
||||||
|
Instead, generate ARM clients that consume this function with stricter typing.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { CosmosClient } from "../../Common/CosmosClient";
|
||||||
|
import promiseRetry, { AbortError } from "p-retry";
|
||||||
|
|
||||||
|
interface ErrorResponse {
|
||||||
|
error: {
|
||||||
|
code: string;
|
||||||
|
message: string;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
interface ARMError extends Error {
|
||||||
|
code: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
interface Options {
|
||||||
|
host: string;
|
||||||
|
path: string;
|
||||||
|
apiVersion: string;
|
||||||
|
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD";
|
||||||
|
body?: unknown;
|
||||||
|
}
|
||||||
|
|
||||||
|
// TODO: This is very similar to what is happening in ResourceProviderClient.ts. Should probably merge them.
|
||||||
|
export async function armRequest<T>({ host, path, apiVersion, method, body: requestBody }: Options): Promise<T> {
|
||||||
|
const url = new URL(path, host);
|
||||||
|
url.searchParams.append("api-version", apiVersion);
|
||||||
|
const response = await window.fetch(url.href, {
|
||||||
|
method,
|
||||||
|
headers: {
|
||||||
|
Authorization: CosmosClient.authorizationToken()
|
||||||
|
},
|
||||||
|
body: requestBody ? JSON.stringify(requestBody) : undefined
|
||||||
|
});
|
||||||
|
if (!response.ok) {
|
||||||
|
const errorResponse = (await response.json()) as ErrorResponse;
|
||||||
|
const error = new Error(errorResponse.error?.message) as ARMError;
|
||||||
|
error.code = errorResponse.error.code;
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
|
|
||||||
|
const operationStatusUrl = response.headers && response.headers.get("azure-asyncoperation");
|
||||||
|
if (operationStatusUrl) {
|
||||||
|
await promiseRetry(() => getOperationStatus(operationStatusUrl));
|
||||||
|
// TODO: ARM is supposed to return a resourceLocation property, but it does not https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#target-resource-location
|
||||||
|
// When Cosmos RP adds resourceLocation, we should use it instead
|
||||||
|
// For now manually execute a GET if the operation was a mutation and not a deletion
|
||||||
|
if (method === "POST" || method === "PATCH" || method === "PUT") {
|
||||||
|
return armRequest({
|
||||||
|
host,
|
||||||
|
path,
|
||||||
|
apiVersion,
|
||||||
|
method: "GET"
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const responseBody = (await response.json()) as T;
|
||||||
|
return responseBody;
|
||||||
|
}
|
||||||
|
|
||||||
|
const SUCCEEDED = "Succeeded" as const;
|
||||||
|
const FAILED = "Failed" as const;
|
||||||
|
const CANCELED = "Canceled" as const;
|
||||||
|
|
||||||
|
type Status = typeof SUCCEEDED | typeof FAILED | typeof CANCELED;
|
||||||
|
|
||||||
|
interface OperationResponse {
|
||||||
|
status: Status;
|
||||||
|
error: unknown;
|
||||||
|
}
|
||||||
|
|
||||||
|
async function getOperationStatus(operationStatusUrl: string) {
|
||||||
|
const response = await window.fetch(operationStatusUrl, {
|
||||||
|
headers: {
|
||||||
|
Authorization: CosmosClient.authorizationToken()
|
||||||
|
}
|
||||||
|
});
|
||||||
|
if (!response.ok) {
|
||||||
|
const errorResponse = (await response.json()) as ErrorResponse;
|
||||||
|
const error = new Error(errorResponse.error?.message) as ARMError;
|
||||||
|
error.code = errorResponse.error.code;
|
||||||
|
throw new AbortError(error);
|
||||||
|
}
|
||||||
|
const body = (await response.json()) as OperationResponse;
|
||||||
|
const status = body.status;
|
||||||
|
if (status === SUCCEEDED) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (status === CANCELED || status === FAILED) {
|
||||||
|
const errorMessage = body.error ? JSON.stringify(body.error) : "Operation could not be completed";
|
||||||
|
const error = new Error(errorMessage);
|
||||||
|
throw new AbortError(error);
|
||||||
|
}
|
||||||
|
throw new Error(`Operation Response: ${JSON.stringify(body)}. Retrying.`);
|
||||||
|
}
|
|
@ -68,6 +68,7 @@
|
||||||
"./src/Utils/MessageValidation.ts",
|
"./src/Utils/MessageValidation.ts",
|
||||||
"./src/Utils/OfferUtils.ts",
|
"./src/Utils/OfferUtils.ts",
|
||||||
"./src/Utils/StringUtils.ts",
|
"./src/Utils/StringUtils.ts",
|
||||||
|
"./src/Utils/arm/generatedClients/2020-04-01/types.ts",
|
||||||
"./src/quickstart.ts",
|
"./src/quickstart.ts",
|
||||||
"./src/setupTests.ts",
|
"./src/setupTests.ts",
|
||||||
"./src/workers/upload/definitions.ts"
|
"./src/workers/upload/definitions.ts"
|
||||||
|
|
|
@ -0,0 +1,246 @@
|
||||||
|
/// <reference types="node" />
|
||||||
|
import { writeFileSync } from "fs";
|
||||||
|
import mkdirp from "mkdirp";
|
||||||
|
import fetch from "node-fetch";
|
||||||
|
import * as path from "path";
|
||||||
|
|
||||||
|
/*
|
||||||
|
Open API TypeScript Client Generator
|
||||||
|
|
||||||
|
This is a bespoke Open API client generator not intended for general public use.
|
||||||
|
It is not designed to handle the full OpenAPI spec.
|
||||||
|
Many other more general purpose generators exist, but their output is very verbose and overly complex for our use case.
|
||||||
|
But it does work well enough to generate a fully typed tree-shakeable client for the Cosmos resource provider.
|
||||||
|
Results of this file should be checked into the repo.
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Array of strings to use for eventual output
|
||||||
|
const outputTypes: string[] = [""];
|
||||||
|
const version = "2020-04-01";
|
||||||
|
const schemaURL = `https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/${version}/cosmos-db.json`;
|
||||||
|
|
||||||
|
const outputDir = path.join(__dirname, `../../src/Utils/arm/generatedClients/${version}`);
|
||||||
|
mkdirp.sync(outputDir);
|
||||||
|
|
||||||
|
// Buckets for grouping operations based on their name
|
||||||
|
interface Client {
|
||||||
|
paths: string[];
|
||||||
|
functions: string[];
|
||||||
|
constructorParams: string[];
|
||||||
|
}
|
||||||
|
const clients: { [key: string]: Client } = {};
|
||||||
|
|
||||||
|
// Mapping for OpenAPI types to TypeScript types
|
||||||
|
const propertyMap: { [key: string]: string } = {
|
||||||
|
integer: "number"
|
||||||
|
};
|
||||||
|
|
||||||
|
// Converts a Open API reference: "#/definitions/Foo" to a type name: Foo
|
||||||
|
function refToType(path: string | undefined, namespace?: string) {
|
||||||
|
// References must be in the same file. Bail to `unknown` types for remote references
|
||||||
|
if (path && path.startsWith("#")) {
|
||||||
|
const type = path.split("/").pop();
|
||||||
|
return namespace ? `${namespace}.${type}` : type;
|
||||||
|
}
|
||||||
|
return "unknown";
|
||||||
|
}
|
||||||
|
|
||||||
|
// Converts "Something_Foo" -> "somethingFoo"
|
||||||
|
function camelize(str: string) {
|
||||||
|
return str
|
||||||
|
.replace(/(?:^\w|[A-Z]|\b\w)/g, (word: string, index: number) => {
|
||||||
|
return index === 0 ? word.toLowerCase() : word.toUpperCase();
|
||||||
|
})
|
||||||
|
.replace(/\s+/g, "");
|
||||||
|
}
|
||||||
|
|
||||||
|
// Converts a body paramter to the equivalent typescript function parameter type
|
||||||
|
function bodyParam(parameter: { schema: { $ref: string } }, namespace: string) {
|
||||||
|
if (!parameter) {
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
return `,body: ${refToType(parameter.schema.$ref, namespace)}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
function parametersFromPath(path: string) {
|
||||||
|
// TODO: Remove any. String.matchAll is a real thing.
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
const matches = (path as any).matchAll(/{(\w+)}/g);
|
||||||
|
return Array.from(matches).map((match: string[]) => match[1]);
|
||||||
|
}
|
||||||
|
|
||||||
|
type Operation = { responses: { [key: string]: { schema: { $ref: string } } } };
|
||||||
|
|
||||||
|
// Converts OpenAPI response definition to TypeScript return type. Uses unions if possible. Bails to unknown
|
||||||
|
function responseType(operation: Operation, namespace: string) {
|
||||||
|
if (operation.responses) {
|
||||||
|
return Object.keys(operation.responses)
|
||||||
|
.map((responseCode: string) => {
|
||||||
|
if (!operation.responses[responseCode].schema) {
|
||||||
|
return "void";
|
||||||
|
}
|
||||||
|
return refToType(operation.responses[responseCode].schema.$ref, namespace);
|
||||||
|
})
|
||||||
|
.filter((value, index, array) => array.indexOf(value) === index)
|
||||||
|
.join(" | ");
|
||||||
|
}
|
||||||
|
return "unknown";
|
||||||
|
}
|
||||||
|
|
||||||
|
async function main() {
|
||||||
|
const response = await fetch(schemaURL);
|
||||||
|
const schema = await response.json();
|
||||||
|
|
||||||
|
// STEP 1: Convert all definitions to TypeScript types and interfaces
|
||||||
|
for (const definition in schema.definitions) {
|
||||||
|
const properties = schema.definitions[definition].properties;
|
||||||
|
if (properties) {
|
||||||
|
if (schema.definitions[definition].allOf) {
|
||||||
|
const baseTypes = schema.definitions[definition].allOf
|
||||||
|
.map((allof: { $ref: string }) => refToType(allof.$ref))
|
||||||
|
.join(" & ");
|
||||||
|
outputTypes.push(`export type ${definition} = ${baseTypes} & {`);
|
||||||
|
} else {
|
||||||
|
outputTypes.push(`export interface ${definition} {`);
|
||||||
|
}
|
||||||
|
for (const prop in schema.definitions[definition].properties) {
|
||||||
|
const property = schema.definitions[definition].properties[prop];
|
||||||
|
if (property) {
|
||||||
|
if (property.$ref) {
|
||||||
|
const type = refToType(property.$ref);
|
||||||
|
outputTypes.push(`
|
||||||
|
/* ${property.description} */
|
||||||
|
${property.readOnly ? "readonly " : ""}${prop}: ${type}
|
||||||
|
`);
|
||||||
|
} else if (property.type === "array") {
|
||||||
|
const type = refToType(property.items.$ref);
|
||||||
|
outputTypes.push(`
|
||||||
|
/* ${property.description} */
|
||||||
|
${property.readOnly ? "readonly " : ""}${prop}: ${type}[]
|
||||||
|
`);
|
||||||
|
} else if (property.type === "object") {
|
||||||
|
const type = refToType(property.$ref);
|
||||||
|
outputTypes.push(`
|
||||||
|
/* ${property.description} */
|
||||||
|
${property.readOnly ? "readonly " : ""}${prop}: ${type}
|
||||||
|
`);
|
||||||
|
} else {
|
||||||
|
outputTypes.push(`
|
||||||
|
/* ${property.description} */
|
||||||
|
${property.readOnly ? "readonly " : ""}${prop}: ${
|
||||||
|
propertyMap[property.type] ? propertyMap[property.type] : property.type
|
||||||
|
}`);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
outputTypes.push(`}`);
|
||||||
|
outputTypes.push("\n\n");
|
||||||
|
} else {
|
||||||
|
const def = schema.definitions[definition];
|
||||||
|
if (def.enum) {
|
||||||
|
outputTypes.push(`
|
||||||
|
/* ${def.description} */
|
||||||
|
export type ${definition} = ${def.enum.map((v: string) => `"${v}"`).join(" | ")}`);
|
||||||
|
outputTypes.push("\n");
|
||||||
|
} else if (def.type === "string") {
|
||||||
|
outputTypes.push(`
|
||||||
|
/* ${def.description} */
|
||||||
|
export type ${definition} = string
|
||||||
|
`);
|
||||||
|
} else if (def.type === "array") {
|
||||||
|
const type = refToType(def.items.$ref);
|
||||||
|
outputTypes.push(`
|
||||||
|
/* ${def.description} */
|
||||||
|
export type ${definition} = ${type}[]
|
||||||
|
`);
|
||||||
|
} else if (def.type === "object" && def.additionalProperties) {
|
||||||
|
outputTypes.push(`
|
||||||
|
/* ${def.description} */
|
||||||
|
export type ${definition} = { [key: string]: ${def.additionalProperties.type}}
|
||||||
|
`);
|
||||||
|
} else if (def.type === "object" && def.allOf) {
|
||||||
|
const type = refToType(def.allOf[0].$ref);
|
||||||
|
outputTypes.push(`
|
||||||
|
/* ${def.description} */
|
||||||
|
export type ${definition} = ${type}
|
||||||
|
`);
|
||||||
|
} else {
|
||||||
|
console.log("UNHANDLED MODEL:", def, schema.definitions[def]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// STEP 2: Group all paths by output client and extract common constructor parameters
|
||||||
|
// Functions are grouped into clients based on operation name
|
||||||
|
for (const path in schema.paths) {
|
||||||
|
for (const method in schema.paths[path]) {
|
||||||
|
const operation = schema.paths[path][method];
|
||||||
|
const [namespace] = operation.operationId.split("_");
|
||||||
|
if (clients[namespace] === undefined) {
|
||||||
|
clients[namespace] = { paths: [], functions: [], constructorParams: [] };
|
||||||
|
clients[namespace];
|
||||||
|
}
|
||||||
|
if (!clients[namespace].paths.includes(path)) {
|
||||||
|
clients[namespace].paths.push(path);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Write all grouped fetch functions to objects
|
||||||
|
for (const clientName in clients) {
|
||||||
|
const outputClient: string[] = [""];
|
||||||
|
outputClient.push(`import { armRequest } from "../../request"\n`);
|
||||||
|
outputClient.push(`import * as Types from "./types"\n`);
|
||||||
|
outputClient.push(`import { config } from "../../../../Config";\n`);
|
||||||
|
outputClient.push(`const apiVersion = "${version}"\n\n`);
|
||||||
|
for (const path of clients[clientName].paths) {
|
||||||
|
for (const method in schema.paths[path]) {
|
||||||
|
const operation = schema.paths[path][method];
|
||||||
|
console.log(operation["x-ms-long-running-operation"]);
|
||||||
|
const [, methodName] = operation.operationId.split("_");
|
||||||
|
const bodyParameter = operation.parameters.find(
|
||||||
|
(parameter: { in: string; required: boolean }) => parameter.in === "body" && parameter.required === true
|
||||||
|
);
|
||||||
|
outputClient.push(`
|
||||||
|
/* ${operation.description} */
|
||||||
|
export async function ${sanitize(camelize(methodName))} (
|
||||||
|
${parametersFromPath(path)
|
||||||
|
.map(p => `${p}: string`)
|
||||||
|
.join(",\n")}
|
||||||
|
${bodyParam(bodyParameter, "Types")}
|
||||||
|
) : Promise<${responseType(operation, "Types")}> {
|
||||||
|
const path = \`${path.replace(/{/g, "${")}\`
|
||||||
|
return armRequest({ host: config.ARM_ENDPOINT, path, method: "${method.toLocaleUpperCase()}", apiVersion, ${
|
||||||
|
bodyParameter ? "body: JSON.stringify(body)" : ""
|
||||||
|
} })
|
||||||
|
}
|
||||||
|
`);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
writeOutputFile(`./${camelize(clientName)}.ts`, outputClient);
|
||||||
|
}
|
||||||
|
|
||||||
|
writeOutputFile("./types.ts", outputTypes);
|
||||||
|
}
|
||||||
|
|
||||||
|
function sanitize(name: string) {
|
||||||
|
if (name === "delete") {
|
||||||
|
return "destroy";
|
||||||
|
}
|
||||||
|
return name;
|
||||||
|
}
|
||||||
|
|
||||||
|
function writeOutputFile(outputPath: string, components: string[]) {
|
||||||
|
components.unshift(`/*
|
||||||
|
AUTOGENERATED FILE
|
||||||
|
Do not manually edit
|
||||||
|
Run "npm run generateARMClients" to regenerate
|
||||||
|
*/\n\n`);
|
||||||
|
writeFileSync(path.join(outputDir, outputPath), components.join(""));
|
||||||
|
}
|
||||||
|
|
||||||
|
main().catch(e => {
|
||||||
|
console.error(e);
|
||||||
|
process.exit(1);
|
||||||
|
});
|
Loading…
Reference in New Issue