@profoundlogic/coderflow-server 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/README.md +24 -0
  2. package/dist/README.md +24 -0
  3. package/dist/coder-server.js +1 -1
  4. package/dist/config/skill-catalog.json +27 -0
  5. package/dist/config.js +1 -1
  6. package/dist/lib/agent-keepalive.js +1 -1
  7. package/dist/lib/api-keys.js +1 -1
  8. package/dist/lib/apiKeys.js +1 -1
  9. package/dist/lib/app-server-ports.js +1 -1
  10. package/dist/lib/auto-judge.js +1 -1
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/config-command.js +1 -1
  20. package/dist/lib/cli/config.js +1 -1
  21. package/dist/lib/cli/create-user.js +1 -1
  22. package/dist/lib/cli/init.js +1 -1
  23. package/dist/lib/cli/jira.js +1 -1
  24. package/dist/lib/cli/license.js +1 -1
  25. package/dist/lib/cli/server-manager.js +1 -1
  26. package/dist/lib/container-tokens.js +1 -1
  27. package/dist/lib/data-dir.js +1 -1
  28. package/dist/lib/deployment-history.js +1 -1
  29. package/dist/lib/deployment-service.js +1 -1
  30. package/dist/lib/docker-utils.js +1 -1
  31. package/dist/lib/email.js +1 -1
  32. package/dist/lib/emailTemplates.js +1 -1
  33. package/dist/lib/entitlement.js +1 -1
  34. package/dist/lib/fetch-utils.js +1 -1
  35. package/dist/lib/git-commit-details-route.js +1 -0
  36. package/dist/lib/git-history-diff-guardrails.js +1 -0
  37. package/dist/lib/git-provider-service.js +1 -1
  38. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  39. package/dist/lib/git-provider-setup/index.js +1 -1
  40. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  41. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  42. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  43. package/dist/lib/git-providers/github-app-provider.js +1 -1
  44. package/dist/lib/git-providers/index.js +1 -1
  45. package/dist/lib/git-providers/provider-factory.js +1 -1
  46. package/dist/lib/git-providers/provider-interface.js +1 -1
  47. package/dist/lib/github-urls.js +1 -1
  48. package/dist/lib/jira-client.js +1 -1
  49. package/dist/lib/logger.js +1 -1
  50. package/dist/lib/model-fetcher.js +1 -1
  51. package/dist/lib/notifications.js +1 -1
  52. package/dist/lib/oidc-auth.js +1 -1
  53. package/dist/lib/oidc-device-flow.js +1 -1
  54. package/dist/lib/passwordTokens.js +1 -1
  55. package/dist/lib/pin-cascade.js +1 -1
  56. package/dist/lib/provider-accounts.js +1 -1
  57. package/dist/lib/provider-oauth.js +1 -1
  58. package/dist/lib/provider-profile.js +1 -1
  59. package/dist/lib/provider-token-refresh.js +1 -1
  60. package/dist/lib/request-url.js +1 -1
  61. package/dist/lib/rewind.js +1 -1
  62. package/dist/lib/roles.js +1 -1
  63. package/dist/lib/secrets.js +1 -1
  64. package/dist/lib/setup-repo-git-auth.js +1 -1
  65. package/dist/lib/state-capture.js +1 -1
  66. package/dist/lib/static-files.js +1 -1
  67. package/dist/lib/task-name-generator.js +1 -1
  68. package/dist/lib/user-git-oauth.js +1 -1
  69. package/dist/lib/user-git-tokens.js +1 -1
  70. package/dist/lib/users.js +1 -1
  71. package/dist/middleware/requireAuth.js +1 -1
  72. package/dist/middleware/requireInit.js +1 -1
  73. package/dist/middleware/requirePermission.js +1 -1
  74. package/dist/package.json +1 -1
  75. package/dist/routes/apiKeys.js +1 -1
  76. package/dist/routes/auth-oidc.js +1 -1
  77. package/dist/routes/auth.js +1 -1
  78. package/dist/routes/build.js +1 -1
  79. package/dist/routes/containers.js +1 -1
  80. package/dist/routes/deploy-task.js +1 -1
  81. package/dist/routes/environment-management.js +1 -1
  82. package/dist/routes/environments.js +1 -1
  83. package/dist/routes/external-skills.js +1 -1
  84. package/dist/routes/git-credentials.js +1 -1
  85. package/dist/routes/git-oauth.js +1 -1
  86. package/dist/routes/git-provider-setup.js +1 -1
  87. package/dist/routes/health.js +1 -1
  88. package/dist/routes/jira.js +1 -1
  89. package/dist/routes/objective-management.js +1 -1
  90. package/dist/routes/password.js +1 -1
  91. package/dist/routes/prompt.js +1 -1
  92. package/dist/routes/provider-auth.js +1 -1
  93. package/dist/routes/qa.js +1 -1
  94. package/dist/routes/settings.js +1 -1
  95. package/dist/routes/skill-management.js +1 -1
  96. package/dist/routes/skills.js +1 -1
  97. package/dist/routes/tasks.js +1 -1
  98. package/dist/routes/templates.js +1 -1
  99. package/dist/routes/test-task.js +1 -1
  100. package/dist/routes/test.js +1 -1
  101. package/dist/routes/users.js +1 -1
  102. package/dist/routes/visualizations.js +1 -1
  103. package/dist/scripts/create-user.js +1 -1
  104. package/dist/start.js +1 -1
  105. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  106. package/dist/web-ui/public/activity-feed.js +1 -1
  107. package/dist/web-ui/public/activity-formatters.js +1 -1
  108. package/dist/web-ui/public/agent-event-parser.js +1 -1
  109. package/dist/web-ui/public/app.js +1 -1
  110. package/dist/web-ui/public/approve-dialog.js +1 -1
  111. package/dist/web-ui/public/comments-widget.js +1 -1
  112. package/dist/web-ui/public/diff-utils.js +1 -1
  113. package/dist/web-ui/public/docs/tasks/providing-feedback.md +1 -1
  114. package/dist/web-ui/public/environments.js +1 -1
  115. package/dist/web-ui/public/feedback-widget.js +1 -1
  116. package/dist/web-ui/public/git-history-lazy-utils.js +1 -0
  117. package/dist/web-ui/public/git-history.css +56 -0
  118. package/dist/web-ui/public/git-history.html +2 -2
  119. package/dist/web-ui/public/git-history.js +1 -1
  120. package/dist/web-ui/public/git-status.js +1 -1
  121. package/dist/web-ui/public/index.js +1 -1
  122. package/dist/web-ui/public/login.js +1 -1
  123. package/dist/web-ui/public/markdown-editor.js +1 -1
  124. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  125. package/dist/web-ui/public/modal-maximize.js +1 -1
  126. package/dist/web-ui/public/notifications.js +1 -1
  127. package/dist/web-ui/public/server-health.js +1 -1
  128. package/dist/web-ui/public/settings.js +1 -1
  129. package/dist/web-ui/public/setup-password.js +1 -1
  130. package/dist/web-ui/public/skills.js +1 -1
  131. package/dist/web-ui/public/sse-client.js +1 -1
  132. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  133. package/dist/web-ui/public/task.html +102 -0
  134. package/dist/web-ui/public/task.js +1 -1
  135. package/dist/web-ui/public/terminal.js +1 -1
  136. package/dist/web-ui/public/theme.js +1 -1
  137. package/dist/web-ui/public/users.js +1 -1
  138. package/dist/web-ui/public/variant-grouping.js +1 -1
  139. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x1f751f,_0x2d7bb0){const _0x12eba1={_0x333e5f:0x408,_0x351c2d:0x9d,_0x180286:0xdb,_0x1837fa:0x1db,_0x35c725:0x2f,_0x53a0dc:0x3a,_0x2d5bf7:0x59,_0x41979f:0xb2,_0x4b0e5d:0x22,_0x3249aa:0x16a,_0x44eabb:0xb6,_0x22a36b:0x14a,_0xef169d:0x132,_0x48c01e:0x3d5,_0x3457fe:0x40c,_0x50154b:0x39b,_0x2a3104:0x435,_0x4d584f:0x15a,_0x331201:0x15d,_0x4a73fe:0x158},_0x2bd602={_0x288637:0x236};function _0x37ac8c(_0x24ea0f,_0x2f18f4,_0x598d74,_0x317931){return _0x309f(_0x2f18f4-_0x2bd602._0x288637,_0x598d74);}const _0x49084d=_0x1f751f();function _0x495725(_0x51eb1d,_0xa90abf,_0x4fffa1,_0x51a3d6){return _0x309f(_0x51a3d6- -0x27e,_0x4fffa1);}while(!![]){try{const _0x344f83=parseInt(_0x37ac8c(0x41b,0x3c7,0x3db,_0x12eba1._0x333e5f))/(0xb*0x141+-0x6d*0x8+0x2*-0x531)+-parseInt(_0x495725(-_0x12eba1._0x351c2d,-0x111,-0x61,-_0x12eba1._0x180286))/(0x48c+0x3bb*0xa+0x53b*-0x8)*(-parseInt(_0x495725(-0x15d,-_0x12eba1._0x1837fa,-0x1f4,-0x159))/(0x33*0x93+0x5d5*0x3+0x3*-0xf97))+parseInt(_0x495725(0xb,-0x9d,-_0x12eba1._0x35c725,-_0x12eba1._0x53a0dc))/(-0x47c+0x2*0x272+-0x64*0x1)+-parseInt(_0x495725(-_0x12eba1._0x2d5bf7,-_0x12eba1._0x41979f,_0x12eba1._0x4b0e5d,-0x40))/(-0x71*0x41+-0x1d2d+-0x49*-0xcb)+parseInt(_0x495725(-_0x12eba1._0x3249aa,-_0x12eba1._0x44eabb,-_0x12eba1._0x22a36b,-_0x12eba1._0xef169d))/(-0x1b56+0xfde+-0x1*-0xb7e)+-parseInt(_0x37ac8c(_0x12eba1._0x48c01e,_0x12eba1._0x3457fe,0x3a3,0x415))/(-0x1901+0x1c*0x165+-0xc*0x12b)*(-parseInt(_0x37ac8c(0x38d,0x3cc,0x44b,_0x12eba1._0x50154b))/(0x25c+-0x1a70+0x181c))+parseInt(_0x37ac8c(0x410,_0x12eba1._0x2a3104,0x3b4,0x392))/(0x1*-0x2315+0x3a5*0x2+0x1bd4)*(-parseInt(_0x495725(-_0x12eba1._0x4d584f,-_0x12eba1._0x331201,-0x1dc,-_0x12eba1._0x4a73fe))/(0x2146+-0x18b7+0x885*-0x1));if(_0x344f83===_0x2d7bb0)break;else _0x49084d['push'](_0x49084d['shift']());}catch(_0x170ec3){_0x49084d['push'](_0x49084d['shift']());}}}(_0x5b4b,0x6*-0x2ce13+-0x859b1*0x3+0x384124));function _0x309f(_0x2b0486,_0x57296b){_0x2b0486=_0x2b0486-(0x1*-0xfc2+0x5*0x13f+0xa88);const _0x286786=_0x5b4b();let _0x2da89f=_0x286786[_0x2b0486];if(_0x309f['llzwYf']===undefined){var _0x5eda19=function(_0xa1fdb9){const _0x21f177='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1d7ff5='',_0x29f990='';for(let _0x360a32=0xde+-0x653+0x575,_0x13df75,_0x729fb6,_0x5d392d=0x5ed+-0x1268+-0x429*-0x3;_0x729fb6=_0xa1fdb9['charAt'](_0x5d392d++);~_0x729fb6&&(_0x13df75=_0x360a32%(0x4be*0x3+-0x567*0x2+-0x368)?_0x13df75*(0x2479+-0x1*-0x2db+-0x29*0xf4)+_0x729fb6:_0x729fb6,_0x360a32++%(-0x1*-0x739+-0x1*0x6b7+-0x2*0x3f))?_0x1d7ff5+=String['fromCharCode'](-0x1*0x25de+-0xedf+0xd6f*0x4&_0x13df75>>(-(0x1571+0x5d9+-0x1b48)*_0x360a32&-0x1*0xfd7+-0x1bb7+0x2b94)):0x1*-0x232f+0x1ca6+-0x1*-0x689){_0x729fb6=_0x21f177['indexOf'](_0x729fb6);}for(let _0x937bdb=-0x94+-0x9e8+0xa7c,_0x5818da=_0x1d7ff5['length'];_0x937bdb<_0x5818da;_0x937bdb++){_0x29f990+='%'+('00'+_0x1d7ff5['charCodeAt'](_0x937bdb)['toString'](-0x67e*-0x3+0xc46+-0xd0*0x27))['slice'](-(0x1460+0x458+-0x18b6));}return decodeURIComponent(_0x29f990);};_0x309f['ZRCbee']=_0x5eda19,_0x309f['DhFVDg']={},_0x309f['llzwYf']=!![];}const _0x32537c=_0x286786[-0x1*0x1a7d+0x2192+-0x715],_0x5d76f2=_0x2b0486+_0x32537c,_0x1abfd5=_0x309f['DhFVDg'][_0x5d76f2];return!_0x1abfd5?(_0x2da89f=_0x309f['ZRCbee'](_0x2da89f),_0x309f['DhFVDg'][_0x5d76f2]=_0x2da89f):_0x2da89f=_0x1abfd5,_0x2da89f;}import{GitProvider}from'./provider-interface.js';import _0x142c17 from'jsonwebtoken';import _0x1cd4be from'crypto';import{promises as _0x1bd0f8}from'fs';import _0x42bd20 from'path';function _0x5b4b(){const _0x4a1585=['zxzpChmGDg9Rzq','C3vHBhn0DwrPBW','DgHLigvUDMLYBW','yxbWBgLJyxrPBW','q29UDgvUDc1uEq','CMvMCY9OzwfKCW','x2DLBMvYyxrLqW','swrYC0u','iIbOyxmGAw52yq','zgvIDwC','CNrPzMLJyxrLia','yxPnvwO','wfrSy2u','rLHtA0S','D2fYBG','CKDrA0u','BgvUz3rO','q3LQtgy','y2XLyxi','BM1LBNqGC2v0Da','DxjLierLDK9WCW','D2XXvvG','Ahr0Chm6lY9Kzq','ztOG','uLmYnty','sLDu','BI9QC29U','z2v0vgLTzq','DgvZDa','z2vUzxjHDgvuBW','y2XPzw50x2nYzq','C2nVCgu','Cc52C3nWCY52Aq','y29T','ierLDK9WCYb0BW','lJaVDg9Rzw4','mJy5mZzyDgfVrMK','DurbDLK','Bu1Avfi','ChvIBgLJ','CMvWB1vYBa','ihjLCg8','B2TLBG','ywXN','CYbTB2rLigLUia','zwnYzxrZx3bHDa','r2v0DgLUzYbHCa','BeP5u0e','y3jLyxrLzf9IEq','yxbW','DgvUyw50swq','lMnVBs8UzgvMyq','t3bZihrVA2vUia','DI5HENvYzs5JBW','AwD1CMvK','Dg9ju09tDhjPBG','qwnJzxb0','BhKUiefJy2vZCW','y2f0y2G','D0TAwwq','CMv0','zevNuNC','yxjLCG','y2XPzw50x2LK','Bg9Nz2vY','yNrHAw5Lza','DxnLCG','CMvHzcbbENvYzq','zxj0AwzPy2f0zq','zxrOB2q6ia','rMfPBgvKihrVia','Aw9U','s255BLK','igfZC2vYDgLVBG','ChvZAa','C3bSAxq','ywnJzxnZ','odaXELbkAfP6','CMXuwgm','Aw5NCY4','zgvUDgLHBhm','DMfSDwu','CIaI','y2XPzw50x2fZCW','igzHAwXLzdOG','zsbMAwXLigrVzq','Ahr0Chm6lY94lq','qwXuB3O','qwr0Dey','C2vJCMv0','y29UzMLNDxjLza','AMvJDhm/yxbPlq','z3jHBNrFDhLWzq','C2vJCMv0C1bHDa','A1LhvMG','zgvSzxrL','CLDqELq','A2v5','z2v0uhvIBgLJsq','AwvZp2fWAs12zq','ChjVDMLKzxi','y2XPzw50x3nLyW','Dg9YAwvZ','z2v0ief6DxjLia','yLLAENq','CgfZC3DVCMq','CNzKyLy','y291BNq','yxjHBxm6B2f1Da','zNjVBsa','A2vU','y3jLyxrLsgfZAa','zMXVB3i','AwvUDcbZzwnYzq','Aw5MBW','qujWzeq','ChmGDxnLCIbpqq','yxv0Ae1LDgHVza','vxnPBMCGy2fJAa','iIbOyxmGBM8GyW','zv9WyxrO','CMv0x3bHDgG','l19HCgLZl2DPDa','zLnpCvq','BMCGy2vYDgLMAq','t3vQqK0','uhbZBxa','EgHisMe','DxnLCM5HBwu','BKHitMq','vwXVquG','zxrgAwXL','C3rHDhvZvgv4Da','z2v0qxv0AgvUDa','zgv0ywLSCW','C2vJCMv0C19Wyq','ywXNB3jPDgHT','v3vQv2S','BMzV','CLrWweG','ndq4mdmZnuHdA210sq','B2z0B25SAw5LlG','rhz6DuG','q29UBMvJDgLVBG','CYbUB3qGy29UDa','qxv0Ag9YAxPHDa','ntC5oduZmKvXy0TZvq','ywnJzxnZx3rVAW','DgvZDenVBM5LyW','Dg9tDhjPBMC','C2v0','D1bArxi','yMfZzty0DxjS','BMnO','ueLqt0O','DxrOigLZig5VDa','ugXLyxnLignOyq','yxrL','BgLKigf1DgHFBq','BgLZDcbWCM9Qzq','DhLW','zgvK','BMCGy2XPzw50ia','DMLZAwjPBgL0Eq','ig5LDYbbENvYzq','r3nLrgC','wLn1vva','B3i6ia','ChmGChjVDMLKzq','l29HDxrOmI92mG','zcbWCML2yxrLia','yxrAyuu','AM1AvMC','yxv0Af9TzxrOBW','BgLZDcbYzxbVCW','DcbZzwnYzxq','AwfSC0zVCLjLCa','Dg9Rzw5vCMW','rKrJt0i','y2XPzw50u2vJCG','x3bHDgGGy29UzG','CM0TDxjSzw5JBW','zw46ia','C2LNBG','DgLVBG','Cgf0Ag5HBwu','zNjVBq','ndyWnJC2nejVy2LmvG','mZy4mtuWC1Pwqwzp','C3vJy2vZCW','zxHWAxjLC19HDa','v1vOzxa','DxjUoMLLDgy6Ca','qxP1CMuGrgv2tW','zw46','nxWZFde','z2XVyMfS','t1v6Ehy','CezdqKy','uMvXDwvZDgLUzW','uwXxy3u','y2HLy2TtzwnYzq','uLnRAem','veL0zMe','y2zetvC','ywnJzxnZlxrVAW','txrwEuO','y2f0zsbMAwXLoG','B1bWrgi','y29TlW','zwn0CW','y29UzMLN','sMPzCxG','AdPJBgLLBNqTyq','yMDuwKu','AM9PBG','zxjYB3i','zwqGqxP1CMuGra','l3jLCg9ZAxrVCG','EfnWAfu','ChmGDg9Rzw4GBW','iIbOyxmGBM8GCW','CMvTB3rLvxjS','B3jNyw5PEMf0Aq','ief6DxjLierLDG','Edv0','ntm2mdm0mfHiBuLKAa','BfDODgm','Dg90ywXFChjVAG','BgLLBNrbC3nLCG','CMvWBgfJzq','BM93','ierLDK9WCYbJBa','BYb1C2uGqxbWia','BI94lxD3DY1MBW','t3bZignSAwvUDa','ihrVia','CMvHzezPBgu','y3jLyxrLzf9HDa','iIbPCYbTAxnZAq','Awfvu1G','z2fmsxe','x2DLDfrVA2vUvW','AwnHDgvKvxjS','yNDMEw8','Ce5uvLe','C2vJCMv0igzPBa','y2f0zq','sMv0BNi','zxHWAxjLC19PBG','rhjjCvu','C3vJy2vZC2z1Ba','C0TVrvK','r29ozKS','Dvb6sMO','q29UBMvJDgvKia','BMzPz3vYzwq','r0TKzhy','ANnVBG','zxjYB3jFzgvZyW','AgvHzgvYCW','AxrOq2vYDgLMAq','Ag9ZDg5HBwu','y2XPzw50swq','zxj0Aw9Ux3r5Ca','l19HCgLZl3bYBW','CfnbB0S','suvluNG','zuzPBgu','ENDOrgy','ue9tva','q2PQreC','qvD1s1i','wwzxr3G','Dg9Rzw4','BwvZC2fNzq','Ec1Hy2nLC3mTDa','ExbLoMP3Dc1Izq','AxrOu2vJCMv0','BMfTzq','Eg1dthK','Ahr0Chm6lY9SBW','zw52ugf0Aa','ueTozxe','DgvUyw50x2LK','BwvUDgvKlIa','BgLZDfjLCg9ZAq','D2L0AcbJzxj0Aq','vLDAqum','DxrMltG','zKThzfu','C2HHmq','Bwf0y2G','q2vYDgLMAwnHDa','whjeCK0','nJyYnJiYqwnvq2vP','BgfUtuC','mNW3Fdz8mhW0Fa','z2LUlM1Py3jVCW','sKzUre8','mte5mLn0wxj3yW','vhrouLu','ic0G','vwP2AfG','Dxnot3i','yxvK','BK1RzNK','q3jLzgvUDgLHBa','qxHQD24','rgv2t3bZihrVAW','DhjPBq','r0zSBhO','ywLUigeGDMfSAq','mKDwuuPlqG','se1qwNG','r2vUzxjHDgLUzW','BMDLihrOzsbYzq','C3rHDhvZ','DcbMCM9Tia','Ahr0Chm6lY9HCa','D2L0AcbJBgLLBG','uwXLzKW','AwfSC0vUDhj5','Cg9ZAxrVCNKGDa','zgvMyxvSDejYyq','wuH6q1O','z2v0q3jLzgvUDa','y2vYDgLMAwnHDa'];_0x5b4b=function(){return _0x4a1585;};return _0x5b4b();}function _0x215265(_0x49bc24,_0x3b1c3e,_0x10aa1b,_0x53175b){return _0x309f(_0x3b1c3e-0x91,_0x53175b);}import{logger as _0x4e68f4}from'../logger.js';const tokenCache=new Map(),TOKEN_REFRESH_BUFFER_MS=(0x3*0x718+-0x121*0x10+-0x333)*(-0x1ae2+0x2221*-0x1+0x3d3f)*(-0x1*-0x1ece+0xe45+-0x292b),AZURE_DEVOPS_SCOPE=_0x2b3ac8(-0x187,-0x18f,-0x21a,-0x20d)+_0x215265(0x244,0x263,0x221,0x2b2)+_0x2b3ac8(-0x21c,-0x292,-0x210,-0x174)+_0x2b3ac8(-0x20b,-0x1f4,-0x1de,-0x152)+'ult',JWT_LIFETIME_SECONDS=(0x1*-0x203c+0x17dc+0x865)*(0x110b+-0x17e9+0x71a);function _0x2b3ac8(_0x44fa21,_0x1f2caf,_0x274d23,_0x9ca204){return _0x309f(_0x274d23- -0x3c3,_0x9ca204);}export class AzureDevOpsProvider extends GitProvider{constructor(_0x2480be,_0x319288){const _0xe4e219={_0x28b6db:0x522,_0x464713:0x565,_0x1799af:0x1fe,_0x2b2008:0x1b8,_0x54aa9b:0x237,_0x5c1771:0x21b,_0x56f55f:0x234,_0x1ce82e:0x196,_0x24f750:0x46e,_0x52acd4:0x4f6,_0x469163:0x491,_0x45046b:0x3e9,_0x236ea5:0x46a,_0x44ce8b:0x488,_0xf1adb2:0x4f0,_0x97775a:0x41f,_0x2ef915:0x4aa,_0x20b845:0x54c,_0x2d23de:0x3fc,_0x886f77:0x150,_0x386a53:0x19a,_0x4ae28e:0x1af,_0x53ede5:0x121,_0x54880a:0x18b,_0x1d9c91:0x99,_0xd5f9eb:0x116,_0x4acfc4:0x18b,_0x6adbd8:0xeb,_0x3d4ad9:0xa7,_0x25c494:0x441,_0x4873f7:0x398,_0x480943:0x410,_0x14fda6:0x1c1,_0x5d6ae3:0x140,_0x4f2c5b:0x161,_0x4da823:0x4d7,_0xade654:0x4ca,_0x59cf14:0x587,_0x5c3c25:0x54e,_0x1aca4a:0x4b3,_0x56c3c0:0x500,_0x31a42d:0x4dd,_0x28cf11:0x49a,_0x150413:0x1ef,_0x240993:0x132,_0x48f315:0x20a,_0x431c94:0x1de,_0xe85b57:0x435,_0x239ea7:0x4d2},_0x3cf3c4={_0x47ea93:0x268,_0x287e8d:0x124},_0x908047={_0x5dfe6b:0x3dc,_0x41268d:0x11d};function _0x152b2f(_0x5b48e2,_0x434cbf,_0xa00240,_0x554e80){return _0x215265(_0x5b48e2-0x186,_0x434cbf- -_0x908047._0x5dfe6b,_0xa00240-_0x908047._0x41268d,_0x5b48e2);}const _0xafff86={};_0xafff86[_0x2b0b14(_0xe4e219._0x28b6db,_0xe4e219._0x464713,0x4f9,0x51a)]=_0x152b2f(-_0xe4e219._0x1799af,-_0xe4e219._0x2b2008,-0x21f,-_0xe4e219._0x54aa9b)+_0x152b2f(-_0xe4e219._0x5c1771,-0x21e,-_0xe4e219._0x56f55f,-_0xe4e219._0x1ce82e);const _0x933d41=_0xafff86,_0x46b141=_0x933d41[_0x2b0b14(0x469,_0xe4e219._0x24f750,0x4f9,0x4c8)][_0x2b0b14(0x48a,0x47e,_0xe4e219._0x52acd4,0x496)]('|');let _0x334fba=-0xd4e+-0x810+-0x2*-0xaaf;function _0x2b0b14(_0x1ca44f,_0x3605cf,_0x1508a0,_0x25b02d){return _0x215265(_0x1ca44f-0x12,_0x1508a0-_0x3cf3c4._0x47ea93,_0x1508a0-_0x3cf3c4._0x287e8d,_0x1ca44f);}while(!![]){switch(_0x46b141[_0x334fba++]){case'0':this[_0x2b0b14(_0xe4e219._0x469163,_0xe4e219._0x45046b,_0xe4e219._0x236ea5,_0xe4e219._0x44ce8b)]=_0x2480be[_0x2b0b14(0x4fd,_0xe4e219._0xf1adb2,0x4ea,0x48d)];continue;case'1':this[_0x2b0b14(0x53f,_0xe4e219._0x97775a,_0xe4e219._0x2ef915,_0xe4e219._0x20b845)+_0x2b0b14(0x421,_0xe4e219._0x2d23de,0x46f,_0xe4e219._0x469163)]=_0x2480be[_0x152b2f(-_0xe4e219._0x886f77,-_0xe4e219._0x386a53,-_0xe4e219._0x4ae28e,-0x192)+_0x152b2f(-_0xe4e219._0x53ede5,-0x121,-_0xe4e219._0x54880a,-0x186)];continue;case'2':super(_0x2480be,_0x319288);continue;case'3':this['clientSecr'+_0x152b2f(-_0xe4e219._0x1d9c91,-_0xe4e219._0xd5f9eb,-_0xe4e219._0x4acfc4,-0x1af)]=_0x2480be['client_sec'+_0x152b2f(-0x102,-0x120,-0x172,-0xc3)];continue;case'4':this[_0x152b2f(-0x139,-0x124,-_0xe4e219._0x6adbd8,-_0xe4e219._0x3d4ad9)]=_0x2480be[_0x2b0b14(_0xe4e219._0x25c494,_0xe4e219._0x4873f7,_0xe4e219._0x480943,0x441)+'d']||_0x152b2f(-_0xe4e219._0x14fda6,-_0xe4e219._0x5d6ae3,-_0xe4e219._0x4f2c5b,-0x195);continue;case'5':this[_0x2b0b14(0x599,0x4e0,0x508,_0xe4e219._0x4da823)+'h']=_0x2480be[_0x2b0b14(_0xe4e219._0xade654,_0xe4e219._0x59cf14,0x532,_0xe4e219._0x5c3c25)+'th'];continue;case'6':this[_0x2b0b14(_0xe4e219._0x1aca4a,_0xe4e219._0x56c3c0,_0xe4e219._0x31a42d,_0xe4e219._0x28cf11)]=_0x2480be[_0x152b2f(-0x1bf,-0x1c5,-_0xe4e219._0x150413,-_0xe4e219._0x240993)];continue;case'7':this[_0x152b2f(-_0xe4e219._0x48f315,-0x202,-0x27f,-_0xe4e219._0x431c94)+'on']=_0x2480be[_0x2b0b14(_0xe4e219._0xe85b57,_0xe4e219._0x239ea7,0x442,0x424)+'on'];continue;}break;}}async[_0x215265(0x1d1,0x1c4,0x222,0x1c4)+'tsConfigur'+'ed'](){const _0xd25e89={_0x199577:0x289,_0x323efc:0x2a0,_0x4c5db6:0x240,_0x5046ca:0x249,_0x981b11:0x178,_0x2d441f:0x10d,_0x59838e:0xf2,_0x4cc14a:0x350,_0xdbc8b8:0x307,_0x30ba2a:0x30f,_0x309107:0x20f,_0x50cf6c:0x280,_0x5764e2:0x26d,_0x21fa66:0x256,_0x46c596:0x31f,_0x260266:0x2b5,_0x33478f:0xe9,_0x560111:0x12c,_0x379d23:0xdf,_0x2af281:0x98,_0x1c63e8:0x278,_0x4f80bd:0x226,_0x38df10:0x19a,_0x3293ee:0x13f,_0x3e8b98:0x11a,_0x3e815b:0x213,_0x51c549:0x25c,_0x2f9fd9:0x174,_0x248f4a:0x22f,_0xe7cf54:0x1f3,_0xe53515:0x227,_0x18da76:0x1fb,_0x4448ee:0x245,_0x18cf82:0x105,_0x14aedd:0x16a,_0x29e5f1:0x24b,_0xb56eea:0x1d6,_0x225f2f:0x194,_0x55c016:0x225,_0x4f8145:0x310,_0x55adb3:0x174,_0x565c2e:0x17b,_0x31d2be:0x15e,_0x564556:0x199,_0x3b97f1:0x33f,_0x1c00a2:0x32d,_0x8c1638:0x34d,_0x31bcf7:0x38a,_0x5bb285:0x2fa,_0x3ef28f:0x1cc,_0x3a1410:0x220,_0x3c5776:0x1b1,_0x6e7a71:0x222,_0x46411d:0x183,_0x485c91:0x1a8,_0x3be001:0x21e,_0x5d6128:0x2b6,_0xce2ea:0x1fc,_0x41d5bf:0x204,_0x4c471d:0x2a1,_0x1b0743:0x1d8,_0x32c82a:0x221,_0x1e0365:0x1b5,_0x4cad84:0x278,_0x331554:0x27f,_0x257ff9:0x1f7,_0x1788c7:0x281,_0x304863:0x174,_0x3ae5df:0x160,_0x2b4d95:0x264,_0x351ec4:0x325,_0x23caad:0x317,_0x19520a:0x25a,_0x5f2ab2:0x203,_0x306192:0x242,_0x29f2a5:0x298,_0x13330e:0x2d9,_0x3857a7:0x26e,_0x991b12:0xc3,_0x17606f:0x138,_0x47850c:0x132,_0x420ca8:0x1ed,_0x526511:0x1bc,_0x9e7695:0x273,_0x2b63c4:0x18f,_0x4a6dc9:0x174,_0x1f6bce:0x28a,_0x11911b:0x344,_0x3e29ef:0x308,_0x718b20:0x21b,_0x555d8b:0x285,_0xcaccf7:0x157,_0x37f2b7:0x1ad,_0x3562a9:0x299,_0x546623:0x22c,_0x4848f5:0x2a1,_0x137ed8:0x211,_0x180cad:0x287,_0x38b8af:0x205,_0x1c245d:0x19d,_0x116878:0x1c1,_0x472770:0x20e,_0x94873b:0x27c,_0x23646d:0x1ec,_0x39561c:0x161,_0x496b48:0x1fb,_0x2ad7dc:0x191,_0x5fcaaf:0x2dc,_0x90351d:0x285,_0x23ca3a:0x1b8,_0x9f5def:0x1ff,_0x49984b:0x268,_0x2b95ce:0x1dc,_0x269a27:0x1c4,_0x20bbdc:0x293,_0x20b9b9:0x259,_0x3c007b:0x2ec,_0x31851d:0x1ef,_0x147ff0:0x1ec,_0x418737:0x174,_0x2d093a:0x21a,_0x3f53a1:0x312,_0x1cd510:0x28c,_0x565586:0x2ac,_0x5f4dfe:0x28b,_0x160c78:0x2ae,_0x54df67:0x221,_0x1720c8:0x216,_0x2434a6:0x230,_0x78f783:0x1b8,_0x31d69d:0x206,_0x2062b1:0x270,_0x10ae9c:0x1f6,_0x1e1a9a:0x238,_0x2b3b4f:0x1ed,_0x3ceb1d:0x203,_0x5c053c:0x2c1,_0x56acdb:0x281,_0x52f252:0x292,_0x6cd222:0x1aa,_0x189a11:0x2a4,_0x5c1b52:0x1e7,_0x45e021:0x1f4,_0x6b5202:0x148,_0x3f660d:0x150,_0x1e750c:0x332,_0x574b5f:0x22a,_0x31735f:0x19c,_0x6b0b62:0x251,_0x2a9323:0x2a3,_0x107add:0x1ef,_0x5f1e28:0x2ea,_0x40c0c9:0x372,_0x3be16c:0x310,_0x3934f9:0x206,_0xe5bb3c:0x1d5,_0x2cb063:0x178,_0xc1b638:0x189,_0x1cc4f1:0x1a8,_0x26df77:0x227,_0x224afe:0x12a,_0x1d47ed:0xff,_0x23840b:0x12b,_0x5ce906:0x1ee,_0x1b3576:0x1be,_0x1d82d7:0x289,_0x47ca49:0x17b},_0x2900dd={_0x3d35a3:0xa6,_0x46c359:0x172,_0x53ed76:0x4c7},_0x44eac6={_0xbeda15:0x7b,_0x29d070:0x14};function _0x30e136(_0xbd42e,_0x3b0034,_0xfad7b5,_0x419a40){return _0x2b3ac8(_0xbd42e-_0x44eac6._0xbeda15,_0x3b0034-_0x44eac6._0x29d070,_0x3b0034-0x3ba,_0x419a40);}const _0xd20b36={};_0xd20b36[_0xc2af21(_0xd25e89._0x199577,_0xd25e89._0x323efc,_0xd25e89._0x4c5db6,_0xd25e89._0x5046ca)]=function(_0x532439,_0x157afd){return _0x532439===_0x157afd;},_0xd20b36[_0x30e136(_0xd25e89._0x981b11,_0xd25e89._0x2d441f,0x187,_0xd25e89._0x59838e)]=_0xc2af21(0x2e6,_0xd25e89._0x4cc14a,_0xd25e89._0xdbc8b8,_0xd25e89._0x30ba2a),_0xd20b36['bYZzt']=function(_0x540600,_0x459f58){return _0x540600===_0x459f58;},_0xd20b36[_0xc2af21(_0xd25e89._0x309107,0x1cb,_0xd25e89._0x50cf6c,0x205)]=_0xc2af21(_0xd25e89._0x5764e2,_0xd25e89._0x21fa66,_0xd25e89._0x46c596,_0xd25e89._0x260266)+'e',_0xd20b36[_0x30e136(_0xd25e89._0x33478f,_0xd25e89._0x560111,_0xd25e89._0x379d23,_0xd25e89._0x2af281)]=function(_0x51c5f7,_0x2cead4){return _0x51c5f7!==_0x2cead4;},_0xd20b36[_0x30e136(_0xd25e89._0x1c63e8,_0xd25e89._0x4f80bd,0x2c6,0x208)]=_0x30e136(0x10e,0x172,0xf1,_0xd25e89._0x38df10);const _0x6d95c2=_0xd20b36;function _0xc2af21(_0x5180cd,_0x4c96fd,_0x2cdbc6,_0x4667fe){return _0x2b3ac8(_0x5180cd-_0x2900dd._0x3d35a3,_0x4c96fd-_0x2900dd._0x46c359,_0x4667fe-_0x2900dd._0x53ed76,_0x5180cd);}if(!this['secretsPat'+'h']){if(_0x6d95c2[_0x30e136(_0xd25e89._0x3293ee,0x13c,0x10a,_0xd25e89._0x3e8b98)](_0x30e136(0x265,_0xd25e89._0x3e815b,_0xd25e89._0x51c549,0x234),'rvdbV')){const _0x552af2={};return _0x552af2[_0x30e136(0x22d,0x203,0x1e3,0x16b)]=![],_0x552af2[_0x30e136(0x16c,_0xd25e89._0x2f9fd9,0x1f9,0x1f5)]=_0xc2af21(0x27d,0x18f,0x20f,_0xd25e89._0x248f4a)+_0xc2af21(_0xd25e89._0xe7cf54,_0xd25e89._0xe53515,0x1df,0x216)+_0x30e136(0x192,_0xd25e89._0x18da76,_0xd25e89._0x4448ee,0x218)+this[_0x30e136(0x172,0x178,_0xd25e89._0x18cf82,_0xd25e89._0x14aedd)]+(_0xc2af21(0x1b4,0x2ed,0x268,_0xd25e89._0x29e5f1)+_0x30e136(0x234,_0xd25e89._0xb56eea,_0xd25e89._0x225f2f,_0xd25e89._0x55c016)+'h\x20configur'+'ed'),_0x552af2;}else{const _0x4d67f2={};return _0x4d67f2[_0xc2af21(0x2a0,0x298,0x3a8,_0xd25e89._0x4f8145)]=![],_0x4d67f2[_0x30e136(0x1e7,_0xd25e89._0x55adb3,0x17a,_0xd25e89._0x565c2e)]='Azure\x20DevO'+'ps\x20provide'+_0x30e136(_0xd25e89._0x31d2be,0x1fb,0x1b5,_0xd25e89._0x564556)+this['name']+(_0xc2af21(0x3a7,_0xd25e89._0x3b97f1,0x3b8,_0xd25e89._0x1c00a2)+_0xc2af21(_0xd25e89._0x8c1638,0x2f8,_0xd25e89._0x31bcf7,_0xd25e89._0x5bb285)+_0xc2af21(_0xd25e89._0x3ef28f,_0xd25e89._0x3a1410,_0xd25e89._0x3c5776,_0xd25e89._0x6e7a71)+_0x30e136(0x15b,0x1df,_0xd25e89._0x46411d,_0xd25e89._0x485c91)),_0x4d67f2;}}if(_0x6d95c2['xSphU'](this[_0x30e136(0x1ae,_0xd25e89._0x3be001,0x1cd,_0xd25e89._0x5d6128)],_0x6d95c2[_0xc2af21(0x214,_0xd25e89._0xce2ea,_0xd25e89._0x41d5bf,0x21a)])){if(!this[_0xc2af21(_0xd25e89._0x4c471d,0x189,_0xd25e89._0x1b0743,_0xd25e89._0x32c82a)+_0x30e136(_0xd25e89._0x1e0365,0x22c,_0xd25e89._0x4cad84,_0xd25e89._0x331554)]){const _0x2b221d={};return _0x2b221d['configured']=![],_0x2b221d[_0xc2af21(_0xd25e89._0x4c471d,_0xd25e89._0x257ff9,0x2eb,_0xd25e89._0x1788c7)]=_0x30e136(_0xd25e89._0x304863,0x122,_0xd25e89._0x3ae5df,0x95)+'ps\x20provide'+_0xc2af21(_0xd25e89._0x2b4d95,0x291,_0xd25e89._0x351ec4,0x308)+this[_0xc2af21(_0xd25e89._0x23caad,_0xd25e89._0x19520a,_0xd25e89._0x5f2ab2,0x285)]+(_0x30e136(0x26d,0x220,_0xd25e89._0x306192,0x23b)+'lient_secr'+'et_path\x20co'+_0xc2af21(0x2ab,_0xd25e89._0x29f2a5,_0xd25e89._0x13330e,_0xd25e89._0x3857a7)),_0x2b221d;}const _0x1b0e4a=_0x42bd20[_0x30e136(_0xd25e89._0x991b12,_0xd25e89._0x17606f,_0xd25e89._0x47850c,0xdd)](this['secretsPat'+'h'],this['clientSecr'+'etFile']);try{await _0x1bd0f8['access'](_0x1b0e4a);const _0x5b16f3={};return _0x5b16f3[_0x30e136(0x1bd,0x203,0x265,_0xd25e89._0x420ca8)]=!![],_0x5b16f3;}catch{const _0x4aa37f={};return _0x4aa37f[_0x30e136(_0xd25e89._0x526511,0x203,_0xd25e89._0x9e7695,_0xd25e89._0x2b63c4)]=![],_0x4aa37f[_0x30e136(0xd5,_0xd25e89._0x4a6dc9,0x202,0x189)]='Azure\x20DevO'+_0xc2af21(0x2ab,0x221,_0xd25e89._0x1f6bce,0x216)+_0xc2af21(0x370,0x2a1,_0xd25e89._0x11911b,_0xd25e89._0x3e29ef)+this[_0xc2af21(0x204,_0xd25e89._0x718b20,0x2eb,_0xd25e89._0x555d8b)]+('\x22\x20is\x20missi'+'ng\x20client\x20'+_0x30e136(0xe5,_0xd25e89._0xcaccf7,0x179,_0xd25e89._0x37f2b7)+'e:\x20')+this['clientSecr'+_0x30e136(_0xd25e89._0x3562a9,_0xd25e89._0x546623,0x1c8,_0xd25e89._0x4848f5)],_0x4aa37f;}}else{if(_0x6d95c2[_0x30e136(0x1e2,_0xd25e89._0x137ed8,0x195,0x202)](this['authMethod'],_0x6d95c2[_0xc2af21(0x204,_0xd25e89._0x180cad,0x254,_0xd25e89._0x38b8af)])){if(!this['certificat'+'eFile']){if(_0x6d95c2['TItfa']('qwDkd',_0x6d95c2[_0x30e136(0x1f5,_0xd25e89._0x4f80bd,_0xd25e89._0x1c245d,0x274)])){const _0x1f6cb9={};return _0x1f6cb9[_0x30e136(0x1e2,0x203,_0xd25e89._0x116878,_0xd25e89._0x472770)]=![],_0x1f6cb9[_0xc2af21(0x31a,_0xd25e89._0x94873b,0x2c5,_0xd25e89._0x1788c7)]=_0xc2af21(0x2c5,0x298,_0xd25e89._0x23646d,0x22f)+_0xc2af21(0x1e2,0x257,_0xd25e89._0xb56eea,0x216)+_0x30e136(_0xd25e89._0x39561c,_0xd25e89._0x496b48,0x237,_0xd25e89._0x2ad7dc)+this[_0xc2af21(_0xd25e89._0x5fcaaf,0x23e,0x327,_0xd25e89._0x90351d)]+(_0x30e136(_0xd25e89._0x23ca3a,0x220,0x1a3,0x280)+_0x30e136(_0xd25e89._0x9f5def,_0xd25e89._0x420ca8,_0xd25e89._0x49984b,_0xd25e89._0x2b95ce)+_0xc2af21(_0xd25e89._0x269a27,0x270,_0xd25e89._0x20bbdc,0x222)+_0xc2af21(_0xd25e89._0x20b9b9,0x379,0x34b,_0xd25e89._0x3c007b)),_0x1f6cb9;}else throw new _0x410cea(_0x30e136(0x26b,_0xd25e89._0x31851d,0x179,0x1b3)+_0x30e136(0x16d,_0xd25e89._0x147ff0,0x1e2,_0xd25e89._0x418737)+'\x20DevOps\x20cl'+_0x30e136(0x1a8,_0xd25e89._0x2d093a,0x283,0x239)+_0xc2af21(_0xd25e89._0x3f53a1,_0xd25e89._0x1cd510,0x23e,_0xd25e89._0x565586)+this[_0xc2af21(0x1ae,_0xd25e89._0x5f4dfe,_0xd25e89._0x160c78,_0xd25e89._0x54df67)+_0xc2af21(0x2dd,0x2a7,0x3d6,0x339)]+':\x20'+_0x228065[_0x30e136(_0xd25e89._0x1720c8,0x174,0x1f1,0x126)]);}const _0x5da9ed=_0x42bd20[_0xc2af21(0x2ce,_0xd25e89._0x2434a6,0x28d,0x245)](this[_0x30e136(_0xd25e89._0x78f783,_0xd25e89._0x31d69d,_0xd25e89._0x2062b1,_0xd25e89._0x10ae9c)+'h'],this['certificat'+_0xc2af21(0x2a9,0x1d9,_0xd25e89._0x1e1a9a,0x27a)]);try{await _0x1bd0f8[_0x30e136(0x160,0x1f5,_0xd25e89._0x2b3b4f,0x281)](_0x5da9ed);const _0xf5e144={};return _0xf5e144[_0x30e136(_0xd25e89._0x2ad7dc,_0xd25e89._0x3ceb1d,0x1a2,0x28a)]=!![],_0xf5e144;}catch{const _0x4eee53={};return _0x4eee53[_0xc2af21(0x26e,0x2fc,_0xd25e89._0x46c596,_0xd25e89._0x4f8145)]=![],_0x4eee53[_0xc2af21(0x31b,_0xd25e89._0x5c053c,0x2e8,_0xd25e89._0x56acdb)]=_0xc2af21(_0xd25e89._0x52f252,0x28b,0x231,0x22f)+_0xc2af21(_0xd25e89._0x6cd222,_0xd25e89._0x189a11,0x189,0x216)+_0x30e136(_0xd25e89._0x5c1b52,_0xd25e89._0x18da76,0x1b4,0x26b)+this[_0x30e136(_0xd25e89._0x45e021,_0xd25e89._0x981b11,_0xd25e89._0x6b5202,0x152)]+(_0x30e136(0x1e6,_0xd25e89._0x3f660d,0xb6,0x125)+_0xc2af21(0x387,0x329,_0xd25e89._0x4cc14a,_0xd25e89._0x1e750c)+_0xc2af21(_0xd25e89._0x574b5f,_0xd25e89._0x31735f,0x22a,0x23d)+'\x20')+this['certificat'+_0xc2af21(_0xd25e89._0x6b0b62,_0xd25e89._0x2a9323,_0xd25e89._0x107add,0x27a)],_0x4eee53;}}}const _0x870023={};return _0x870023[_0xc2af21(0x384,_0xd25e89._0x5f1e28,_0xd25e89._0x40c0c9,_0xd25e89._0x3be16c)]=![],_0x870023[_0xc2af21(0x321,_0xd25e89._0x3934f9,0x205,0x281)]='Azure\x20DevO'+_0xc2af21(0x186,_0xd25e89._0xe5bb3c,_0xd25e89._0x6e7a71,0x216)+_0x30e136(_0xd25e89._0x472770,0x1fb,_0xd25e89._0x306192,0x1d2)+this[_0x30e136(0x19b,_0xd25e89._0x2cb063,_0xd25e89._0xc1b638,_0xd25e89._0x1cc4f1)]+(_0x30e136(0x1a3,0x1b1,0x139,_0xd25e89._0x26df77)+_0x30e136(_0xd25e89._0x224afe,_0xd25e89._0x1d47ed,0xa8,_0xd25e89._0x23840b)+_0x30e136(_0xd25e89._0xb56eea,_0xd25e89._0x5ce906,0x1d1,0x15d))+this[_0x30e136(_0xd25e89._0x1b3576,_0xd25e89._0x3be001,_0xd25e89._0x1d82d7,_0xd25e89._0x47ca49)],_0x870023;}async[_0x215265(0x28e,0x260,0x27e,0x2ad)+_0x2b3ac8(-0x152,-0x215,-0x1a3,-0x153)](_0x2a41e8={}){const _0x29514e={_0x5080d9:0x463,_0x2583d2:0x440,_0x3cf006:0x12e,_0x3be408:0x132,_0x14cd12:0x129,_0x5afb2f:0x4f5,_0x251d7f:0x48a,_0x22887e:0x45d,_0x50e079:0xcb,_0x5dcb23:0x169,_0x5e9d11:0xaa,_0x1b0012:0x274,_0x2baac5:0x1a2,_0x154a72:0x1c9,_0x1d15bf:0x4f2,_0x46a868:0x508,_0x57a34b:0x10c,_0x2bc82d:0x19e,_0x307a85:0x197,_0x478099:0x1ad,_0x4980cc:0x28c,_0x5a8f4e:0x266,_0x115128:0x168,_0x3979e2:0x598,_0xbd17c8:0x16f,_0xd68c8b:0x1e5,_0x15e425:0x17b,_0x336061:0x1fb,_0x55d515:0x160,_0x441b69:0x417,_0x3a4a45:0x432,_0x52ca20:0x3be,_0xe27c89:0x1c6,_0x4ac1f6:0x4dc,_0x98e604:0x470,_0x2bc676:0x22e,_0x56c7b2:0x265,_0x58bd97:0x1c5,_0x5546f0:0x17d,_0xfa72c8:0x1ba,_0x418cf6:0x1bb,_0x44f21e:0x189,_0x1d4327:0x433,_0x51b4a2:0x426,_0x1f53fb:0xfe,_0x5b419c:0x15f,_0x4542bf:0x133,_0x1c88e6:0x4e2,_0x538fbd:0x4b9,_0x4dd600:0x44e,_0x43599e:0x502,_0x2ae66d:0x463,_0x4e2004:0x502,_0x1e2c29:0x40f,_0x19b78b:0x426,_0x5c9c9d:0x100,_0x1a3127:0x181,_0x3086bd:0xe9,_0xf0f09b:0x43d,_0x2dfc9c:0x46c,_0x432c28:0x4bc,_0xf8303e:0x468,_0x20f213:0x25b,_0x10ef2b:0x1c0,_0x5ca67a:0x377,_0x27d362:0x414,_0x3c4074:0x187,_0x3634c8:0x126,_0x4c6d04:0x162,_0x1db584:0x4cd,_0x50d772:0x3f3,_0x20c00c:0x470,_0x4891eb:0x483,_0x4e0dcf:0xe2,_0x535f04:0x115,_0x56a832:0x473,_0x546b74:0x5b3,_0x4ab1cc:0x137,_0x512dcf:0x9e,_0x2f636e:0x118,_0x1bded9:0xb2,_0x9f79b5:0x17a,_0xb4736:0x17f,_0x140fed:0x47d,_0x21653f:0x513,_0x4a11cd:0x1f7,_0x1e3b5e:0x17b,_0x4fcdf5:0x204,_0x634f63:0x1e0,_0x529220:0x272,_0x38e205:0x40d,_0x3f8fd3:0x3e9,_0x1cd89c:0x1a3,_0x142642:0x241,_0x3dfddf:0x4e5,_0x4026a1:0x4d0,_0x1ab1ee:0x448,_0x429623:0x4d0,_0x886442:0x218,_0x208348:0x502,_0x13d0ad:0x517,_0x34ebfb:0x4c8,_0x5119ce:0x4b9,_0x2ad05f:0x4f9,_0x5493a3:0x1d0,_0x546dee:0x25d,_0x1049a7:0x243,_0x33c3d5:0x4ae,_0x48fdd3:0x46b,_0x38dfc0:0x413,_0x3206af:0x1cd,_0x1f9523:0x286,_0x134dff:0x5d,_0x1168f0:0x174},_0x18dce5={_0x24e545:0x1a8,_0x4a8eca:0x3cd,_0x3c14e1:0x14a},_0x26db11={_0x477f4a:0x5d},_0x105d98={};_0x105d98[_0x153872(0x47b,0x492,_0x29514e._0x5080d9,_0x29514e._0x2583d2)]='global',_0x105d98[_0x550287(-0x18c,-_0x29514e._0x3cf006,-_0x29514e._0x3be408,-_0x29514e._0x14cd12)]=function(_0x4190b7,_0x390777){return _0x4190b7<_0x390777;},_0x105d98[_0x153872(0x4b4,0x53a,_0x29514e._0x5afb2f,0x47a)]=function(_0x3049e6,_0x3f22f0){return _0x3049e6-_0x3f22f0;},_0x105d98[_0x153872(_0x29514e._0x251d7f,0x50d,0x485,_0x29514e._0x22887e)]=_0x550287(-_0x29514e._0x50e079,-_0x29514e._0x5dcb23,-0x114,-_0x29514e._0x5e9d11)+_0x550287(-_0x29514e._0x1b0012,-_0x29514e._0x2baac5,-0x1f9,-_0x29514e._0x154a72)+_0x153872(_0x29514e._0x1d15bf,0x469,0x49e,_0x29514e._0x46a868)+'n',_0x105d98[_0x550287(-0x207,-0x1ae,-0x17f,-_0x29514e._0x57a34b)]=_0x550287(-0x103,-_0x29514e._0x2bc82d,-_0x29514e._0x307a85,-_0x29514e._0x478099)+_0x550287(-0x26a,-_0x29514e._0x4980cc,-0x22e,-_0x29514e._0x5a8f4e)+_0x550287(-0x103,-0x172,-_0x29514e._0x115128,-0x1c6)+_0x153872(0x530,_0x29514e._0x3979e2,0x50c,0x47a),_0x105d98['gOLWc']=function(_0x38fb03,_0x236e98){return _0x38fb03===_0x236e98;},_0x105d98[_0x550287(-_0x29514e._0xbd17c8,-_0x29514e._0xd68c8b,-_0x29514e._0x15e425,-0x154)]='certificat'+'e',_0x105d98[_0x550287(-_0x29514e._0x336061,-_0x29514e._0x55d515,-0x1b0,-0x1a6)]=_0x153872(0x442,0x4a1,_0x29514e._0x441b69,0x44f)+_0x153872(0x3fc,0x46a,_0x29514e._0x3a4a45,_0x29514e._0x52ca20)+_0x550287(-0x1bd,-_0x29514e._0xe27c89,-0x149,-0x19f);const _0xef0203=_0x105d98,{logger:logger=_0x4e68f4}=_0x2a41e8,_0x513a3a=(this[_0x153872(_0x29514e._0x4ac1f6,0x424,_0x29514e._0x98e604,0x419)]||_0xef0203[_0x550287(-_0x29514e._0x2bc676,-_0x29514e._0x56c7b2,-_0x29514e._0x58bd97,-_0x29514e._0x5546f0)])+':'+this[_0x550287(-_0x29514e._0xfa72c8,-0x257,-_0x29514e._0x418cf6,-_0x29514e._0x44f21e)],_0x340abc=tokenCache['get'](_0x513a3a);if(_0x340abc&&_0xef0203['AdttF'](Date[_0x153872(_0x29514e._0x1d4327,0x4a3,0x43d,_0x29514e._0x51b4a2)](),_0xef0203[_0x550287(-_0x29514e._0x1f53fb,-_0x29514e._0x5b419c,-_0x29514e._0x4542bf,-_0x29514e._0x478099)](new Date(_0x340abc[_0x153872(0x3e7,0x3cd,0x414,0x48e)])[_0x153872(0x460,_0x29514e._0x1c88e6,_0x29514e._0x538fbd,_0x29514e._0x4dd600)](),TOKEN_REFRESH_BUFFER_MS))){const _0x28a1ba={};_0x28a1ba[_0x153872(_0x29514e._0x43599e,_0x29514e._0x2ae66d,_0x29514e._0x4e2004,0x4a4)]=this[_0x153872(_0x29514e._0x1e2c29,0x462,0x46d,_0x29514e._0x19b78b)],logger[_0x550287(-_0x29514e._0x5c9c9d,-0x1f8,-_0x29514e._0x1a3127,-_0x29514e._0x3086bd)](_0xef0203[_0x153872(0x47f,_0x29514e._0xf0f09b,0x485,0x473)],_0x28a1ba);const _0x195fae={};return _0x195fae[_0x153872(_0x29514e._0x2dfc9c,_0x29514e._0x432c28,_0x29514e._0xf8303e,0x43f)]=_0x340abc[_0x550287(-_0x29514e._0x20f213,-0x1cb,-_0x29514e._0x10ef2b,-0x262)],_0x195fae[_0x153872(0x3a1,_0x29514e._0x5ca67a,0x414,0x416)]=_0x340abc[_0x153872(0x4ad,0x413,_0x29514e._0x27d362,0x3e4)],_0x195fae;}const _0x1b1dcf={};_0x1b1dcf[_0x550287(-_0x29514e._0x3c4074,-0x10d,-_0x29514e._0x3634c8,-_0x29514e._0x4c6d04)]=this[_0x153872(_0x29514e._0x1db584,0x4c5,0x46d,_0x29514e._0x50d772)],_0x1b1dcf[_0x153872(_0x29514e._0x20c00c,_0x29514e._0x4891eb,0x435,0x495)+'on']=this[_0x153872(0x472,0x454,0x435,0x4b8)+'on'];function _0x153872(_0x1c67e4,_0x538dd0,_0x1e5289,_0x390dea){return _0x215265(_0x1c67e4-_0x26db11._0x477f4a,_0x1e5289-0x25b,_0x1e5289-0x196,_0x1c67e4);}_0x1b1dcf[_0x550287(-_0x29514e._0x4e0dcf,-0xec,-_0x29514e._0x535f04,-0x15e)]=this[_0x153872(0x591,_0x29514e._0x56a832,0x513,_0x29514e._0x546b74)],logger[_0x550287(-_0x29514e._0x4ab1cc,-_0x29514e._0x512dcf,-_0x29514e._0x2f636e,-_0x29514e._0x1bded9)](_0xef0203[_0x550287(-_0x29514e._0x9f79b5,-0x16e,-_0x29514e._0xb4736,-0x20f)],_0x1b1dcf);const _0x4354d8=_0xef0203['gOLWc'](this[_0x153872(_0x29514e._0x140fed,0x4b5,_0x29514e._0x21653f,0x590)],_0xef0203[_0x550287(-_0x29514e._0x4a11cd,-0x150,-_0x29514e._0x1e3b5e,-_0x29514e._0x4fcdf5)])?await this[_0x550287(-_0x29514e._0x5b419c,-0x244,-_0x29514e._0x634f63,-_0x29514e._0x529220)+_0x153872(_0x29514e._0x38e205,_0x29514e._0x3f8fd3,0x45b,0x4c8)+_0x550287(-_0x29514e._0x1cd89c,-_0x29514e._0x142642,-0x1db,-0x255)](logger):await this[_0x153872(_0x29514e._0x3dfddf,_0x29514e._0x4026a1,_0x29514e._0x1ab1ee,_0x29514e._0x429623)+_0x550287(-0x162,-0x249,-0x1bc,-_0x29514e._0x886442)](logger),_0x2e0ac4={};_0x2e0ac4[_0x153872(0x592,0x532,_0x29514e._0x208348,_0x29514e._0x13d0ad)]=this[_0x153872(_0x29514e._0x34ebfb,_0x29514e._0x5119ce,0x46d,_0x29514e._0x2ad05f)],_0x2e0ac4[_0x153872(0x3dc,0x3d5,0x414,0x45d)]=_0x4354d8[_0x550287(-_0x29514e._0x5493a3,-_0x29514e._0x546dee,-0x214,-_0x29514e._0x1049a7)],logger[_0x153872(_0x29514e._0x33c3d5,0x520,0x4a7,0x430)](_0xef0203[_0x153872(_0x29514e._0x1d15bf,_0x29514e._0x48fdd3,0x478,0x4ce)],_0x2e0ac4);const _0x3ae4f2={};_0x3ae4f2['token']=_0x4354d8[_0x153872(_0x29514e._0x38dfc0,0x407,0x468,0x509)];function _0x550287(_0x1880fe,_0x197d53,_0x88c252,_0x3a8c3e){return _0x215265(_0x1880fe-_0x18dce5._0x24e545,_0x88c252- -_0x18dce5._0x4a8eca,_0x88c252-_0x18dce5._0x3c14e1,_0x3a8c3e);}return _0x3ae4f2[_0x550287(-_0x29514e._0x3206af,-0x1b1,-0x214,-0x2b6)]=_0x4354d8[_0x550287(-0x21b,-_0x29514e._0x1cd89c,-0x214,-_0x29514e._0x1f9523)],tokenCache[_0x550287(-_0x29514e._0x134dff,-0x138,-0xf4,-_0x29514e._0x1168f0)](_0x513a3a,_0x3ae4f2),_0x4354d8;}async['_getTokenW'+_0x215265(0x1d0,0x211,0x1b9,0x19f)](_0xb60cb4){const _0x39a0f4={_0x2cb24f:0x263,_0x536a08:0x23a,_0x44b036:0x2ac,_0x195f7d:0x227,_0x21da80:0x220,_0x1814ee:0x196,_0x255af8:0x160,_0x32df37:0x1f5,_0x37e0f8:0x17b,_0x4cd4c1:0x158,_0x115707:0x1be,_0x2fb1a8:0x188,_0x698fd5:0x290,_0x595dc4:0x3e,_0x55b2bb:0x40,_0x25f48c:0xc,_0x57f147:0x32,_0x127903:0x1db,_0x13005f:0x2a2,_0x333f2a:0x2d3,_0x3d746e:0x226,_0x616f29:0x2d7,_0xd4fbf6:0x1cf,_0x3641c5:0x22c,_0x4109d3:0x2a0,_0x2fc443:0x261,_0xdb1b44:0x28c,_0x5c7cc1:0x2f4,_0x16aadb:0x66,_0x39941a:0x1a,_0x1aec46:0xde,_0x58b395:0xe2,_0x10a32e:0xd7,_0x414c20:0x4b,_0x42335c:0x2b2,_0x3c5d28:0x331,_0x3b6e51:0x308,_0x3090e6:0xe6,_0x4703ce:0x200,_0x14d280:0xaf,_0x205f9b:0xb4,_0x3de5c1:0x4b,_0x5715ef:0x48,_0x26cd4f:0x252,_0x13c50b:0x2ea,_0x489120:0x54,_0x19fc2e:0x3,_0x2a0c8d:0x1ee,_0x3a2967:0x254,_0x2d6115:0x68,_0x25dc9a:0x80,_0x3b31db:0x3d,_0x4c878d:0x315,_0x473eb0:0x205,_0x8ac607:0x1ee,_0x160bd9:0x24d,_0x3bd15e:0x26f,_0x2843ce:0x1fb,_0x411455:0x1fd,_0x8ab6ca:0x234,_0x3ad962:0x247,_0xff06cc:0x31c,_0x2f65f0:0xc,_0x3ae513:0x70,_0x54ba56:0xf,_0x588e66:0x164,_0x3b590f:0xd9,_0x1c2bcf:0xba,_0x47c4db:0x277,_0xd90d53:0x7b,_0x23969e:0x111,_0x394f69:0x23f,_0x4fb721:0x217,_0x2f56b2:0xd2,_0x24ad85:0xe4,_0x4cfa14:0x51,_0x4f48e0:0x53,_0x5f43d6:0x44,_0x137800:0x8f,_0x43c11e:0x8,_0x188da1:0x16,_0x4126be:0x314,_0x4d1756:0x2dd,_0x16f6a6:0x23e,_0x27d890:0x1fa,_0x3aec6a:0x1fe,_0x30deb7:0x28,_0x5c0e76:0x215,_0x567ec8:0x1d5,_0x2611e1:0x1d8,_0x4c8a4a:0x241,_0x3c7667:0x165,_0x178e61:0x170,_0x4c941f:0x255,_0x505484:0x1bf,_0x6b0b00:0x1d3,_0x37b35a:0x220,_0x5f15f3:0x42,_0x28e5a3:0x84,_0x320df8:0x7,_0x21af37:0x25,_0x4de6b8:0xca,_0x4a3c61:0x28,_0x156a8f:0x3c,_0x5eb71b:0x91,_0x5a1c18:0xb1,_0xda6227:0x1f9,_0x2c90ba:0x27b,_0x117057:0xd7,_0x1f0204:0x19},_0x31a8a7={_0x4168f0:0x285,_0x54c86a:0xfa},_0x3d1f46={'UloAH':_0x186e66(-0xfe,-0xde,-0x69,-0xa5),'oPpDb':'Requesting'+'\x20Azure\x20Dev'+_0x18eb84(_0x39a0f4._0x2cb24f,_0x39a0f4._0x536a08,_0x39a0f4._0x44b036,0x2ff)+_0x18eb84(_0x39a0f4._0x195f7d,0x1a4,_0x39a0f4._0x21da80,0x28e)+_0x18eb84(_0x39a0f4._0x1814ee,0x13c,0x1ed,_0x39a0f4._0x255af8),'ZSuUP':function(_0x175475,_0x16850a,_0x406962){return _0x175475(_0x16850a,_0x406962);},'bgTZE':_0x18eb84(_0x39a0f4._0x32df37,0x207,_0x39a0f4._0x37e0f8,_0x39a0f4._0x4cd4c1),'wKZYd':function(_0x12cf16,_0x3b4da4){return _0x12cf16+_0x3b4da4;},'lJySA':function(_0x17ba4a,_0x224751){return _0x17ba4a*_0x224751;}};function _0x18eb84(_0x4ae8e3,_0x34df5c,_0x92a7bb,_0x3d285f){return _0x2b3ac8(_0x4ae8e3-0x10c,_0x34df5c-0x107,_0x4ae8e3-0x440,_0x3d285f);}const _0x352a1c=_0x42bd20[_0x18eb84(_0x39a0f4._0x115707,0x140,0x1d9,_0x39a0f4._0x2fb1a8)](this[_0x18eb84(0x28c,_0x39a0f4._0x698fd5,0x29c,0x21f)+'h'],this['clientSecr'+_0x186e66(0xb5,0x3e,0x41,0x2a)]);let _0x1d8091;try{_0x1d8091=(await _0x1bd0f8['readFile'](_0x352a1c,_0x3d1f46[_0x186e66(_0x39a0f4._0x595dc4,-0x1,_0x39a0f4._0x55b2bb,-_0x39a0f4._0x25f48c)]))[_0x186e66(-0x37,-0xe0,-0x54,_0x39a0f4._0x57f147)]();}catch(_0x31cb50){throw new Error(_0x18eb84(0x275,_0x39a0f4._0x127903,0x267,_0x39a0f4._0x13005f)+_0x18eb84(0x272,_0x39a0f4._0x333f2a,_0x39a0f4._0x3d746e,_0x39a0f4._0x616f29)+_0x18eb84(_0x39a0f4._0xd4fbf6,0x253,0x204,_0x39a0f4._0x3641c5)+_0x18eb84(_0x39a0f4._0x4109d3,_0x39a0f4._0x2fc443,_0x39a0f4._0xdb1b44,_0x39a0f4._0x5c7cc1)+_0x186e66(-_0x39a0f4._0x16aadb,_0x39a0f4._0x39941a,-0x4c,-_0x39a0f4._0x1aec46)+this[_0x186e66(-0x11f,-_0x39a0f4._0x58b395,-_0x39a0f4._0x10a32e,-_0x39a0f4._0x414c20)+_0x18eb84(_0x39a0f4._0x42335c,_0x39a0f4._0x3c5d28,0x302,_0x39a0f4._0x3b6e51)]+':\x20'+_0x31cb50[_0x186e66(-_0x39a0f4._0x3090e6,-0xb5,-0x77,-0xf8)]);}const _0x2491ce=_0x18eb84(_0x39a0f4._0x4703ce,_0x39a0f4._0x32df37,0x220,0x1dc)+_0x186e66(-_0x39a0f4._0x14d280,-0x15,-0x60,-0x7f)+_0x186e66(_0x39a0f4._0x205f9b,0x0,_0x39a0f4._0x3de5c1,_0x39a0f4._0x5715ef)+'com/'+this['tenantId']+('/oauth2/v2'+_0x18eb84(_0x39a0f4._0x26cd4f,_0x39a0f4._0x536a08,_0x39a0f4._0x13c50b,0x237)),_0x5a7b88={};function _0x186e66(_0x208199,_0x8f21f9,_0x1660da,_0x5d4c98){return _0x215265(_0x208199-0x1cb,_0x1660da- -_0x31a8a7._0x4168f0,_0x1660da-_0x31a8a7._0x54c86a,_0x208199);}_0x5a7b88[_0x186e66(-_0x39a0f4._0x489120,0x89,-_0x39a0f4._0x19fc2e,-0x22)]=this[_0x18eb84(_0x39a0f4._0x2a0c8d,0x271,0x211,_0x39a0f4._0x3a2967)],_0x5a7b88[_0x186e66(_0x39a0f4._0x2d6115,-0x6f,-0x23,0x26)]=AZURE_DEVOPS_SCOPE,_0x5a7b88[_0x186e66(_0x39a0f4._0x25dc9a,0x5b,0x23,-_0x39a0f4._0x3b31db)+_0x186e66(0x1d,_0x39a0f4._0x57f147,-0x6,-0x8d)]=_0x1d8091,_0x5a7b88[_0x18eb84(0x28b,_0x39a0f4._0x4c878d,_0x39a0f4._0x473eb0,_0x39a0f4._0x8ac607)]=_0x18eb84(_0x39a0f4._0x160bd9,_0x39a0f4._0x3bd15e,_0x39a0f4._0x2843ce,0x1d3)+_0x18eb84(0x27f,0x211,_0x39a0f4._0x411455,_0x39a0f4._0x8ab6ca);const _0x11915e=new URLSearchParams(_0x5a7b88),_0xf649b4={};_0xf649b4[_0x18eb84(0x293,_0x39a0f4._0x3ad962,0x260,_0x39a0f4._0xff06cc)]=this[_0x186e66(_0x39a0f4._0x2f65f0,-_0x39a0f4._0x3ae513,-0x73,-_0x39a0f4._0x54ba56)],_0xf649b4[_0x186e66(-_0x39a0f4._0x588e66,-0xfc,-_0x39a0f4._0x3b590f,-_0x39a0f4._0x1c2bcf)]=_0x2491ce,_0xb60cb4[_0x18eb84(0x238,0x1a6,0x1c6,_0x39a0f4._0x47c4db)](_0x3d1f46[_0x186e66(-_0x39a0f4._0xd90d53,-0xff,-_0x39a0f4._0x1c2bcf,-_0x39a0f4._0x23969e)],_0xf649b4);const _0x1fc19f={};_0x1fc19f['Content-Ty'+'pe']='applicatio'+_0x18eb84(0x1d1,_0x39a0f4._0x394f69,0x1cf,_0x39a0f4._0x4fb721)+'rm-urlenco'+'ded';const _0x20988f=await _0x3d1f46[_0x186e66(-_0x39a0f4._0x2f56b2,-0x137,-_0x39a0f4._0x24ad85,-0x122)](fetch,_0x2491ce,{'method':_0x3d1f46[_0x186e66(-0x6d,-0x150,-_0x39a0f4._0x205f9b,-0x72)],'headers':_0x1fc19f,'body':_0x11915e[_0x186e66(_0x39a0f4._0x4cfa14,0x7a,_0x39a0f4._0x4f48e0,_0x39a0f4._0x5f43d6)]()});if(!_0x20988f['ok']){const _0x2b08d0=await _0x20988f[_0x186e66(-0x9a,-0xc4,-0x88,0x3)]()[_0x186e66(-_0x39a0f4._0x137800,-0x97,-_0x39a0f4._0x43c11e,_0x39a0f4._0x188da1)](()=>({}));throw new Error(_0x18eb84(0x275,_0x39a0f4._0x4126be,0x2c8,_0x39a0f4._0x4d1756)+_0x18eb84(0x296,0x32a,_0x39a0f4._0x16f6a6,_0x39a0f4._0x27d890)+_0x186e66(0xa,-0xb,-0x55,-0x2b)+_0x18eb84(0x19d,_0x39a0f4._0x3aec6a,0x199,0x15c)+_0x20988f[_0x186e66(0x39,0x18,-0x4d,_0x39a0f4._0x30deb7)]+_0x18eb84(_0x39a0f4._0x5c0e76,_0x39a0f4._0x567ec8,_0x39a0f4._0x2611e1,_0x39a0f4._0x4c8a4a)+(_0x2b08d0[_0x18eb84(0x1ea,_0x39a0f4._0x3c7667,_0x39a0f4._0x178e61,_0x39a0f4._0x4c941f)+'ription']||_0x2b08d0[_0x18eb84(_0x39a0f4._0x505484,_0x39a0f4._0x505484,_0x39a0f4._0x6b0b00,_0x39a0f4._0x37b35a)]||_0x20988f[_0x186e66(0x27,-_0x39a0f4._0x5f43d6,_0x39a0f4._0x5f15f3,_0x39a0f4._0x28e5a3)]));}const _0x5904eb=await _0x20988f['json'](),_0x1f8e77=new Date(_0x3d1f46[_0x186e66(0x64,-0xd,-_0x39a0f4._0x320df8,-0x12)](Date[_0x186e66(-_0x39a0f4._0x21af37,-_0x39a0f4._0x4de6b8,-0xa3,-0x88)](),_0x3d1f46[_0x186e66(-_0x39a0f4._0x43c11e,-0x1f,-0x13,_0x39a0f4._0x4a3c61)](_0x5904eb[_0x186e66(-_0x39a0f4._0x156a8f,-0xd0,-_0x39a0f4._0x5eb71b,-_0x39a0f4._0x5a1c18)],-0x112f+0x18c9+-0x3b2)))['toISOStrin'+'g'](),_0x32920b={};return _0x32920b[_0x18eb84(_0x39a0f4._0xda6227,0x291,0x250,_0x39a0f4._0x2c90ba)]=_0x5904eb[_0x186e66(0x76,_0x39a0f4._0x117057,0x51,_0x39a0f4._0x1f0204)+'en'],_0x32920b['expires_at']=_0x1f8e77,_0x32920b;}async[_0x2b3ac8(-0x30a,-0x29c,-0x267,-0x2a5)+_0x215265(0x28b,0x200,0x164,0x208)+_0x215265(0x268,0x1f2,0x232,0x25a)](_0x135ed7){const _0x284697={_0x22f176:0x34a,_0x1b696f:0x39f,_0x1f7780:0xc8,_0x54e234:0x87,_0x3a30bf:0xe7,_0x50fe0d:0x166,_0x384722:0xfe,_0x3e4f14:0x375,_0x56fc60:0x431,_0x201fe5:0x410,_0x1a8950:0x437,_0x37fa2f:0x49d,_0x3b1502:0x1ab,_0x3604dc:0x16f,_0x56c1c4:0xfd,_0x106bbf:0x15b,_0x303c06:0x152,_0xd9d6bf:0x132,_0x10bb5b:0xbf,_0x20e920:0x16e,_0x4403ef:0x398,_0xb75c18:0x304,_0x1ccfb8:0x3eb,_0x3d12a5:0x473,_0x4b4815:0x386,_0x5872bf:0x2e9,_0x553394:0x2a4,_0x48061f:0x3e0,_0x459c25:0x3a3,_0x2707eb:0x33c,_0x56c0d6:0x441,_0x432521:0xc8,_0x9c366b:0x5b,_0x2332dc:0xc1,_0x102b0c:0x61,_0xb2efdc:0x333,_0x55b1de:0x32f,_0x421fc3:0x295,_0x141e65:0xb6,_0x348ed8:0xd0,_0x52c216:0x106,_0x54d1b3:0x52,_0x45c704:0xb4,_0x107f64:0x105,_0x13faf3:0x32e,_0x3fe6d4:0x347,_0x54cb01:0x46f,_0x11a992:0x3b6,_0x18b615:0x4bc,_0x50121f:0x425,_0x24bd7b:0x473,_0x420914:0x171,_0x588880:0x1df,_0xe9721e:0x172,_0x4109dd:0xa4,_0x178640:0xea,_0x47656d:0xb7,_0x368b1f:0x34d,_0x147363:0x3b5,_0x571930:0x462,_0x3a9ae2:0x41d,_0xd0aed5:0x442,_0x1e1003:0x3d5,_0x4eb948:0x18c,_0x3e01ba:0x10c,_0x446116:0x32a,_0x1311ff:0x33f,_0x5b6e32:0x10a,_0x590023:0x16e,_0x12a7bb:0xb2,_0x211b95:0x189,_0x39cb0b:0x177,_0x22c6e4:0x22,_0x1e82d6:0x5e,_0x2190ee:0x63,_0x4cbff5:0x3a9,_0x4efcb0:0x195,_0x277e8d:0x192,_0x3b543b:0x12d,_0x1904f9:0x220,_0x722130:0x3b8,_0x2943ab:0x3a8,_0x1693a8:0x369,_0x3a4a24:0x385,_0x2409c4:0x419,_0x17e36d:0x38e,_0x163466:0x139,_0x34d095:0xef,_0x5e3c0a:0xe1,_0x305e8d:0x142,_0x562ed3:0xd1,_0x59a81c:0x11c,_0x18abd5:0x181},_0x175a06={_0x2450c2:0x78,_0x3dca07:0x1af},_0x425ced={'YHzCZ':_0x10fb6(0x3a7,_0x284697._0x22f176,0x34a,_0x284697._0x1b696f)+_0x4d8b4f(-_0x284697._0x1f7780,-0x12a,-_0x284697._0x54e234,-0x76)+_0x4d8b4f(-_0x284697._0x3a30bf,-0x1b7,-_0x284697._0x50fe0d,-_0x284697._0x384722)+'ssertion-t'+_0x10fb6(0x311,0x39f,0x3e9,_0x284697._0x3e4f14)+_0x10fb6(_0x284697._0x56fc60,_0x284697._0x201fe5,_0x284697._0x1a8950,_0x284697._0x37fa2f),'JFnDO':_0x4d8b4f(-0x204,-_0x284697._0x3b1502,-0x174,-_0x284697._0x3604dc)+_0x4d8b4f(-_0x284697._0x56c1c4,-0xe9,-_0x284697._0x106bbf,-_0x284697._0x303c06)+_0x4d8b4f(-0x141,-_0x284697._0xd9d6bf,-_0x284697._0x10bb5b,-0x15b)+_0x4d8b4f(-_0x284697._0x20e920,-0xa0,-0x11c,-0x1bd)+'ficate','rWPzT':function(_0x2efd8a,_0x5ea857,_0x509c54){return _0x2efd8a(_0x5ea857,_0x509c54);},'FDcOB':_0x10fb6(0x41f,_0x284697._0x4403ef,_0x284697._0xb75c18,_0x284697._0x1ccfb8),'PIPOJ':function(_0x4e6418,_0xbffd73){return _0x4e6418+_0xbffd73;}},_0x22c535=await this[_0x10fb6(_0x284697._0x3d12a5,0x3d8,0x416,0x352)+_0x10fb6(0x391,0x36f,0x3b0,_0x284697._0x4b4815)+_0x10fb6(0x374,0x342,_0x284697._0x5872bf,_0x284697._0x553394)](),_0x1a4277=_0x10fb6(_0x284697._0x48061f,_0x284697._0x459c25,0x337,_0x284697._0x2707eb)+_0x10fb6(0x354,0x3b4,0x39a,_0x284697._0x56c0d6)+_0x4d8b4f(-0xa6,-0x103,-0x66,-_0x284697._0x432521)+_0x10fb6(0x34a,0x35b,0x2e5,_0x284697._0x1ccfb8)+this[_0x4d8b4f(-0x7a,-_0x284697._0x9c366b,-_0x284697._0x2332dc,-_0x284697._0x102b0c)]+(_0x10fb6(0x383,_0x284697._0xb2efdc,_0x284697._0x55b1de,_0x284697._0x421fc3)+_0x4d8b4f(-_0x284697._0x141e65,-0x11d,-_0x284697._0x348ed8,-_0x284697._0x52c216)),_0x17b7e1={};_0x17b7e1[_0x4d8b4f(-0x4c,-_0x284697._0x54d1b3,-_0x284697._0x45c704,-_0x284697._0x107f64)]=this[_0x10fb6(_0x284697._0x13faf3,0x391,0x3a2,0x378)],_0x17b7e1[_0x10fb6(0x3de,0x3f1,0x379,0x424)]=AZURE_DEVOPS_SCOPE,_0x17b7e1[_0x4d8b4f(-0x133,-0x72,-0xa0,-0x123)+_0x10fb6(_0x284697._0x3fe6d4,0x392,0x322,0x401)+'e']=_0x425ced[_0x10fb6(_0x284697._0x54cb01,0x3cf,_0x284697._0x11a992,0x444)];function _0x4d8b4f(_0x2e1777,_0x473aea,_0x13f638,_0x1fa295){return _0x2b3ac8(_0x2e1777-_0x175a06._0x2450c2,_0x473aea-_0x175a06._0x3dca07,_0x13f638-0x11e,_0x473aea);}_0x17b7e1[_0x10fb6(_0x284697._0x18b615,_0x284697._0x50121f,_0x284697._0x24bd7b,0x4be)+'ertion']=_0x22c535,_0x17b7e1['grant_type']='client_cre'+'dentials';const _0x203cb2=new URLSearchParams(_0x17b7e1),_0xa85b99={};_0xa85b99['provider']=this['name'],_0xa85b99[_0x4d8b4f(-_0x284697._0x420914,-0xfc,-0x18a,-_0x284697._0x588880)]=_0x1a4277;function _0x10fb6(_0x842c09,_0x1d3d16,_0x5c1e2b,_0x497eb5){return _0x215265(_0x842c09-0xa3,_0x1d3d16-0x18f,_0x5c1e2b-0x7d,_0x497eb5);}_0x135ed7[_0x4d8b4f(-_0x284697._0xe9721e,-_0x284697._0x4109dd,-_0x284697._0x178640,-_0x284697._0x47656d)](_0x425ced[_0x10fb6(_0x284697._0x368b1f,_0x284697._0x147363,0x336,0x410)],_0xa85b99);const _0x5408da={};_0x5408da[_0x10fb6(_0x284697._0x571930,0x3d6,_0x284697._0x3a9ae2,_0x284697._0xd0aed5)+'pe']=_0x10fb6(0x36c,_0x284697._0x1e1003,0x3a4,0x340)+_0x4d8b4f(-_0x284697._0x4eb948,-_0x284697._0x3e01ba,-0x151,-0xbb)+_0x10fb6(_0x284697._0x446116,_0x284697._0x1311ff,0x3dd,0x2ad)+_0x4d8b4f(-_0x284697._0x5b6e32,-0x151,-0x19a,-_0x284697._0x590023);const _0x94c6b3=await _0x425ced[_0x4d8b4f(-_0x284697._0x12a7bb,-0xa1,-0x93,-_0x284697._0x54d1b3)](fetch,_0x1a4277,{'method':_0x425ced[_0x4d8b4f(-0x213,-0x159,-_0x284697._0x211b95,-_0x284697._0x39cb0b)],'headers':_0x5408da,'body':_0x203cb2[_0x4d8b4f(-_0x284697._0x22c6e4,0x1d,-_0x284697._0x1e82d6,-_0x284697._0x2190ee)]()});if(!_0x94c6b3['ok']){const _0x306b2a=await _0x94c6b3['json']()[_0x10fb6(_0x284697._0x4cbff5,0x40c,0x3bb,0x3ef)](()=>({}));throw new Error('Failed\x20to\x20'+'get\x20Azure\x20'+_0x4d8b4f(-0xb2,-_0x284697._0x4efcb0,-0x106,-_0x284697._0x277e8d)+_0x4d8b4f(-0x1a3,-_0x284697._0x3b543b,-0x185,-_0x284697._0x1904f9)+_0x94c6b3[_0x4d8b4f(-0x7b,-0x143,-0xfe,-0x13e)]+_0x10fb6(0x3fc,_0x284697._0x722130,_0x284697._0x2943ab,_0x284697._0x1693a8)+(_0x306b2a[_0x10fb6(0x422,0x38d,0x367,0x33c)+'ription']||_0x306b2a['error']||_0x94c6b3['statusText']));}const _0x5001d4=await _0x94c6b3[_0x10fb6(_0x284697._0x3a4a24,0x38c,_0x284697._0x2409c4,_0x284697._0x17e36d)](),_0x565255=new Date(_0x425ced[_0x4d8b4f(-0x21b,-0x23d,-0x1a1,-0x208)](Date['now'](),_0x5001d4[_0x4d8b4f(-_0x284697._0x163466,-_0x284697._0x34d095,-0x142,-0x1c7)]*(0x1459*-0x1+0x1d4+0x166d)))[_0x4d8b4f(-_0x284697._0x5e3c0a,-_0x284697._0x305e8d,-0xbc,-0x69)+'g'](),_0x370e6e={};return _0x370e6e[_0x4d8b4f(-0x124,-_0x284697._0x303c06,-0x129,-_0x284697._0x562ed3)]=_0x5001d4[_0x10fb6(0x421,0x465,0x470,0x4c4)+'en'],_0x370e6e[_0x4d8b4f(-_0x284697._0x59a81c,-0xda,-0x17d,-_0x284697._0x18abd5)]=_0x565255,_0x370e6e;}async[_0x215265(0x2b7,0x249,0x21d,0x1c5)+_0x215265(0x14b,0x1e0,0x1e6,0x19f)+_0x215265(0x23f,0x1b3,0x1c4,0x19c)](){const _0x563adb={_0x7e0377:0x437,_0x3b7a08:0x3ff,_0x482ab2:0x4ac,_0x38225e:0x3be,_0x169962:0x3cb,_0x1a6906:0x443,_0x53b7b:0x44c,_0x15a0ec:0x157,_0x353785:0x86,_0x164a90:0xdc,_0x2e50d6:0xb8,_0x1ef67a:0x422,_0x3b85c0:0x382,_0x54aab8:0x40e,_0x39021d:0x48,_0x18dca8:0x41,_0x32a5d1:0x497,_0x264987:0x41d,_0x422b06:0x26,_0x5cd1f8:0x39,_0x4898e0:0x459,_0x26a24e:0x361,_0x7bc4e2:0x1f,_0x28d8bb:0x4a4,_0x34b309:0x464,_0x41fe4b:0x456,_0x4dc705:0x558,_0x3c7474:0x4a1,_0x111a7d:0x52c,_0x32bd2a:0x43f,_0x362ffa:0x44f,_0x4d5ca6:0x3bb,_0x5861:0x3ee,_0x4c1143:0xdb,_0x42389f:0xe5,_0x9e565b:0x43e,_0x155199:0x425,_0x1c26c2:0x3bf,_0x51c95e:0x3c4,_0x12b3a6:0xea,_0x171acd:0x2,_0x5dd1d7:0xb8,_0x243a05:0x5d,_0xf93303:0x1b,_0xa5ec9a:0x85,_0x5c9738:0x44,_0x26774f:0xe9,_0x2cf6cb:0x493,_0x3b85bd:0x51c,_0x1d7206:0x480,_0x1fa750:0x4d0,_0x594f7f:0x4d1,_0x47611b:0x561,_0xe4ed7a:0x441,_0x200015:0x442,_0x138605:0x3c2,_0xa10628:0x3a2,_0x49d921:0x10d,_0x2b6ac6:0x13d,_0x4cddc0:0x3f2,_0x47423a:0x3b5,_0x222f7c:0x498,_0x564fae:0x43c,_0x22eddd:0x64,_0x2b1f30:0x115,_0x9aa3ac:0x396,_0xc480e5:0x398,_0x97e331:0x51b,_0x7b8a2:0xa8,_0x410a7c:0x24,_0x48ca32:0x154,_0x683b75:0x41e,_0x1ef7b7:0xb1,_0x2e1b57:0x4ae,_0x40f769:0x42f,_0x13ffef:0x448,_0x25a421:0x459,_0x48e5b5:0x41b,_0x2c3a53:0x444,_0x2e8025:0x4bc,_0x29af55:0x551,_0x567696:0x50b,_0x276611:0x499,_0x5d139d:0x3b8,_0x49a693:0x396,_0x526fc8:0x41a,_0x12879b:0x3c8,_0x1ef994:0x8d,_0xc84b12:0xfb,_0x27028c:0x5e,_0x2c2fc0:0xd4,_0x26d6e7:0x7e,_0x36bc66:0x7,_0x53e597:0x58,_0x13d42b:0x63,_0x63cdc2:0x80,_0x43ad98:0xc8,_0x1e3b51:0x3ed,_0x79444a:0x3e8,_0x3f1bc3:0x3aa,_0x3a8b6d:0x34b,_0x36f5e5:0x3ed,_0x596e64:0x3f9,_0x77844e:0x446,_0x3feb41:0x4b,_0x122a86:0x42a,_0x54b861:0x3c3,_0x222204:0x4e4,_0x5b6e1d:0x572,_0x26340a:0x1b,_0x1ea9e3:0x8b,_0x34651f:0x42b,_0x3141e6:0x48d,_0x5e27cb:0x3f2,_0x5a6118:0x4fc,_0x4fdfcf:0x4ed,_0xc71190:0x4d3,_0x38e8e4:0x4b9,_0x50b0d3:0x13e,_0x337702:0x62,_0x5f1411:0x9b,_0x2c49b1:0xe,_0x53bfe9:0xb2,_0x3e0952:0x22,_0x1c96b6:0x3a7,_0x45da46:0x3d8,_0x148f8e:0x454,_0x147bc5:0x44a,_0x3b4f1b:0x484,_0x1fea59:0x50,_0x323c54:0x4b3,_0x42ecc2:0x44d,_0x344ca3:0x6b,_0x5e4d0a:0x44b,_0x56b49b:0x3e9,_0x1f93ce:0x77,_0x459512:0x51,_0x644503:0xa2,_0x5afc4b:0x45,_0x1aeb21:0x30,_0xa540e:0x47,_0x4c78b9:0x5c,_0x2fca69:0x4e,_0x4d8a24:0x3ea,_0x1f477a:0x3d9,_0x15d3d4:0x459,_0x82b7c3:0x3be,_0x564ebe:0x400},_0x201249={_0x3e04e6:0x75,_0x49ff90:0x27d},_0x4166e6={_0x2856c5:0x20c},_0x10401a={};_0x10401a[_0x3f6816(_0x563adb._0x7e0377,_0x563adb._0x3b7a08,_0x563adb._0x482ab2,_0x563adb._0x38225e)]=_0x3f6816(_0x563adb._0x169962,0x394,_0x563adb._0x1a6906,_0x563adb._0x53b7b),_0x10401a[_0x4e737f(-_0x563adb._0x15a0ec,-_0x563adb._0x353785,-_0x563adb._0x164a90,-_0x563adb._0x2e50d6)]=function(_0x28ae97,_0x57de43){return _0x28ae97!==_0x57de43;},_0x10401a[_0x3f6816(_0x563adb._0x1ef67a,0x3a0,_0x563adb._0x3b85c0,_0x563adb._0x54aab8)]=_0x4e737f(0x24,-0x3,0x42,-_0x563adb._0x39021d),_0x10401a[_0x4e737f(-0x72,-0xe1,-0x94,-_0x563adb._0x18dca8)]='utf-8',_0x10401a[_0x3f6816(_0x563adb._0x32a5d1,0x47c,_0x563adb._0x264987,0x49b)]=function(_0x225b47,_0x156b83){return _0x225b47!==_0x156b83;},_0x10401a[_0x4e737f(0x73,0x1c,_0x563adb._0x422b06,_0x563adb._0x5cd1f8)]=_0x3f6816(0x3d5,_0x563adb._0x4898e0,_0x563adb._0x26a24e,0x3dd),_0x10401a[_0x4e737f(-0xd1,-0xd,-_0x563adb._0x7bc4e2,-0x91)]='Certificat'+_0x3f6816(_0x563adb._0x28d8bb,_0x563adb._0x34b309,_0x563adb._0x41fe4b,0x4b1)+_0x3f6816(0x4df,_0x563adb._0x4dc705,_0x563adb._0x3c7474,_0x563adb._0x111a7d)+_0x3f6816(_0x563adb._0x32bd2a,_0x563adb._0x362ffa,_0x563adb._0x4d5ca6,_0x563adb._0x5861)+'d\x20certific'+_0x4e737f(-0x169,-_0x563adb._0x4c1143,-0xbd,-_0x563adb._0x42389f),_0x10401a['dWxLs']='base64',_0x10401a[_0x3f6816(_0x563adb._0x9e565b,_0x563adb._0x155199,_0x563adb._0x1c26c2,_0x563adb._0x51c95e)]=_0x4e737f(-0x74,-0x90,-0x164,-_0x563adb._0x12b3a6),_0x10401a['wlqUX']=_0x4e737f(-_0x563adb._0x171acd,-0x46,-_0x563adb._0x5dd1d7,-_0x563adb._0x243a05)+_0x4e737f(0xbd,-0x25,0x4,_0x563adb._0xf93303)+'s\x20not\x20cont'+_0x4e737f(-_0x563adb._0xa5ec9a,-_0x563adb._0x5c9738,-_0x563adb._0x26774f,-0x4a)+_0x4e737f(-0x14b,-0x9b,-0xa2,-0xd8)+'key',_0x10401a[_0x3f6816(0x4cd,_0x563adb._0x2cf6cb,_0x563adb._0x3b85bd,_0x563adb._0x1d7206)]=_0x3f6816(0x468,0x3e4,0x449,0x4af);function _0x3f6816(_0x5e3651,_0x10e6da,_0x3e7ab7,_0x56c1e6){return _0x215265(_0x5e3651-0x41,_0x5e3651-_0x4166e6._0x2856c5,_0x3e7ab7-0x4b,_0x10e6da);}_0x10401a['nMkfy']=function(_0xd4d111,_0x368a4c){return _0xd4d111+_0x368a4c;},_0x10401a[_0x3f6816(_0x563adb._0x1fa750,_0x563adb._0x594f7f,_0x563adb._0x47611b,_0x563adb._0xe4ed7a)]=_0x3f6816(_0x563adb._0x200015,0x3ba,_0x563adb._0x138605,_0x563adb._0xa10628)+_0x4e737f(-0x56,-_0x563adb._0x49d921,-_0x563adb._0x2b6ac6,-0xa2)+_0x3f6816(_0x563adb._0x4cddc0,0x48e,0x3df,_0x563adb._0x47423a)+_0x3f6816(_0x563adb._0x222f7c,_0x563adb._0x564fae,0x449,0x3f6),_0x10401a[_0x4e737f(-_0x563adb._0x22eddd,-_0x563adb._0x2b1f30,-0x5d,-0x9f)]=_0x4e737f(-0x2f,-0x77,-0x96,-0x22);const _0x1578b7=_0x10401a,_0x53878d=_0x42bd20[_0x3f6816(0x3de,_0x563adb._0x9aa3ac,0x385,_0x563adb._0xc480e5)](this[_0x3f6816(0x4ac,0x532,0x46a,_0x563adb._0x97e331)+'h'],this[_0x4e737f(-_0x563adb._0x7b8a2,-0x97,_0x563adb._0x410a7c,-0x3b)+'eFile']);let _0x34947f;try{if(_0x1578b7[_0x4e737f(-0x108,-0x68,-_0x563adb._0x48ca32,-_0x563adb._0x2e50d6)](_0x4e737f(-0xb6,-0x4f,-0xeb,-0x48),_0x1578b7[_0x3f6816(_0x563adb._0x1ef67a,0x41f,_0x563adb._0x683b75,0x4a4)])){const _0x1d228c=(this[_0x4e737f(0x10,-_0x563adb._0x1ef7b7,-0xa1,-0x68)]||_0x1578b7['usNOr'])+':'+this[_0x4e737f(-0xcc,0x17,-0xaf,-0x6b)];_0xff8a1d[_0x3f6816(_0x563adb._0x2e1b57,0x4da,0x521,_0x563adb._0x40f769)](_0x1d228c);}else _0x34947f=await _0x1bd0f8[_0x3f6816(0x3f4,0x3d3,0x39f,0x46d)](_0x53878d,_0x1578b7[_0x3f6816(_0x563adb._0x13ffef,0x4a6,0x43a,0x3f6)]);}catch(_0x58d7a1){throw new Error('Failed\x20to\x20'+_0x4e737f(-0x59,-0x50,-0x3a,0x9)+'\x20DevOps\x20ce'+_0x3f6816(_0x563adb._0x25a421,0x4e2,_0x563adb._0x48e5b5,_0x563adb._0x2c3a53)+_0x3f6816(_0x563adb._0x2e8025,_0x563adb._0x29af55,0x523,_0x563adb._0x567696)+this['certificat'+_0x3f6816(0x413,_0x563adb._0x276611,_0x563adb._0x5d139d,_0x563adb._0x49a693)]+':\x20'+_0x58d7a1[_0x3f6816(_0x563adb._0x526fc8,0x486,0x3ac,_0x563adb._0x12879b)]);}const _0x43a67f=_0x34947f[_0x4e737f(-_0x563adb._0x1ef994,-0x71,-_0x563adb._0xc84b12,-_0x563adb._0x27028c)](/-----BEGIN CERTIFICATE-----[\s\S]*?-----END CERTIFICATE-----/);if(!_0x43a67f){if(_0x1578b7[_0x3f6816(_0x563adb._0x32a5d1,0x4d7,0x485,0x4f4)](_0x1578b7[_0x4e737f(_0x563adb._0x2c2fc0,_0x563adb._0x26d6e7,0xb4,_0x563adb._0x5cd1f8)],'iQQWz'))throw new Error(_0x1578b7['gaLIq']);else return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i[_0x4e737f(_0x563adb._0x36bc66,-0xa9,-_0x563adb._0x53e597,-0x1e)](_0x10f1d6);}const _0x1d64c6=Buffer[_0x4e737f(-_0x563adb._0x13d42b,-_0x563adb._0x63cdc2,-0x107,-_0x563adb._0x43ad98)](_0x43a67f[-0x7*-0x47d+-0x261*-0x9+-0x34d4][_0x3f6816(_0x563adb._0x1e3b51,_0x563adb._0x79444a,0x41b,_0x563adb._0x3f1bc3)](/-----BEGIN CERTIFICATE-----/g,'')[_0x3f6816(0x3ed,0x437,0x352,_0x563adb._0x3a8b6d)](/-----END CERTIFICATE-----/g,'')[_0x3f6816(_0x563adb._0x36f5e5,_0x563adb._0x596e64,0x450,_0x563adb._0x77844e)](/\s/g,''),_0x1578b7['dWxLs']),_0x3178b0=_0x1cd4be[_0x4e737f(0xc7,_0x563adb._0x3feb41,-0x19,0x35)](_0x3f6816(_0x563adb._0x122a86,_0x563adb._0x54b861,0x432,0x451))['update'](_0x1d64c6)['digest'](),_0x2b6fb0=_0x3178b0[_0x3f6816(_0x563adb._0x222204,_0x563adb._0x5b6e1d,0x44e,0x53d)](_0x1578b7[_0x4e737f(_0x563adb._0x26340a,-0x36,-_0x563adb._0x1ea9e3,-0x4b)]),_0x1cf87c=_0x34947f[_0x3f6816(_0x563adb._0x34651f,_0x563adb._0x3141e6,_0x563adb._0x5e27cb,0x407)](/-----BEGIN (?:RSA )?PRIVATE KEY-----[\s\S]*?-----END (?:RSA )?PRIVATE KEY-----/);if(!_0x1cf87c)throw new Error(_0x1578b7[_0x3f6816(_0x563adb._0x34b309,_0x563adb._0x5a6118,_0x563adb._0x4fdfcf,_0x563adb._0xc71190)]);const _0x290538=_0x1cf87c[0x5c7+-0x20e*-0x11+-0x28b5],_0x3786c7=Math[_0x3f6816(0x4bf,0x546,_0x563adb._0x38e8e4,0x4ce)](Date[_0x4e737f(-0xcd,-_0x563adb._0x50b0d3,-_0x563adb._0x337702,-_0x563adb._0x5f1411)]()/(0x11cb+-0x1*-0x6ed+-0xc*0x1bc)),_0x1f3b6f='https://lo'+'gin.micros'+'oftonline.'+'com/'+this['tenantId']+('/oauth2/v2'+'.0/token'),_0x57a996={};_0x57a996[_0x4e737f(-0xb0,_0x563adb._0x2c49b1,-0x75,-0xf)]=_0x4e737f(-0x5b,-0x13,-_0x563adb._0x53bfe9,-_0x563adb._0x3e0952),_0x57a996[_0x3f6816(_0x563adb._0x1c96b6,0x407,0x361,_0x563adb._0x45da46)]=_0x1578b7['Ppsmp'],_0x57a996[_0x3f6816(0x3e8,_0x563adb._0x148f8e,0x44b,0x3d4)]=_0x2b6fb0;const _0x1ba4d9=_0x57a996,_0x4b610f={'aud':_0x1f3b6f,'iss':this[_0x3f6816(0x40e,_0x563adb._0x147bc5,_0x563adb._0x3b4f1b,0x3f2)],'sub':this[_0x3f6816(0x40e,0x3ee,0x39e,0x36d)],'jti':_0x1cd4be['randomUUID'](),'exp':_0x1578b7[_0x4e737f(-0x88,-0x2c,-0x65,-_0x563adb._0x1fea59)](_0x3786c7,JWT_LIFETIME_SECONDS),'iat':_0x3786c7,'nbf':_0x3786c7},_0x5f1a00={};_0x5f1a00[_0x3f6816(_0x563adb._0x323c54,0x525,_0x563adb._0x42ecc2,0x4d0)]=this[_0x4e737f(-0x27,-0xc3,-0x2,-_0x563adb._0x344ca3)],_0x5f1a00[_0x3f6816(0x3e8,_0x563adb._0x5e4d0a,_0x563adb._0x56b49b,0x41a)]=_0x2b6fb0,_0x5f1a00[_0x4e737f(-0x5e,0x1c,-_0x563adb._0x1f93ce,-_0x563adb._0x459512)]=_0x1f3b6f,_0x4e68f4[_0x4e737f(-0x80,0x60,-_0x563adb._0x644503,-0x31)](_0x1578b7[_0x4e737f(_0x563adb._0x5afc4b,0x16,_0x563adb._0x1aeb21,_0x563adb._0xa540e)],_0x5f1a00);const _0x46efc9={};_0x46efc9[_0x4e737f(_0x563adb._0x4c78b9,-0x13,0x15,_0x563adb._0x2fca69)]=_0x1578b7[_0x3f6816(_0x563adb._0x4d8a24,_0x563adb._0x1f477a,0x3a2,_0x563adb._0x15d3d4)],_0x46efc9['header']=_0x1ba4d9;function _0x4e737f(_0x29bfab,_0x356b8b,_0x213b82,_0x3298f7){return _0x215265(_0x29bfab-_0x201249._0x3e04e6,_0x3298f7- -_0x201249._0x49ff90,_0x213b82-0x47,_0x29bfab);}return _0x142c17[_0x3f6816(_0x563adb._0x82b7c3,0x3c4,0x3e5,_0x563adb._0x564ebe)](_0x4b610f,_0x290538,_0x46efc9);}async[_0x2b3ac8(-0x227,-0x226,-0x18c,-0x14d)+_0x215265(0x1f2,0x1ee,0x18e,0x272)](_0x115b3f,_0x21408f={}){const _0x94c04f={_0x5db4bd:0x4a7,_0x1933ab:0x528,_0x590876:0x523,_0x5710df:0x5a6,_0x246bc1:0x588,_0x5a8684:0x49b,_0x228c7d:0x564,_0x439159:0x4e4,_0x4e9641:0x54f,_0x430ee8:0x5bb},_0x1c683e={_0x181375:0x277},_0x1bc317={_0x44550e:0x1de,_0x3b6b49:0x1b5},{token:_0x35d86f}=await this['generateTo'+_0xe5318a(_0x94c04f._0x5db4bd,0x532,_0x94c04f._0x1933ab,_0x94c04f._0x590876)](_0x21408f),_0xe0b4b7=new URL(_0x115b3f);_0xe0b4b7[_0xe5318a(0x58c,_0x94c04f._0x5710df,0x53a,_0x94c04f._0x246bc1)]='',_0xe0b4b7[_0xe5318a(_0x94c04f._0x5a8684,_0x94c04f._0x228c7d,_0x94c04f._0x590876,0x5b1)]=_0x35d86f;function _0x34e238(_0x280254,_0x15e3fe,_0xa97468,_0x15fc09){return _0x2b3ac8(_0x280254-0xab,_0x15e3fe-_0x1bc317._0x44550e,_0x280254-_0x1bc317._0x3b6b49,_0x15e3fe);}function _0xe5318a(_0xc0ed87,_0x583075,_0x4a6c95,_0x3cb727){return _0x215265(_0xc0ed87-0x162,_0x4a6c95-_0x1c683e._0x181375,_0x4a6c95-0xf6,_0xc0ed87);}return _0xe0b4b7[_0xe5318a(_0x94c04f._0x439159,0x514,_0x94c04f._0x4e9641,_0x94c04f._0x430ee8)]();}async[_0x2b3ac8(-0x1ad,-0x261,-0x213,-0x281)+_0x2b3ac8(-0x232,-0x1b1,-0x217,-0x2a1)](_0x137c07={}){const _0x1439a4={_0x210d55:0x1f,_0x5b9f04:0xb,_0x5b06d7:0x1,_0x18d727:0x267,_0x1f3431:0x305,_0x63e46d:0x39b,_0x3035c6:0x32f,_0x528d39:0x2b0,_0x585982:0x370,_0x5649ec:0xfa,_0x541b7e:0x373,_0x49b4f2:0x32f,_0x581a8f:0x3dd,_0x59fc23:0x313,_0x5b2668:0x45,_0x2b2f27:0x5f,_0x1f0bfa:0xce,_0x579b96:0x8f,_0x838ab8:0x92,_0x36f1d5:0x54,_0x4c6933:0x16,_0x576aef:0x355,_0x227107:0x2,_0x4ac582:0x23,_0x27cdf3:0x5,_0xe3cae8:0x95,_0x4db0bd:0x10,_0x357a01:0x27,_0x478207:0x2e,_0x46290c:0x63,_0x274266:0x17,_0xc7c3f1:0xb4,_0x49a087:0x417,_0x3cd526:0x460,_0x44e178:0x3c5,_0x100c9f:0x63,_0x18d47c:0x2,_0x57c370:0x56,_0x48c596:0x3b,_0x535e53:0x32b,_0x2d68fe:0x3be,_0x47c3e6:0x33a,_0x19ee7c:0x401,_0x18fd25:0x2b4,_0x335e9d:0x358,_0x273f8d:0x3d3,_0x1badb1:0x2ad,_0x24a0a7:0x32c,_0x578020:0x336,_0x4533f0:0x7a,_0x4fd4fe:0x5c,_0x540d57:0xb,_0x47bfdf:0x57,_0x18516e:0x29d,_0x1d3f52:0x2cb,_0x35a71b:0x245,_0x291b64:0x270,_0xba5c11:0x313,_0x2792bf:0x2e9,_0x22a116:0x2ef,_0x34a397:0x25c,_0xb347c8:0x3e,_0x2c2496:0xd,_0x1c9bf2:0x88,_0x21ca13:0x1b,_0x391a47:0x4c,_0x37412d:0x327,_0x517ba7:0x2d6,_0x57caac:0x62},_0x6d08c8={_0x305c23:0x10e,_0x5d631a:0x1ac},_0x498301={_0x5c0e24:0xc0,_0x1de99b:0x1d5,_0x1ab6c4:0x235},_0x5ae4e4={};_0x5ae4e4[_0x309c99(0x10,-_0x1439a4._0x210d55,_0x1439a4._0x5b9f04,-_0x1439a4._0x5b06d7)]=function(_0x3db62e,_0x396323){return _0x3db62e+_0x396323;},_0x5ae4e4[_0x2af964(_0x1439a4._0x18d727,0x387,_0x1439a4._0x1f3431,_0x1439a4._0x63e46d)]=function(_0x17e14d,_0x4bf3e5){return _0x17e14d===_0x4bf3e5;},_0x5ae4e4[_0x2af964(0x375,0x30c,_0x1439a4._0x3035c6,_0x1439a4._0x528d39)]=function(_0x4b1705,_0x4d4ecd){return _0x4b1705===_0x4d4ecd;},_0x5ae4e4[_0x2af964(_0x1439a4._0x585982,0x399,0x319,0x2ff)]=_0x309c99(0xa3,0x22,0x8,_0x1439a4._0x5649ec),_0x5ae4e4['IdrsE']=function(_0x5c8f86,_0x5e4363){return _0x5c8f86!==_0x5e4363;};function _0x309c99(_0x14f835,_0x4b2a6a,_0x23e29b,_0x454454){return _0x2b3ac8(_0x14f835-_0x498301._0x5c0e24,_0x4b2a6a-_0x498301._0x1de99b,_0x14f835-_0x498301._0x1ab6c4,_0x4b2a6a);}_0x5ae4e4['TtNRU']=_0x2af964(_0x1439a4._0x541b7e,_0x1439a4._0x49b4f2,0x35d,_0x1439a4._0x581a8f);function _0x2af964(_0x1ab4cb,_0x570570,_0x16608f,_0xd7332){return _0x215265(_0x1ab4cb-0x30,_0x16608f-_0x6d08c8._0x305c23,_0x16608f-_0x6d08c8._0x5d631a,_0x1ab4cb);}_0x5ae4e4[_0x2af964(0x338,0x2e8,_0x1439a4._0x59fc23,0x2fd)]='dev.azure.'+_0x309c99(_0x1439a4._0x5b2668,_0x1439a4._0x2b2f27,-0x38,_0x1439a4._0x1f0bfa);const _0x376312=_0x5ae4e4,{repositoryUrls:_0x38e646,logger:_0x60a4d3}=_0x137c07,_0x2c0fc9={};_0x2c0fc9[_0x309c99(0x64,-0x3d,0x5,_0x1439a4._0x579b96)]=_0x60a4d3;const {token:_0x436516}=await this['generateTo'+_0x309c99(_0x1439a4._0x838ab8,_0x1439a4._0x36f1d5,0xbe,_0x1439a4._0x4c6933)](_0x2c0fc9);if(!_0x38e646||_0x376312['sKoEY'](_0x38e646[_0x2af964(0x3a1,0x2bf,0x361,_0x1439a4._0x576aef)],0x1*0x23e9+-0x1025+-0x2*0x9e2)){if(_0x376312[_0x309c99(_0x1439a4._0x227107,0x9c,-_0x1439a4._0x4ac582,_0x1439a4._0x27cdf3)](_0x376312[_0x309c99(-0x14,-_0x1439a4._0xe3cae8,-0x6f,0x4c)],'xhHJa'))return'';else throw new _0x53b41c(_0x376312[_0x309c99(_0x1439a4._0x4db0bd,-_0x1439a4._0x357a01,-_0x1439a4._0x478207,0x21)](_0x309c99(-_0x1439a4._0x46290c,_0x1439a4._0x274266,-0x9d,-_0x1439a4._0xc7c3f1)+_0x2af964(_0x1439a4._0x49a087,_0x1439a4._0x3cd526,_0x1439a4._0x44e178,0x466)+'uth\x20is\x20not'+'\x20yet\x20imple'+'mented.\x20','Please\x20cha'+_0x309c99(0x18,-0x3,-_0x1439a4._0x100c9f,_0x1439a4._0x210d55)+_0x309c99(_0x1439a4._0x210d55,-_0x1439a4._0x18d47c,-_0x1439a4._0x57c370,0x54)+_0x309c99(-_0x1439a4._0x48c596,-0xc6,-0x35,-0xd7)+'Credential'+_0x2af964(_0x1439a4._0x535e53,_0x1439a4._0x2d68fe,0x37d,0x32e)+'the\x20enviro'+_0x2af964(_0x1439a4._0x535e53,_0x1439a4._0x47c3e6,0x364,_0x1439a4._0x19ee7c)+_0x2af964(0x330,0x43b,0x3a0,0x379)));}const _0x29b558=[];for(const _0x3e8f05 of _0x38e646){if(_0x376312[_0x2af964(0x34f,_0x1439a4._0x18fd25,_0x1439a4._0x335e9d,_0x1439a4._0x273f8d)](_0x376312[_0x2af964(_0x1439a4._0x1badb1,_0x1439a4._0x24a0a7,_0x1439a4._0x578020,0x38f)],_0x376312['TtNRU']))_0x1d89cb['push'](_0x309c99(_0x1439a4._0x4533f0,0xe,_0x1439a4._0x4fd4fe,-_0x1439a4._0x540d57)+_0x309c99(-_0x1439a4._0x47bfdf,-0xb5,-0x56,_0x1439a4._0x5b06d7)+_0x2af964(_0x1439a4._0x18516e,0x22a,_0x1439a4._0x1d3f52,_0x1439a4._0x35a71b)+_0x51a551+'@'+_0x2c37fd+'/'+_0x65a289);else{let _0x40fd8a=_0x376312[_0x2af964(_0x1439a4._0x291b64,0x2c8,_0x1439a4._0xba5c11,0x27e)],_0x4adb05='';try{const _0x29349c=new URL(_0x3e8f05);_0x40fd8a=_0x29349c['hostname'],_0x4adb05=_0x29349c['pathname'][_0x2af964(_0x1439a4._0x2792bf,0x356,_0x1439a4._0x22a116,_0x1439a4._0x34a397)](/^\//,'')[_0x309c99(-_0x1439a4._0xb347c8,-0x7d,-0x62,-_0x1439a4._0x2c2496)](/\.git$/,'');}catch{continue;}_0x4adb05&&_0x29b558[_0x309c99(0x6e,_0x1439a4._0x1c9bf2,_0x1439a4._0x21ca13,_0x1439a4._0x391a47)]('https://x-'+_0x2af964(_0x1439a4._0x37412d,0x2f9,_0x1439a4._0x517ba7,0x30a)+_0x309c99(-_0x1439a4._0x57caac,-0xea,-_0x1439a4._0x274266,-0x8b)+_0x436516+'@'+_0x40fd8a+'/'+_0x4adb05);}}return _0x29b558['join']('\x0a');}async[_0x215265(0x268,0x241,0x21a,0x23f)+_0x2b3ac8(-0x22e,-0x334,-0x2a9,-0x29e)+'o'](_0x224360,_0x4d2a98={}){const _0x1fa032={_0x528129:0x1e4,_0x170018:0x281,_0x59f675:0x169,_0xe48f7:0x1a0,_0x5e06ac:0x12f,_0x389ca1:0x155,_0x30f45c:0x1f5,_0x28e03c:0x229,_0x5aede5:0x1e2,_0x37f0c1:0x213,_0x276b05:0x1b8,_0x44746a:0x26d,_0x5af71a:0x145,_0x438366:0xc8,_0x3ddb4e:0x1d9,_0xb31f7:0x1b7,_0x1f4609:0x299,_0x6107ff:0x130,_0x7d44fc:0x1f4,_0x290dfb:0x150,_0x45d71e:0xed,_0x30c8f3:0x135,_0x4be661:0x2aa,_0x1104ac:0x332,_0x485d68:0x134,_0x114048:0x13a,_0x1c38af:0x1e5,_0x2cff63:0x186,_0x1101a8:0x230,_0x2cf5c4:0x18a,_0x305f01:0x1d0,_0x123472:0x1d9,_0x1f2ba6:0x195,_0x19999a:0x23f,_0xca8117:0x192,_0x4d678e:0x2ce,_0xfaa446:0x2c5,_0x19f543:0x1b9,_0x7e6628:0x13e,_0x11c565:0x1ae,_0x5bd957:0x247,_0x39e278:0x1bc,_0x19df0e:0x24c,_0x243bec:0x1eb,_0x3fc9df:0x1a5,_0x17ed84:0x192,_0x303250:0x2b1,_0x3b287d:0x24d,_0x22fc3a:0x249,_0x5efd93:0x28d,_0x2a753b:0x304,_0x2f163d:0x1c1,_0x44474b:0x215,_0x3d6bb4:0x1c2,_0x4d14e3:0x279,_0x215927:0x193,_0x534c34:0x141,_0x21c273:0x1da,_0x5b19c5:0x227,_0x504eb9:0x1a6,_0x1dba1a:0x1b4,_0x18934f:0x174,_0x1233c0:0x2fa,_0x1c0113:0x1ae,_0x4a6ad1:0x17c,_0x239056:0x13c,_0x1ac255:0x9d,_0x3245a8:0x111,_0x56838e:0x166,_0x2acff5:0x1d5,_0x3b286b:0x1aa,_0x49da01:0x131,_0x29925b:0x203,_0x295d96:0x169,_0x376f35:0x217,_0x4629ef:0x18e,_0x67179a:0x14b,_0x5509f1:0xb9,_0x5711b1:0x195,_0x29da81:0x116,_0x47e8ae:0xfa,_0xf68795:0x19b,_0xdaf633:0x29d,_0x196d7c:0x16f,_0x27290c:0x1e7,_0x1ab0dc:0x1f2,_0x258923:0x26d},_0x5d7f52={_0x588911:0xa6,_0x2bf42c:0x50},_0x2519dc={};_0x2519dc[_0x1c6b38(-0x14c,-_0x1fa032._0x528129,-0x147,-_0x1fa032._0x170018)]='Certificat'+'e\x20file\x20doe'+_0x2cc62f(-_0x1fa032._0x59f675,-_0x1fa032._0xe48f7,-_0x1fa032._0x5e06ac,-_0x1fa032._0x389ca1)+_0x2cc62f(-0x209,-_0x1fa032._0x30f45c,-_0x1fa032._0x28e03c,-0x28c)+'d\x20certific'+_0x1c6b38(-_0x1fa032._0x5aede5,-_0x1fa032._0x37f0c1,-_0x1fa032._0x276b05,-_0x1fa032._0x44746a),_0x2519dc[_0x2cc62f(-0x1d3,-0x145,-0x1fd,-_0x1fa032._0x5af71a)]=_0x1c6b38(-_0x1fa032._0x438366,-0x137,-_0x1fa032._0x3ddb4e,-_0x1fa032._0xb31f7),_0x2519dc[_0x2cc62f(-0x247,-0x1a7,-0x1f1,-_0x1fa032._0x1f4609)]=function(_0x23fea7,_0xcb2f91){return _0x23fea7===_0xcb2f91;};function _0x1c6b38(_0x5ba1a5,_0x9d9783,_0x3cc156,_0x213d67){return _0x2b3ac8(_0x5ba1a5-0x145,_0x9d9783-0x20,_0x9d9783-0xa9,_0x3cc156);}_0x2519dc[_0x1c6b38(-0x163,-0x12b,-0xb7,-0xd0)]=_0x1c6b38(-0xa2,-0x126,-0x101,-_0x1fa032._0x6107ff),_0x2519dc[_0x2cc62f(-0x16e,-_0x1fa032._0x7d44fc,-0x1b2,-0x11e)]=function(_0x15147d,_0x288998){return _0x15147d!==_0x288998;},_0x2519dc[_0x1c6b38(-_0x1fa032._0x290dfb,-_0x1fa032._0x45d71e,-_0x1fa032._0x30c8f3,-0xf4)]=_0x2cc62f(-0x296,-_0x1fa032._0x4be661,-_0x1fa032._0x1104ac,-0x24c),_0x2519dc['bwfyo']=function(_0xefe93,_0x36fd5f){return _0xefe93+_0x36fd5f;},_0x2519dc[_0x1c6b38(-0x18f,-0x15b,-_0x1fa032._0x485d68,-0x1f1)]=_0x1c6b38(-0xf5,-_0x1fa032._0x114048,-0x156,-0x1c8)+'p\x20credenti'+'als\x20for\x20Az'+_0x2cc62f(-_0x1fa032._0x1c38af,-_0x1fa032._0x2cff63,-_0x1fa032._0x1101a8,-_0x1fa032._0x2cf5c4)+_0x2cc62f(-_0x1fa032._0x305f01,-0x1f1,-_0x1fa032._0x123472,-0x17c),_0x2519dc[_0x1c6b38(-_0x1fa032._0x1f2ba6,-0x1eb,-_0x1fa032._0x19999a,-_0x1fa032._0xca8117)]=_0x2cc62f(-0x22d,-_0x1fa032._0x4d678e,-0x1a7,-_0x1fa032._0xfaa446)+_0x1c6b38(-_0x1fa032._0x19f543,-_0x1fa032._0x7e6628,-0xd9,-0x110);const _0x5a2fd8=_0x2519dc;function _0x2cc62f(_0x1e1188,_0x3050d0,_0x359fbe,_0x2cfbb3){return _0x215265(_0x1e1188-_0x5d7f52._0x588911,_0x1e1188- -0x43c,_0x359fbe-_0x5d7f52._0x2bf42c,_0x359fbe);}const {logger:logger=_0x4e68f4,credentialMode:credentialMode=_0x5a2fd8[_0x2cc62f(-0x1d3,-0x221,-0x20f,-_0x1fa032._0x11c565)],userId:_0xf0c487,providerName:_0x282f8b}=_0x4d2a98;if(_0x5a2fd8[_0x2cc62f(-_0x1fa032._0x5bd957,-0x215,-0x287,-0x28c)](credentialMode,_0x5a2fd8[_0x2cc62f(-_0x1fa032._0x39e278,-_0x1fa032._0x19df0e,-0x20d,-_0x1fa032._0x243bec)])){if(_0x5a2fd8['rTpXH'](_0x5a2fd8[_0x1c6b38(-0x68,-0xed,-0xe6,-0xed)],_0x1c6b38(-_0x1fa032._0x3fc9df,-0x205,-_0x1fa032._0x17ed84,-0x23f)))throw new _0x5c3404(_0x5a2fd8[_0x2cc62f(-0x275,-0x206,-0x296,-_0x1fa032._0x303250)]);else throw new Error(_0x5a2fd8[_0x2cc62f(-_0x1fa032._0x3b287d,-0x280,-0x2b2,-_0x1fa032._0x22fc3a)](_0x2cc62f(-0x280,-_0x1fa032._0x5efd93,-_0x1fa032._0x2a753b,-0x31b)+_0x2cc62f(-0x185,-0x1c8,-_0x1fa032._0x2f163d,-0x1be)+_0x1c6b38(-_0x1fa032._0x305f01,-_0x1fa032._0x44474b,-_0x1fa032._0x3d6bb4,-_0x1fa032._0x4d14e3)+'\x20yet\x20imple'+_0x1c6b38(-0x10c,-_0x1fa032._0x215927,-_0x1fa032._0x534c34,-_0x1fa032._0x21c273),_0x1c6b38(-_0x1fa032._0x5b19c5,-0x214,-_0x1fa032._0x504eb9,-_0x1fa032._0x1dba1a)+_0x1c6b38(-0xdc,-_0x1fa032._0x18934f,-0xf4,-0x1ee)+'pository\x20t'+_0x2cc62f(-0x258,-0x1e1,-_0x1fa032._0x1233c0,-0x240)+_0x1c6b38(-_0x1fa032._0x1c0113,-0x17d,-0x125,-0x1ca)+_0x1c6b38(-_0x1fa032._0x4a6ad1,-_0x1fa032._0x239056,-_0x1fa032._0x1ac255,-_0x1fa032._0x3245a8)+_0x1c6b38(-0x156,-_0x1fa032._0x56838e,-_0x1fa032._0x2acff5,-0x1e2)+'nment\x20sett'+_0x2cc62f(-_0x1fa032._0x3b286b,-_0x1fa032._0x30f45c,-0x1cb,-0x17d)));}const _0x81c38f={};_0x81c38f['provider']=this[_0x1c6b38(-_0x1fa032._0x239056,-0x199,-0xf6,-_0x1fa032._0x49da01)],_0x81c38f[_0x2cc62f(-0x1d1,-0x1f4,-_0x1fa032._0x29925b,-_0x1fa032._0x295d96)]=_0x224360,logger['debug'](_0x5a2fd8[_0x2cc62f(-0x1ec,-_0x1fa032._0x376f35,-_0x1fa032._0x4629ef,-0x1ef)],_0x81c38f);const _0x2da83c={};_0x2da83c['logger']=logger;const {token:_0x576843,expires_at:_0x12ad64}=await this[_0x1c6b38(-0x15a,-_0x1fa032._0x67179a,-_0x1fa032._0x5509f1,-_0x1fa032._0x5711b1)+_0x1c6b38(-_0x1fa032._0x29da81,-_0x1fa032._0x47e8ae,-0x16b,-_0x1fa032._0xf68795)](_0x2da83c),_0x6f2f62={};return _0x6f2f62['username']=_0x5a2fd8[_0x2cc62f(-0x27c,-0x24d,-0x251,-_0x1fa032._0xdaf633)],_0x6f2f62[_0x2cc62f(-0x190,-0xf7,-_0x1fa032._0x196d7c,-_0x1fa032._0x27290c)]=_0x576843,_0x6f2f62[_0x1c6b38(-0x190,-_0x1fa032._0x1ab0dc,-0x1bd,-_0x1fa032._0x258923)]=_0x12ad64,_0x6f2f62;}async[_0x2b3ac8(-0x11d,-0xee,-0x17d,-0x1ec)+_0x215265(0x1c5,0x1b3,0x1e6,0x152)](){const _0x1f1ae3={_0x4ddcde:0x3f,_0x9de917:0x31,_0x2818f8:0xa4,_0x2e9b8b:0x16,_0x89ae60:0x1ce,_0x2ef267:0x10b,_0x335eac:0x2a0,_0xf218b4:0x6a,_0x175074:0x96,_0x3de61c:0xc7,_0x26d728:0xad,_0x26d6b7:0x8a,_0x10a2a5:0x21a,_0x2b3ceb:0x11c,_0x3e4210:0x45,_0x3e2460:0xc8,_0x5558a6:0x72,_0x7ce154:0x56,_0x88106b:0x2e1,_0x4c4279:0x247,_0x3159d2:0x1e6,_0x5c513c:0x202,_0x282778:0x16a,_0x2c1335:0xee,_0x4d1efd:0x131,_0x2fa479:0xab,_0x36af77:0xba,_0x3da638:0xb6,_0x55d0d1:0x27e,_0x4d477e:0x3d,_0x527387:0x54,_0x5515ff:0x4d,_0x5ab0a0:0x8,_0x4617fe:0x2,_0xee8710:0x265,_0x4536e0:0x2cc,_0x2da07b:0x1b5,_0x41252f:0x251,_0x105eaa:0x286,_0x3c4445:0x255,_0x431dbe:0x267,_0x3ed29b:0x231,_0x429c35:0x1ac,_0x52993f:0x229,_0x3ed200:0x2b,_0x24cab5:0x44,_0x2ad0d9:0x37,_0x359d6e:0x212,_0x1bbc8c:0x182,_0x409346:0x197,_0x465b69:0x32,_0x20e308:0x2f,_0x3ae66b:0x1d,_0x4d8ece:0xe3,_0x2494c7:0x1dc,_0x532927:0xed,_0x582d79:0x4d,_0x5d903f:0x9a,_0x23ab8a:0x40,_0xfe0b0b:0x5e,_0x2e5c13:0x28f,_0x109d13:0x27b,_0x1a8b7e:0x5d,_0x25f5e2:0x3b,_0x33f3b5:0x88,_0x4ee7a9:0x5f,_0x599d51:0x1ae,_0x997637:0x1f1,_0x2adcc2:0x1fd,_0x3b81db:0x13,_0x475aad:0x9c,_0x54129a:0xb9,_0x354ebc:0x1f4,_0x168248:0x184,_0x8f3756:0x70,_0x40d76f:0x1ff,_0x57059d:0x232,_0x3f8b93:0x86,_0x3be157:0x123,_0x1d91a7:0xa0,_0x8594bd:0xa0,_0x4e0c8b:0x59,_0x1ee5a8:0xc9,_0x5b01d3:0x2d,_0x4b8d53:0xb,_0x1785ae:0x127,_0x2dccf3:0x150,_0x476dd4:0x2a3,_0x5c4794:0x2b5,_0x155b40:0x216,_0x5538a0:0x23d,_0x1698fb:0x122,_0x89151f:0x178,_0x21c0a3:0xdf,_0x85a9dd:0x5,_0x6c8d04:0x5e},_0x2853be={_0x4935e9:0x2a4},_0x48b06c={_0x1d5244:0x1d2},_0x54a034={};_0x54a034[_0x5ed0d4(0x2b,0x95,0xa,-0x1e)]=function(_0x2b8c56,_0x14aeb9){return _0x2b8c56!==_0x14aeb9;};function _0x483021(_0x3734e5,_0x42be28,_0x316836,_0x48ea23){return _0x215265(_0x3734e5-0x19,_0x42be28- -0x44b,_0x316836-_0x48b06c._0x1d5244,_0x316836);}_0x54a034[_0x483021(-0x290,-0x2ab,-0x2dc,-0x297)]=_0x5ed0d4(_0x1f1ae3._0x4ddcde,_0x1f1ae3._0x9de917,_0x1f1ae3._0x2818f8,_0x1f1ae3._0x2e9b8b),_0x54a034[_0x483021(-0x1bc,-0x17f,-_0x1f1ae3._0x89ae60,-_0x1f1ae3._0x2ef267)]=_0x483021(-0x30b,-0x28a,-0x2bf,-_0x1f1ae3._0x335eac),_0x54a034['ZVpFF']=_0x5ed0d4(0x48,_0x1f1ae3._0xf218b4,_0x1f1ae3._0x175074,0x58)+_0x5ed0d4(0x14f,_0x1f1ae3._0x3de61c,_0x1f1ae3._0x26d728,0x102);const _0x5c5e5a=_0x54a034;function _0x5ed0d4(_0x13db0d,_0x40fb16,_0x29a160,_0x4ac305){return _0x2b3ac8(_0x13db0d-0xc,_0x40fb16-0x67,_0x29a160-_0x2853be._0x4935e9,_0x40fb16);}try{if(_0x5c5e5a[_0x5ed0d4(_0x1f1ae3._0x26d6b7,-0x9a,0xa,0x84)](_0x5c5e5a[_0x483021(-0x2cf,-0x2ab,-_0x1f1ae3._0x10a2a5,-0x280)],_0x5c5e5a[_0x5ed0d4(0x91,0x183,_0x1f1ae3._0x2b3ceb,0x17b)])){const {token:_0x6256e9}=await this['generateTo'+'ken'](),_0x24de44='https://de'+_0x5ed0d4(0x10e,_0x1f1ae3._0x3e4210,_0x1f1ae3._0x3e2460,0x115)+'m/'+this[_0x5ed0d4(_0x1f1ae3._0x5558a6,-_0x1f1ae3._0x7ce154,0x2a,-0x30)+'on']+(_0x483021(-_0x1f1ae3._0x88106b,-_0x1f1ae3._0x4c4279,-_0x1f1ae3._0x3159d2,-_0x1f1ae3._0x5c513c)+_0x5ed0d4(0xf0,_0x1f1ae3._0x282778,_0x1f1ae3._0x2c1335,_0x1f1ae3._0x4d1efd)+'version=7.'+'1&$top=1'),_0x2d5ff4={};_0x2d5ff4[_0x5ed0d4(0xc9,_0x1f1ae3._0x2fa479,0x124,_0x1f1ae3._0x36af77)+_0x5ed0d4(0x78,0x14b,0xda,_0x1f1ae3._0x3da638)]='Bearer\x20'+_0x6256e9,_0x2d5ff4['Accept']=_0x5c5e5a['ZVpFF'];const _0x2e3ebc={};_0x2e3ebc[_0x483021(-0x2dc,-0x24c,-_0x1f1ae3._0x55d0d1,-0x1ec)]=_0x2d5ff4;const _0x248b49=await fetch(_0x24de44,_0x2e3ebc);if(_0x248b49['ok']){const _0x3672df=await _0x248b49[_0x5ed0d4(_0x1f1ae3._0x4d477e,_0x1f1ae3._0x527387,0x4d,0x4f)](),_0x560996={};return _0x560996[_0x5ed0d4(-0x13,_0x1f1ae3._0x5515ff,_0x1f1ae3._0x5ab0a0,-_0x1f1ae3._0x4617fe)]=!![],_0x560996[_0x483021(-_0x1f1ae3._0xee8710,-0x23d,-_0x1f1ae3._0x4536e0,-0x1d6)]=_0x483021(-_0x1f1ae3._0x2da07b,-_0x1f1ae3._0x41252f,-_0x1f1ae3._0x105eaa,-0x29a)+_0x483021(-0x27c,-_0x1f1ae3._0x3c4445,-_0x1f1ae3._0x431dbe,-_0x1f1ae3._0x3ed29b)+_0x483021(-_0x1f1ae3._0x429c35,-0x1cf,-_0x1f1ae3._0x52993f,-0x255)+_0x5ed0d4(-_0x1f1ae3._0x3ed200,-_0x1f1ae3._0x24cab5,_0x1f1ae3._0x2ad0d9,0x5a)+_0x3672df['count']+('\x20project(s'+').'),_0x560996[_0x483021(-0xfd,-_0x1f1ae3._0x1bbc8c,-_0x1f1ae3._0x359d6e,-_0x1f1ae3._0x409346)]={},_0x560996[_0x483021(-0xfd,-_0x1f1ae3._0x1bbc8c,-_0x1f1ae3._0x359d6e,-_0x1f1ae3._0x409346)][_0x5ed0d4(0x46,_0x1f1ae3._0x465b69,_0x1f1ae3._0x20e308,-0x2f)+_0x5ed0d4(0x65,0x96,_0x1f1ae3._0x3ae66b,0x43)]=_0x3672df[_0x5ed0d4(0xc4,0x100,0xfe,_0x1f1ae3._0x4d8ece)],_0x560996[_0x483021(-0xfd,-_0x1f1ae3._0x1bbc8c,-_0x1f1ae3._0x359d6e,-_0x1f1ae3._0x409346)][_0x483021(-0x267,-0x271,-_0x1f1ae3._0x2494c7,-_0x1f1ae3._0x4c4279)+'on']=this['organizati'+'on'],_0x560996;}else{const _0x285a9b=await _0x248b49[_0x5ed0d4(_0x1f1ae3._0x532927,0xa4,_0x1f1ae3._0x582d79,-0x1c)]()[_0x483021(-0x1f6,-_0x1f1ae3._0x89ae60,-0x25d,-0x1e3)](()=>({})),_0x11a453={};return _0x11a453['success']=![],_0x11a453[_0x5ed0d4(_0x1f1ae3._0x5d903f,-_0x1f1ae3._0x23ab8a,_0x1f1ae3._0xfe0b0b,0xb2)]=_0x483021(-0x220,-_0x1f1ae3._0x2e5c13,-0x252,-_0x1f1ae3._0x109d13)+'ps\x20API\x20err'+_0x5ed0d4(-_0x1f1ae3._0x1a8b7e,-0x7c,-0xe,0x44)+_0x248b49[_0x5ed0d4(0x97,_0x1f1ae3._0x25f5e2,_0x1f1ae3._0x33f3b5,_0x1f1ae3._0x4ee7a9)]+_0x483021(-_0x1f1ae3._0x599d51,-0x222,-_0x1f1ae3._0x997637,-_0x1f1ae3._0x2adcc2)+(_0x285a9b[_0x5ed0d4(_0x1f1ae3._0x3b81db,_0x1f1ae3._0x475aad,0x5e,_0x1f1ae3._0x54129a)]||_0x248b49[_0x483021(-_0x1f1ae3._0x354ebc,-_0x1f1ae3._0x168248,-0x1c3,-0x199)]),_0x11a453;}}else throw new _0x1120ef(_0x5ed0d4(-0x10,0x93,_0x1f1ae3._0x8f3756,0xec)+_0x483021(-_0x1f1ae3._0x40d76f,-0x1b3,-0x19f,-_0x1f1ae3._0x57059d)+_0x5ed0d4(_0x1f1ae3._0x3f8b93,_0x1f1ae3._0x3f8b93,_0x1f1ae3._0x3be157,_0x1f1ae3._0x1d91a7)+_0x5ed0d4(_0x1f1ae3._0x8594bd,_0x1f1ae3._0x4e0c8b,0x83,_0x1f1ae3._0x1ee5a8)+_0x5ed0d4(_0x1f1ae3._0x5b01d3,0x61,-_0x1f1ae3._0x4b8d53,-0x5c)+_0x5ed0d4(0x144,_0x1f1ae3._0x1785ae,0xf4,_0x1f1ae3._0x2dccf3));}catch(_0x2d7ab2){const _0x1a3401={};return _0x1a3401[_0x483021(-0x284,-0x293,-_0x1f1ae3._0x476dd4,-_0x1f1ae3._0x5c4794)]=![],_0x1a3401[_0x483021(-_0x1f1ae3._0x155b40,-_0x1f1ae3._0x5538a0,-0x22f,-0x2b6)]=_0x483021(-0x214,-0x179,-_0x1f1ae3._0x1698fb,-_0x1f1ae3._0x89151f)+_0x5ed0d4(0x133,_0x1f1ae3._0x21c0a3,0xe7,0x122)+_0x2d7ab2[_0x5ed0d4(0x83,_0x1f1ae3._0x85a9dd,_0x1f1ae3._0x6c8d04,0x45)],_0x1a3401;}}async[_0x2b3ac8(-0x21a,-0x2a8,-0x23b,-0x29d)+_0x215265(0x29b,0x2a9,0x288,0x2f6)](){const _0x555629={_0x2562a1:0x2bb,_0x445add:0x243,_0x36e478:0x3e,_0x35b397:0x49,_0x4a5f63:0x36,_0x45e293:0x37b,_0x1eddba:0x38b,_0x48a141:0x5a,_0x55dadf:0x2c,_0x4b66bd:0x105,_0x57ed6c:0x76,_0x46afc7:0x2e,_0x171e0b:0x123,_0x2e658b:0xe1,_0x27ac85:0x2c,_0x34b468:0x153,_0x3cbc35:0xb8,_0x1c734c:0x2fb,_0x40c92c:0x2af,_0x5600e7:0x247,_0x51ddcd:0x28d,_0x1b1c62:0x351,_0x224b00:0x322,_0x1ba2b1:0x2f0,_0x23a69b:0x2cc,_0x683f2:0x281,_0x2d1d07:0x3b0,_0x54bc0f:0x347,_0x2b94f7:0x2cc,_0x31bb5f:0xcc,_0xd6cf20:0x3,_0x4a02db:0x38,_0x434342:0x8d,_0x24e310:0xb5,_0x26f971:0xd6,_0x195d5e:0x8b,_0x230769:0x30,_0x480a07:0x1e,_0xd5d329:0x24,_0x3afc36:0x55,_0x2e6c88:0x2d3,_0x1d9fdd:0x2e6,_0x5d5423:0x110,_0x517cd8:0xb3,_0x540972:0x33,_0x1550bf:0x2d,_0x2ac0f9:0x116,_0x5178e8:0x126,_0x489022:0xa9,_0x4b3df4:0x3e,_0x16b36a:0xa2,_0x1fee08:0x279,_0x5abaac:0x2b7,_0x3b7e32:0x35,_0x2633ea:0x1c,_0x5cdfdf:0x57,_0x518b0e:0x3e9,_0x51075f:0xa4,_0x56a4b4:0xc5,_0x7ce239:0x106,_0xee354e:0x368,_0x47821f:0x348,_0x596419:0x11,_0x106baf:0x35f,_0x44b6a3:0x2ec,_0x565003:0xb6,_0x465656:0xd6,_0x31cc9b:0x71,_0x9ecfbf:0xd,_0x2db796:0xdb,_0x389101:0x111,_0x38c5d1:0xa7,_0x21c9c8:0xa,_0x44aadb:0xad,_0x185311:0x2e,_0x5ad3f5:0xf,_0x22f80c:0x59,_0x39f9fd:0xf9,_0x458e14:0x38b,_0x366405:0x360,_0x550283:0x28,_0x11a001:0x26,_0xb96346:0x2ce,_0xf1d30f:0x3da,_0x43b25b:0x315,_0x40f5a1:0x2d6,_0x3b442f:0x30,_0x388869:0xb1,_0x8dfc9c:0xa3,_0x2d94c8:0x2fc,_0x46beec:0x388,_0x17bff3:0x411,_0x640bc4:0x3f0,_0x12a788:0x14e,_0x333a2d:0xef,_0x3934e9:0x32,_0x34a245:0xcd,_0x245e42:0x2d3,_0x12b612:0x75,_0x2830e6:0x30,_0x28fa6e:0xb8,_0x564dfe:0x60,_0x4cfb41:0x86,_0xb09258:0x130,_0x57e89a:0x4c,_0x43d3fe:0xb2,_0x4fb3c8:0x9e,_0x533464:0x2b1,_0x289aa2:0x30c,_0x1e30f1:0x2f9,_0x14ffc9:0x2d9,_0x37b750:0xd7,_0x4a79bc:0x326,_0x557447:0x3c9,_0x54a1c7:0x14f,_0x376c7f:0x1bd,_0x54a1cb:0x11c,_0x335535:0x253,_0x31c4f5:0x2c8,_0x43ed19:0x239,_0x429f77:0x68,_0x2ea00b:0x12,_0x2c59d3:0x284,_0x2d5182:0x321,_0x3b6707:0x27c,_0x14505d:0xab,_0xdc9037:0x5b,_0x463c61:0xc3,_0x485bda:0x48,_0x347892:0x13,_0x3d2dd2:0x24,_0x398e42:0x30b,_0xa44598:0x2a3,_0x4e07ff:0x225,_0x133d4e:0x258,_0x5564b1:0x299,_0x418ba0:0x399,_0x5365b0:0x367,_0x32578d:0x422,_0x1ecb3c:0x404,_0x221ab8:0x121,_0x270d2c:0xac,_0x10b386:0xa9,_0x5a5a30:0x107,_0x53d417:0x9b,_0xe3d850:0xae,_0x387de9:0x37,_0x1fa00b:0xb4,_0x547d84:0x165,_0x4bb92d:0xc6,_0x32d3ba:0xcf,_0x457e7c:0x5a,_0x40837a:0x350,_0x2183bc:0x325,_0x357f8f:0x3cf,_0x17482a:0x312,_0x401409:0x304,_0x2d9a14:0x32b,_0xde4ad9:0x384,_0x2d137c:0x39f,_0x68ccf2:0x317,_0x11cb2c:0x157,_0x4e5031:0x10d,_0x21563b:0x63,_0xb20095:0x1b,_0x1dca29:0x44,_0x4ab993:0x2ed,_0x37aab8:0x244,_0x1dbc44:0x22e,_0x5f5422:0x5b,_0x15beb8:0x6b,_0x1fbf84:0x81,_0x1ab150:0x102,_0x66f0d:0x40,_0x45aa51:0x16},_0x23786c={_0x232c74:0xa5},_0x48cf31={_0xf3ba69:0xe7},_0x239bb8={};_0x239bb8[_0x2018a0(_0x555629._0x2562a1,0x2e0,_0x555629._0x445add,0x261)]=_0x5871b1(-0x44,-0xee,-0x6a,-0x88)+_0x2018a0(0x3b7,0x344,0x390,0x340),_0x239bb8['kYGVh']=function(_0x3bf8ee,_0x235cb8){return _0x3bf8ee!==_0x235cb8;},_0x239bb8['DvzuH']=_0x5871b1(-_0x555629._0x36e478,-_0x555629._0x35b397,-0xa6,-_0x555629._0x4a5f63),_0x239bb8['QlWcu']=_0x2018a0(_0x555629._0x45e293,0x302,_0x555629._0x1eddba,0x2db),_0x239bb8[_0x5871b1(-_0x555629._0x48a141,-_0x555629._0x55dadf,-0xc0,-_0x555629._0x4b66bd)]=_0x5871b1(-0xfe,-_0x555629._0x57ed6c,-0xb4,-_0x555629._0x46afc7),_0x239bb8[_0x5871b1(-_0x555629._0x171e0b,-0xed,-_0x555629._0x2e658b,-0xaa)]=function(_0x32b320,_0x46835b){return _0x32b320===_0x46835b;},_0x239bb8[_0x5871b1(-_0x555629._0x27ac85,-_0x555629._0x34b468,-_0x555629._0x3cbc35,-0x107)]='oLHgZ',_0x239bb8['IEKRx']='main',_0x239bb8[_0x2018a0(_0x555629._0x1c734c,0x30a,_0x555629._0x40c92c,0x330)]=function(_0x5a4f24,_0x132093){return _0x5a4f24!==_0x132093;},_0x239bb8[_0x2018a0(0x2ec,0x2da,_0x555629._0x5600e7,_0x555629._0x51ddcd)]=_0x2018a0(0x3bd,_0x555629._0x1b1c62,0x3ad,_0x555629._0x224b00),_0x239bb8[_0x5871b1(-0x5d,-0x2a,-0x9d,-0x4c)]=_0x2018a0(0x2eb,0x370,0x345,0x31e)+_0x2018a0(_0x555629._0x1ba2b1,0x290,_0x555629._0x23a69b,_0x555629._0x683f2)+'\x20for\x20proje'+'ct';const _0x1bceee=_0x239bb8,{token:_0x2bcb07}=await this[_0x2018a0(_0x555629._0x2d1d07,_0x555629._0x54bc0f,_0x555629._0x2b94f7,0x3a9)+'ken'](),_0x215d0c=[],_0x1dccde='https://de'+_0x5871b1(-_0x555629._0x31bb5f,_0x555629._0xd6cf20,-_0x555629._0x4a02db,-0x2f)+'m/'+this[_0x5871b1(-_0x555629._0x434342,-_0x555629._0x24e310,-_0x555629._0x26f971,-0xfb)+'on']+('/_apis/pro'+_0x5871b1(0x13,-_0x555629._0x195d5e,-0x12,0x8)+'version=7.'+'1');function _0x2018a0(_0xe0f930,_0x5b21dd,_0x241a9f,_0x1c67fc){return _0x215265(_0xe0f930-0x39,_0x5b21dd-_0x48cf31._0xf3ba69,_0x241a9f-0x75,_0x241a9f);}const _0x37b4eb={};_0x37b4eb[_0x5871b1(_0x555629._0x230769,-_0x555629._0x480a07,_0x555629._0xd5d329,_0x555629._0x3afc36)+'ion']='Bearer\x20'+_0x2bcb07,_0x37b4eb[_0x2018a0(0x322,0x362,0x3e0,_0x555629._0x224b00)]=_0x1bceee[_0x5871b1(-0x14c,-_0x555629._0x195d5e,-0xb7,-0x13b)];const _0x4d3fe7={};function _0x5871b1(_0x860eec,_0x26867a,_0x56ecfd,_0x614b71){return _0x2b3ac8(_0x860eec-0x1c2,_0x26867a-_0x23786c._0x232c74,_0x56ecfd-0x1a4,_0x860eec);}_0x4d3fe7[_0x2018a0(_0x555629._0x2e6c88,_0x555629._0x1d9fdd,0x37d,0x299)]=_0x37b4eb;const _0x22225d=await fetch(_0x1dccde,_0x4d3fe7);if(!_0x22225d['ok']){const _0x2b0502=await _0x22225d[_0x5871b1(-0x4f,-_0x555629._0x5d5423,-_0x555629._0x517cd8,-0xa2)]()[_0x5871b1(-0x55,-0x37,-_0x555629._0x540972,-_0x555629._0x1550bf)](()=>({}));throw new Error(_0x2018a0(0x3c4,0x370,0x3ca,0x3bd)+_0x5871b1(-0x120,-0x12d,-_0x555629._0x2ac0f9,-_0x555629._0x5178e8)+'cts:\x20'+_0x22225d['status']+'\x20-\x20'+(_0x2b0502[_0x5871b1(-_0x555629._0x489022,-_0x555629._0x4b3df4,-_0x555629._0x16b36a,-0xcb)]||_0x22225d['statusText']));}const _0x4afd12=await _0x22225d[_0x2018a0(_0x555629._0x1fee08,0x2e4,_0x555629._0x5abaac,0x341)]();for(const _0x557c65 of _0x4afd12[_0x5871b1(_0x555629._0x3b7e32,-_0x555629._0x480a07,-_0x555629._0x2633ea,-_0x555629._0x5cdfdf)]){if(_0x1bceee[_0x2018a0(_0x555629._0x518b0e,0x388,0x33b,0x2fb)](_0x5871b1(-_0x555629._0x51075f,-_0x555629._0x46afc7,-_0x555629._0x56a4b4,-_0x555629._0x7ce239),_0x1bceee[_0x2018a0(_0x555629._0xee354e,0x3b8,0x369,_0x555629._0x47821f)])){const _0x3f98d2=_0x5871b1(-_0x555629._0x596419,0x24,-0x57,0x4a)+_0x2018a0(0x3bc,_0x555629._0x106baf,0x366,_0x555629._0x44b6a3)+'m/'+this[_0x5871b1(-0xa9,-_0x555629._0x565003,-_0x555629._0x465656,-0xb9)+'on']+'/'+_0x557c65['name']+(_0x5871b1(_0x555629._0x4a02db,-_0x555629._0x31cc9b,_0x555629._0x9ecfbf,_0x555629._0x1550bf)+_0x5871b1(-_0x555629._0x2db796,-_0x555629._0x389101,-0xdb,-0x147)+_0x5871b1(0x6b,-_0x555629._0x38c5d1,-_0x555629._0x21c9c8,-_0x555629._0x44aadb)+'rsion=7.1');try{if(_0x1bceee[_0x5871b1(0x46,_0x555629._0x185311,-_0x555629._0x5ad3f5,_0x555629._0x22f80c)](_0x1bceee[_0x5871b1(-_0x555629._0x39f9fd,-0x187,-0xed,-0x10d)],'YZAaX')){const _0x5c35de={};_0x5c35de[_0x2018a0(_0x555629._0x458e14,0x3bb,_0x555629._0x366405,0x35f)+_0x5871b1(-0x21,-_0x555629._0x550283,-_0x555629._0x11a001,0x26)]='Bearer\x20'+_0x2bcb07,_0x5c35de[_0x2018a0(0x2fb,0x362,_0x555629._0xb96346,_0x555629._0xf1d30f)]=_0x1bceee[_0x2018a0(0x343,0x2e0,_0x555629._0x43b25b,_0x555629._0x40f5a1)];const _0x85ef40={};_0x85ef40[_0x5871b1(-_0x555629._0x3b442f,-_0x555629._0x1550bf,-_0x555629._0x388869,-_0x555629._0x8dfc9c)]=_0x5c35de;const _0x19b37c=await fetch(_0x3f98d2,_0x85ef40);if(_0x19b37c['ok']){if(_0x1bceee[_0x2018a0(_0x555629._0x2d94c8,_0x555629._0x46beec,_0x555629._0x17bff3,_0x555629._0x640bc4)](_0x1bceee[_0x5871b1(-_0x555629._0x12a788,-0x21,-0xc0,-_0x555629._0x333a2d)],_0x5871b1(0x55,_0x555629._0x3934e9,-0x48,-_0x555629._0x34a245))){const _0x456f11=await _0x19b37c[_0x2018a0(0x2e0,0x2e4,0x2c7,_0x555629._0x245e42)]();for(const _0x43e53e of _0x456f11[_0x5871b1(0x44,-0x9,-0x1c,0xb)]){_0x1bceee[_0x5871b1(-0xcb,-0x147,-0xe1,-_0x555629._0x12b612)](_0x1bceee[_0x5871b1(-0x102,-_0x555629._0x2830e6,-_0x555629._0x28fa6e,-_0x555629._0x564dfe)],_0x1bceee[_0x5871b1(-_0x555629._0x4cfb41,-_0x555629._0xb09258,-0xb8,-0xa1)])?_0x215d0c[_0x5871b1(0x72,_0x555629._0x57e89a,-0x23,-0x3a)]({'name':_0x43e53e[_0x5871b1(-_0x555629._0x43d3fe,-0x11a,-_0x555629._0x4fb3c8,-_0x555629._0x4a02db)],'full_name':_0x557c65[_0x2018a0(0x27a,0x2f9,_0x555629._0x533464,_0x555629._0x289aa2)]+'/'+_0x43e53e[_0x2018a0(_0x555629._0x44b6a3,_0x555629._0x1e30f1,_0x555629._0x14ffc9,0x2d2)],'project':_0x557c65['name'],'clone_url':_0x43e53e[_0x5871b1(-0xc4,-0x33,-_0x555629._0x37b750,-0x178)],'default_branch':_0x43e53e[_0x2018a0(0x337,_0x555629._0x4a79bc,0x2e6,_0x555629._0x557447)+_0x5871b1(-_0x555629._0x54a1c7,-_0x555629._0x376c7f,-_0x555629._0x54a1cb,-0xa4)]?.[_0x2018a0(_0x555629._0x335535,_0x555629._0x31c4f5,_0x555629._0x43ed19,0x235)](_0x5871b1(-0x6f,-_0x555629._0x22f80c,-_0x555629._0x429f77,_0x555629._0x2ea00b)+'/','')||_0x1bceee[_0x2018a0(_0x555629._0x2c59d3,0x2ed,_0x555629._0x2d5182,0x307)],'description':_0x557c65['descriptio'+'n'],'descriptionSource':'project','private':_0x1bceee[_0x2018a0(0x272,0x30a,0x271,0x312)](_0x557c65[_0x2018a0(_0x555629._0x3b6707,0x285,0x2f4,0x1f7)],_0x1bceee['Jetnr'])}):_0x488ed1[_0x5871b1(-_0x555629._0x14505d,-0x71,-_0x555629._0xdc9037,-_0x555629._0x463c61)]();}}else{const _0x30f84a={};return _0x30f84a[_0x5871b1(-_0x555629._0x485bda,_0x555629._0xd5d329,-_0x555629._0x347892,_0x555629._0x3d2dd2)]=![],_0x30f84a['message']=_0x2018a0(_0x555629._0x398e42,_0x555629._0xa44598,_0x555629._0x4e07ff,0x2cc)+_0x2018a0(_0x555629._0x133d4e,0x28a,0x259,_0x555629._0x5564b1)+_0x2018a0(0x40e,0x37c,0x353,0x301)+this[_0x2018a0(_0x555629._0x418ba0,0x2f9,0x396,_0x555629._0x5365b0)]+('\x22\x20is\x20missi'+_0x2018a0(_0x555629._0x32578d,0x3a6,0x3de,_0x555629._0x1ecb3c)+_0x2018a0(_0x555629._0xa44598,0x2b1,0x2e6,0x220)+'\x20')+this['certificat'+_0x5871b1(-_0x555629._0x221ab8,-_0x555629._0x270d2c,-_0x555629._0x10b386,-0x40)],_0x30f84a;}}}else{const _0xa1464a=new _0x388115(_0x277e53);_0x3d41fd=_0xa1464a[_0x5871b1(-0x14,-_0x555629._0x5a5a30,-0xaf,-_0x555629._0x53d417)],_0x201178=_0xa1464a[_0x5871b1(-0x73,-_0x555629._0xe3d850,-0xfc,-_0x555629._0x16b36a)][_0x5871b1(-_0x555629._0x387de9,-0x7f,-0xcf,-_0x555629._0x1fa00b)](/^\//,'')[_0x5871b1(-_0x555629._0x547d84,-_0x555629._0x4bb92d,-_0x555629._0x32d3ba,-0x12e)](/\.git$/,'');}}catch(_0x183567){const _0x977526={};_0x977526['project']=_0x557c65[_0x5871b1(-0x45,-_0x555629._0x457e7c,-0x9e,-0xf0)],_0x977526[_0x2018a0(_0x555629._0x40837a,0x2ba,0x2c7,_0x555629._0x2183bc)]=_0x183567['message'],_0x4e68f4[_0x2018a0(_0x555629._0x357f8f,0x338,0x310,_0x555629._0x17482a)](_0x1bceee[_0x2018a0(0x31a,0x2fa,_0x555629._0x401409,_0x555629._0x2d9a14)],_0x977526);}}else{const _0x4510c5={};return _0x4510c5[_0x2018a0(0x346,_0x555629._0xde4ad9,_0x555629._0x45e293,_0x555629._0x2d137c)]=![],_0x4510c5[_0x2018a0(0x33e,0x2f5,_0x555629._0x68ccf2,0x347)]='Azure\x20DevO'+_0x5871b1(-0x94,-_0x555629._0x11cb2c,-_0x555629._0x4e5031,-0x17a)+_0x5871b1(0x7b,-_0x555629._0x21563b,-_0x555629._0xb20095,_0x555629._0x1dca29)+this['name']+(_0x2018a0(_0x555629._0x4ab993,0x2d1,_0x555629._0x37aab8,0x2c7)+_0x2018a0(0x1e7,0x284,0x20c,_0x555629._0x1dbc44)+_0x2018a0(0x2b3,0x2d8,0x285,0x33d)+_0x5871b1(-_0x555629._0x5f5422,-_0x555629._0x15beb8,-0x56,-0x67))+this[_0x5871b1(-_0x555629._0x1fbf84,-0x6d,-_0x555629._0x1ab150,-0xfe)+_0x5871b1(-0x1d,-_0x555629._0x66f0d,_0x555629._0x45aa51,0xba)],_0x4510c5;}}return _0x215d0c;}[_0x215265(0x20b,0x2a5,0x349,0x26c)+_0x215265(0x249,0x2cd,0x344,0x2f6)](){const _0x30c679={_0x2dc810:0x21e,_0x26ae78:0x194,_0x4ce87d:0x1d3,_0x36ec9a:0x1de,_0x32a273:0x96,_0x59d14c:0x100,_0x180ec2:0x145,_0x27f3f7:0xf5,_0xffd306:0x4b,_0x5d8814:0xb2,_0x1a4b0b:0x162,_0x177d56:0x1b2},_0x5ab72a={_0x54aa5d:0x7e};function _0x586a5a(_0x20e8e9,_0xd7cf2f,_0x51d607,_0x5db716){return _0x215265(_0x20e8e9-0x102,_0x51d607- -0x129,_0x51d607-0xc2,_0xd7cf2f);}function _0x39eab5(_0x136a27,_0x56d8e1,_0x135f2e,_0x1dd19c){return _0x2b3ac8(_0x136a27-_0x5ab72a._0x54aa5d,_0x56d8e1-0x86,_0x136a27-0x3cd,_0x1dd19c);}return{...super[_0x39eab5(_0x30c679._0x2dc810,0x222,0x1d5,_0x30c679._0x26ae78)+_0x39eab5(0x246,0x257,_0x30c679._0x4ce87d,_0x30c679._0x36ec9a)](),'organization':this['organizati'+'on'],'tenant_id':this[_0x586a5a(0x189,0x1b2,0x14c,0x150)],'client_id':this[_0x586a5a(0x137,_0x30c679._0x32a273,0xd9,0xe8)],'auth_method':this[_0x586a5a(_0x30c679._0x59d14c,_0x30c679._0x180ec2,0x18f,0x138)],'created_at':this[_0x586a5a(_0x30c679._0x27f3f7,_0x30c679._0xffd306,0xa5,_0x30c679._0x5d8814)][_0x39eab5(_0x30c679._0x1a4b0b,_0x30c679._0x177d56,0x12f,0x1a2)],'created_by':this['config'][_0x39eab5(0x1ec,0x1bc,0x1f5,0x215)]};}['clearCache'](){const _0x38cfae={_0x552a4b:0xce,_0x51e254:0xc2,_0x4e4cd4:0x129,_0x1f7622:0x50,_0x5e0fbf:0x9d},_0x29090d={_0x208505:0x51};function _0x463a80(_0x4a83ad,_0x1c8930,_0xe356e6,_0x5d3bb8){return _0x215265(_0x4a83ad-0x145,_0x4a83ad- -0x5e,_0xe356e6-0x1d9,_0x5d3bb8);}function _0x56949a(_0x44b2b4,_0x1c78f1,_0x127ab7,_0x1a0a4a){return _0x2b3ac8(_0x44b2b4-_0x29090d._0x208505,_0x1c78f1-0x10c,_0x1c78f1-0x2e5,_0x127ab7);}const _0x46f865=(this[_0x56949a(_0x38cfae._0x552a4b,0xa6,_0x38cfae._0x51e254,_0x38cfae._0x4e4cd4)]||_0x56949a(0x51,_0x38cfae._0x1f7622,-0x4,_0x38cfae._0x5e0fbf))+':'+this['name'];tokenCache['delete'](_0x46f865);}}export function clearAllAzureDevOpsTokenCache(){const _0x5c0170={_0x28b828:0x102,_0x188c48:0x67},_0x24532d={_0x3f0d21:0xfc};function _0x3012da(_0x2f147f,_0x5dd425,_0x1abab9,_0x348a2e){return _0x215265(_0x2f147f-0x14d,_0x5dd425- -0x171,_0x1abab9-_0x24532d._0x3f0d21,_0x2f147f);}tokenCache[_0x3012da(_0x5c0170._0x28b828,0xe4,0x118,_0x5c0170._0x188c48)]();}export function isValidGuid(_0x2e0d3d){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i['test'](_0x2e0d3d);}
1
+ function _0x50ddaa(_0x2cd71d,_0x2d564e,_0x4d75f7,_0x2b1cf5){return _0x3f8e(_0x2cd71d- -0x115,_0x2d564e);}(function(_0x23ea8c,_0x20238d){const _0x148b0b={_0x884094:0x320,_0x201870:0x365,_0x3d7a88:0x351,_0x3ae7ee:0x3fd,_0x18ed08:0x465,_0x1bf25:0x4c1,_0x3bf55d:0x500,_0x555c98:0x4b7,_0x2c88ce:0x21a,_0x31c9d3:0x246,_0x3a51f9:0x376,_0xda1e8f:0x2c8,_0x302384:0x317,_0x2712e1:0x425,_0x224598:0x49a,_0x1e86f4:0x4ac,_0x19772f:0x2f0,_0x3b14d3:0x26f,_0x3f8446:0x22f,_0x41f933:0x2a6,_0x58c344:0x333,_0x255369:0x335,_0x1ee65b:0x42c,_0x507122:0x3db,_0x15e4ff:0x432,_0x67490d:0x43e},_0x3206cc={_0x20466e:0x21b};function _0x16b86d(_0x2224ca,_0x2e9306,_0x2a39df,_0xa1df2d){return _0x3f8e(_0xa1df2d-_0x3206cc._0x20466e,_0x2224ca);}const _0x171858=_0x23ea8c();function _0x52e255(_0xfe4ab6,_0xb53541,_0x4bff4c,_0x3731b1){return _0x3f8e(_0xfe4ab6-0x54,_0x3731b1);}while(!![]){try{const _0x4c860a=parseInt(_0x52e255(_0x148b0b._0x884094,_0x148b0b._0x201870,_0x148b0b._0x3d7a88,0x398))/(0x24b8+-0x957+-0x490*0x6)+parseInt(_0x16b86d(0x435,0x4a5,_0x148b0b._0x3ae7ee,_0x148b0b._0x18ed08))/(-0x2*0x6b2+-0x55e+0x12c4)*(-parseInt(_0x16b86d(0x55e,0x505,0x4c4,_0x148b0b._0x1bf25))/(0x1cf1+-0x1*0x16d9+-0x615))+parseInt(_0x16b86d(_0x148b0b._0x3bf55d,_0x148b0b._0x555c98,0x4ea,0x51c))/(-0x3*-0x819+-0x1d62+0x1*0x51b)*(parseInt(_0x52e255(0x250,_0x148b0b._0x2c88ce,_0x148b0b._0x31c9d3,0x209))/(-0x132f+0x1ddf+0x1*-0xaab))+parseInt(_0x52e255(0x369,_0x148b0b._0x3a51f9,_0x148b0b._0xda1e8f,_0x148b0b._0x302384))/(-0x1*-0x199+0x1*0x14f9+-0x168c)+-parseInt(_0x16b86d(_0x148b0b._0x2712e1,_0x148b0b._0x224598,_0x148b0b._0x1e86f4,0x47f))/(0x2*0x1144+0x16a+-0x23eb)*(parseInt(_0x52e255(_0x148b0b._0x19772f,0x2ec,0x384,_0x148b0b._0x3b14d3))/(-0xcad+-0x85*0x1d+0x58e*0x5))+parseInt(_0x52e255(0x247,0x215,_0x148b0b._0x3f8446,_0x148b0b._0x41f933))/(-0xa12+-0x3*0x4eb+0x18dc)*(-parseInt(_0x52e255(0x36d,_0x148b0b._0x58c344,0x36b,0x390))/(0x14*0x10d+-0x242*-0xf+-0x36d8))+parseInt(_0x52e255(_0x148b0b._0x255369,0x35f,0x2b1,0x36e))/(0x1*-0xf51+-0x4f*-0x27+0x353)*(parseInt(_0x16b86d(_0x148b0b._0x1ee65b,_0x148b0b._0x507122,_0x148b0b._0x15e4ff,_0x148b0b._0x67490d))/(-0x15da+-0x1*0xa61+0x1*0x2047));if(_0x4c860a===_0x20238d)break;else _0x171858['push'](_0x171858['shift']());}catch(_0x314568){_0x171858['push'](_0x171858['shift']());}}}(_0x3b41,0x70240+0x33f2b+0x22b*-0x2dd));import{GitProvider}from'./provider-interface.js';import _0x31ba4c from'jsonwebtoken';import _0x8a9d56 from'crypto';function _0x3f8e(_0x1d9396,_0x974673){_0x1d9396=_0x1d9396-(0x2*-0x97a+0xa*-0x185+-0xd6*-0x2b);const _0x2118ab=_0x3b41();let _0x490fb1=_0x2118ab[_0x1d9396];if(_0x3f8e['FqAqgc']===undefined){var _0x22e423=function(_0x4ba3fd){const _0x57b9b7='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x263ac1='',_0x308a87='';for(let _0x2922d3=0x167f*0x1+0x4f1+-0x1b7*0x10,_0x51c41a,_0x137d8b,_0x339555=-0x13ad+0x2626+0x1*-0x1279;_0x137d8b=_0x4ba3fd['charAt'](_0x339555++);~_0x137d8b&&(_0x51c41a=_0x2922d3%(-0x875+-0x1*0x5ed+0x733*0x2)?_0x51c41a*(0xaee+0x2057+-0x2b05)+_0x137d8b:_0x137d8b,_0x2922d3++%(-0x3*0x595+-0x2212+-0x743*-0x7))?_0x263ac1+=String['fromCharCode'](-0x2511+-0xf93+0x35a3&_0x51c41a>>(-(-0x4*-0x7b7+-0x209f+0x1c5)*_0x2922d3&-0x7*0x3bf+0xd1b+0xd24)):0xf*0x15d+0x22d6+-0x3749*0x1){_0x137d8b=_0x57b9b7['indexOf'](_0x137d8b);}for(let _0x3af215=-0x3*0x24d+0x274+0x473,_0x3ed101=_0x263ac1['length'];_0x3af215<_0x3ed101;_0x3af215++){_0x308a87+='%'+('00'+_0x263ac1['charCodeAt'](_0x3af215)['toString'](-0x248f+0x2684+0x1e5*-0x1))['slice'](-(0x1ff6+-0x6e9+-0x190b));}return decodeURIComponent(_0x308a87);};_0x3f8e['HfgBqF']=_0x22e423,_0x3f8e['WrfFnX']={},_0x3f8e['FqAqgc']=!![];}const _0x1c2d7d=_0x2118ab[-0xd6b+-0xe95+0x1c00],_0x5df2b8=_0x1d9396+_0x1c2d7d,_0xc88c6a=_0x3f8e['WrfFnX'][_0x5df2b8];return!_0xc88c6a?(_0x490fb1=_0x3f8e['HfgBqF'](_0x490fb1),_0x3f8e['WrfFnX'][_0x5df2b8]=_0x490fb1):_0x490fb1=_0xc88c6a,_0x490fb1;}function _0x3b41(){const _0x40e697=['yxrL','sKTnD2y','zxrOB2q6ia','zxrgAwXL','ywLUigeGDMfSAq','r2Put0u','wezwsLa','EeXXreW','AKLWvLy','ierLDK9WCYbJBa','ywXNB3jPDgHT','C2HHmq','zwn0CW','Be1jwe0','x3bHDgGGy29UzG','AMvJDhm/yxbPlq','BMzPz3vYzwq','Ahr0Chm6lY9Kzq','yMfZzty0DxjS','z3jHBNrFDhLWzq','t3bZihrVA2vUia','C3bSAxq','Ec1Hy2nLC3mTDa','iIbOyxmGAw52yq','D2L0AcbJBgLLBG','uMrgseW','EuzUANK','x2DLBMvYyxrLqW','igzHAwXLzdOG','y2XPzw50x2fZCW','y29T','vgn5vLK','BI9QC29U','y3jLyxrLzf9IEq','BwvZC2fNzq','wfPRqLy','qxLmthK','EKD0EKK','BMCGy2vYDgLMAq','AxrOu2vJCMv0','mZi0mduZnNnxzNb1uq','C3rHDhvZvgv4Da','BMfTzq','AxHiDKG','qK9zq1K','u1P2u1K','BLHvsu0','l29HDxrOmI92mG','z0vhuLK','Ahr0Chm6lY94lq','mtu2v0zPqMrX','CcbJCMvKzw50Aq','Cuz1u3i','uvf6u2S','y2XPzw50x2LK','uMrnBMC','zxj0Aw9Ux3r5Ca','DhndB25MAwD1CG','EMzHCfO','AgvHzgvYCW','Dg9Rzw4','l19HCgLZl2DPDa','ief6DxjLierLDG','ChmGChjVDMLKzq','A21WB0u','ztOG','u2nkwee','zxrFCgf0AcbJBW','z2v0','zxHWAxjLC19PBG','y2XPzw50x2nYzq','y2vYDgLMAwnHDa','yxjLCG','q29UBMvJDgLVBG','z2LUlM1Py3jVCW','zuzPBgu','ywXN','qvrMBgi','C3vJy2vZC2z1Ba','BgLZDfjLCg9ZAq','A2vU','q2DIyNG','Ahr0Chm6lY9SBW','EeDRBg8','zxj0Aw9U','C3vJy2vZCW','tKLkyuK','Ahr0Chm6lY9HCa','mJCWmMPywMX5wG','BxfLDeK','DxnLCG','zw52ugf0Aa','wg5js1i','BMzV','vxnPBMCGy2fJAa','zv9WyxrO','zNjVBq','BM93','z2v0uhvIBgLJsq','y29UzMLN','z2v0qxv0AgvUDa','Dg9YAwvZ','y2XLyxjdywnOzq','zuTmsu0','BgLZDcbYzxbVCW','y2XPzw50u2vJCG','C3rHDhvZ','lJaVDg9Rzw4','s1bADfq','mtfSswL1Avm','BhLdugW','CMvMCY9OzwfKCW','uMvXDwvZDgLUzW','BM1LBNqGC2v0Da','DxrOigLZig5VDa','uLmYnty','uK1Ly3y','l19HCgLZl3bYBW','DhjPBq','yxjHBxm6B2f1Da','ihjLCg8','ANnVBG','DI5HENvYzs5JBW','DfDTA2O','BLfozKO','CMv0x3bHDgG','DhbKz1a','AwvZp2fWAs12zq','DxjUoMLLDgy6Ca','Aw5NCY4','uvPXzMq','vwjJCMK','zxzpChmGDg9Rzq','y291BNq','ywnJzxnZlxrVAW','ugHcr2q','CMLWDgLVBG','y29UzMLNDxjLza','yxbW','Dg90ywXFChjVAG','ChvIBgLJ','mtu3odHpA25JD1u','DcbMCM9Tia','zgvSzxrL','zNjVBsa','AM9PBG','ihbYB2PLy3qOCW','y2f0y2G','z2v0q3jLzgvUDa','C2v0','ChvZAa','zgvK','wfnJs0m','CNnPB249nY4X','CgfZC3DVCMq','qxP1CMuGrgv2tW','BgLLBNrFC2vJCG','DMvYC2LVBJ03lG','B3D2D20','B2z0B25SAw5LlG','C2vJCMv0','mZa4oty5nhLWzxfRsG','BgLLBNrbC3nLCG','vLrtuKS','r2DvuNC','nZC2mJCWt2XKCfzb','ig5LDYbbENvYzq','zw46ia','Bg9Nz2vY','AerzzK0','ierLDK9WCYbJzq','C2vJCMv0igzPBa','AM5ov2S','D2fYBG','vvLQtwS','igzVCIbWCM9Qzq','wwLtDw8','AwD1CMvK','CKTvwe0','DMfSDwu','CLbovhm','y3jLyxrLzf9HDa','ChmGDxnLCIbpqq','qMP6vMO','ChmGDg9Rzw4GBW','iIbPCYbTAxnZAq','CMPUEwK','BMDLihrOzsbYzq','t3bZignSAwvUDa','D2L0AcbJzxj0Aq','DxnLCM5HBwu','AxrOq2vYDgLMAq','qMvHCMvYia','ywnJzxnZ','ue9tva','thnnA20','AdPJBgLLBNqTyq','z2vUzxjHDgvuBW','y2TuvgG','rMTYs0m','DgvZDenVBM5LyW','C2vJCMv0C1bHDa','lMnVBs8UzgvMyq','yKHlt3q','zxHWAxjLC19HDa','DwX0','zxjYB3jFzgvZyW','owrbvKzfqG','q2Tdt2i','y2HLy2TtzwnYzq','iIbOyxmGBM8GyW','wvb1CLi','Dg9Rzw5vCMW','t3f3s0q','r0ryyu0','BMCGy2XPzw50ia','mtb6C3znzvO','CMvHzcbbENvYzq','zMXVB3i','BvDSsfe','CYbTB2rLigLUia','uuTktgG','DxrMltG','y2f0zq','ChjVDMLKzxi','Dfvzvvq','AwnHDgvKvxjS','msyKDg9Wpte','B3jNyw5PEMf0Aq','DgvZDa','Dg9tDhjPBMC','CMvWBgfJzq','r2v0DgLUzYbHCa','BK9JEu8','ywnJzxnZx3rVAW','DxbKyxrL','Cgf0Ag5HBwu','Bwf0y2G','vhPOA0O','qKvKu0q','DgLVBG','EKXotxK','rgv2t3bZihrVAW','swvtv1O','uhP0zMq','r2vUzxjHDgLUzW','ChjVAMvJDa','zgvMyxvSDejYyq','B3i6ia','zwnYzxrZx3bHDa','ugvVu2W','B2TLBG','C2nVCgu','yxv0Ae1LDgHVza','zw46','nta3mZu2nhjjy0PfBa','y3rZoIa','s3fvAxa','s0TXueu','z2v0vgLTzq','y3jLyxrLsgfZAa','q2vYDgLMAwnHDa','Aw9U','zxjYB3i','z2XVyMfS','y2XPzw50swq','yMfZzty0','C3nLCNrPB24TDa','yxv0Af9TzxrOBW','AhLJsfy','DMLZAwjPBgL0Eq','y2rquLa','CNrPzMLJyxrLia','AcbJB25MAwD1CG','A2v5','BI94lxD3DY1MBW','BhKUiefJy2vZCW','ywXZigzVCIbbEG','yxbWBgLJyxrPBW','yNrHAw5Lza','q29UBMvJDgvKia','z2v0ief6DxjLia','C2vJCMv0C19Wyq','m3W2Fdr8n3W1Fa','CM0TDxjSzw5JBW','C2LNBG','CxnfseW','yxPktfu','rwHLALy','AgvHzgvY','AwfSC0zVCLjLCa','yKHXAvu','sufJBgS','EuHTD3C','nZCWnLH2y1vWBa','qxv0Ag9YAxPHDa','ic0G','u2Tdr0K','Dg9ju09tDhjPBG','zcbWCML2yxrLia','z1Ljz28','y2f0zsbMAwXLoG','BhfMyK4','swTyBfe','BYb1C2uGqxbWia','CYbUB3qGy29UDa','CMvTB3rLvxjS','t2rmwvq','y2XPzw50x3nLyW','B2T0D00','l3jLCg9ZAxrVCG','x2DLDfrVA2vUvW','mhWYFde','CIaI','zMz5D1i','Cg9ZAxrVCNKGDa','BMTjDgC','zgvZy3jPChrPBW','zxj0AwzPy2f0zq','DgvUyw50swq','n1DRBNH3sW','ierLDK9WCYb0BW','zgv0ywLSCW','zgvIDwC','y29TlW','igfZC2vYDgLVBG','u1vqs00','ihLLDcbPBxbSzq','vKXTyLK','Edv0','thfdzKu','D01VsgK','rMfPBgvKihrVia','yxvK','qM5hqxy','DgHLigvUDMLYBW'];_0x3b41=function(){return _0x40e697;};return _0x3b41();}import{promises as _0x154d98}from'fs';function _0x57d1e8(_0x3afd41,_0x195744,_0x977196,_0x173930){return _0x3f8e(_0x173930-0x2c8,_0x977196);}import _0x45ef5d from'path';import{logger as _0x346a99}from'../logger.js';const tokenCache=new Map(),TOKEN_REFRESH_BUFFER_MS=(-0x4*0x686+-0x1628+-0x3*-0x1017)*(0x1b1*0x11+0xa4b+-0x33c*0xc)*(-0x2153+-0x5ea+0xeb*0x2f),AZURE_DEVOPS_SCOPE=_0x57d1e8(0x52f,0x5b1,0x60f,0x593)+'p.vssps.vi'+'sualstudio'+_0x50ddaa(0xd9,0x49,0x6b,0x96)+_0x57d1e8(0x55f,0x4be,0x473,0x4b9),JWT_LIFETIME_SECONDS=(0x1fad+-0x331*0x5+0xfb3*-0x1)*(0x212b*-0x1+0x179a+0x9cd);export class AzureDevOpsProvider extends GitProvider{constructor(_0x1056da,_0x1b5365){const _0x11cddd={_0x71391e:0x61c,_0x1adb1d:0x64f,_0x59060b:0x606,_0x4a4d76:0x534,_0x456ce7:0x56e,_0x1715a1:0x3a0,_0xbd4e24:0x339,_0x38dd1c:0x580,_0x1aece7:0x5c8,_0x434e94:0x5a8,_0x1f3c18:0x301,_0x4acb7d:0x2e1,_0x3f8dae:0x35e,_0x302602:0x362,_0x10fee2:0x322,_0x58dfbc:0x612,_0x476472:0x5f8,_0x4fd6b6:0x31c,_0x132b29:0x37c,_0x199569:0x393,_0x3173c8:0x391,_0x134338:0x2f2,_0x145e80:0x388,_0x435a03:0x540,_0x3b9ca7:0x572,_0x31e05b:0x517,_0x1587e2:0x4e9,_0x38eea5:0x584,_0x234a40:0x576,_0x417c2f:0x4b0,_0x3e86cf:0x5b2,_0x4c0505:0x5c9},_0x2fa2f2={_0x12a0d0:0x1d0,_0x359e51:0x99},_0x200432={_0x5f1091:0x1b8,_0x56b2fd:0x3b,_0x1870fa:0x11d};function _0x1ed659(_0x441c58,_0x3e6d53,_0x245611,_0x2de2f1){return _0x50ddaa(_0x3e6d53-_0x200432._0x5f1091,_0x441c58,_0x245611-_0x200432._0x56b2fd,_0x2de2f1-_0x200432._0x1870fa);}const _0xa8545c={};function _0x99c82f(_0x48de18,_0x57e4c4,_0x79da2,_0x29bcc9){return _0x50ddaa(_0x57e4c4-0x434,_0x79da2,_0x79da2-_0x2fa2f2._0x12a0d0,_0x29bcc9-_0x2fa2f2._0x359e51);}_0xa8545c[_0x99c82f(_0x11cddd._0x71391e,0x5c8,_0x11cddd._0x1adb1d,0x60b)]=_0x99c82f(_0x11cddd._0x59060b,0x55e,_0x11cddd._0x4a4d76,_0x11cddd._0x456ce7)+_0x1ed659(_0x11cddd._0x1715a1,0x2ff,_0x11cddd._0xbd4e24,0x2ba);const _0x5d1654=_0xa8545c,_0x28fbe9=_0x5d1654[_0x99c82f(_0x11cddd._0x38dd1c,_0x11cddd._0x1aece7,0x600,0x66b)][_0x99c82f(0x5f6,_0x11cddd._0x434e94,0x5a1,0x5ae)]('|');let _0x440345=-0xc6+0x80b+-0x1*0x745;while(!![]){switch(_0x28fbe9[_0x440345++]){case'0':this['secretsPat'+'h']=_0x1056da[_0x1ed659(_0x11cddd._0x1f3c18,_0x11cddd._0x4acb7d,0x372,0x317)+'th'];continue;case'1':this[_0x1ed659(0x345,_0x11cddd._0x3f8dae,0x2d4,0x2c4)+_0x1ed659(0x33a,_0x11cddd._0x302602,0x32c,_0x11cddd._0x10fee2)]=_0x1056da[_0x99c82f(_0x11cddd._0x58dfbc,0x5da,0x603,_0x11cddd._0x476472)+_0x1ed659(_0x11cddd._0x4fd6b6,0x376,0x375,_0x11cddd._0x132b29)];continue;case'2':this[_0x1ed659(0x317,0x380,0x3d5,0x3f3)+'etFile']=_0x1056da[_0x1ed659(0x34a,0x2fb,_0x11cddd._0x199569,_0x11cddd._0x3173c8)+_0x1ed659(0x373,0x394,_0x11cddd._0x134338,_0x11cddd._0x145e80)];continue;case'3':super(_0x1056da,_0x1b5365);continue;case'4':this['tenantId']=_0x1056da['tenant_id'];continue;case'5':this[_0x99c82f(0x501,_0x11cddd._0x435a03,0x562,_0x11cddd._0x3b9ca7)]=_0x1056da[_0x99c82f(_0x11cddd._0x31e05b,0x54f,_0x11cddd._0x1587e2,_0x11cddd._0x38eea5)+'d']||'secret';continue;case'6':this[_0x99c82f(_0x11cddd._0x234a40,0x527,_0x11cddd._0x417c2f,0x48f)+'on']=_0x1056da['organizati'+'on'];continue;case'7':this[_0x99c82f(_0x11cddd._0x38dd1c,0x54c,_0x11cddd._0x3e86cf,0x4f5)]=_0x1056da[_0x99c82f(0x638,_0x11cddd._0x4c0505,0x643,0x5c6)];continue;}break;}}async[_0x57d1e8(0x467,0x4d5,0x523,0x4bd)+_0x50ddaa(0x198,0x237,0xf2,0x1f3)+'ed'](){const _0x4adb19={_0x84d0bf:0xbe,_0x407ed4:0xa8,_0x49ba77:0x76,_0x35d7f4:0x457,_0x1b157b:0xbf,_0x28d019:0x10e,_0x1b2dd2:0xf1,_0x20e3ae:0xc8,_0x447df1:0x1c8,_0x4e7949:0x1f6,_0x3aa751:0x152,_0x937237:0x14e,_0x43bf0f:0xb8,_0x30e213:0x187,_0x249688:0x7f,_0x5d7c97:0x71,_0x4ab874:0xeb,_0x55bd60:0x140,_0x50554f:0x97,_0x262925:0x9f,_0x479e82:0x115,_0x4e4989:0x3bc,_0x104727:0x3c5,_0x565baf:0x367,_0x17889d:0x33e,_0x39055a:0x373,_0x2f5176:0x369,_0x248673:0x337,_0x37dcdb:0x2ee,_0x35e8d6:0xb2,_0x1f2694:0xdb,_0xd92ebb:0x58,_0x2e9464:0x389,_0x53f841:0x2e5,_0x4bc894:0x404,_0x444dca:0xff,_0x106c34:0x1b4,_0x27dbc9:0x124,_0x2efa64:0x34b,_0x444cb3:0x330,_0x3b8794:0x360,_0x3bb05b:0x2ec,_0x541fce:0x34e,_0x47af11:0x30e,_0xaec0df:0xa1,_0x21b86f:0x5d,_0x3751f3:0xb1,_0x3e61b7:0x37,_0x84c804:0x114,_0x1a719d:0x27,_0x5812d6:0x6e,_0x505ace:0x38c,_0x272229:0x3b1,_0x7c0207:0x18a,_0x5a63af:0x9c,_0x4de4d5:0x119,_0x4dd11d:0x432,_0x23e243:0x3fd,_0x4c495c:0x406,_0x5fd349:0x367,_0x401121:0x376,_0x3f70f8:0x3ab,_0x3bffee:0x110,_0x56ff4d:0x185,_0x43b40d:0x394,_0x40fa93:0x422,_0x45bc7c:0x47a,_0x24a656:0x4c4,_0x2f115e:0x103,_0x4a3691:0x65,_0x201da5:0x451,_0xdadd35:0x3eb,_0x44938e:0x8c,_0x2acb62:0x17d,_0x1522bf:0x1b0,_0x4cc52e:0x10f,_0x4f91eb:0x166,_0x45943b:0x70,_0x14cc33:0xce,_0x2e929e:0x35f,_0x16a1c8:0x3ec,_0x2794d1:0x3e1,_0x652f61:0x332,_0x13af93:0x3b2,_0x332eae:0x36c,_0x797b17:0x357,_0x314777:0x355,_0x1822dd:0x418,_0x443870:0x4,_0x605af2:0xf5,_0x7c4bcb:0xaf,_0xe342a6:0x3ba,_0x20666c:0x34a,_0x4eddf4:0x177,_0x5b16b8:0xd6,_0x481f2f:0x373,_0x389d35:0x379,_0x28c417:0x3b9,_0xbdf4cd:0x315,_0x4e9606:0x41f,_0x39c98d:0x38a,_0x56cc50:0x420,_0x3e5e82:0x35e,_0x55797e:0x359,_0x128804:0x414,_0x342291:0x327,_0x3c6670:0x87,_0x156af9:0xf8,_0x3cc4d2:0x3d8,_0x29da57:0x438,_0x76ae57:0xfb,_0x23271c:0x47b,_0x530d77:0x363,_0x364222:0xe7,_0xa90a67:0x158,_0x5c039e:0x122,_0xd65ab5:0x6d,_0x13474f:0x3c,_0x4a550f:0x11,_0x4e0eac:0x41f,_0x45b853:0x38e,_0x25bc75:0x394,_0x1c8c31:0x395,_0x208f78:0x438,_0x2f1ab7:0x1e9,_0x4bab21:0xa,_0x26fb9c:0xa3,_0x3e3c09:0xdd,_0x30e74e:0xc7,_0x43855b:0xc4,_0x16f2e0:0xd6,_0x23a921:0x83,_0x4747ab:0x461,_0xb7c974:0x466,_0xc88f2b:0x130,_0x522b5f:0x18f,_0x584954:0xc1,_0x45dc51:0x7d,_0x2db993:0xb5,_0x315a5c:0x1bb,_0x2126cd:0x20,_0x3ffa40:0x4a,_0x2f0045:0x116,_0x224721:0xeb,_0x499981:0x43e,_0x1c0bf0:0x417,_0x5b6f9e:0xea,_0x26cbd7:0xd1,_0x55743d:0x28,_0x416dde:0xce,_0x179e12:0x3e0,_0x31f085:0x3cd,_0x5280d7:0x421,_0xfef67d:0xfe,_0x430167:0x2e,_0x24c2cb:0xa9,_0x56d61a:0xce,_0x21a2c7:0x165,_0x4f0b2a:0x116,_0x449fbe:0x151,_0x24e37f:0x46,_0x4b85d3:0x30c,_0x2b4eb3:0xb8,_0x4d324b:0x374,_0x5cc2a8:0x30e,_0x361278:0x3dd,_0x295387:0x10a,_0x5e3fbc:0x3ca,_0x8fb875:0xb9,_0x427939:0x1fb,_0x268aee:0x176,_0x1dd389:0x14f,_0xac07b0:0xad,_0x4dca8b:0xb1,_0x439f5e:0x391,_0x2824bd:0x327,_0x413682:0x2b9,_0x558d2c:0x403,_0x4e858d:0x69,_0x4de237:0x42,_0x43bbfb:0x49,_0x4127ae:0xef,_0x44d004:0x1b9,_0x45d8e7:0x43f,_0xb82587:0x3b7,_0x2849d5:0x3ef,_0x534003:0x438,_0x389473:0x435,_0x57c460:0x14a,_0x387028:0x21d,_0x56a7f7:0x18f,_0x1e7511:0xe1,_0x453308:0xad,_0x1e0c60:0x43f,_0x2a1906:0x63,_0x1e6e5d:0x3ff,_0x240a4b:0x42a,_0x2be9f9:0x3f5,_0x2fde83:0x42f,_0x2d7b43:0x401,_0x4eeb7d:0x3e1,_0x364c4a:0x192},_0x3c4094={_0x5a69f5:0x257,_0x53956b:0x1c1,_0x1b5293:0x150},_0x34fdf8={};_0x34fdf8[_0x345bcf(-_0x4adb19._0x84d0bf,-_0x4adb19._0x407ed4,-0xdf,-_0x4adb19._0x49ba77)]=_0x5546f8(0x425,_0x4adb19._0x35d7f4,0x402,0x3c9)+'/',_0x34fdf8[_0x345bcf(-0x91,-0x16a,-_0x4adb19._0x1b157b,-_0x4adb19._0x28d019)]='main',_0x34fdf8[_0x345bcf(-0x18b,-0x144,-0x5e,-_0x4adb19._0x1b2dd2)]=_0x345bcf(-_0x4adb19._0x20e3ae,-_0x4adb19._0x447df1,-_0x4adb19._0x4e7949,-_0x4adb19._0x3aa751);function _0x345bcf(_0x22d697,_0x35dc0d,_0x4c77c1,_0x4a7dbc){return _0x57d1e8(_0x22d697-0xa8,_0x35dc0d-0x45,_0x4c77c1,_0x4a7dbc- -0x634);}_0x34fdf8[_0x345bcf(-0xa0,-_0x4adb19._0x937237,-0x11,-_0x4adb19._0x43bf0f)]=function(_0xe0427,_0x46ab07){return _0xe0427!==_0x46ab07;},_0x34fdf8[_0x345bcf(-0x1cc,-_0x4adb19._0x30e213,-0x174,-0x16b)]=_0x345bcf(-_0x4adb19._0x249688,-_0x4adb19._0x5d7c97,-_0x4adb19._0x4ab874,-0x6c),_0x34fdf8[_0x345bcf(-0x13b,-_0x4adb19._0x55bd60,-_0x4adb19._0x50554f,-_0x4adb19._0x262925)]=_0x345bcf(-_0x4adb19._0x479e82,-0x10d,-0x38,-0x7a),_0x34fdf8[_0x5546f8(_0x4adb19._0x4e4989,_0x4adb19._0x104727,_0x4adb19._0x565baf,_0x4adb19._0x17889d)]=function(_0x24a27e,_0x1efe2c){return _0x24a27e===_0x1efe2c;},_0x34fdf8[_0x5546f8(_0x4adb19._0x39055a,_0x4adb19._0x2f5176,_0x4adb19._0x248673,_0x4adb19._0x37dcdb)]=_0x345bcf(0x29,-_0x4adb19._0x35e8d6,-_0x4adb19._0x1f2694,-_0x4adb19._0xd92ebb),_0x34fdf8[_0x5546f8(_0x4adb19._0x2e9464,_0x4adb19._0x53f841,0x415,_0x4adb19._0x4bc894)]=function(_0x4e3bfd,_0x1b4e3c){return _0x4e3bfd===_0x1b4e3c;},_0x34fdf8[_0x345bcf(-_0x4adb19._0x444dca,-0x163,-_0x4adb19._0x106c34,-_0x4adb19._0x27dbc9)]=_0x5546f8(0x38f,_0x4adb19._0x2efa64,0x411,_0x4adb19._0x444cb3),_0x34fdf8[_0x5546f8(_0x4adb19._0x3b8794,_0x4adb19._0x3bb05b,_0x4adb19._0x541fce,_0x4adb19._0x47af11)]=function(_0x26020d,_0x4c0e64){return _0x26020d===_0x4c0e64;},_0x34fdf8['nOcyO']=_0x345bcf(-0xd2,-_0x4adb19._0xaec0df,-_0x4adb19._0x21b86f,-_0x4adb19._0x3751f3)+'e',_0x34fdf8[_0x345bcf(-_0x4adb19._0x3e61b7,-0x79,-_0x4adb19._0x84c804,-0x8c)]=function(_0x5d4879,_0x4b3c7c){return _0x5d4879===_0x4b3c7c;};function _0x5546f8(_0xe52867,_0x2f49d4,_0xf2723e,_0x3cde23){return _0x50ddaa(_0xe52867-_0x3c4094._0x5a69f5,_0x3cde23,_0xf2723e-_0x3c4094._0x53956b,_0x3cde23-_0x3c4094._0x1b5293);}_0x34fdf8[_0x345bcf(-_0x4adb19._0x1a719d,-_0x4adb19._0x5812d6,0x11,-0x71)]=_0x5546f8(0x347,0x317,_0x4adb19._0x505ace,_0x4adb19._0x272229),_0x34fdf8[_0x345bcf(-0xa9,-_0x4adb19._0x7c0207,-_0x4adb19._0x5a63af,-_0x4adb19._0x4de4d5)]='tmtER',_0x34fdf8[_0x5546f8(_0x4adb19._0x4dd11d,_0x4adb19._0x23e243,0x4b5,_0x4adb19._0x4c495c)]=_0x5546f8(_0x4adb19._0x5fd349,_0x4adb19._0x401121,_0x4adb19._0x3f70f8,0x32e);const _0x3371ca=_0x34fdf8;if(!this[_0x345bcf(-_0x4adb19._0x3bffee,-_0x4adb19._0x56ff4d,-0x20e,-0x17f)+'h']){if(_0x5546f8(_0x4adb19._0x43b40d,0x385,0x3ec,_0x4adb19._0x40fa93)!==_0x3371ca[_0x5546f8(0x40f,0x3fe,0x3e6,_0x4adb19._0x45bc7c)]){const _0x584a6f={};return _0x584a6f[_0x5546f8(0x43f,0x3d3,_0x4adb19._0x24a656,0x3d4)]=![],_0x584a6f[_0x345bcf(-0x16a,-_0x4adb19._0x2f115e,-_0x4adb19._0x4a3691,-0xd6)]=_0x5546f8(_0x4adb19._0x201da5,0x49d,_0x4adb19._0xdadd35,0x476)+_0x345bcf(-0x143,-_0x4adb19._0x44938e,-0x109,-0xb9)+_0x345bcf(-_0x4adb19._0x2acb62,-_0x4adb19._0x1522bf,-0x13c,-_0x4adb19._0x4cc52e)+this[_0x345bcf(-_0x4adb19._0x4f91eb,-0xd1,-_0x4adb19._0x45943b,-_0x4adb19._0x14cc33)]+('\x22\x20has\x20no\x20s'+_0x5546f8(_0x4adb19._0x2e929e,_0x4adb19._0x16a1c8,_0x4adb19._0x2794d1,0x32f)+_0x5546f8(0x377,0x31f,0x3bf,_0x4adb19._0x652f61)+'ed'),_0x584a6f;}else throw new _0x1cdbac(_0x5546f8(_0x4adb19._0x13af93,0x3a4,_0x4adb19._0x332eae,_0x4adb19._0x797b17)+_0x5546f8(0x33f,0x2ca,0x38c,0x3e1)+_0x5546f8(0x3bf,_0x4adb19._0x314777,0x373,_0x4adb19._0x1822dd)+'ient\x20secre'+_0x345bcf(_0x4adb19._0x443870,-_0x4adb19._0x605af2,-_0x4adb19._0x7c4bcb,-0x6a)+this[_0x5546f8(0x41f,0x470,0x49a,_0x4adb19._0xe342a6)+_0x5546f8(0x3b9,0x3d9,0x3bc,_0x4adb19._0x20666c)]+':\x20'+_0x3b4be5[_0x345bcf(-_0x4adb19._0x4eddf4,-0x14f,-0x96,-_0x4adb19._0x5b16b8)]);}if(_0x3371ca[_0x345bcf(-0xe6,-0xad,-0x169,-0xf2)](this['authMethod'],_0x3371ca[_0x5546f8(_0x4adb19._0x481f2f,0x35a,0x39c,_0x4adb19._0x389d35)])){if(!this['clientSecr'+_0x5546f8(_0x4adb19._0x28c417,0x417,0x40d,0x429)]){if(_0x3371ca[_0x5546f8(0x389,0x3d5,_0x4adb19._0xbdf4cd,_0x4adb19._0x4e9606)](_0x3371ca[_0x5546f8(_0x4adb19._0x39c98d,0x340,0x3f4,0x414)],_0x5546f8(0x459,_0x4adb19._0x56cc50,0x4a9,0x4e8)))throw new _0x2f9154('Certificat'+'e\x20file\x20doe'+_0x5546f8(0x397,_0x4adb19._0x3e5e82,_0x4adb19._0x55797e,_0x4adb19._0x128804)+_0x5546f8(0x3ba,0x44c,_0x4adb19._0x342291,0x351)+'d\x20certific'+_0x345bcf(-0xea,-_0x4adb19._0x3c6670,-0x8f,-_0x4adb19._0x156af9));else{const _0x5eeae0={};return _0x5eeae0['configured']=![],_0x5eeae0[_0x5546f8(_0x4adb19._0x3cc4d2,_0x4adb19._0x29da57,0x475,0x413)]=_0x345bcf(-_0x4adb19._0x76ae57,0xd,-0x5c,-0x5d)+_0x5546f8(0x3f5,_0x4adb19._0x23271c,0x376,_0x4adb19._0x530d77)+_0x5546f8(0x39f,0x42f,0x3d6,0x402)+this[_0x345bcf(-0x87,-_0x4adb19._0x364222,-0x133,-0xce)]+(_0x345bcf(-_0x4adb19._0xa90a67,-_0x4adb19._0x5c039e,-0x215,-0x176)+_0x345bcf(-_0x4adb19._0xd65ab5,_0x4adb19._0x13474f,-_0x4adb19._0x4a550f,-0x5c)+_0x5546f8(0x3f9,0x494,0x476,0x36a)+'nfigured'),_0x5eeae0;}}const _0x1c870f=_0x45ef5d['join'](this['secretsPat'+'h'],this[_0x5546f8(_0x4adb19._0x4e0eac,_0x4adb19._0x45b853,_0x4adb19._0x25bc75,0x3f3)+_0x5546f8(_0x4adb19._0x28c417,_0x4adb19._0x1c8c31,_0x4adb19._0x208f78,0x312)]);try{await _0x154d98[_0x345bcf(-_0x4adb19._0x2f1ab7,-0x147,-0x22d,-0x187)](_0x1c870f);const _0x309994={};return _0x309994[_0x345bcf(_0x4adb19._0x4bab21,-_0x4adb19._0x26fb9c,-_0x4adb19._0x3e3c09,-0x6f)]=!![],_0x309994;}catch{const _0x2813df={};return _0x2813df[_0x345bcf(-0x10,-_0x4adb19._0x30e74e,-_0x4adb19._0x43855b,-0x6f)]=![],_0x2813df[_0x345bcf(-0x16f,-0x2e,-0x3d,-_0x4adb19._0x16f2e0)]=_0x345bcf(-_0x4adb19._0x23a921,-0x102,-0xb6,-_0x4adb19._0x21b86f)+'ps\x20provide'+'r\x20\x22'+this[_0x5546f8(0x3e0,_0x4adb19._0x2794d1,_0x4adb19._0x4747ab,_0x4adb19._0xb7c974)]+(_0x345bcf(-0x1aa,-_0x4adb19._0xc88f2b,-0xf0,-_0x4adb19._0x522b5f)+'ng\x20client\x20'+'secret\x20fil'+_0x345bcf(-0x137,-0x1d,-_0x4adb19._0x584954,-0xb7))+this[_0x345bcf(-0x69,0xa,-_0x4adb19._0x45dc51,-0x8f)+'etFile'],_0x2813df;}}else{if(_0x3371ca[_0x345bcf(-0x1b4,-0xd0,-_0x4adb19._0x2db993,-0x14e)](this['authMethod'],_0x3371ca[_0x345bcf(-0x1e7,-0x146,-_0x4adb19._0x315a5c,-0x15f)])){if(_0x3371ca[_0x345bcf(-_0x4adb19._0x2126cd,-_0x4adb19._0x3ffa40,-0xe2,-0x8c)](_0x3371ca[_0x345bcf(-0x93,-0xdc,-_0x4adb19._0x2f0045,-0x71)],_0x3371ca[_0x345bcf(-_0x4adb19._0x56ff4d,-_0x4adb19._0x224721,-0xab,-_0x4adb19._0x4de4d5)]))_0x5a34dd[_0x5546f8(0x44c,_0x4adb19._0x499981,0x4d0,_0x4adb19._0x1c0bf0)]({'name':_0x4f2474[_0x345bcf(-_0x4adb19._0x5b6f9e,-_0x4adb19._0x26cbd7,-_0x4adb19._0x55743d,-_0x4adb19._0x416dde)],'full_name':_0x424b97[_0x5546f8(_0x4adb19._0x179e12,_0x4adb19._0x31f085,_0x4adb19._0x5280d7,0x359)]+'/'+_0x287ed3[_0x345bcf(-_0x4adb19._0xfef67d,-_0x4adb19._0x430167,-_0x4adb19._0x24c2cb,-_0x4adb19._0x56d61a)],'project':_0x59e124[_0x5546f8(0x3e0,0x40e,0x47d,0x37b)],'clone_url':_0x11ede1[_0x345bcf(-_0x4adb19._0x21a2c7,-0x142,-0xe2,-_0x4adb19._0x4f0b2a)],'default_branch':_0x2743d7[_0x345bcf(-0x14d,-0xab,-0x18e,-_0x4adb19._0x449fbe)+'nch']?.['replace'](_0x3371ca[_0x345bcf(-_0x4adb19._0x24e37f,-0xe8,-0xf9,-0x76)],'')||_0x3371ca[_0x345bcf(-0x110,-0xf8,-0x17c,-_0x4adb19._0x28d019)],'description':_0x32ae32[_0x5546f8(0x3a3,0x40b,0x3a1,_0x4adb19._0x4b85d3)+'n'],'descriptionSource':_0x3371ca['xLqDL'],'private':_0x3371ca[_0x345bcf(-0x129,-0x79,-0x5b,-_0x4adb19._0x2b4eb3)](_0x499189[_0x5546f8(_0x4adb19._0x4d324b,_0x4adb19._0x5cc2a8,_0x4adb19._0x361278,0x311)],_0x3371ca[_0x345bcf(-_0x4adb19._0x295387,-0x14a,-0xe3,-0x16b)])});else{if(!this[_0x5546f8(0x3fd,0x498,0x446,0x38c)+_0x345bcf(-0xaa,-0x42,-0x7a,-0xad)]){const _0x384690={};return _0x384690['configured']=![],_0x384690['message']=_0x5546f8(0x451,0x483,0x44b,_0x4adb19._0x5e3fbc)+_0x345bcf(-0x5c,-_0x4adb19._0x3bffee,-0x85,-_0x4adb19._0x8fb875)+'r\x20\x22'+this['name']+(_0x345bcf(-_0x4adb19._0x427939,-0x206,-0x21c,-_0x4adb19._0x268aee)+_0x345bcf(-0xcb,-0xe4,-_0x4adb19._0x1dd389,-0x10a)+'_path\x20conf'+'igured'),_0x384690;}const _0x119a09=_0x45ef5d[_0x345bcf(-_0x4adb19._0xac07b0,-0x83,-0xf2,-0x67)](this['secretsPat'+'h'],this[_0x345bcf(-0xd3,-0x140,-0xda,-_0x4adb19._0x4dca8b)+_0x5546f8(0x401,0x3b8,_0x4adb19._0x439f5e,0x400)]);try{await _0x154d98[_0x5546f8(_0x4adb19._0x2824bd,_0x4adb19._0x413682,0x2ec,0x2b8)](_0x119a09);const _0x4143a6={};return _0x4143a6[_0x5546f8(0x43f,_0x4adb19._0x558d2c,0x431,0x49a)]=!![],_0x4143a6;}catch{if(_0x3371ca[_0x345bcf(-_0x4adb19._0x4e858d,-_0x4adb19._0x4de237,-_0x4adb19._0x43bbfb,-_0x4adb19._0x2b4eb3)](_0x3371ca['nQNfJ'],_0x3371ca[_0x5546f8(0x432,0x47f,0x42e,0x3f4)]))return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i[_0x345bcf(-_0x4adb19._0x4127ae,-_0x4adb19._0x44d004,-0x171,-0x163)](_0xb65f96);else{const _0x460811={};return _0x460811[_0x5546f8(_0x4adb19._0x45d8e7,_0x4adb19._0xb82587,0x444,0x3af)]=![],_0x460811[_0x5546f8(0x3d8,_0x4adb19._0x2849d5,_0x4adb19._0x534003,_0x4adb19._0x389473)]='Azure\x20DevO'+_0x345bcf(-0xe7,-0xb8,-_0x4adb19._0x45943b,-_0x4adb19._0x8fb875)+'r\x20\x22'+this[_0x5546f8(_0x4adb19._0x179e12,0x3ef,0x383,0x362)]+(_0x345bcf(-0x111,-_0x4adb19._0x57c460,-_0x4adb19._0x387028,-_0x4adb19._0x56a7f7)+'ng\x20certifi'+'cate\x20file:'+'\x20')+this['certificat'+_0x345bcf(-0xd3,-0x123,-_0x4adb19._0x1e7511,-_0x4adb19._0x453308)],_0x460811;}}}}}const _0x3b7137={};return _0x3b7137[_0x5546f8(_0x4adb19._0x1e0c60,0x3ff,0x3d7,0x3e3)]=![],_0x3b7137[_0x345bcf(-0xfc,-_0x4adb19._0x2a1906,-0x11f,-0xd6)]=_0x5546f8(0x451,0x480,_0x4adb19._0x1e6e5d,_0x4adb19._0x240a4b)+_0x5546f8(_0x4adb19._0x2be9f9,_0x4adb19._0x2fde83,0x430,_0x4adb19._0x2d7b43)+'r\x20\x22'+this[_0x345bcf(-_0x4adb19._0xa90a67,-0x126,-0x91,-0xce)]+(_0x5546f8(0x3cd,0x3ce,0x44d,_0x4adb19._0x4eeb7d)+'lid\x20auth_m'+_0x345bcf(-0xeb,-0xa9,-_0x4adb19._0x5b6f9e,-0xf6))+this[_0x345bcf(-_0x4adb19._0x364c4a,-0x166,-0x16d,-0x14b)],_0x3b7137;}async['generateTo'+_0x50ddaa(0x1af,0x172,0x16e,0x1e1)](_0x393341={}){const _0x47700a={_0x210917:0xc7,_0x3533e4:0x1c9,_0x1e1de3:0xdb,_0xc37908:0x146,_0x8e53c9:0x41,_0x2fb7f7:0x4a,_0x45fc72:0x20,_0x111260:0x76,_0x2d060c:0x99,_0x149810:0xb3,_0x2a1bbf:0xf6,_0x5b059a:0x162,_0x29a9d4:0x150,_0x2eb2f5:0x36,_0x571117:0xd7,_0x5c7e6c:0x72,_0x24a02d:0x2f,_0x1b6158:0x78,_0x3e0a2b:0xb1,_0x435b3a:0x21,_0x5ed3dd:0x10,_0x2977c5:0x104,_0xfcd41f:0x5a,_0x1426d7:0x93,_0x2dc136:0x1a2,_0x5e5aae:0x69,_0x255ed5:0x11d,_0x14eab7:0x36,_0x3ffe96:0x9c,_0x182dd1:0x12a,_0x1eb7ab:0x18a,_0x4c8bf6:0x95,_0x1d9b0c:0x47,_0x39c17b:0x7d,_0x53e7a5:0x9a,_0x16302c:0xbf,_0x185157:0xf9,_0x158517:0xaf,_0x52370d:0x85,_0xffe73:0xe7,_0x656423:0xf4,_0x1a14b1:0x5b,_0x2d7fe4:0x24,_0x4ecf88:0x1d,_0x60de0:0x104,_0x55a796:0x18f,_0x4316eb:0x168,_0xcf61bb:0xb2,_0x213033:0xcb,_0x5a986e:0x44,_0xca073a:0x7c,_0x4a2ee8:0xbe,_0xaf1aa6:0xb0,_0x17618a:0x122,_0x20c911:0xd9,_0x3cde37:0xe7,_0x35ea41:0x8b,_0x5ac677:0x15d,_0xc64bbf:0x7f,_0x393513:0x4f,_0x51dd2e:0x52,_0x1acb57:0x75,_0x3a3e2b:0x7b,_0x2f1554:0x6a,_0xd08582:0xdb,_0xb67501:0x12b,_0x2f80ff:0x148,_0x54045f:0xfc,_0x386d5e:0x19d,_0x516f8b:0xa7,_0x21259a:0xc3,_0x105c87:0x91,_0x3a3eab:0x86,_0x2d81a6:0xc,_0x2ec873:0x18,_0x10f826:0x148,_0x1d3f74:0xc9,_0x47273b:0x54,_0x5c80ae:0x23,_0x55f215:0x100,_0x9eeb68:0x188,_0x126753:0x90,_0x583614:0x81,_0x5534ac:0xf5,_0x13aad8:0x13b,_0xb9b5e6:0x177,_0x4b3b84:0x14d,_0x24615c:0x4d,_0x54a8fd:0xd1,_0x3372a3:0x9f,_0x4b82b2:0x26,_0x5e0d40:0x12c,_0x56d5ea:0x75,_0x5e89a6:0x105,_0x584125:0x115,_0x45cf61:0x61,_0x1bccfa:0x59,_0x1269b2:0xf7,_0x33d411:0x3b,_0x4fbc7c:0x24,_0x4268f1:0xad,_0x45b6b6:0xa1,_0x43d701:0x129,_0x52ca3e:0xfa,_0x358fa2:0x134,_0x476489:0x129,_0x1e24c1:0x27,_0x11412f:0x13,_0xf7c00b:0x27,_0x243a4a:0xff,_0x499c91:0x11e,_0x41a43c:0x1,_0x5d6b4e:0x49},_0x1633fe={_0xcb73d0:0x1e5},_0x11a15b={};_0x11a15b[_0x1f4c62(-0x12a,-_0x47700a._0x210917,-_0x47700a._0x3533e4,-0xf0)]=_0x1f4c62(-0xdc,-_0x47700a._0x1e1de3,-_0x47700a._0xc37908,-0x11d),_0x11a15b[_0x1f4c62(-0xb8,-0x7f,-0x12a,-_0x47700a._0x8e53c9)]=function(_0x55b6d8,_0x3e4b1f){return _0x55b6d8<_0x3e4b1f;},_0x11a15b[_0x1f4c62(-0xf0,-0x13d,-0x111,-0x6c)]=function(_0x288ccf,_0x58b7e2){return _0x288ccf-_0x58b7e2;},_0x11a15b[_0x3bcd38(0xf,_0x47700a._0x2fb7f7,0xa6,_0x47700a._0x45fc72)]=function(_0xb847e9,_0x47f798){return _0xb847e9===_0x47f798;},_0x11a15b[_0x1f4c62(-0x3e,-0x90,-_0x47700a._0x111260,-_0x47700a._0x2d060c)]=_0x3bcd38(-_0x47700a._0x149810,0x12,-0x7d,-0x40),_0x11a15b[_0x1f4c62(-_0x47700a._0x2a1bbf,-_0x47700a._0x5b059a,-0xf4,-_0x47700a._0x29a9d4)]=_0x1f4c62(-_0x47700a._0x2eb2f5,-_0x47700a._0x571117,_0x47700a._0x5c7e6c,-_0x47700a._0x24a02d)+'ed\x20Azure\x20D'+_0x3bcd38(_0x47700a._0x149810,-_0x47700a._0x1b6158,_0x47700a._0x3e0a2b,_0x47700a._0x435b3a)+'n',_0x11a15b['BEdSD']=_0x3bcd38(-0x1f,-0x140,-0x9c,-0xbe)+_0x3bcd38(_0x47700a._0x5ed3dd,0x48,-0x42,0x43)+_0x3bcd38(-_0x47700a._0x2977c5,-0xd5,-_0x47700a._0xfcd41f,-0x72)+_0x3bcd38(-_0x47700a._0x1426d7,0x56,-0x9f,-0x13),_0x11a15b[_0x3bcd38(-0x72,-_0x47700a._0x2dc136,-0x143,-0x103)]=_0x1f4c62(0x7,_0x47700a._0x5e5aae,0x65,-0x1a)+_0x3bcd38(-0x94,-_0x47700a._0x255ed5,-0x175,-0xfb)+_0x3bcd38(-_0x47700a._0x14eab7,-0x37,-0xb4,-_0x47700a._0x3ffe96);const _0x12372f=_0x11a15b,{logger:logger=_0x346a99}=_0x393341,_0x42a9fb=(this['envPath']||_0x12372f[_0x1f4c62(-_0x47700a._0x182dd1,-_0x47700a._0x1eb7ab,-0x149,-0x1a4)])+':'+this[_0x3bcd38(-0x79,-_0x47700a._0x4c8bf6,-0x10,-0x39)],_0x5054ac=tokenCache[_0x1f4c62(-0x50,0x28,-0x3f,-0x8b)](_0x42a9fb);if(_0x5054ac&&_0x12372f['gYIgo'](Date['now'](),_0x12372f[_0x3bcd38(-_0x47700a._0x1d9b0c,-_0x47700a._0x39c17b,-_0x47700a._0x53e7a5,-_0x47700a._0x16302c)](new Date(_0x5054ac[_0x3bcd38(-_0x47700a._0x185157,-_0x47700a._0x158517,-_0x47700a._0x52370d,-_0x47700a._0xffe73)])[_0x3bcd38(-0x13f,-0xd2,-_0x47700a._0x656423,-0xb0)](),TOKEN_REFRESH_BUFFER_MS))){if(_0x12372f['Ubcri'](_0x12372f[_0x1f4c62(-0x3e,-_0x47700a._0x1a14b1,_0x47700a._0x2d7fe4,-_0x47700a._0x4ecf88)],_0x12372f[_0x3bcd38(-0x2f,-0xe,-0x65,-0xd)])){const _0xdf12a9={};_0xdf12a9[_0x1f4c62(-_0x47700a._0x60de0,-_0x47700a._0x55a796,-_0x47700a._0x4316eb,-_0x47700a._0xcf61bb)]=this[_0x1f4c62(-0x6a,-_0x47700a._0x213033,-_0x47700a._0x5a986e,-_0x47700a._0xca073a)],logger['debug'](_0x12372f[_0x3bcd38(-_0x47700a._0x4a2ee8,-0x107,-0xae,-0xc5)],_0xdf12a9);const _0x2b3466={};return _0x2b3466['token']=_0x5054ac[_0x1f4c62(-0x58,-0x7c,-0x25,-_0x47700a._0xaf1aa6)],_0x2b3466[_0x3bcd38(-0x69,-_0x47700a._0x17618a,-_0x47700a._0x20c911,-_0x47700a._0x3cde37)]=_0x5054ac[_0x1f4c62(-0x118,-0xd5,-_0x47700a._0x35ea41,-_0x47700a._0x5ac677)],_0x2b3466;}else{const _0x38d035={};return _0x38d035[_0x1f4c62(-0xb,0x48,_0x47700a._0xc64bbf,_0x47700a._0x393513)]=![],_0x38d035[_0x1f4c62(-_0x47700a._0x5c7e6c,-0xce,-_0x47700a._0x51dd2e,-0xb)]=_0x1f4c62(0x7,_0x47700a._0x1acb57,-0x17,-0x38)+'ps\x20provide'+_0x3bcd38(-0x78,-_0x47700a._0x3a3e2b,-_0x47700a._0x255ed5,-0x7a)+this[_0x1f4c62(-_0x47700a._0x2f1554,-0xd7,-_0x47700a._0xd08582,0xa)]+(_0x1f4c62(-_0x47700a._0xb67501,-_0x47700a._0x2f80ff,-_0x47700a._0x54045f,-_0x47700a._0x386d5e)+_0x1f4c62(-0x6e,-0xd9,-_0x47700a._0x516f8b,-_0x47700a._0x21259a)+_0x3bcd38(-0x61,-_0x47700a._0x105c87,-0x112,-_0x47700a._0x3a3eab)+'\x20')+this['certificat'+_0x3bcd38(0x80,0x46,-_0x47700a._0x2d81a6,-_0x47700a._0x2ec873)],_0x38d035;}}const _0x3f98f4={};_0x3f98f4[_0x1f4c62(-_0x47700a._0x60de0,-_0x47700a._0x10f826,-_0x47700a._0x39c17b,-0x67)]=this[_0x3bcd38(-_0x47700a._0x1d3f74,_0x47700a._0x47273b,-_0x47700a._0x5c80ae,-0x39)],_0x3f98f4['organizati'+'on']=this[_0x1f4c62(-_0x47700a._0x55f215,-0xe4,-0x7c,-0x165)+'on'],_0x3f98f4[_0x3bcd38(-0xbb,-0x11a,-_0x47700a._0x2a1bbf,-0xb6)]=this[_0x1f4c62(-0xe7,-_0x47700a._0x9eeb68,-_0x47700a._0x126753,-_0x47700a._0x583614)],logger['info'](_0x12372f[_0x1f4c62(-_0x47700a._0x5534ac,-_0x47700a._0x13aad8,-0xcb,-_0x47700a._0xb9b5e6)],_0x3f98f4);function _0x3bcd38(_0x426268,_0x55b511,_0x525937,_0x5c91fd){return _0x50ddaa(_0x5c91fd- -0x1c2,_0x55b511,_0x525937-0x9a,_0x5c91fd-0x63);}const _0x581f2c=this[_0x1f4c62(-0xe7,-_0x47700a._0x4b3b84,-0xf8,-0x6a)]===_0x1f4c62(-_0x47700a._0x24615c,-_0x47700a._0x54a8fd,-_0x47700a._0x3372a3,-_0x47700a._0x4b82b2)+'e'?await this[_0x1f4c62(-0xad,-_0x47700a._0x5e0d40,-_0x47700a._0x56d5ea,-_0x47700a._0x52370d)+'ithCertifi'+_0x1f4c62(-_0x47700a._0x5e89a6,-0xa6,-_0x47700a._0x584125,-0x147)](logger):await this[_0x3bcd38(-_0x47700a._0x45cf61,-0x83,-_0x47700a._0x1bccfa,-_0x47700a._0xca073a)+_0x1f4c62(-0x6d,-_0x47700a._0x1269b2,_0x47700a._0x33d411,-_0x47700a._0x4fbc7c)](logger);function _0x1f4c62(_0x2b2e78,_0x4c8185,_0x40699c,_0x59e2a3){return _0x50ddaa(_0x2b2e78- -0x1f3,_0x59e2a3,_0x40699c-_0x1633fe._0xcb73d0,_0x59e2a3-0x1e4);}const _0x2bdbe7={};_0x2bdbe7[_0x3bcd38(-0x3f,-0x49,-_0x47700a._0x4268f1,-0xd3)]=this['name'],_0x2bdbe7[_0x3bcd38(-0x108,-0x14e,-0x17c,-_0x47700a._0x3cde37)]=_0x581f2c[_0x3bcd38(-0x11d,-0x4a,-0x89,-0xe7)],logger[_0x1f4c62(-_0x47700a._0x45b6b6,-0xb,-_0x47700a._0x43d701,-_0x47700a._0x52ca3e)](_0x12372f[_0x1f4c62(-_0x47700a._0x358fa2,-0xfb,-0xc4,-_0x47700a._0x476489)],_0x2bdbe7);const _0xf0f8e9={};return _0xf0f8e9[_0x3bcd38(0x26,0x48,0x2e,-_0x47700a._0x1e24c1)]=_0x581f2c[_0x3bcd38(_0x47700a._0x11412f,-0x3e,-0xb8,-_0x47700a._0xf7c00b)],_0xf0f8e9[_0x3bcd38(-_0x47700a._0x243a4a,-_0x47700a._0x4316eb,-_0x47700a._0x499c91,-0xe7)]=_0x581f2c[_0x3bcd38(-0xbc,-0x4d,-0xab,-_0x47700a._0x3cde37)],tokenCache[_0x1f4c62(_0x47700a._0x41a43c,-0x99,-_0x47700a._0x5d6b4e,0x31)](_0x42a9fb,_0xf0f8e9),_0x581f2c;}async[_0x50ddaa(0x146,0xb6,0x132,0x10e)+_0x50ddaa(0x186,0x20f,0x156,0x17e)](_0x4cfcf2){const _0x5af770={_0x308f59:0xe2,_0xbe1c20:0x127,_0x5aaadc:0xc4,_0x32fd37:0x142,_0x29d420:0x1f,_0x1d06c9:0x3,_0x4411a6:0x12d,_0x4f8bc0:0xca,_0x4a7272:0x122,_0x5b26dd:0xf3,_0x47368c:0x8b,_0x518f59:0x8,_0x5be35b:0x75,_0x53e170:0xee,_0x3e0b5d:0x5a,_0x412419:0x8e,_0x569275:0x53,_0x386022:0x8b,_0x25508c:0xf5,_0x3dfd9c:0x54,_0x3b3599:0x1c,_0x4cea98:0xfc,_0xaea27c:0x42,_0x19a825:0x71,_0x53cda6:0xf5,_0x86cf7b:0x30,_0x2f92b6:0x93,_0x31769c:0x68,_0xc6397d:0x82,_0x5269a6:0x61,_0x2cdefe:0x4b,_0x7e30cf:0x67,_0x19dd42:0x24,_0x21c4b5:0x170,_0x1dbe34:0x1a1,_0x1bc746:0x184,_0x33c7dd:0x77,_0x5dc825:0xce,_0x287657:0xf3,_0x29931a:0x97,_0x185e11:0x1,_0xec71e0:0x2b,_0x21d455:0x2e,_0x5b2480:0x2,_0x1d6bff:0x74,_0x5a4f0f:0xd5,_0x322ba7:0x151,_0x272afb:0x21,_0x34504b:0x108,_0x333db1:0x1d,_0x1ced2b:0x6e,_0x32745c:0x74,_0x487f91:0x4b,_0x531932:0x43,_0xf8253f:0x8d,_0xd97895:0xaf,_0x432fdd:0x94,_0x2e252c:0x62,_0x2ad595:0x116,_0x312447:0x49,_0x12fe22:0x2c,_0x5267fd:0x15,_0x571783:0xc4,_0x25e8c4:0x4b,_0x3f7812:0x10b,_0x37b503:0xfa,_0x5a1a44:0x74,_0x49aba4:0x10f,_0x2e3a7f:0x9c,_0x3ba9ff:0x16,_0x5ce1fe:0x31,_0x2f2263:0x73,_0x55765c:0xc7,_0x10fc84:0x59,_0x1977e:0xd,_0x3110cc:0x40,_0x4befad:0x48,_0x62df0e:0x29,_0x41f146:0x11,_0x3abb8e:0x115,_0x2ff51d:0xb5,_0x50af67:0x11d,_0x473e94:0x7c,_0x302785:0xd0,_0x574876:0x5c,_0x45f573:0xaa,_0x41c7f0:0x126,_0x27cb21:0x66,_0x1d980a:0x6,_0x5b6c29:0x69,_0x2fe316:0xa1,_0x3da09b:0x84,_0x594bf8:0x3a,_0x105e38:0x41,_0xc7346:0x167,_0x2ef17f:0x16d,_0x12e9cb:0x10f,_0x3c56d0:0x6f,_0x2a2203:0xa,_0x59c656:0x65,_0x66b0ee:0x25,_0x4c877a:0x70,_0x391481:0x104,_0x4f3020:0xcf,_0x215302:0xd7,_0x167696:0xfa,_0x1691f3:0x14c},_0x280dfb={_0x3caefa:0x188},_0x16a705={_0x3eed5f:0x61a},_0x5dbb1f={'NVUpI':_0x415902(-_0x5af770._0x308f59,-0x150,-_0x5af770._0xbe1c20,-0xe7),'cdPRP':function(_0x5dd84e,_0x2d844a){return _0x5dd84e===_0x2d844a;},'HIrly':_0x415902(-0x5b,-_0x5af770._0x5aaadc,-0xe9,-_0x5af770._0x32fd37),'NwDqe':'client_cre'+'dentials','hDYfM':_0x415902(_0x5af770._0x29d420,-0x6e,-0x5e,_0x5af770._0x1d06c9)+'\x20Azure\x20Dev'+_0x415902(-_0x5af770._0x4411a6,-_0x5af770._0x4f8bc0,-_0x5af770._0x4a7272,-_0x5af770._0x5b26dd)+_0x2217dc(-0x91,-_0x5af770._0x47368c,-0x3b,-_0x5af770._0x518f59)+'t\x20secret','SZvSY':function(_0x123d9f,_0x2e1c73,_0x38fc62){return _0x123d9f(_0x2e1c73,_0x38fc62);},'nXUIM':_0x2217dc(-_0x5af770._0x5be35b,-_0x5af770._0x53e170,-0x4a,-0xae),'AyLLy':_0x2217dc(-0x8c,-0x7c,0xe,-_0x5af770._0x3e0b5d)+_0x415902(-_0x5af770._0x412419,-0x11b,-0xd2,-0xf3)+_0x2217dc(_0x5af770._0x569275,-_0x5af770._0x386022,-_0x5af770._0x25508c,-_0x5af770._0x3dfd9c)+_0x2217dc(-_0x5af770._0x3b3599,_0x5af770._0x4cea98,0x2c,0x77),'bTlKS':function(_0x216d31,_0x288d60){return _0x216d31+_0x288d60;},'FkrKC':function(_0x3c509a,_0x44ba4a){return _0x3c509a*_0x44ba4a;}},_0x4e3de6=_0x45ef5d[_0x2217dc(0x3e,_0x5af770._0xaea27c,0x5e,_0x5af770._0x19a825)](this[_0x415902(-0x1f4,-0x165,-0x154,-_0x5af770._0x53cda6)+'h'],this[_0x415902(-0x17,-0x75,-0x94,-_0x5af770._0x86cf7b)+_0x2217dc(-_0x5af770._0x2f92b6,0x32,-0x2b,-0x1d)]);let _0xc7413f;try{_0xc7413f=(await _0x154d98['readFile'](_0x4e3de6,_0x5dbb1f['NVUpI']))[_0x415902(-0x2d,-_0x5af770._0x31769c,-0xb9,-0x69)]();}catch(_0x2b7017){if(_0x5dbb1f[_0x2217dc(0x1c,-0xa6,-_0x5af770._0xc6397d,-_0x5af770._0x5269a6)](_0x5dbb1f['HIrly'],_0x415902(-_0x5af770._0x2cdefe,-0x40,_0x5af770._0x7e30cf,-_0x5af770._0x386022)))throw new _0x2874c3(_0x2217dc(-0x97,-0xc0,-0x66,-_0x5af770._0x19dd42)+_0x415902(-_0x5af770._0x21c4b5,-0x155,-0x1fc,-0x18f)+_0x415902(-_0x5af770._0x1dbe34,-_0x5af770._0x1bc746,-0x205,-0x1fb)+_0x2217dc(-_0x5af770._0x33c7dd,-_0x5af770._0x5dc825,-_0x5af770._0x287657,-0x60)+'from\x20'+this[_0x415902(-0xfc,-_0x5af770._0x29931a,_0x5af770._0x185e11,-0x118)+'eFile']+':\x20'+_0x2da37e[_0x2217dc(-_0x5af770._0xec71e0,0x68,-_0x5af770._0x21d455,_0x5af770._0x5b2480)]);else throw new Error('Failed\x20to\x20'+_0x2217dc(-_0x5af770._0x1d6bff,-_0x5af770._0x19dd42,-0x1c,-0x97)+_0x415902(-0x3b,-_0x5af770._0x5a4f0f,-0x4f,-_0x5af770._0x322ba7)+'ient\x20secre'+_0x2217dc(_0x5af770._0x272afb,_0x5af770._0x34504b,_0x5af770._0x333db1,_0x5af770._0x1ced2b)+this['clientSecr'+_0x2217dc(-0x66,_0x5af770._0x32745c,_0x5af770._0x3dfd9c,-0x1d)]+':\x20'+_0x2b7017[_0x415902(-_0x5af770._0x487f91,-0xbc,-_0x5af770._0x531932,-_0x5af770._0xf8253f)]);}const _0x1f9123='https://lo'+_0x415902(-_0x5af770._0xd97895,-_0x5af770._0x432fdd,-0xa4,-_0x5af770._0x2e252c)+_0x2217dc(_0x5af770._0x2ad595,_0x5af770._0x312447,0xfa,0x7f)+_0x2217dc(-0xb0,-0x2f,0x31,-_0x5af770._0x12fe22)+this['tenantId']+(_0x415902(-0x122,-0xaf,-0xc8,-_0x5af770._0x5267fd)+_0x2217dc(_0x5af770._0x571783,0x73,0xb7,_0x5af770._0x25e8c4)),_0x34ae3c={};_0x34ae3c['client_id']=this['clientId'],_0x34ae3c[_0x2217dc(-0x4d,-_0x5af770._0x3f7812,-0x29,-0x74)]=AZURE_DEVOPS_SCOPE;function _0x415902(_0x4ff0a6,_0x4ff798,_0x112d27,_0x284bd7){return _0x57d1e8(_0x4ff0a6-0xfa,_0x4ff798-0x16b,_0x112d27,_0x4ff798- -_0x16a705._0x3eed5f);}_0x34ae3c[_0x415902(-0x17a,-_0x5af770._0x37b503,-0x8e,-0xf6)+'ret']=_0xc7413f,_0x34ae3c['grant_type']=_0x5dbb1f['NwDqe'];const _0x2899db=new URLSearchParams(_0x34ae3c),_0x17808b={};_0x17808b['provider']=this['name'],_0x17808b[_0x2217dc(-_0x5af770._0x5a1a44,-_0x5af770._0x49aba4,-0x4a,-_0x5af770._0x2e3a7f)]=_0x1f9123,_0x4cfcf2[_0x2217dc(0xe,0x54,-_0x5af770._0x3ba9ff,-0x2d)](_0x5dbb1f[_0x2217dc(-_0x5af770._0x5ce1fe,-0x34,-_0x5af770._0x2f2263,-_0x5af770._0x55765c)],_0x17808b);const _0x2e3e5d=await _0x5dbb1f[_0x2217dc(-0x11,_0x5af770._0x10fc84,0x9f,_0x5af770._0x1977e)](fetch,_0x1f9123,{'method':_0x5dbb1f[_0x2217dc(0xf,0x56,_0x5af770._0x3110cc,0xe)],'headers':{'Content-Type':_0x5dbb1f[_0x415902(-0xe8,-0xba,-0x107,-0xca)]},'body':_0x2899db[_0x2217dc(-_0x5af770._0x4befad,-0x82,-_0x5af770._0x62df0e,-0x8a)]()});if(!_0x2e3e5d['ok']){const _0x227341=await _0x2e3e5d[_0x415902(-0x8c,-0x65,-_0x5af770._0x5aaadc,-0x98)]()[_0x2217dc(_0x5af770._0x41f146,0x11a,0x3a,0x73)](()=>({}));throw new Error(_0x2217dc(-0xb8,0x19,0x5,-_0x5af770._0x19dd42)+_0x415902(-0x8c,-_0x5af770._0x3abb8e,-_0x5af770._0x2ff51d,-0xcc)+_0x415902(-0x107,-0x13c,-0x14a,-_0x5af770._0x50af67)+'en:\x20'+_0x2e3e5d[_0x2217dc(_0x5af770._0x473e94,0x18,_0x5af770._0x302785,0x4a)]+_0x2217dc(-_0x5af770._0x574876,-0xd3,-_0x5af770._0x45f573,-0x48)+(_0x227341[_0x2217dc(-_0x5af770._0x41c7f0,-0x7,-_0x5af770._0x27cb21,-0xa2)+'ription']||_0x227341[_0x2217dc(0x24,-_0x5af770._0x2f2263,_0x5af770._0x1d980a,-_0x5af770._0x5b6c29)]||_0x2e3e5d[_0x2217dc(_0x5af770._0x2fe316,-_0x5af770._0x3da09b,-_0x5af770._0x594bf8,0x9)]));}const _0x39cd5c=await _0x2e3e5d['json']();function _0x2217dc(_0x38de62,_0x2ab4e6,_0x1d2cc4,_0xb0d1c6){return _0x57d1e8(_0x38de62-0x108,_0x2ab4e6-_0x280dfb._0x3caefa,_0x2ab4e6,_0xb0d1c6- -0x55c);}const _0x392234=new Date(_0x5dbb1f['bTlKS'](Date[_0x2217dc(0xe0,-0x4e,0xce,_0x5af770._0x105e38)](),_0x5dbb1f[_0x415902(-0x176,-_0x5af770._0xc7346,-_0x5af770._0x2ef17f,-_0x5af770._0x12e9cb)](_0x39cd5c[_0x2217dc(_0x5af770._0x3c56d0,-_0x5af770._0x2a2203,-_0x5af770._0x59c656,_0x5af770._0x66b0ee)],0xf48+0x2451+-0x2fb1)))[_0x415902(-_0x5af770._0x4c877a,-_0x5af770._0x391481,-_0x5af770._0x4f3020,-_0x5af770._0x215302)+'g'](),_0xb268c8={};return _0xb268c8[_0x415902(-0x4,-0xa2,-0x93,-0x44)]=_0x39cd5c[_0x415902(-0x10a,-0x144,-_0x5af770._0x167696,-_0x5af770._0x1691f3)+'en'],_0xb268c8['expires_at']=_0x392234,_0xb268c8;}async[_0x57d1e8(0x4c3,0x533,0x52f,0x523)+_0x50ddaa(0xce,0xc5,0xdb,0x116)+_0x57d1e8(0x44d,0x54d,0x4db,0x4cb)](_0x446a09){const _0x1b24f0={_0xef415d:0x399,_0xc3b5d2:0x4cb,_0x8526d7:0x401,_0x1ee97e:0x3c0,_0x20fccc:0x260,_0x160fc9:0x2cc,_0x43336b:0x370,_0x31dcd8:0x28a,_0xe2c1a9:0x313,_0x38ffdf:0x37b,_0x49da83:0x437,_0x1eea7c:0x4a3,_0x3b2dd6:0x428,_0x32ee20:0x401,_0x50f278:0x47a,_0x5cd683:0x3b4,_0x108a88:0x393,_0x35a5d6:0x349,_0x175672:0x396,_0x3a19fa:0x3cf,_0x4efff5:0x3de,_0x53ddc8:0x328,_0x768ea5:0x40b,_0x1805f0:0x481,_0x2435d4:0x45d,_0x42f8c8:0x329,_0x1b1e06:0x395,_0x3b8472:0x35b,_0x43b34c:0x2ce,_0x4f453e:0x378,_0x134a8b:0x3aa,_0x15b0c6:0x498,_0x4d2b09:0x45a,_0x570a6c:0x330,_0x1858fe:0x33a,_0xf8293a:0x2b6,_0x17059d:0x3a2,_0x4692e2:0x2ef,_0x4115c5:0x3f9,_0x47cfd2:0x2e7,_0x21f024:0x374,_0x293d64:0x318,_0x434552:0x302,_0x59c45f:0x304,_0x3dc4b8:0x394,_0x4a1628:0x3f2,_0x22a559:0x375,_0xd3e08e:0x35b,_0x50f677:0x3de,_0x1b5aba:0x464,_0x7df213:0x4b0,_0x4ef064:0x422,_0x5324ce:0x46d,_0x300e01:0x3a0,_0x3b7744:0x456,_0x1790d3:0x46a,_0x52ffce:0x3ec,_0x3017ec:0x2e8,_0x2ead55:0x3de,_0x5e729a:0x46c,_0x4a9357:0x2c9,_0x630f03:0x33f,_0x551740:0x389,_0x4b9ff8:0x35f,_0x367cfc:0x353,_0x190c37:0x31e,_0x960332:0x3b5,_0x164746:0x4d2,_0x56c364:0x452,_0x37a817:0x327,_0x12e3ad:0x351,_0xdf994a:0x3ae,_0x163ddf:0x3d1,_0x40b430:0x380,_0x11aca7:0x3eb,_0x1388f9:0x44a,_0x195687:0x3c7,_0x1dea12:0x321,_0x3f5fd0:0x39e,_0xa80753:0x443,_0x51a762:0x425,_0x59ebb8:0x396,_0x468586:0x32e,_0xc5edd:0x36d,_0xdc1e2b:0x2d6,_0x55c03e:0x3f7,_0x5e2a6c:0x443,_0x587814:0x381,_0x40dc22:0x451,_0x2d3eb4:0x363,_0x3fc83e:0x3a9,_0x57e6a6:0x351,_0x25e6e0:0x273,_0x132fc2:0x2dd,_0x7f5393:0x400,_0x37948a:0x41c,_0x3e224f:0x3bd,_0x5aaaae:0x359,_0x1ec1fb:0x381,_0x42aab3:0x341,_0xee2864:0x41b,_0x36fd20:0x399,_0x830159:0x3d8,_0x457eb4:0x394,_0xb25557:0x345,_0x336f60:0x355,_0x28b77c:0x238},_0x2c7c3b={_0x3762b8:0x181};function _0x47e619(_0x35089c,_0x3aeae0,_0x3ce215,_0xa954ce){return _0x57d1e8(_0x35089c-0x184,_0x3aeae0-0x1e8,_0x3ce215,_0xa954ce- -0x1e4);}const _0x48e2cf={'eKLIM':_0x6085be(_0x1b24f0._0xef415d,_0x1b24f0._0xc3b5d2,0x43b,_0x1b24f0._0x8526d7)+_0x6085be(0x413,0x3d1,0x432,_0x1b24f0._0x1ee97e)+_0x47e619(0x361,_0x1b24f0._0x20fccc,0x320,_0x1b24f0._0x160fc9)+_0x47e619(_0x1b24f0._0x43336b,0x2dc,_0x1b24f0._0x31dcd8,_0x1b24f0._0xe2c1a9)+'ype:jwt-be'+_0x47e619(_0x1b24f0._0x38ffdf,0x380,_0x1b24f0._0x49da83,0x3a0),'OGfCo':_0x6085be(_0x1b24f0._0x1eea7c,_0x1b24f0._0x3b2dd6,_0x1b24f0._0x32ee20,_0x1b24f0._0x50f278)+'dentials','wMoHi':_0x6085be(_0x1b24f0._0x5cd683,0x44f,0x42b,0x3cb)+_0x47e619(_0x1b24f0._0x108a88,0x3ae,_0x1b24f0._0x35a5d6,_0x1b24f0._0x175672)+_0x6085be(0x412,0x42e,_0x1b24f0._0x3a19fa,_0x1b24f0._0x4efff5)+_0x6085be(0x3bf,0x3a1,_0x1b24f0._0x53ddc8,0x2c0)+'ficate','TcyVY':function(_0xf8132a,_0x5f3b55,_0x23594d){return _0xf8132a(_0x5f3b55,_0x23594d);},'Gggui':'POST','OqwKD':function(_0xfd17d1,_0x15491e){return _0xfd17d1+_0x15491e;},'GDXaM':function(_0x5f0d14,_0x5d060c){return _0x5f0d14*_0x5d060c;}},_0x4b8a29=await this[_0x47e619(0x412,0x376,_0x1b24f0._0x768ea5,0x373)+_0x6085be(_0x1b24f0._0x1805f0,0x48d,_0x1b24f0._0x2435d4,0x423)+_0x6085be(_0x1b24f0._0x42f8c8,_0x1b24f0._0x1b1e06,_0x1b24f0._0x3b8472,_0x1b24f0._0x43b34c)](),_0x7beb2=_0x47e619(_0x1b24f0._0x4f453e,0x400,0x451,_0x1b24f0._0x134a8b)+'gin.micros'+_0x6085be(_0x1b24f0._0x15b0c6,0x458,_0x1b24f0._0x4d2b09,0x4fd)+_0x47e619(_0x1b24f0._0x570a6c,_0x1b24f0._0x1858fe,_0x1b24f0._0xf8293a,0x34c)+this[_0x47e619(_0x1b24f0._0x17059d,0x38b,_0x1b24f0._0x4692e2,0x347)]+(_0x47e619(0x419,0x2ed,_0x1b24f0._0x4115c5,0x387)+'.0/token');function _0x6085be(_0x2c2fb7,_0x3063d3,_0x118ee3,_0x474533){return _0x57d1e8(_0x2c2fb7-0x1f0,_0x3063d3-0x44,_0x3063d3,_0x118ee3- -_0x2c7c3b._0x3762b8);}const _0xef0bd0={};_0xef0bd0['client_id']=this[_0x6085be(0x3b9,_0x1b24f0._0x47cfd2,_0x1b24f0._0x21f024,_0x1b24f0._0x293d64)],_0xef0bd0[_0x47e619(0x39f,_0x1b24f0._0x434552,0x3a9,_0x1b24f0._0x59c45f)]=AZURE_DEVOPS_SCOPE,_0xef0bd0[_0x47e619(0x336,_0x1b24f0._0x3dc4b8,_0x1b24f0._0x4a1628,_0x1b24f0._0x22a559)+_0x6085be(0x377,_0x1b24f0._0xd3e08e,0x3f3,_0x1b24f0._0x50f677)+'e']=_0x48e2cf[_0x6085be(_0x1b24f0._0x1b5aba,_0x1b24f0._0x7df213,_0x1b24f0._0x4ef064,_0x1b24f0._0x5324ce)],_0xef0bd0[_0x47e619(0x2d0,0x391,_0x1b24f0._0x300e01,0x375)+_0x6085be(0x40b,_0x1b24f0._0x3b7744,0x40f,_0x1b24f0._0x1790d3)]=_0x4b8a29,_0xef0bd0[_0x6085be(_0x1b24f0._0x52ffce,0x382,0x3ce,0x370)]=_0x48e2cf['OGfCo'];const _0x255538=new URLSearchParams(_0xef0bd0),_0x1db7b4={};_0x1db7b4[_0x47e619(0x2b5,0x360,0x2fa,_0x1b24f0._0x3017ec)]=this[_0x6085be(_0x1b24f0._0x2ead55,0x3bd,0x3e5,_0x1b24f0._0x5e729a)],_0x1db7b4[_0x6085be(_0x1b24f0._0x4a9357,0x29a,_0x1b24f0._0x630f03,_0x1b24f0._0x551740)]=_0x7beb2,_0x446a09['debug'](_0x48e2cf[_0x47e619(_0x1b24f0._0x4b9ff8,0x304,0x33c,_0x1b24f0._0x367cfc)],_0x1db7b4);const _0x317610={};_0x317610['Content-Ty'+'pe']=_0x6085be(0x3c9,_0x1b24f0._0x190c37,0x381,0x2f3)+_0x6085be(0x30c,_0x1b24f0._0x960332,0x37e,0x2dc)+'rm-urlenco'+_0x6085be(0x3c8,_0x1b24f0._0x164746,_0x1b24f0._0x56c364,0x4c8);const _0x5473cf=await _0x48e2cf[_0x6085be(0x469,0x42e,0x3da,0x389)](fetch,_0x7beb2,{'method':_0x48e2cf['Gggui'],'headers':_0x317610,'body':_0x255538[_0x6085be(0x2fb,_0x1b24f0._0x37a817,_0x1b24f0._0x12e3ad,0x322)]()});if(!_0x5473cf['ok']){const _0x55c4a2=await _0x5473cf[_0x47e619(_0x1b24f0._0xdf994a,0x3f9,0x45a,_0x1b24f0._0x163ddf)]()[_0x47e619(_0x1b24f0._0x40b430,0x416,0x372,_0x1b24f0._0x11aca7)](()=>({}));throw new Error(_0x6085be(0x409,_0x1b24f0._0x1388f9,0x3b7,0x3be)+_0x47e619(0x314,_0x1b24f0._0x195687,0x39a,_0x1b24f0._0x1dea12)+_0x47e619(_0x1b24f0._0x3f5fd0,0x2c7,0x33c,0x2fa)+_0x6085be(0x4ae,0x49b,0x462,0x477)+_0x5473cf[_0x6085be(0x434,_0x1b24f0._0xa80753,_0x1b24f0._0x51a762,0x3ba)]+_0x47e619(_0x1b24f0._0x59ebb8,_0x1b24f0._0x468586,0x2af,_0x1b24f0._0x570a6c)+(_0x55c4a2[_0x47e619(0x242,0x2ca,_0x1b24f0._0xc5edd,_0x1b24f0._0xdc1e2b)+_0x6085be(0x3e2,_0x1b24f0._0x55c03e,_0x1b24f0._0x5e2a6c,0x4aa)]||_0x55c4a2['error']||_0x5473cf[_0x6085be(_0x1b24f0._0x587814,_0x1b24f0._0x40dc22,0x3e4,_0x1b24f0._0x2d3eb4)]));}const _0xe31c34=await _0x5473cf[_0x47e619(_0x1b24f0._0x3fc83e,_0x1b24f0._0x57e6a6,0x3f1,0x3d1)](),_0x47b939=new Date(_0x48e2cf[_0x47e619(0x250,_0x1b24f0._0x25e6e0,_0x1b24f0._0x43b34c,_0x1b24f0._0x132fc2)](Date[_0x6085be(0x420,_0x1b24f0._0x7f5393,_0x1b24f0._0x37948a,_0x1b24f0._0x3e224f)](),_0x48e2cf[_0x6085be(_0x1b24f0._0x5aaaae,_0x1b24f0._0x1ec1fb,_0x1b24f0._0x42aab3,0x2fd)](_0xe31c34['expires_in'],-0x792+-0xde+0xc58)))[_0x6085be(0x3a5,_0x1b24f0._0x3b2dd6,0x395,_0x1b24f0._0xee2864)+'g'](),_0x35857b={};return _0x35857b[_0x47e619(0x434,_0x1b24f0._0x36fd20,_0x1b24f0._0x830159,_0x1b24f0._0x457eb4)]=_0xe31c34[_0x6085be(_0x1b24f0._0xb25557,0x3ae,_0x1b24f0._0x336f60,0x307)+'en'],_0x35857b[_0x47e619(0x33d,_0x1b24f0._0x28b77c,0x2b1,0x2d4)]=_0x47b939,_0x35857b;}async['_generateC'+'lientAsser'+_0x57d1e8(0x49c,0x56e,0x516,0x4dc)](){const _0x482f40={_0x5d914b:0xdb,_0x4277d3:0x116,_0x13aa05:0x154,_0x8d684:0x167,_0x36b52f:0x218,_0x55ff9b:0x118,_0x5109f4:0x176,_0x47bda8:0x6e,_0x4e10ec:0x14a,_0x4226d7:0x1e2,_0x58b0cb:0x1b2,_0x4c3f19:0x178,_0x5a3a79:0x18e,_0x9b4dd5:0xdf,_0x1e3d71:0x5f,_0x2e2497:0x156,_0x4f52a5:0xbf,_0x33e13a:0x14c,_0x108642:0x1a6,_0x10209c:0x10e,_0xb033f:0x114,_0x4b62ed:0xa4,_0x111e7a:0x5c,_0x9f15f8:0x197,_0x463fdd:0x159,_0x70efc9:0x198,_0x423d18:0x132,_0xe52bd3:0x73,_0x448e75:0x105,_0x2e96ef:0xa7,_0x21a42e:0x11a,_0x45e7b4:0x137,_0x44ff78:0xd8,_0x1b1945:0x86,_0x2eb5d6:0x170,_0x177e27:0x161,_0x54b4d7:0x157,_0x2a0170:0x1df,_0x459d0c:0x149,_0x215ec0:0x1a8,_0x2efe1e:0x199,_0x4e5e2d:0x128,_0x584a08:0x1a5,_0x189cf6:0x229,_0x4493fa:0x180,_0x270bb1:0x126,_0x2727db:0x1c0,_0x215ea3:0x12d,_0x1e2699:0x121,_0x47d607:0x193,_0x372360:0x92,_0x4fe6c5:0x14f,_0x4fb9bf:0x12c,_0x59e2fa:0x153,_0x4d73b2:0x119,_0x3a6d84:0x195,_0x85fefa:0x113,_0x3f264c:0x19d,_0x3523dd:0x164,_0x5a7127:0x86,_0x8321cb:0x78,_0x13c75f:0xcf,_0x1a8926:0x9b,_0x3b1172:0x147,_0x56cb49:0x10c,_0x5316f5:0x24,_0x4e1525:0x56,_0x5beb9c:0x20c,_0x2a6b2f:0x114,_0x98ff32:0x142,_0x17d509:0x3c,_0x48a299:0x125,_0x1a722d:0xb0,_0x2ee692:0x116,_0x373845:0xf0,_0x590cbe:0x17a,_0x30c1fa:0x186,_0x23d833:0x1e,_0x1deb4f:0x26,_0x4b6461:0x107,_0x418993:0x87,_0xfb0098:0x5f,_0x154c72:0x7e,_0x2d2114:0xd7,_0x1dea46:0x117,_0x5bed52:0x162,_0x2867e0:0x17b,_0x44de2e:0x131,_0x499a6b:0xb7,_0x120796:0xbc,_0x1cd260:0x59,_0x13ef82:0xbb,_0x21041c:0x34,_0x27b88a:0x202,_0x2e8fac:0x1f3,_0x13f17e:0x1ae,_0x576c3d:0x175,_0x4eef59:0x11d,_0x43f6a7:0xae,_0x45461c:0xc0,_0x3308f2:0x1f,_0x14cbc0:0x99,_0x43052e:0x135,_0x4d31d0:0xd9,_0x30e820:0x19e,_0x354454:0x16e,_0x4841a6:0x97,_0x55e585:0xaf,_0x132f60:0x7c,_0x1367cb:0x8c,_0x2b2a1d:0x186,_0x4767d1:0x1da,_0x198abc:0x21e,_0x1da170:0x1b1,_0x2ffc4c:0x1d,_0x245a05:0xba,_0x12f9ea:0x13,_0x38ebc2:0x8f,_0x564be1:0xf1,_0x26250c:0x10f,_0x1465d7:0x96,_0x24189f:0xcb,_0x5738a0:0x154,_0x2629c9:0x150,_0x12d0f3:0xac,_0x56b7bc:0x152,_0x388a8a:0xeb,_0x316075:0x11e,_0x4cd62a:0xbc,_0x4d86d9:0x1b7,_0x7c7ebc:0x230,_0x4df060:0x1e2,_0x18cd6c:0x122,_0x20679d:0x97,_0x6064f2:0x198,_0x3083a7:0x165,_0x4c2a0f:0x1e2,_0x309bf7:0x12f,_0x2dd7f8:0x117,_0x26adad:0xb6,_0x2e0e9d:0x7f,_0x34560f:0xe3,_0x4280a1:0xdf,_0x166031:0x146,_0x2759dc:0x1bf,_0x1d90b5:0x110,_0x27bde0:0x149},_0xf857b7={_0x57676d:0x4b,_0x1b20ac:0x653},_0x4d642d={_0x2e17fb:0x3a},_0x5aa3af={};_0x5aa3af['qsEHL']=function(_0x136add,_0x3e91aa){return _0x136add===_0x3e91aa;},_0x5aa3af[_0x47036f(-_0x482f40._0x5d914b,-0x75,-_0x482f40._0x4277d3,-0x12d)]=_0x47036f(-0x11d,-_0x482f40._0x13aa05,-0x147,-_0x482f40._0x8d684),_0x5aa3af['oktwM']=_0x58692f(0xb3,0x56,0xdf,0x8f),_0x5aa3af[_0x47036f(-0x1b0,-0x19c,-0x1bb,-_0x482f40._0x36b52f)]=function(_0x1941c5,_0x399ca9){return _0x1941c5!==_0x399ca9;},_0x5aa3af[_0x47036f(-_0x482f40._0x55ff9b,-0x6a,-0xd5,-_0x482f40._0x5109f4)]='ZjCwi',_0x5aa3af[_0x58692f(0x87,0xa3,_0x482f40._0x47bda8,0xfb)]=_0x58692f(_0x482f40._0x4e10ec,0x1e7,_0x482f40._0x4226d7,_0x482f40._0x58b0cb),_0x5aa3af[_0x58692f(_0x482f40._0x4c3f19,_0x482f40._0x5a3a79,0x194,0xec)]=_0x58692f(_0x482f40._0x9b4dd5,0xd7,_0x482f40._0x1e3d71,0x68),_0x5aa3af['LqCfE']=_0x58692f(0x130,_0x482f40._0x2e2497,0x158,_0x482f40._0x4f52a5),_0x5aa3af[_0x47036f(-_0x482f40._0x33e13a,-_0x482f40._0x108642,-0x1b0,-_0x482f40._0x10209c)]=function(_0x2a2b47,_0x5093f2){return _0x2a2b47/_0x5093f2;},_0x5aa3af['ixHvH']=_0x47036f(-_0x482f40._0xb033f,-0xaf,-_0x482f40._0x4b62ed,-_0x482f40._0x111e7a),_0x5aa3af[_0x47036f(-0x166,-0x194,-_0x482f40._0x9f15f8,-0x21c)]=function(_0xcffb6d,_0x50441d){return _0xcffb6d+_0x50441d;},_0x5aa3af[_0x58692f(_0x482f40._0x463fdd,_0x482f40._0x70efc9,_0x482f40._0x423d18,0x1db)]='Generating'+_0x47036f(-0x3f,-0x46,-0xd9,-_0x482f40._0xe52bd3)+_0x58692f(0x91,-0x7,_0x482f40._0x448e75,_0x482f40._0x2e96ef)+_0x58692f(_0x482f40._0x21a42e,_0x482f40._0x8d684,0xf9,_0x482f40._0x45e7b4);const _0xfe21da=_0x5aa3af,_0x477310=_0x45ef5d[_0x47036f(0x2,-_0x482f40._0x44ff78,-_0x482f40._0x1b1945,-0x13)](this['secretsPat'+'h'],this['certificat'+_0x58692f(_0x482f40._0x2eb5d6,_0x482f40._0x177e27,_0x482f40._0x54b4d7,_0x482f40._0x2a0170)]);let _0x587f09;try{if(_0xfe21da[_0x47036f(-0x158,-0xc1,-_0x482f40._0x459d0c,-_0x482f40._0x215ec0)](_0xfe21da[_0x47036f(-0xe9,-0x14b,-_0x482f40._0x4277d3,-0x107)],_0x58692f(_0x482f40._0x2efe1e,_0x482f40._0x4e5e2d,_0x482f40._0x584a08,_0x482f40._0x189cf6))){const _0x3c8157={};return _0x3c8157['configured']=![],_0x3c8157[_0x58692f(0x147,_0x482f40._0x4493fa,_0x482f40._0x448e75,_0x482f40._0x270bb1)]=_0x58692f(_0x482f40._0x2727db,_0x482f40._0x215ea3,_0x482f40._0x1e2699,0x24a)+'ps\x20provide'+_0x47036f(-_0x482f40._0x47d607,-_0x482f40._0x372360,-0x12e,-0x14a)+this[_0x58692f(_0x482f40._0x4fe6c5,0x154,_0x482f40._0x4fb9bf,_0x482f40._0x59e2fa)]+(_0x47036f(-_0x482f40._0x4d73b2,-0x21a,-_0x482f40._0x3a6d84,-0x13d)+_0x58692f(_0x482f40._0x85fefa,_0x482f40._0x3f264c,0x134,0x1ae)+_0x47036f(-0xc0,-_0x482f40._0x3523dd,-0x109,-0x11f)+_0x58692f(_0x482f40._0x5a7127,_0x482f40._0x8321cb,0xb7,_0x482f40._0x13c75f)),_0x3c8157;}else _0x587f09=await _0x154d98['readFile'](_0x477310,_0xfe21da[_0x58692f(0x10a,0x19f,0xe8,_0x482f40._0x1a8926)]);}catch(_0x29a65f){if(_0xfe21da['jnNWk'](_0xfe21da['ScJXA'],_0xfe21da['ScJXA']))_0x274101['clear']();else throw new Error('Failed\x20to\x20'+_0x58692f(0xae,_0x482f40._0x3b1172,_0x482f40._0x4fe6c5,_0x482f40._0x56cb49)+_0x58692f(0x7f,-_0x482f40._0x5316f5,0xe6,_0x482f40._0x4e1525)+'rtificate\x20'+_0x58692f(0x1b5,_0x482f40._0x5beb9c,_0x482f40._0x2a6b2f,0x235)+this[_0x47036f(-_0x482f40._0x98ff32,-_0x482f40._0x17d509,-0xd0,-_0x482f40._0x48a299)+'eFile']+':\x20'+_0x29a65f[_0x47036f(-0x90,-_0x482f40._0x1a722d,-0xf5,-_0x482f40._0x2ee692)]);}const _0x3dd02e=_0x587f09[_0x47036f(-_0x482f40._0x5109f4,-_0x482f40._0x373845,-_0x482f40._0x590cbe,-0x1ec)](/-----BEGIN CERTIFICATE-----[\s\S]*?-----END CERTIFICATE-----/);if(!_0x3dd02e){if(_0xfe21da[_0x47036f(-0xc9,-_0x482f40._0x30c1fa,-0x149,-0x1dd)](_0xfe21da[_0x58692f(0x87,-_0x482f40._0x23d833,_0x482f40._0x1deb4f,_0x482f40._0x4b6461)],_0xfe21da[_0x58692f(_0x482f40._0x418993,0x43,_0x482f40._0xfb0098,0x24)]))throw new Error('Certificat'+'e\x20file\x20doe'+'s\x20not\x20cont'+_0x47036f(-0x10b,-_0x482f40._0x154c72,-_0x482f40._0x85fefa,-0xa1)+'d\x20certific'+_0x47036f(-0x1be,-_0x482f40._0x2d2114,-_0x482f40._0x1dea46,-0x88));else{const _0x358a98=new _0x18853c(_0x1b3f5e);_0x61b37a=_0x358a98['hostname'],_0x4b81b5=_0x358a98[_0x47036f(-0x159,-_0x482f40._0x5bed52,-_0x482f40._0x2867e0,-_0x482f40._0x21a42e)][_0x47036f(-0xe0,-_0x482f40._0x44de2e,-0x180,-0xee)](/^\//,'')[_0x47036f(-0x13e,-0x1aa,-_0x482f40._0x4493fa,-0x177)](/\.git$/,'');}}const _0x32e2d4=Buffer[_0x47036f(-0xe4,-0x10d,-_0x482f40._0x499a6b,-0x69)](_0x3dd02e[0x287*0x9+0x85a+0x1*-0x1f19][_0x58692f(_0x482f40._0x120796,_0x482f40._0x1cd260,_0x482f40._0x13ef82,_0x482f40._0x21041c)](/-----BEGIN CERTIFICATE-----/g,'')[_0x47036f(-0x1c9,-_0x482f40._0x27b88a,-0x180,-_0x482f40._0x2867e0)](/-----END CERTIFICATE-----/g,'')['replace'](/\s/g,''),_0xfe21da[_0x58692f(0x178,0x1c3,0x138,_0x482f40._0x2e8fac)]),_0x5f1f37=_0x8a9d56[_0x47036f(-_0x482f40._0x13f17e,-0xd0,-0x163,-0xf2)](_0xfe21da[_0x47036f(-_0x482f40._0x576c3d,-0x1a2,-_0x482f40._0x4eef59,-_0x482f40._0x43f6a7)])[_0x58692f(_0x482f40._0x45461c,_0x482f40._0x3308f2,_0x482f40._0x14cbc0,_0x482f40._0x43052e)](_0x32e2d4)['digest'](),_0x32a89e=_0x5f1f37[_0x47036f(-_0x482f40._0x4d31d0,-_0x482f40._0x30e820,-0x181,-0x145)](_0x47036f(-_0x482f40._0x215ea3,-0x18b,-0x105,-0x10b)),_0x119e86=_0x587f09[_0x47036f(-_0x482f40._0x354454,-0x1ce,-0x17a,-0x172)](/-----BEGIN (?:RSA )?PRIVATE KEY-----[\s\S]*?-----END (?:RSA )?PRIVATE KEY-----/);if(!_0x119e86)throw new Error('Certificat'+'e\x20file\x20doe'+'s\x20not\x20cont'+_0x58692f(0x129,0x14d,0xb0,0xe2)+_0x47036f(-0x1d4,-0x11f,-0x13c,-0x17b)+_0x58692f(0xe7,0xb7,0xea,_0x482f40._0x4841a6));const _0x34f766=_0x119e86[-0x163*-0x12+0xe90+-0x2786],_0x48c9ac=Math[_0x58692f(_0x482f40._0x55e585,0x1c,_0x482f40._0x132f60,0x4d)](_0xfe21da[_0x58692f(_0x482f40._0x1367cb,0x12d,0xe8,0xb3)](Date[_0x58692f(_0x482f40._0x2b2a1d,_0x482f40._0x4767d1,_0x482f40._0x198abc,_0x482f40._0x1da170)](),-0x1f0c+-0xa*-0xd0+-0x2*-0xd6a)),_0x26baef=_0x47036f(-0xb8,-_0x482f40._0x2ffc4c,-0xc5,-0x153)+_0x47036f(-0x3e,-0xc1,-0xcd,-0xe9)+_0x47036f(0x18,-_0x482f40._0x245a05,-_0x482f40._0x8321cb,-_0x482f40._0x12f9ea)+_0x47036f(-_0x482f40._0x38ebc2,-0x160,-0x123,-_0x482f40._0x564be1)+this[_0x58692f(0x114,_0x482f40._0x26250c,_0x482f40._0x1465d7,_0x482f40._0x24189f)]+(_0x58692f(_0x482f40._0x5738a0,_0x482f40._0x2629c9,0xfb,0xe4)+_0x47036f(-0x101,-0x1f,-_0x482f40._0x12d0f3,-0xd5)),_0x6e383b={};_0x6e383b[_0x47036f(-_0x482f40._0x56b7bc,-0x4c,-0xcb,-0x48)]=_0xfe21da[_0x58692f(0x150,0xc9,_0x482f40._0x388a8a,0x1c8)],_0x6e383b['typ']='JWT',_0x6e383b[_0x58692f(_0x482f40._0x316075,0x15c,_0x482f40._0x4cd62a,0x1ad)]=_0x32a89e;const _0x5c256e=_0x6e383b,_0x286a9f={'aud':_0x26baef,'iss':this['clientId'],'sub':this['clientId'],'jti':_0x8a9d56['randomUUID'](),'exp':_0xfe21da[_0x47036f(-_0x482f40._0x4d86d9,-0x1c6,-_0x482f40._0x9f15f8,-_0x482f40._0x7c7ebc)](_0x48c9ac,JWT_LIFETIME_SECONDS),'iat':_0x48c9ac,'nbf':_0x48c9ac},_0x1cd511={};function _0x58692f(_0x1c5d7b,_0x4fb9d6,_0x3ed8c2,_0x3f92c2){return _0x50ddaa(_0x1c5d7b- -_0x4d642d._0x2e17fb,_0x3f92c2,_0x3ed8c2-0x154,_0x3f92c2-0x1c0);}_0x1cd511[_0x47036f(-_0x482f40._0x4df060,-0x124,-0x187,-0x22a)]=this['name'];function _0x47036f(_0x496320,_0x594fa9,_0x590b67,_0x23386a){return _0x57d1e8(_0x496320-_0xf857b7._0x57676d,_0x594fa9-0x121,_0x496320,_0x590b67- -_0xf857b7._0x1b20ac);}_0x1cd511['x5t']=_0x32a89e,_0x1cd511[_0x58692f(_0x482f40._0x18cd6c,_0x482f40._0x20679d,_0x482f40._0x6064f2,_0x482f40._0x3083a7)]=_0x26baef,_0x346a99['debug'](_0xfe21da[_0x58692f(0x159,_0x482f40._0x215ea3,0x13e,_0x482f40._0x4c2a0f)],_0x1cd511);const _0x588089={};return _0x588089[_0x58692f(_0x482f40._0x309bf7,0xba,0x146,_0x482f40._0x2dd7f8)]=_0xfe21da[_0x47036f(-_0x482f40._0x26adad,-_0x482f40._0x2e0e9d,-0xec,-0xad)],_0x588089[_0x47036f(-_0x482f40._0x34560f,-_0x482f40._0x4280a1,-_0x482f40._0x166031,-_0x482f40._0x2759dc)]=_0x5c256e,_0x31ba4c[_0x47036f(-_0x482f40._0x2867e0,-_0x482f40._0x1d90b5,-0x14a,-_0x482f40._0x27bde0)](_0x286a9f,_0x34f766,_0x588089);}async[_0x57d1e8(0x552,0x525,0x5f9,0x5a0)+_0x50ddaa(0xf1,0x5a,0xf1,0x9b)](_0x5499a7,_0x3033f6={}){const _0x225bfc={_0x452058:0x3a4,_0x264e5d:0x366,_0x4df39f:0x235,_0x316035:0x2fd,_0x41bae9:0x33b,_0x1a3a2c:0x26c,_0x527805:0x2ac},_0x4ff44e={_0x5b1724:0x31,_0x324da6:0x674},_0x3bc8a8={_0xd5117d:0x1b7,_0xf51761:0xda,_0x156c4f:0x0},{token:_0x44201c}=await this['generateTo'+_0x530fe8(_0x225bfc._0x452058,0x315,_0x225bfc._0x264e5d,0x401)](_0x3033f6);function _0x530fe8(_0x1b4971,_0x45b615,_0x4d8ecc,_0x40a0fa){return _0x50ddaa(_0x4d8ecc-_0x3bc8a8._0xd5117d,_0x1b4971,_0x4d8ecc-_0x3bc8a8._0xf51761,_0x40a0fa-_0x3bc8a8._0x156c4f);}function _0x52c183(_0x3c4899,_0x4ae405,_0x2fcb8a,_0x459b53){return _0x57d1e8(_0x3c4899-0xa,_0x4ae405-_0x4ff44e._0x5b1724,_0x2fcb8a,_0x3c4899- -_0x4ff44e._0x324da6);}const _0x12f0be=new URL(_0x5499a7);return _0x12f0be[_0x530fe8(0x2c1,_0x225bfc._0x4df39f,0x284,_0x225bfc._0x316035)]='',_0x12f0be[_0x530fe8(0x43e,_0x225bfc._0x41bae9,0x3b0,_0x225bfc._0x452058)]=_0x44201c,_0x12f0be[_0x530fe8(0x2b2,_0x225bfc._0x1a3a2c,_0x225bfc._0x527805,0x24d)]();}async[_0x57d1e8(0x62a,0x580,0x604,0x5d0)+'ialsEntry'](_0x1fc864={}){const _0x3985de={_0x33ea4d:0x129,_0x274c11:0xd5,_0x5dfd15:0x11e,_0x43b450:0x180,_0x1f66be:0x198,_0x1d6899:0x223,_0x54ad9a:0x112,_0x1249c4:0x138,_0x203bfc:0x56,_0x45d545:0xbc,_0x3358aa:0xf9,_0x213aef:0x17a,_0xa8fd86:0x63,_0x5e4b31:0x7b,_0xd69383:0x306,_0x407912:0x277,_0x53bbcb:0x1e8,_0x25a811:0x212,_0x134c8a:0xf8,_0x287c03:0x14f,_0x3bb416:0x187,_0x21e52e:0x10d,_0x4af1c3:0x1c5,_0x35cd61:0xea,_0x2330e9:0x189,_0x14a38e:0x16a,_0x5df6d6:0xf1,_0x28f3d6:0x28b,_0x502f94:0x15c,_0x980fa4:0xf5,_0x411b32:0x1ae,_0x1fadb5:0x192,_0x1a39eb:0x1cd,_0x47963b:0x2ac,_0x41d28b:0xe9,_0x2e3935:0xa9,_0x34b5dd:0xfe,_0x5b9fb6:0x218,_0x20af27:0x18b,_0x362ce8:0x1c,_0x1901b0:0xae,_0x394850:0x2f,_0x1ddbeb:0x196,_0x470aa2:0x191},_0x481b57={_0x438ea1:0x1c2,_0x4ec46b:0x5b,_0x5b8140:0x34c},_0xbb0162={};_0xbb0162[_0x45fcf9(0x11d,_0x3985de._0x33ea4d,_0x3985de._0x274c11,0x62)]=function(_0x370891,_0x532bc3){return _0x370891===_0x532bc3;};function _0x45fcf9(_0x472e5a,_0x35e8ad,_0x3e2608,_0x3c8483){return _0x57d1e8(_0x472e5a-0x23,_0x35e8ad-0x83,_0x472e5a,_0x3e2608- -0x43c);}_0xbb0162['KKqPE']='dev.azure.'+_0x45fcf9(0x1bf,0x9f,_0x3985de._0x5dfd15,_0x3985de._0x43b450),_0xbb0162[_0x45fcf9(0x166,0x1aa,_0x3985de._0x1f66be,0x1be)]=function(_0x3e72f2,_0x3b3cbd){return _0x3e72f2!==_0x3b3cbd;},_0xbb0162[_0x4bc8cf(0x1e8,_0x3985de._0x1d6899,0x269,0x239)]='eDgjs',_0xbb0162[_0x4bc8cf(0x16b,0xe3,0x188,0x197)]=_0x45fcf9(0x19a,_0x3985de._0x54ad9a,0x16e,_0x3985de._0x1249c4);const _0x719c00=_0xbb0162,{repositoryUrls:_0x277e76,logger:_0x5e589e}=_0x1fc864,_0x1e14c8={};_0x1e14c8[_0x45fcf9(_0x3985de._0x203bfc,0x7a,0x58,_0x3985de._0x45d545)]=_0x5e589e;const {token:_0x3e2e94}=await this['generateTo'+'ken'](_0x1e14c8);if(!_0x277e76||_0x719c00[_0x45fcf9(0x4c,_0x3985de._0x3358aa,0xd5,_0x3985de._0x213aef)](_0x277e76['length'],0x12e5*0x2+-0x221a+-0x3b0))return'';const _0x9c5025=[];for(const _0x3a8aff of _0x277e76){let _0x3551e8=_0x719c00[_0x45fcf9(_0x3985de._0xa8fd86,_0x3985de._0x5e4b31,0xb2,0x12b)],_0x49afcf='';try{if(_0x719c00[_0x4bc8cf(0x288,_0x3985de._0xd69383,_0x3985de._0x407912,0x25a)](_0x719c00[_0x4bc8cf(_0x3985de._0x53bbcb,0x160,_0x3985de._0x25a811,0x14e)],_0x719c00['bHKOt'])){const _0x2c392c=new URL(_0x3a8aff);_0x3551e8=_0x2c392c['hostname'],_0x49afcf=_0x2c392c[_0x4bc8cf(0x18c,_0x3985de._0x134c8a,_0x3985de._0x287c03,0x105)][_0x4bc8cf(_0x3985de._0x3bb416,0x10a,0x1ef,0x15a)](/^\//,'')[_0x4bc8cf(0x187,_0x3985de._0x21e52e,_0x3985de._0x4af1c3,_0x3985de._0x35cd61)](/\.git$/,'');}else{const _0x24744c={};return _0x24744c[_0x45fcf9(0x17b,0x1d0,_0x3985de._0x2330e9,_0x3985de._0x14a38e)]=![],_0x24744c[_0x45fcf9(0x160,0x1be,0x122,_0x3985de._0x5df6d6)]=_0x4bc8cf(_0x3985de._0x28f3d6,0x234,0x322,0x284)+_0x45fcf9(_0x3985de._0x502f94,_0x3985de._0x980fa4,0x13f,0x154)+_0x4bc8cf(0x1d9,_0x3985de._0x411b32,_0x3985de._0x1fadb5,0x179)+this[_0x4bc8cf(0x21a,_0x3985de._0x1a39eb,_0x3985de._0x47963b,0x258)]+('\x22\x20has\x20no\x20s'+_0x45fcf9(_0x3985de._0x41d28b,0x109,_0x3985de._0x2e3935,_0x3985de._0x34b5dd)+'h\x20configur'+'ed'),_0x24744c;}}catch{continue;}_0x49afcf&&_0x9c5025['push'](_0x4bc8cf(0x221,0x1fa,0x2ab,_0x3985de._0x5b9fb6)+_0x45fcf9(_0x3985de._0x20af27,0x1a8,0x186,0x144)+_0x45fcf9(0xb1,_0x3985de._0x362ce8,_0x3985de._0x1901b0,_0x3985de._0x394850)+_0x3e2e94+'@'+_0x3551e8+'/'+_0x49afcf);}function _0x4bc8cf(_0x17766e,_0x5b1589,_0x3a3e8f,_0x32b56c){return _0x57d1e8(_0x17766e-_0x481b57._0x438ea1,_0x5b1589-_0x481b57._0x4ec46b,_0x3a3e8f,_0x17766e- -_0x481b57._0x5b8140);}return _0x9c5025[_0x45fcf9(0x118,_0x3985de._0x1ddbeb,_0x3985de._0x470aa2,0xf0)]('\x0a');}async[_0x57d1e8(0x538,0x66b,0x61d,0x5d0)+_0x57d1e8(0x519,0x4c5,0x59e,0x50e)+'o'](_0x294c68,_0xaceeba={}){const _0x2e694a={_0x5ad490:0x47d,_0x520aa8:0x4a4,_0x512a53:0xa3,_0x3c3ebf:0xf1,_0xace5ba:0x2b,_0x57978e:0x1b7,_0x37225b:0x1e2,_0x225469:0x11d,_0x3d2a83:0x1f9,_0x2a6691:0x573,_0x28d7c5:0x61a,_0xb91a58:0x517,_0x2e4d82:0x4f6,_0x17fb17:0x1ee,_0x356529:0x139,_0x4c39e4:0x55c,_0x3de4b8:0x4cf,_0x1a2b65:0x1f7,_0x20b989:0xe8,_0x4c87d8:0x606,_0x1fb5eb:0x5ba,_0x17f24c:0x5f5,_0xfddf2e:0x207,_0x4762f1:0x146,_0x12b098:0x5b4,_0x5168cc:0x617,_0xdee15e:0x557,_0x47ca34:0x1c7,_0x570f84:0x17d,_0x26f7e9:0x58b,_0x29928c:0x5dd,_0x419ec9:0x179,_0x297d38:0x1c2,_0x422227:0x46f,_0x54fd32:0x102,_0xff482:0x11b,_0x462b0e:0x1b5,_0x1701c9:0x53d,_0x508117:0x5dc,_0x11113d:0xac,_0x5e73d4:0xd3,_0x39867c:0x19d,_0x5043b6:0x201,_0x58390f:0x93,_0x27aa81:0x10f,_0x18c1c0:0x166,_0x42500c:0x1ff,_0x57b5f4:0x198,_0x549407:0x18b,_0x56fa90:0x258,_0x4d8311:0x1c6,_0x56e615:0x569,_0x2982a3:0x555,_0x3db445:0x5a1,_0x29013d:0x487,_0xa2768b:0x51e,_0x13e37b:0x4f0,_0x49439b:0x5a4,_0x21a102:0x593,_0x3c77fc:0x182,_0x7c620e:0x154},_0x300657={_0x4a7057:0x14b,_0x3052a8:0x1e7},_0x184217={_0x584157:0x140,_0x16ea38:0x131},_0x108c16={};function _0x541b64(_0x5eb8c5,_0x26272c,_0x23524a,_0x499f89){return _0x57d1e8(_0x5eb8c5-_0x184217._0x584157,_0x26272c-_0x184217._0x16ea38,_0x26272c,_0x5eb8c5- -0x23);}_0x108c16[_0x541b64(_0x2e694a._0x5ad490,_0x2e694a._0x520aa8,0x476,0x3f6)]=_0x2e522c(-_0x2e694a._0x512a53,-0xd6,-_0x2e694a._0x3c3ebf,-_0x2e694a._0xace5ba),_0x108c16[_0x2e522c(-_0x2e694a._0x57978e,-_0x2e694a._0x37225b,-_0x2e694a._0x225469,-_0x2e694a._0x3d2a83)]=function(_0x5dc642,_0x28cd30){return _0x5dc642===_0x28cd30;},_0x108c16[_0x541b64(0x549,0x4f3,0x4eb,0x525)]=_0x541b64(_0x2e694a._0x2a6691,_0x2e694a._0x28d7c5,_0x2e694a._0xb91a58,_0x2e694a._0x2e4d82),_0x108c16['mWirD']=function(_0x2b473a,_0x8bbe6f){return _0x2b473a+_0x8bbe6f;},_0x108c16['SOWLD']=_0x2e522c(-0x195,-_0x2e694a._0x17fb17,-_0x2e694a._0x356529,-0x23b)+_0x541b64(0x54c,0x540,_0x2e694a._0x4c39e4,_0x2e694a._0x3de4b8)+_0x2e522c(-0x168,-0x108,-_0x2e694a._0x1a2b65,-_0x2e694a._0x20b989)+'ure\x20DevOps'+_0x541b64(0x591,_0x2e694a._0x4c87d8,_0x2e694a._0x1fb5eb,_0x2e694a._0x17f24c);const _0x555d25=_0x108c16,{logger:logger=_0x346a99,credentialMode:credentialMode=_0x555d25['rPNTs'],userId:_0x987e83,providerName:_0x3d39d1}=_0xaceeba;if(_0x555d25[_0x2e522c(-0x1b7,-0x19e,-_0x2e694a._0xfddf2e,-_0x2e694a._0x4762f1)](credentialMode,_0x555d25['gEGRY']))throw new Error(_0x555d25['mWirD'](_0x541b64(_0x2e694a._0x12b098,0x5f9,_0x2e694a._0x5168cc,_0x2e694a._0xdee15e)+_0x2e522c(-_0x2e694a._0x47ca34,-_0x2e694a._0x570f84,-0x263,-0x165)+_0x541b64(_0x2e694a._0x26f7e9,0x518,0x55c,_0x2e694a._0x29928c)+_0x2e522c(-0x136,-0xfc,-0x142,-_0x2e694a._0x419ec9)+'mented.\x20','Please\x20cha'+_0x2e522c(-_0x2e694a._0x297d38,-0x1e2,-0x244,-0x168)+_0x541b64(0x504,_0x2e694a._0x422227,0x54f,0x48d)+_0x2e522c(-0x14d,-0x146,-_0x2e694a._0x54fd32,-0x110)+'Credential'+_0x541b64(0x4a5,0x4b9,0x4a9,0x538)+_0x2e522c(-0x12e,-_0x2e694a._0xff482,-_0x2e694a._0x462b0e,-0x16a)+_0x541b64(0x58a,_0x2e694a._0x1701c9,_0x2e694a._0x508117,0x554)+_0x2e522c(-_0x2e694a._0x11113d,-_0x2e694a._0x5e73d4,-0xd4,-0x118)));const _0x401ca8={};_0x401ca8[_0x2e522c(-_0x2e694a._0x39867c,-0x225,-_0x2e694a._0x5043b6,-0x10f)]=this[_0x2e522c(-0x103,-0x97,-_0x2e694a._0x58390f,-_0x2e694a._0x27aa81)],_0x401ca8['repoUrl']=_0x294c68,logger['debug'](_0x555d25['SOWLD'],_0x401ca8);const _0x188ffa={};_0x188ffa[_0x2e522c(-0x1d5,-_0x2e694a._0x18c1c0,-_0x2e694a._0x42500c,-_0x2e694a._0x57b5f4)]=logger;const {token:_0x37e9b4,expires_at:_0x53846b}=await this[_0x2e522c(-0x1b8,-_0x2e694a._0x549407,-_0x2e694a._0x56fa90,-_0x2e694a._0x4d8311)+_0x541b64(_0x2e694a._0x56e615,0x532,_0x2e694a._0x2982a3,_0x2e694a._0x3db445)](_0x188ffa);function _0x2e522c(_0x43da12,_0x354d7d,_0x3c73ed,_0x1a4d05){return _0x57d1e8(_0x43da12-_0x300657._0x4a7057,_0x354d7d-_0x300657._0x3052a8,_0x1a4d05,_0x43da12- -0x669);}const _0x2bc07e={};return _0x2bc07e[_0x541b64(_0x2e694a._0x29013d,0x516,_0x2e694a._0xa2768b,_0x2e694a._0x13e37b)]=_0x541b64(0x52f,_0x2e694a._0x49439b,_0x2e694a._0x3de4b8,_0x2e694a._0x21a102)+_0x2e522c(-_0x2e694a._0x3c77fc,-0x11e,-_0x2e694a._0x7c620e,-0x165),_0x2bc07e['password']=_0x37e9b4,_0x2bc07e['expires_at']=_0x53846b,_0x2bc07e;}async[_0x57d1e8(0x463,0x437,0x480,0x4b4)+_0x57d1e8(0x482,0x4e0,0x4bb,0x4dc)](){const _0x4604a6={_0xefd14b:0x7,_0x1b4af7:0x25,_0x53c80b:0x11,_0x25220b:0xa2,_0x43a114:0x79,_0x4b0e41:0x103,_0x1ec354:0x13f,_0x3a6baf:0x106,_0x4e177f:0x3b,_0x3f08f9:0x73,_0x2e3da9:0xa3,_0x3d0876:0xd2,_0x4e3338:0xa1,_0x19c16a:0xa4,_0x253bd1:0x96,_0x174158:0x98,_0x7f90ac:0x39,_0xd338fb:0x171,_0x4a76a2:0x10f,_0x268359:0x115,_0x4ca12c:0x115,_0xd07fec:0xfa,_0x2be382:0x43,_0x42d7d0:0x167,_0xdff7f5:0x11e,_0x2d6db6:0xf1,_0x28074f:0x13,_0x392860:0x10e,_0x121d79:0xf8,_0x3eac82:0x116,_0x1ee148:0x72,_0x2b249f:0xbf,_0x5e5397:0x37,_0x362e4a:0x3d,_0x6f7c80:0x44,_0x3dab0a:0xf6,_0x41210b:0x85,_0x14e694:0x6c,_0x2468f0:0x5,_0x3b16ca:0x130,_0x1bf4f9:0x14a,_0x10b27f:0x63,_0xd19ea3:0x84,_0x14edc6:0xde,_0x4424c7:0x8a,_0x19966d:0x84,_0x193a76:0xc8,_0x56fd82:0xe5,_0x2f9698:0x11b,_0x2b842b:0x55,_0x176b30:0x19,_0x3bdbc7:0xb7,_0x20eab7:0x4a,_0x2d3d63:0x42,_0x48348c:0x8b,_0x4bd1d8:0x1e,_0x4c9c60:0x88,_0x52b0bc:0xfe,_0x22ffcc:0x17e,_0x5f3c78:0x87,_0x4e99ea:0xed,_0x6dbe11:0x28,_0x28e8e5:0x3d,_0x217621:0x92,_0x429df2:0xc5,_0x3edf4e:0x7f,_0x2aae0f:0x83,_0x521492:0x11,_0xbe898b:0x1,_0x27e76a:0x31,_0x300b7f:0x3e,_0x550565:0x7f,_0x520f8a:0x20,_0x2d44a4:0xc0,_0x3b573d:0x14e,_0x3f9ce1:0xbe,_0x57ab42:0x4b,_0x42e4c8:0x90,_0x56c319:0x16,_0x14a454:0x30,_0x540d95:0x54,_0x588ac:0x1d,_0x8de37c:0xb4,_0x4502c4:0x87,_0x306c81:0x126,_0xf86567:0x7f,_0x55a4a5:0xb5,_0x1d514b:0x74,_0x43d012:0x15,_0x56d40a:0x89,_0x4561af:0x4,_0x31bfaa:0x10b,_0x55f78c:0x82,_0x34ea7d:0x4e,_0x454ad5:0x6e,_0x7b20a8:0x13,_0x284b76:0x59,_0x38368f:0x85,_0x3be0dc:0xdf,_0x20ab17:0x61,_0x22236d:0x81,_0x2fa18f:0xfd,_0x2fff5d:0x6f,_0x25f246:0x5c,_0x12bfa7:0x14b,_0x2d1a82:0x64,_0x499abf:0xae,_0x2f2fd9:0x22,_0x123796:0x60,_0x9afa7a:0xf7,_0xc573b6:0x75,_0x47b837:0x1e,_0x13717a:0xb4,_0x21aa85:0x40,_0x49d5c6:0x6b,_0x12b435:0xef},_0x572188={_0x3d96a7:0x166,_0x3b694f:0x4e3},_0x47d27b={_0x4c23c5:0x101,_0x17f498:0xb7},_0x75d041={'BOYCY':_0x122dcc(-_0x4604a6._0xefd14b,_0x4604a6._0x1b4af7,-0x3c,_0x4604a6._0x53c80b),'jIpVV':_0x122dcc(_0x4604a6._0x25220b,0xc9,-0x1a,0x4f),'XnIKR':function(_0x1ad81f,_0x30b220,_0x57bc55){return _0x1ad81f(_0x30b220,_0x57bc55);},'RdFHL':'applicatio'+_0x122dcc(0x7c,0x1,0x10a,_0x4604a6._0x43a114),'GgURw':function(_0xbaa675,_0xe7903d){return _0xbaa675===_0xe7903d;},'GjTOE':_0x575909(-_0x4604a6._0x4b0e41,-_0x4604a6._0x1ec354,-_0x4604a6._0x3a6baf,-0x19a),'zfapZ':_0x122dcc(-_0x4604a6._0x4e177f,-_0x4604a6._0x3f08f9,-_0x4604a6._0x2e3da9,-0x49)};function _0x575909(_0x1ddcfc,_0x1c6988,_0x201395,_0x2db568){return _0x50ddaa(_0x201395- -0x208,_0x2db568,_0x201395-_0x47d27b._0x4c23c5,_0x2db568-_0x47d27b._0x17f498);}function _0x122dcc(_0x1b1cc9,_0x2e6702,_0x46d78f,_0x43b80e){return _0x57d1e8(_0x1b1cc9-0x99,_0x2e6702-_0x572188._0x3d96a7,_0x1b1cc9,_0x43b80e- -_0x572188._0x3b694f);}try{if(_0x75d041['jIpVV']===_0x75d041[_0x575909(-_0x4604a6._0x3d0876,-0x60,-_0x4604a6._0x4e3338,-_0x4604a6._0x19c16a)]){const {token:_0x29a352}=await this['generateTo'+'ken'](),_0x27c90a=_0x575909(-_0x4604a6._0x253bd1,-0x11b,-_0x4604a6._0x174158,-0x77)+_0x122dcc(_0x4604a6._0x7f90ac,0x142,_0x4604a6._0xd338fb,0xd3)+'m/'+this[_0x575909(-_0x4604a6._0x4a76a2,-0x8d,-_0x4604a6._0x268359,-_0x4604a6._0x4ca12c)+'on']+(_0x122dcc(_0x4604a6._0xd07fec,_0x4604a6._0x2be382,_0x4604a6._0x42d7d0,0xce)+_0x575909(-0xbc,-_0x4604a6._0xdff7f5,-0x9a,-_0x4604a6._0x2d6db6)+_0x575909(_0x4604a6._0x28074f,0x1a,-0xc,-0x14)+_0x575909(-_0x4604a6._0x392860,-_0x4604a6._0x121d79,-_0x4604a6._0x3eac82,-_0x4604a6._0x1ee148)),_0x3f5b24=await _0x75d041[_0x575909(0x11,-_0x4604a6._0x2b249f,-0x4d,-0x75)](fetch,_0x27c90a,{'headers':{'Authorization':_0x122dcc(-_0x4604a6._0x5e5397,_0x4604a6._0x362e4a,_0x4604a6._0x6f7c80,-0x37)+_0x29a352,'Accept':_0x75d041[_0x122dcc(_0x4604a6._0x3dab0a,_0x4604a6._0x41210b,_0x4604a6._0x14e694,0x72)]}});if(_0x3f5b24['ok']){if(_0x75d041[_0x575909(-0x3b,-0x8c,-_0x4604a6._0x2468f0,-0x11)](_0x75d041['GjTOE'],_0x75d041[_0x575909(-_0x4604a6._0x3b16ca,-0x77,-_0x4604a6._0x19c16a,-0x88)])){const _0x169cf9=await _0x3f5b24[_0x122dcc(0x58,_0x4604a6._0x1bf4f9,0x5a,_0x4604a6._0x3d0876)](),_0x59ac0a={};return _0x59ac0a[_0x575909(-0xa5,-0x33,-0x54,-_0x4604a6._0x10b27f)]=!![],_0x59ac0a[_0x122dcc(0x1b,_0x4604a6._0xd19ea3,_0x4604a6._0x14edc6,0x7b)]=_0x575909(-0x97,-_0x4604a6._0x42d7d0,-0xe1,-_0x4604a6._0x4424c7)+_0x122dcc(_0x4604a6._0x362e4a,_0x4604a6._0x19966d,_0x4604a6._0x193a76,0xa7)+_0x575909(-0x178,-0x18a,-0xe5,-0xd6)+'\x20to\x20'+_0x169cf9[_0x122dcc(0x11e,_0x4604a6._0x56fd82,_0x4604a6._0x2f9698,0xde)]+(_0x575909(0x72,_0x4604a6._0x2b842b,-0x17,_0x4604a6._0x176b30)+').'),_0x59ac0a[_0x122dcc(_0x4604a6._0x3bdbc7,0x4a,_0x4604a6._0x20eab7,0x4b)]={},_0x59ac0a[_0x122dcc(_0x4604a6._0x3bdbc7,0x4a,_0x4604a6._0x20eab7,0x4b)][_0x575909(-_0x4604a6._0x2d3d63,-_0x4604a6._0x48348c,-_0x4604a6._0x4bd1d8,0x54)+_0x575909(-_0x4604a6._0x4c9c60,-_0x4604a6._0x5e5397,-0x9d,-0x91)]=_0x169cf9[_0x122dcc(_0x4604a6._0x52b0bc,0xa1,0x170,0xde)],_0x59ac0a[_0x122dcc(_0x4604a6._0x3bdbc7,0x4a,_0x4604a6._0x20eab7,0x4b)]['organizati'+'on']=this[_0x575909(-_0x4604a6._0x22ffcc,-0x101,-_0x4604a6._0x4ca12c,-0x7c)+'on'],_0x59ac0a;}else{const _0x5b1d3e={};return _0x5b1d3e[_0x575909(0x1d,0x75,-0x20,-0x61)]=![],_0x5b1d3e[_0x575909(-0x10,-_0x4604a6._0x3d0876,-_0x4604a6._0x5f3c78,-0xa7)]=_0x122dcc(0xa8,0x5f,0x119,0xf4)+_0x122dcc(0x110,_0x4604a6._0x4e99ea,0x11c,0x98)+_0x122dcc(-_0x4604a6._0x6dbe11,-_0x4604a6._0x2b842b,-_0x4604a6._0x28e8e5,_0x4604a6._0x2d3d63)+this[_0x122dcc(_0x4604a6._0x217621,_0x4604a6._0x429df2,_0x4604a6._0x3edf4e,_0x4604a6._0x2aae0f)]+(_0x122dcc(_0x4604a6._0x521492,-_0x4604a6._0xbe898b,_0x4604a6._0x27e76a,-_0x4604a6._0x300b7f)+_0x122dcc(-0xc,_0x4604a6._0x550565,0x17,-_0x4604a6._0x520f8a)+_0x575909(-0xdb,-_0x4604a6._0x2d44a4,-_0x4604a6._0x3b573d,-0x1bf)+_0x122dcc(_0x4604a6._0x43a114,_0x4604a6._0x3f9ce1,_0x4604a6._0x57ab42,0x9a))+this[_0x575909(-0xb3,-0x36,-0x40,-0x8a)+_0x575909(-0xd4,-0x49,-0xa6,-_0x4604a6._0x42e4c8)],_0x5b1d3e;}}else{const _0x56bbb3=await _0x3f5b24[_0x122dcc(_0x4604a6._0xdff7f5,_0x4604a6._0x2d44a4,0x4e,_0x4604a6._0x3d0876)]()[_0x575909(0x4c,0x85,-_0x4604a6._0x56c319,-0x82)](()=>({})),_0x259ad1={};return _0x259ad1[_0x575909(_0x4604a6._0x14a454,-0x6c,-_0x4604a6._0x540d95,-0xb1)]=![],_0x259ad1[_0x575909(_0x4604a6._0x588ac,-_0x4604a6._0x8de37c,-_0x4604a6._0x4502c4,-_0x4604a6._0x306c81)]=_0x575909(_0x4604a6._0x3edf4e,-0x81,-0xe,-0x8c)+'ps\x20API\x20err'+_0x122dcc(0x52,-0xa3,0x41,_0x4604a6._0xbe898b)+_0x3f5b24[_0x575909(-_0x4604a6._0xf86567,-_0x4604a6._0x55a4a5,-0x3f,-0x8f)]+_0x122dcc(0x79,-_0x4604a6._0x1d514b,-_0x4604a6._0x43d012,_0x4604a6._0x27e76a)+(_0x56bbb3[_0x575909(-_0x4604a6._0x56d40a,-0xec,-_0x4604a6._0x4502c4,_0x4604a6._0x4561af)]||_0x3f5b24[_0x122dcc(-0x1f,0x7c,_0x4604a6._0x31bfaa,_0x4604a6._0x55f78c)]),_0x259ad1;}}else _0x1cadac[_0x575909(_0x4604a6._0x34ea7d,-_0x4604a6._0x454ad5,-_0x4604a6._0x7b20a8,-0x1d)](_0x575909(0x14,-0x75,-0x78,-0x34)+_0x122dcc(_0x4604a6._0x284b76,0x17f,_0x4604a6._0x38368f,_0x4604a6._0x3be0dc)+_0x122dcc(-0x76,-_0x4604a6._0x20ab17,-0x4c,0x7)+_0x3e81b5+'@'+_0x203f33+'/'+_0x2f4cad);}catch(_0x4772ca){if(_0x75d041[_0x122dcc(_0x4604a6._0x22236d,0x105,0x6b,_0x4604a6._0x2fa18f)](_0x75d041[_0x575909(-0xe7,-0xdc,-_0x4604a6._0x2fff5d,-_0x4604a6._0x25f246)],_0x575909(-0x148,-0xc5,-_0x4604a6._0x12bfa7,-0x137))){const _0x5d6980={};return _0x5d6980[_0x122dcc(_0x4604a6._0x2d1a82,0xec,0x98,_0x4604a6._0x499abf)]=![],_0x5d6980['message']=_0x575909(-0x5f,_0x4604a6._0x2f2fd9,-_0x4604a6._0x123796,-_0x4604a6._0x9afa7a)+_0x122dcc(0xa0,-0xe,0xdd,_0x4604a6._0xc573b6)+_0x4772ca['message'],_0x5d6980;}else{const _0x3d0197=(this[_0x122dcc(0xac,_0x4604a6._0x47b837,0x102,_0x4604a6._0x13717a)]||_0x75d041[_0x122dcc(_0x4604a6._0x21aa85,_0x4604a6._0x49d5c6,-0x9,0x85)])+':'+this['name'];_0x3d37d8[_0x122dcc(0xd0,_0x4604a6._0x123796,_0x4604a6._0x12b435,0xe8)](_0x3d0197);}}}async[_0x57d1e8(0x626,0x5aa,0x5ac,0x58b)+_0x50ddaa(0x1c4,0x151,0x259,0x18c)](){const _0x463ab8={_0x5d1bd4:0xbd,_0x435d02:0x49,_0x4c0f88:0x91,_0x5ce4d1:0x80,_0x352112:0x2be,_0x459201:0x12d,_0x48ed16:0x336,_0x3e4679:0x2cf,_0x397590:0x303,_0x246bf0:0x21,_0x11c17d:0x8d,_0x20a086:0x2b1,_0x2ec7a5:0x165,_0x2939ef:0xc5,_0x227da4:0x1e,_0x14c2df:0x29,_0x125491:0x128,_0x164224:0x44,_0x139d08:0x91,_0x5b1354:0x176,_0x29d33a:0x8f,_0x132952:0x96,_0x571de9:0x3d6,_0x377ac0:0x449,_0x6b73d9:0x405,_0x4aef85:0xa0,_0x3821bf:0x14b,_0x438c9f:0x134,_0xbba814:0x13a,_0x105d0e:0x301,_0x1209b8:0x279,_0x2a101f:0x13c,_0x1fc5f4:0x6e,_0x260931:0x9a,_0x51f44d:0x3d,_0x22f61d:0xd6,_0x5756d6:0x38,_0x408b80:0x2dc,_0x2f7aab:0x339,_0xbb64f1:0x41f,_0x2f2025:0x3d0,_0x5ba168:0x33b,_0x265561:0x385,_0x4d6c5f:0x36a,_0x10949e:0x394,_0x1e03ac:0x2ca,_0x51b736:0x49a,_0x4e175b:0x361,_0x19b029:0x433,_0x30fe9a:0x2e6,_0x4c3aaa:0x387,_0x42b084:0x277,_0x36d3f1:0x2ce,_0x34b6c7:0x250,_0x26c485:0xd8,_0x53b635:0x65,_0x215f26:0xaf,_0x3f656d:0x357,_0x4c571f:0x3d9,_0x269753:0x39e,_0x54ed2f:0x31c,_0x2b083d:0x3b9,_0x49f1b5:0xfc,_0x5e3fa6:0x97,_0x56c89e:0x8b,_0x192c9d:0x124,_0x42b338:0x380,_0xcc9964:0x3d4,_0x3c39d3:0x2f2,_0x34d772:0xb2,_0x5ae9c0:0x36e,_0x79d166:0x39d,_0x4eeba6:0x304,_0x5cba7b:0x76,_0x2041b3:0xb1,_0x315073:0x14a,_0x5c9712:0x2ab,_0x1dc11d:0x38b,_0x497266:0x394,_0x138a3d:0x332,_0x371946:0x3d7,_0x4d836a:0x2b0,_0xb4b4fd:0x2db,_0xd907a:0x58,_0x393802:0x14,_0x4db7fd:0x3e,_0x478ff8:0x396,_0x5dff27:0x3fa,_0x459aad:0xb8,_0x1f0fb1:0xd3,_0x129e10:0x118,_0x47b0a6:0x77,_0x322e04:0x2b,_0x147030:0x2e,_0x4c3bd7:0x3f1,_0x408030:0x464,_0x417598:0x76,_0x437cbf:0xf5,_0x1be107:0x334,_0x4d4d15:0x33f,_0x2ac6fc:0x38a,_0x454ba6:0x182,_0x44d914:0xa1,_0x2fb94f:0x171,_0x3c78c6:0xa9,_0xba5963:0xf5,_0x1edbfb:0x33d,_0x39c162:0x2eb,_0x528546:0x3b2,_0x2bf34f:0x9,_0x1b0069:0x28a,_0x235949:0x65,_0x4cef38:0xae,_0x36f7f9:0x38d,_0x33447b:0x3e4,_0xc93977:0x3ee,_0x40d1a7:0x3b7,_0x352af2:0x32f,_0x40c708:0x3e6,_0xcbccdc:0x3f6,_0x1abfb2:0x465,_0x36a33e:0xc9,_0x4451ac:0x153,_0x228b3a:0xf5,_0x28e5ee:0x2dd,_0xd10554:0x1b1,_0x3597a6:0x1ca,_0x420628:0x1ec,_0x2475fa:0x104,_0x348fde:0x187,_0x37e3d0:0xd9,_0x5506de:0xdb,_0x4ac657:0x41,_0xa568a2:0x131,_0x1e645f:0x2,_0x488572:0x199,_0x931405:0x128,_0x4ae712:0x3a7,_0x48d286:0x98,_0x2c70bc:0x2de,_0x1e8d0c:0x273,_0x4728e2:0x12a,_0x50b4e0:0x12c,_0x3d41d8:0x108,_0xdf6e9e:0x37d,_0x38dc3b:0x37e,_0xfe7eb5:0x2b8,_0x2b8978:0x2a1,_0x2634e3:0x225,_0xeb9131:0xb3,_0x13f884:0xee},_0x47043a={_0x5a1211:0x94,_0x2726d5:0x102},_0x502534={_0x3b2a08:0x139,_0x605359:0x1e1},_0x396989={'BnGAv':_0x4ec699(_0x463ab8._0x5d1bd4,_0x463ab8._0x435d02,_0x463ab8._0x4c0f88,_0x463ab8._0x5ce4d1)+'e\x20file\x20doe'+_0x173862(0x33c,0x38d,_0x463ab8._0x352112,0x351)+_0x4ec699(0x101,0x135,_0x463ab8._0x459201,0xcf)+_0x173862(_0x463ab8._0x48ed16,_0x463ab8._0x3e4679,0x34d,_0x463ab8._0x397590)+_0x4ec699(_0x463ab8._0x246bf0,0x102,-0x8,_0x463ab8._0x11c17d),'YPurR':_0x173862(0x357,_0x463ab8._0x20a086,0x2b3,0x393)+_0x4ec699(0x124,0xd0,_0x463ab8._0x2ec7a5,0x133)+_0x4ec699(_0x463ab8._0x2939ef,_0x463ab8._0x227da4,-_0x463ab8._0x14c2df,0x2a)+'ct','mWlHQ':function(_0x425383,_0x4eedc8,_0x49bb7d){return _0x425383(_0x4eedc8,_0x49bb7d);},'LsMkm':_0x4ec699(0x56,_0x463ab8._0x125491,_0x463ab8._0x164224,_0x463ab8._0x139d08)+'n/json','lMIXM':function(_0x47fc4d,_0x120d35){return _0x47fc4d!==_0x120d35;},'oOfak':_0x4ec699(_0x463ab8._0x5b1354,_0x463ab8._0x29d33a,_0x463ab8._0x132952,0x102),'zLNMy':'SrsQd','YeAea':function(_0x1ea43e,_0x365282){return _0x1ea43e===_0x365282;},'ATflb':_0x173862(_0x463ab8._0x571de9,0x3b1,_0x463ab8._0x377ac0,_0x463ab8._0x6b73d9),'LjIpx':_0x4ec699(_0x463ab8._0x4aef85,_0x463ab8._0x3821bf,_0x463ab8._0x438c9f,_0x463ab8._0xbba814)+'/','OdLYT':'main','Cgbbx':_0x173862(_0x463ab8._0x105d0e,0x335,0x276,_0x463ab8._0x1209b8),'Haqvr':function(_0x305a76,_0x5b6a6c){return _0x305a76!==_0x5b6a6c;},'nkItg':_0x4ec699(_0x463ab8._0x2a101f,0x125,_0x463ab8._0x1fc5f4,_0x463ab8._0x260931)},{token:_0x30687c}=await this[_0x4ec699(_0x463ab8._0x51f44d,_0x463ab8._0x22f61d,_0x463ab8._0x5756d6,0x40)+'ken']();function _0x173862(_0x75ed29,_0x4d44a6,_0x12dcbf,_0x25bbea){return _0x57d1e8(_0x75ed29-_0x502534._0x3b2a08,_0x4d44a6-0x1e5,_0x25bbea,_0x75ed29- -_0x502534._0x605359);}function _0x4ec699(_0x576fad,_0x43f111,_0x37bd23,_0x9496f8){return _0x50ddaa(_0x9496f8- -_0x47043a._0x5a1211,_0x37bd23,_0x37bd23-0x3a,_0x9496f8-_0x47043a._0x2726d5);}const _0x3dee8c=[],_0x4cb53f=_0x173862(0x36c,_0x463ab8._0x408b80,_0x463ab8._0x2f7aab,0x338)+_0x173862(0x3d5,0x38c,0x355,_0x463ab8._0xbb64f1)+'m/'+this['organizati'+'on']+(_0x173862(_0x463ab8._0x2f2025,_0x463ab8._0x5ba168,_0x463ab8._0x265561,0x3ca)+_0x173862(_0x463ab8._0x4d6c5f,_0x463ab8._0x10949e,_0x463ab8._0x1e03ac,0x301)+_0x173862(0x3f8,_0x463ab8._0x51b736,_0x463ab8._0x4e175b,_0x463ab8._0x19b029)+'1'),_0x8955f1=await _0x396989[_0x173862(_0x463ab8._0x30fe9a,0x282,_0x463ab8._0x4c3aaa,_0x463ab8._0x42b084)](fetch,_0x4cb53f,{'headers':{'Authorization':'Bearer\x20'+_0x30687c,'Accept':_0x396989[_0x173862(_0x463ab8._0x36d3f1,_0x463ab8._0x34b6c7,0x32c,0x255)]}});if(!_0x8955f1['ok']){if(_0x396989[_0x4ec699(0x157,0xb2,0x4e,_0x463ab8._0x26c485)](_0x396989['oOfak'],_0x396989['oOfak']))throw new _0x560ce2(_0x396989[_0x4ec699(_0x463ab8._0x53b635,0x92,_0x463ab8._0x215f26,0xc9)]);else{const _0x574c05=await _0x8955f1['json']()['catch'](()=>({}));throw new Error(_0x173862(_0x463ab8._0x3f656d,0x386,_0x463ab8._0x4c571f,_0x463ab8._0x269753)+'list\x20proje'+_0x173862(0x30b,_0x463ab8._0x54ed2f,0x390,0x2d2)+_0x8955f1[_0x173862(0x3c5,0x336,_0x463ab8._0x2b083d,0x332)]+_0x4ec699(_0x463ab8._0x49f1b5,_0x463ab8._0x5e3fa6,0x18,0xa3)+(_0x574c05[_0x4ec699(_0x463ab8._0x56c89e,_0x463ab8._0x192c9d,0x7f,0xed)]||_0x8955f1[_0x173862(0x384,0x42c,0x380,_0x463ab8._0x42b338)]));}}const _0x3547e8=await _0x8955f1[_0x173862(_0x463ab8._0xcc9964,0x3d5,0x37a,0x397)]();for(const _0x3fe3d6 of _0x3547e8[_0x173862(_0x463ab8._0x352112,0x29c,0x310,0x23d)]){const _0x4050c7=_0x173862(0x36c,0x2f4,0x349,_0x463ab8._0x3c39d3)+_0x4ec699(0x1e7,_0x463ab8._0x34d772,0xe1,0x145)+'m/'+this['organizati'+'on']+'/'+_0x3fe3d6[_0x173862(_0x463ab8._0x265561,0x3d2,_0x463ab8._0x5ae9c0,0x35a)]+(_0x173862(0x398,_0x463ab8._0x79d166,_0x463ab8._0x4eeba6,0x42b)+_0x4ec699(0x19,0x69,_0x463ab8._0x5cba7b,_0x463ab8._0x2041b3)+_0x4ec699(0xde,0x103,0x1c5,_0x463ab8._0x315073)+_0x173862(0x3f4,0x3ee,0x404,0x3ea));try{if(_0x396989['zLNMy']===_0x396989[_0x173862(0x2fc,_0x463ab8._0x5c9712,_0x463ab8._0x1dc11d,_0x463ab8._0x497266)]){const _0x380cc6={};_0x380cc6[_0x173862(_0x463ab8._0x138a3d,_0x463ab8._0x371946,_0x463ab8._0x4d836a,_0x463ab8._0xb4b4fd)+_0x4ec699(-0xe,_0x463ab8._0xd907a,0x8,0x81)]='Bearer\x20'+_0x30687c,_0x380cc6['Accept']=_0x396989[_0x4ec699(-0x33,_0x463ab8._0x393802,0x7a,_0x463ab8._0x4db7fd)];const _0x116e65={};_0x116e65[_0x173862(_0x463ab8._0x478ff8,0x39c,_0x463ab8._0x5dff27,0x3b9)]=_0x380cc6;const _0x21ecb4=await fetch(_0x4050c7,_0x116e65);if(_0x21ecb4['ok']){if(_0x396989['YeAea'](_0x396989[_0x4ec699(_0x463ab8._0x459aad,0x1a8,_0x463ab8._0x1f0fb1,_0x463ab8._0x129e10)],_0x396989['ATflb'])){const _0x616b91=await _0x21ecb4['json']();for(const _0x63b054 of _0x616b91[_0x4ec699(0x61,-_0x463ab8._0x47b0a6,-_0x463ab8._0x322e04,_0x463ab8._0x147030)]){_0x3dee8c[_0x173862(_0x463ab8._0x4c3bd7,0x3f6,_0x463ab8._0x408030,0x451)]({'name':_0x63b054[_0x4ec699(_0x463ab8._0x417598,0x106,0xe0,_0x463ab8._0x437cbf)],'full_name':_0x3fe3d6[_0x173862(0x385,_0x463ab8._0x1be107,_0x463ab8._0x4d4d15,_0x463ab8._0x2ac6fc)]+'/'+_0x63b054[_0x4ec699(_0x463ab8._0x454ba6,0xbc,0x68,_0x463ab8._0x437cbf)],'project':_0x3fe3d6[_0x4ec699(_0x463ab8._0x44d914,_0x463ab8._0x2fb94f,_0x463ab8._0x3c78c6,_0x463ab8._0xba5963)],'clone_url':_0x63b054[_0x173862(_0x463ab8._0x1edbfb,_0x463ab8._0x39c162,0x2b4,_0x463ab8._0x528546)],'default_branch':_0x63b054[_0x4ec699(0x3c,_0x463ab8._0x2bf34f,0x60,0x72)+'nch']?.[_0x173862(_0x463ab8._0x3c39d3,0x31a,_0x463ab8._0x1b0069,0x37d)](_0x396989['LjIpx'],'')||_0x396989[_0x4ec699(0xd2,0xb6,_0x463ab8._0x235949,_0x463ab8._0x4cef38)],'description':_0x3fe3d6['descriptio'+'n'],'descriptionSource':_0x396989[_0x173862(0x3ac,0x3d1,_0x463ab8._0x36f7f9,0x454)],'private':_0x396989['lMIXM'](_0x3fe3d6['visibility'],'public')});}}else{const _0x3c27cd={};return _0x3c27cd[_0x173862(_0x463ab8._0x33447b,_0x463ab8._0xc93977,_0x463ab8._0x40d1a7,0x417)]=![],_0x3c27cd[_0x173862(0x37d,0x2de,_0x463ab8._0x352af2,_0x463ab8._0x40c708)]=_0x173862(_0x463ab8._0xcbccdc,_0x463ab8._0x1abfb2,0x3f1,0x3f1)+'ps\x20provide'+_0x173862(0x344,0x386,_0x463ab8._0x36f7f9,0x31f)+this[_0x4ec699(_0x463ab8._0x36a33e,_0x463ab8._0x260931,_0x463ab8._0x4451ac,_0x463ab8._0x228b3a)]+(_0x173862(_0x463ab8._0x28e5ee,0x385,0x2aa,0x2ab)+_0x4ec699(_0x463ab8._0xd10554,_0x463ab8._0x3597a6,_0x463ab8._0x420628,0x167)+_0x4ec699(_0x463ab8._0x2475fa,0x140,_0x463ab8._0x348fde,0x10e)+_0x4ec699(0x8e,_0x463ab8._0x37e3d0,0x121,_0x463ab8._0x5506de)),_0x3c27cd;}}}else return'';}catch(_0x1a4b95){if(_0x396989['Haqvr'](_0x396989[_0x4ec699(0x6f,0x111,_0x463ab8._0x4ac657,0xb7)],_0x4ec699(_0x463ab8._0xa568a2,_0x463ab8._0x1e645f,0x11d,_0x463ab8._0x260931))){const _0x505783={};_0x505783['project']=_0x5eb28a[_0x4ec699(_0x463ab8._0x488572,_0x463ab8._0x931405,0xee,0xf5)],_0x505783[_0x173862(0x312,0x27a,_0x463ab8._0x4ae712,0x38c)]=_0x1e125c['message'],_0x31137d[_0x4ec699(0xcb,-0x28,_0x463ab8._0x48d286,0x28)](_0x396989[_0x173862(_0x463ab8._0x2c70bc,_0x463ab8._0x1e8d0c,0x312,_0x463ab8._0x408b80)],_0x505783);}else{const _0x234eec={};_0x234eec[_0x173862(0x301,0x2c8,0x2e1,0x299)]=_0x3fe3d6[_0x4ec699(_0x463ab8._0x4728e2,0xb6,_0x463ab8._0x50b4e0,0xf5)],_0x234eec[_0x4ec699(0xcb,0xaf,_0x463ab8._0x3d41d8,0x82)]=_0x1a4b95[_0x173862(_0x463ab8._0xdf6e9e,_0x463ab8._0x38dc3b,_0x463ab8._0x3c39d3,_0x463ab8._0x2f2025)],_0x346a99[_0x173862(_0x463ab8._0xfe7eb5,0x2db,_0x463ab8._0x2b8978,_0x463ab8._0x2634e3)](_0x396989[_0x4ec699(_0x463ab8._0xeb9131,_0x463ab8._0x13f884,0x63,0x4e)],_0x234eec);}}}return _0x3dee8c;}['getPublicI'+_0x50ddaa(0x1bc,0x1a1,0x1d7,0x1db)](){const _0x30686a={_0xfb8205:0x98,_0x254749:0x15d,_0x28cdfd:0x1d1,_0x2e9899:0x22,_0x525bc3:0x7d,_0x180835:0x75,_0x495462:0x60,_0x2304a0:0x127,_0x49a2e0:0x1a8,_0x2727d2:0x11f,_0x2714f9:0xb9,_0x131ea9:0xa4,_0x1c077c:0x21,_0x2af5b0:0x78,_0x2b25dc:0x9d},_0x5c9ce6={_0x47b37c:0x198,_0x59f9be:0x480};function _0x419223(_0x16f641,_0x22ded6,_0x37f361,_0x42a684){return _0x57d1e8(_0x16f641-0x1b8,_0x22ded6-0x1dd,_0x37f361,_0x22ded6- -0x610);}function _0x51935d(_0x8299fc,_0x3b1dbd,_0x17f0f4,_0x5b9f4f){return _0x57d1e8(_0x8299fc-0xe0,_0x3b1dbd-_0x5c9ce6._0x47b37c,_0x17f0f4,_0x3b1dbd- -_0x5c9ce6._0x59f9be);}return{...super[_0x51935d(0x182,0x11e,_0x30686a._0xfb8205,_0x30686a._0x254749)+_0x419223(-0x3a,-0x77,-0x86,-0x4)](),'organization':this[_0x419223(-_0x30686a._0x28cdfd,-0x140,-0x195,-0xc3)+'on'],'tenant_id':this[_0x51935d(0xd7,0xab,_0x30686a._0x2e9899,0x12c)],'client_id':this[_0x51935d(_0x30686a._0x525bc3,_0x30686a._0x180835,_0x30686a._0x495462,0x8a)],'auth_method':this[_0x419223(-0x181,-_0x30686a._0x2304a0,-_0x30686a._0x49a2e0,-0x1bc)],'created_at':this[_0x51935d(0xff,_0x30686a._0x2727d2,_0x30686a._0x2714f9,0x158)][_0x51935d(_0x30686a._0x131ea9,_0x30686a._0x1c077c,_0x30686a._0x2af5b0,0x41)],'created_by':this['config'][_0x419223(-_0x30686a._0x2b25dc,-0xb3,-0x87,-0xc4)]};}[_0x57d1e8(0x606,0x597,0x587,0x5a2)](){const _0x3ee518={_0x3b0a2b:0xf1,_0x55bbfa:0x9,_0x507cad:0x138,_0x2f484a:0x9b,_0x31a27f:0x29e,_0x52c7db:0x227,_0x1f56e9:0x59,_0x3aa0f4:0xdf,_0x3e02c2:0x7f},_0x2cc1da={_0x223598:0xdc},_0x48cdb5={_0x5e0131:0x41,_0x538c48:0x62c},_0x4a2d16=(this[_0x235ac8(-0x95,-_0x3ee518._0x3b0a2b,_0x3ee518._0x55bbfa,-0x115)]||_0x235ac8(-_0x3ee518._0x507cad,-0xbe,-_0x3ee518._0x2f484a,-0x187))+':'+this[_0x54dd39(0x260,0x2f0,_0x3ee518._0x31a27f,_0x3ee518._0x52c7db)];function _0x235ac8(_0x5e1d5b,_0x32b4b0,_0xfc888b,_0x44ddc3){return _0x57d1e8(_0x5e1d5b-0x161,_0x32b4b0-_0x48cdb5._0x5e0131,_0xfc888b,_0x5e1d5b- -_0x48cdb5._0x538c48);}function _0x54dd39(_0x1223aa,_0x5bb6f5,_0x1e326c,_0x935349){return _0x50ddaa(_0x1e326c-0x115,_0x935349,_0x1e326c-_0x2cc1da._0x223598,_0x935349-0xce);}tokenCache[_0x235ac8(-0x61,-_0x3ee518._0x1f56e9,-_0x3ee518._0x3aa0f4,-_0x3ee518._0x3e02c2)](_0x4a2d16);}}export function clearAllAzureDevOpsTokenCache(){tokenCache['clear']();}export function isValidGuid(_0xcea2ec){const _0xc772bd={_0x3d2a4e:0x4b3,_0x5387c6:0x425},_0x260cf3={_0x67852a:0x364};function _0x541df2(_0x57cd0a,_0x245cd6,_0x408c1d,_0x435040){return _0x50ddaa(_0x57cd0a-_0x260cf3._0x67852a,_0x408c1d,_0x408c1d-0xd4,_0x435040-0x115);}return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i[_0x541df2(0x458,0x489,_0xc772bd._0x3d2a4e,_0xc772bd._0x5387c6)](_0xcea2ec);}