varQ5=Object.create;varqm=Object.defineProperty;varx5=Object.getOwnPropertyDescriptor;varb5=Object.getOwnPropertyNames;varw5=Object.getPrototypeOf,N5=Object.prototype.hasOwnProperty;varo=(t,e)=>qm(t,"name",{value:e,configurable:!0});varg=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),S5=(t,e)=>{for(varrine)qm(t,r,{get:e[r],enumerable:!0})},R5=(t,e,r,n)=>{if(e&&typeofe=="object"||typeofe=="function")for(letsofb5(e))!N5.call(t,s)&&s!==r&&qm(t,s,{get:()=>e[s],enumerable:!(n=x5(e,s))||n.enumerable});returnt};varQ=(t,e,r)=>(r=t!=null?Q5(w5(t)):{},R5(e||!t||!t.__esModule?qm(r,"default",{value:t,enumerable:!0}):r,t));varWD=g(ic=>{"use strict";vardNe=require("net"),k5=require("tls"),zC=require("http"),YD=require("https"),T5=require("events"),mNe=require("assert"),M5=require("util");ic.httpOverHttp=L5;ic.httpsOverHttp=_5;ic.httpOverHttps=F5;ic.httpsOverHttps=U5;functionL5(t){vare=newni(t);returne.request=zC.request,e}o(L5,"httpOverHttp");function_5(t){vare=newni(t);returne.request=zC.request,e.createSocket=VD,e.defaultPort=443,e}o(_5,"httpsOverHttp");functionF5(t){vare=newni(t);returne.request=YD.request,e}o(F5,"httpOverHttps");functionU5(t){vare=newni(t);returne.request=YD.request,e.createSocket=VD,e.defaultPort=443,e}o(U5,"httpsOverHttps");functionni(t){vare=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||zC.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",o(function(n,s,i,a){for(varc=JD(s,i,a),l=0,A=e.requests.length;l<A;++l){varu=e.requests[l];if(u.host===c.host&&u.port===c.port){e.requests.splice(l,1),u.request.onSocket(n);return}}n.destroy(),e.removeSocket(n)},"onFree"))}o(ni,"TunnelingAgent");M5.inherits(ni,T5.EventEmitter);ni.prototype.addRequest=o(function(e,r,n,s){vari=this,a=GC({request:e},i.options,JD(r,n,s));if(i.sockets.length>=this.maxSockets){i.requests.push(a);return}i.createSocket(a,function(c){c.on("free",l),c.on("close",A),c.on("agentRemove",A),e.onSocket(c);functionl(){i.emit("free",c,a)}o(l,"onFree");functionA(u){i.removeSocket(c),c.removeListener("free",l),c.removeListener("close",A),c.removeListener("agentRemove",A)}o(A,"onCloseOrRemove")})},"addRequest");ni.prototype.createSocket=o(function(e,r){varn=this,s={};n.sockets.push(s);vari=GC({},n.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(i.localAddress=e.localAddress),i.proxyAuth&&(i.headers=i.headers||{},i.headers["Proxy-Authorization"]="Basic "+newBuffer(i.proxyAuth).toString("base64")),Gi("making CONNECT request");vara=n.request(i);a.useChunkedEncodingByDefault=!1,a.once("response",c),a.once("upgrade",l),a.once("connect",A),a.once("error",u),a.end();functionc(d){d.upgrade=!0}o(c,"onResponse");functionl(d,m,p){process.nextTick(function(){A(d,m,p)})}o(l,"onUpgrade");functionA(d,m,p){if(a.removeAllListeners(),m.removeAllListeners(),d.statusCode!==200){Gi("tunneling socket could not be established, statusCode=%d",d.statusCode),m.destroy();varh=newError("tunneling socket could not be established, statusCode="+d.statusCode);h.code="ECONNRESET",e.request.emit("error",h),n.removeSocket(s);return}if(p.length>0){Gi("got illegal response body from proxy"),m.destroy();varh=newError("got illegal response body from proxy");h.code="ECONNRESET",e.request.emit("error",h),n.removeSocket(s);return}returnGi("tunneling connection has established"),n.sockets[n.sockets.indexOf(s)]=m,r(m)}o(A,"onConnect");functionu(d){a.removeAllListeners(),Gi(`tunneling socket could not be established, cause=%s
`);m.push(f),i+=f.byteLength,h&&(i=null),s=t,n=o(async function*(){for(let C of m)C.stream?yield*C.stream():yield C},"action"),a=`multipart/form-data; boundary=${l}`}else if(tM(t))s=t,i=t.size,t.type&&(a=t.type);else if(typeof t[Symbol.asyncIterator]=="function"){if(e)throw new TypeError("keepalive");if(LA.isDisturbed(t)||t.locked)throw new TypeError("Response body object should not be disturbed or locked");r=t instanceof ReadableStream?t:nK(t)}if((typeof s=="string"||LA.isBuffer(s))&&(i=Buffer.byteLength(s)),n!=null){let l;r=new ReadableStream({async start(){l=n(t)[Symbol.asyncIterator]()},async pull(A){let{value:u,done:d}=await l.next();if(d)queueMicrotask(()=>{A.close(),A.byobRequest?.respond(0)});else if(!iM(r)){let m=new Uint8Array(u);m.byteLength&&A.enqueue(m)}return A.desiredSize>0},async cancel(A){await l.return()},type:"bytes"})}return[{stream:r,source:s,length:i},a]}o(cM,"extractBody");function fK(t,e=!1){return t instanceof ReadableStream&&(jI(!LA.isDisturbed(t),"The body has already been consumed."),jI(!t.locked,"The stream is locked.")),cM(t,e)}o(fK,"safelyExtractBody");function gK(t,e){let[r,n]=e.stream.tee();return e.stream=r,{stream:n,length:e.length,source:e.source}}o(gK,"cloneBody");function yK(t){if(t.aborted)throw new DOMException("The operation was aborted.","AbortError")}o(yK,"throwIfAborted");function EK(t){return{blob(){return yc(this,r=>{let n=nM(this);return n===null?n="":n&&(n=mK(n)),new AK([r],{type:n})},t)},arrayBuffer(){return yc(this,r=>new Uint8Array(r).buffer,t)},text(){return yc(this,sM,t)},json(){return yc(this,IK,t)},formData(){return yc(this,r=>{let n=nM(this);if(n!==null)switch(n.essence){case"multipart/form-data":{let s=pK(r,n);if(s==="failure")throw new TypeError("Failed to parse body as FormData.");let i=new rM;return i[Ec]=s,i}case"application/x-www-form-urlencoded":{let s=new URLSearchParams(r.toString()),i=new rM;for(let[a,c]of s)i.append(a,c);return i}}throw new TypeError('Content-Typewasnotoneof"multipart/form-data"or"application/x-www-form-urlencoded".')},t)},bytes(){return yc(this,r=>new Uint8Array(r),t)}}}o(EK,"bodyMixinMethods");function CK(t){Object.assign(t.prototype,EK(t))}o(CK,"mixinBody");async function yc(t,e,r){if(lK.brandCheck(t,r),lM(t))throw new TypeError("Body is unusable: Body has already been read");yK(t[Ec]);let n=oK(),s=o(a=>n.reject(a),"errorSteps"),i=o(a=>{try{n.resolve(e(a))}catch(c){s(c)}},"successSteps");return t[Ec].body==null?(i(Buffer.allocUnsafe(0)),n.promise):(await aK(t[Ec].body,i,s),n.promise)}o(yc,"consumeBody");function lM(t){let e=t[Ec].body;return e!=null&&(e.stream.locked||LA.isDisturbed(e.stream))}o(lM,"bodyUnusable");function IK(t){return JSON.parse(sM(t))}o(IK,"parseJSONFromBytes");function nM(t){let e=t[Ec].headersList,r=cK(e);return r==="failure"?null:r}o(nM,"bodyMimeType");AM.exports={extractBody:cM,safelyExtractBody:fK,cloneBody:gK,mixinBody:CK,streamRegistry:aM,hasFinalizationRegistry:oM,bodyUnusable:lM}});var wM=g((o0e,bM)=>{"use strict";var V=require("node:assert"),$=ce(),{channels:uM}=ac(),XI=kI(),{RequestContentLengthMismatchError:Ho,ResponseContentLengthMismatchError:dM,RequestAbortedError:CM,HeadersTimeoutError:BK,HeadersOverflowError:QK,SocketError:Ic,InformationalError:Bc,BodyTimeoutError:xK,HTTPParserError:bK,ResponseExceededMaxSizeError:wK}=Ce(),{kUrl:IM,kReset:cr,kClient:yp,kParser:Me,kBlocking:UA,kRunning:dt,kPending:BM,kSize:mM,kWriting:Vi,kQueue:vn,kNoRef:_A,kKeepAliveDefaultTimeout:NK,kHostHeader:SK,kPendingIdx:RK,kRunningIdx:sn,kError:Jt,kPipelining:Ep,kSocket:Go,kKeepAliveTimeoutValue:Ip,kMaxHeadersSize:ZI,kKeepAliveMaxTimeout:PK,kKeepAliveTimeoutThreshold:vK,kHeadersTimeout:DK,kBodyTimeout:kK,kStrictContentLength:rB,kMaxRequests:pM,kCounter:TK,kMaxResponseSize:MK,kOnError:hM,kResume:li,kHTTPContext:QM}=Oe(),Pr=aT(),fM=Buffer.alloc(0),hp=Buffer[Symbol.species],fp=$.addListener,LK=$.removeAllListeners,Yo=Symbol("kIdleSocketValidation"),zo=Symbol("kIdleSocketValidationTimeout"),oB=Symbol("kSocketUsed"),eB;async function _K(){let t=process.env.JEST_WORKER_ID?LI():void 0,e;try{e=await WebAssembly.compile(AT())}c
`}return uM.sendHeaders.hasSubscribers&&uM.sendHeaders.publish({request:e,headers:f,socket:p}),!l||m===0?yM(h,null,t,e,p,u,f,d):$.isBuffer(l)?yM(h,l,t,e,p,u,f,d):$.isBlobLike(l)?typeof l.stream=="function"?EM(h,l.stream(),t,e,p,u,f,d):YK(h,l,t,e,p,u,f,d):$.isStream(l)?GK(h,l,t,e,p,u,f,d):$.isIterable(l)?EM(h,l,t,e,p,u,f,d):V(!1),!0}o(zK,"writeH1");function GK(t,e,r,n,s,i,a,c){V(i!==0||r[dt]===0,"stream body cannot be pipelined");let l=!1,A=new Bp({abort:t,socket:s,request:n,contentLength:i,client:r,expectsPayload:c,header:a}),u=o(function(h){if(!l)try{!A.write(h)&&this.pause&&this.pause()}catch(f){$.destroy(this,f)}},"onData"),d=o(function(){l||e.resume&&e.resume()},"onDrain"),m=o(function(){if(queueMicrotask(()=>{e.removeListener("error",p)}),!l){let h=new CM;queueMicrotask(()=>p(h))}},"onClose"),p=o(function(h){if(!l){if(l=!0,V(s.destroyed||s[Vi]&&r[dt]<=1),s.off("drain",d).off("error",p),e.removeListener("data",u).removeListener("end",p).removeListener("close",m),!h)try{A.end()}catch(f){h=f}A.destroy(h),h&&(h.code!=="UND_ERR_INFO"||h.message!=="reset")?$.destroy(e,h):$.destroy(e)}},"onFinished");e.on("data",u).on("end",p).on("error",p).on("close",m),e.resume&&e.resume(),s.on("drain",d).on("error",p),e.errorEmitted??e.errored?setImmediate(()=>p(e.errored)):(e.endEmitted??e.readableEnded)&&setImmediate(()=>p(null)),(e.closeEmitted??e.closed)&&setImmediate(m)}o(GK,"writeStream");function yM(t,e,r,n,s,i,a,c){try{e?$.isBuffer(e)&&(V(i===e.byteLength,"buffer body must have content length"),s.cork(),s.write(`${a}content-length: ${i}\r
`,"latin1")),n.onRequestSent(),r[li]()}catch(l){t(l)}}o(yM,"writeBuffer");async function YK(t,e,r,n,s,i,a,c){V(i===e.size,"blob body must have content length");try{if(i!=null&&i!==e.size)throw new Ho;let l=Buffer.from(await e.arrayBuffer());s.cork(),s.write(`${a}content-length: ${i}\r
`,"latin1"),s.write(l),s.uncork(),n.onBodySent(l),n.onRequestSent(),!c&&n.reset!==!1&&(s[cr]=!0),r[li]()}catch(l){t(l)}}o(YK,"writeBlob");async function EM(t,e,r,n,s,i,a,c){V(i!==0||r[dt]===0,"iterator body cannot be pipelined");let l=null;function A(){if(l){let m=l;l=null,m()}}o(A,"onDrain");let u=o(()=>new Promise((m,p)=>{V(l===null),s[Jt]?p(s[Jt]):l=m}),"waitForDrain");s.on("close",A).on("drain",A);let d=new Bp({abort:t,socket:s,request:n,contentLength:i,client:r,expectsPayload:c,header:a});try{for await(let m of e){if(s[Jt])throw s[Jt];d.write(m)||await u()}d.end()}catch(m){d.destroy(m)}finally{s.off("close",A).off("drain",A)}}o(EM,"writeIterable");var Bp=class{static{o(this,"AsyncWriter")}constructor({abort:e,socket:r,request:n,contentLength:s,client:i,expectsPayload:a,header:c}){this.socket=r,this.request=n,this.contentLength=s,this.client=i,this.bytesWritten=0,this.expectsPayload=a,this.header=c,this.abort=e,r[Vi]=!0}write(e){let{socket:r,request:n,contentLength:s,client:i,bytesWritten:a,expectsPayload:c,header:l}=this;if(r[Jt])throw r[Jt];if(r.destroyed)return!1;let A=Buffer.byteLength(e);if(!A)return!0;if(s!==null&&a+A>s){if(i[rB])throw new Ho;process.emitWarning(new Ho)}r.cork(),a===0&&(!c&&n.reset!==!1&&(r[cr]=!0),s===null?r.write(`${l}transfer-encoding: chunked\r
`,"latin1"),r!==null&&s!==r){if(n[rB])throw new Ho;process.emitWarning(new Ho)}e[Me].timeout&&e[Me].timeoutType===Qc&&e[Me].timeout.refresh&&e[Me].timeout.refresh(),n[li]()}}destroy(e){let{socket:r,client:n,abort:s}=this;r[Vi]=!1,e&&(V(n[dt]<=1,"pipeline should only contain this request"),s(e))}};bM.exports=UK});var TM=g((c0e,kM)=>{"use strict";var on=require("node:assert"),{pipeline:VK}=require("node:stream"),ue=ce(),{RequestContentLengthMismatchError:aB,RequestAbortedError:NM,SocketError:OA,InformationalError:cB}=Ce(),{kUrl:Qp,kReset:bp,kClient:xc,kRunning:wp,kPending:JK,kQueue:Ji,kPendingIdx:lB,kRunningIdx:Dn,kError:Tn,kSocket:wt,kStrictContentLength:WK,kOnError:AB,kMaxConcurrentStreams:DM,kHTTP2Session:kn,kResume:Wi,kSize:$K,kHTTPContext:jK}=Oe(),Ai=Symbol("open streams"),SM,RM=!1,xp;try{xp=require("node:http2")}catch{xp={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:KK,HTTP2_HEADER_METHOD:XK,HTTP2_HEADER_PATH:ZK,HTTP2_HEADER_SCHEME:eX,HTTP2_HEADER_CONTENT_LENGTH:tX,HTTP2_HEADER_EXPECT:rX,HTTP2_HEADER_STATUS:nX}}=xp;function sX(t){let e=[];for(let[r,n]of Object.entries(t))if(Array.isArray(n))for(let s of n)e.push(Buffer.from(r),Buffer.from(s));else e.push(Buffer.from(r),Buffer.from(n));return e}o(sX,"parseH2Headers");async function iX(t,e){t[wt]=e,RM||(RM=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let r=xp.connect(t[Qp],{createConnection:o(()=>e,"createConnection"),peerMaxConcurrentStreams:t[DM]});r[Ai]=0,r[xc]=t,r[wt]=e,ue.addListener(r,"error",aX),ue.addListener(r,"frameError",cX),ue.addListener(r,"end",lX),ue.addListener(r,"goaway",AX),ue.addListener(r,"close",function(){let{[xc]:s}=this,{[wt]:i}=s,a=this[wt][Tn]||this[Tn]||new OA("closed",ue.getSocketInfo(i));if(s[kn]=null,s.destroyed){on(s[JK]===0);let c=s[Ji].splice(s[Dn]);for(let l=0;l<c.length;l++){let A=c[l];ue.errorRequest(s,A,a)}}}),r.unref(),t[kn]=r,e[kn]=r,ue.addListener(e,"error",function(s){on(s.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[Tn]=s,this[xc][AB](s)}),ue.addListener(e,"end",function(){ue.destroy(this,new OA("other side closed",ue.getSocketInfo(this)))}),ue.addListener(e,"close",function(){let s=this[Tn]||new OA("closed",ue.getSocketInfo(this));t[wt]=null,this[kn]!=null&&this[kn].destroy(s),t[lB]=t[Dn],on(t[wp]===0),t.emit("disconnect",t[Qp],[t],s),t[Wi]()});let n=!1;return e.on("close",()=>{n=!0}),{version:"h2",defaultPipelining:1/0,write(...s){return dX(t,...s)},resume(){oX(t)},destroy(s,i){n?queueMicrotask(i):e.destroy(s).on("close",i)},get destroyed(){return e.destroyed},busy(){return!1}}}o(iX,"connectH2");function oX(t){let e=t[wt];e?.destroyed===!1&&(t[$K]===0&&t[DM]===0?(e.unref(),t[kn].unref()):(e.ref(),t[kn].ref()))}o(oX,"resumeH2");function aX(t){on(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[wt][Tn]=t,this[xc][AB](t)}o(aX,"onHttp2SessionError");function cX(t,e,r){if(r===0){let n=new cB(`HTTP/2: "frameError" received - type ${t}, code ${e}`);this[wt][Tn]=n,this[xc][AB](n)}}o(cX,"onHttp2FrameError");function lX(){let t=new OA("other side closed",ue.getSocketInfo(this[wt]));this.destroy(t),ue.destroy(this[wt],t)}o(lX,"onHttp2SessionEnd");function AX(t){let e=this[Tn]||new OA(`HTTP/2: "GOAWAY" frame received with code ${t}`,ue.getSocketInfo(this)),r=this[xc];if(r[wt]=null,r[jK]=null,this[kn]!=null&&(this[kn].destroy(e),this[kn]=null),ue.destroy(this[wt],e),r[Dn]<r[Ji].length){let n=r[Ji][r[Dn]];r[Ji][r[Dn]++]=null,ue.errorRequest(r,n,e),r[lB]=r[Dn]}on(r[wp]===0),r.emit("disconnect",r[Qp],[r],e),r[Wi]()}o(AX,"onHTTP2GoAway");function uX(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}o(uX,"shouldSendContentLength");function dX(t,e){let r=t[kn],{method:n,path:s,host:i,upgrade:a,expectContinue:c,signal:l,headers:A}=e,{body:u}=e;if(a)return ue.errorRequest(t,e,new Error("Upgrade not supported for H2")),!1;let d={};for(let B=0;B<A.length;B+=2){let b=A[B+0],S=A[B+1];if(Array.isArray(S))for(let F=0;F<S.length;F++)d[b]?d[b]+=`,${S[F]}`:d[b]=S[F];else d[b]=S}let m,{hostname:p,port:h}=t[Qp];d[KK]=i||`${p}${h?`:${h}`:""}`,d[XK]=n;let f=o(B=>{e.ab
globstar while`,t,u,e,d,m),this.matchOne(t.slice(u),e.slice(d),r))return this.debug("globstar found match!",u,a,m),!0;if(m==="."||m===".."||!n.dot&&m.charAt(0)==="."){this.debug("dot detected!",t,u,e,d);break}this.debug("globstar swallow a segment, and continue"),u++}return!!(r&&(this.debug(`
`;if(n.username||n.password){let m=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;i["Proxy-Authorization"]=`Basic ${Buffer.from(m).toString("base64")}`}i.Host=`${a}:${r.port}`,i["Proxy-Connection"]||(i["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let m of Object.keys(i))c+=`${m}: ${i[m]}\r
`)+4,e.outputData[0].data=e._header+n.substring(s),Ql("Output buffer: %o",e.outputData[0].data));let i;return this.proxy.protocol==="https:"?(Ql("Creating `tls.Socket`: %o",this.connectOpts),i=Spe.connect(this.connectOpts)):(Ql("Creating `net.Socket`: %o",this.connectOpts),i=Npe.connect(this.connectOpts)),await(0,Ppe.once)(i,"connect"),i}};tg.protocols=["http","https"];En.HttpProxyAgent=tg;function Dpe(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}o(Dpe,"omit")});var rV=g(hg=>{"use strict";Object.defineProperty(hg,"__esModule",{value:!0});hg.state=void 0;hg.state={instrumenterImplementation:void 0}});var EV=g(Cg=>{"use strict";Object.defineProperty(Cg,"__esModule",{value:!0});Cg.state=void 0;Cg.state={operationRequestMap:new WeakMap}});var K3=g(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});var XEe=require("os"),ZEe=require("util");function eCe(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}o(eCe,"_interopDefaultLegacy");var tCe=eCe(ZEe);function rCe(t,...e){process.stderr.write(`${tCe.default.format(t,...e)}${XEe.EOL}`)}o(rCe,"log");var q3=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,z3,zR=[],GR=[],Uy=[];q3&&YR(q3);var G3=Object.assign(t=>Y3(t),{enable:YR,enabled:VR,disable:nCe,log:rCe});function YR(t){z3=t,zR=[],GR=[];let e=/\*/g,r=t.split(",").map(n=>n.trim().replace(e,".*?"));for(let n of r)n.startsWith("-")?GR.push(new RegExp(`^${n.substr(1)}$`)):zR.push(new RegExp(`^${n}$`));for(let n of Uy)n.enabled=VR(n.namespace)}o(YR,"enable");function VR(t){if(t.endsWith("*"))return!0;for(let e of GR)if(e.test(t))return!1;for(let e of zR)if(e.test(t))return!0;return!1}o(VR,"enabled");function nCe(){let t=z3||"";return YR(""),t}o(nCe,"disable");function Y3(t){let e=Object.assign(r,{enabled:VR(t),destroy:sCe,log:G3.log,namespace:t,extend:iCe});function r(...n){e.enabled&&(n.length>0&&(n[0]=`${t} ${n[0]}`),e.log(...n))}return o(r,"debug"),Uy.push(e),e}o(Y3,"createDebugger");function sCe(){let t=Uy.indexOf(this);return t>=0?(Uy.splice(t,1),!0):!1}o(sCe,"destroy");function iCe(t){let e=Y3(`${this.namespace}:${t}`);return e.log=this.log,e}o(iCe,"extend");var jd=G3,V3=new Set,_y=typeof process<"u"&&process.env&&process.env.AZURE_LOG_LEVEL||void 0,Oy,qy=jd("azure");qy.log=(...t)=>{jd.log(...t)};var JR=["verbose","info","warning","error"];_y&&(j3(_y)?J3(_y):console.error(`AZURE_LOG_LEVEL set to unknown log level '${_y}'; logging is not enabled. Acceptable values: ${JR.join(", ")}.`));function J3(t){if(t&&!j3(t))throw new Error(`Unknown log level '${t}'. Acceptable values: ${JR.join(",")}`);Oy=t;let e=[];for(let r of V3)$3(r)&&e.push(r.namespace);jd.enable(e.join(","))}o(J3,"setLogLevel");function oCe(){return Oy}o(oCe,"getLogLevel");var H3={verbose:400,info:300,warning:200,error:100};function aCe(t){let e=qy.extend(t);return W3(qy,e),{error:Fy(e,"error"),warning:Fy(e,"warning"),info:Fy(e,"info"),verbose:Fy(e,"verbose")}}o(aCe,"createClientLogger");function W3(t,e){e.log=(...r)=>{t.log(...r)}}o(W3,"patchLogMethod");function Fy(t,e){let r=Object.assign(t.extend(e),{level:e});if(W3(t,r),$3(r)){let n=jd.disable();jd.enable(n+","+r.namespace)}return V3.add(r),r}o(Fy,"createLogger");function $3(t){return!!(Oy&&H3[t.level]<=H3[Oy])}o($3,"shouldEnable");function j3(t){return JR.includes(t)}o(j3,"isAzureLogLevel");ql.AzureLogger=qy;ql.createClientLogger=aCe;ql.getLogLevel=oCe;ql.setLogLevel=J3});var jR=g(Xd=>{"use strict";Object.defineProperty(Xd,"__esModule",{value:!0});var Hl=new WeakMap,Hy=new WeakMap,Kd=class t{static{o(this,"AbortSignal")}constructor(){this.onabort=null,Hl.set(this,[]),Hy.set(this,!1)}get aborted(){if(!Hy.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");return Hy.get(this)}static get none(){return new t}addEventListener(e,r){if(!Hl.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");Hl.get(this).push(r)}removeEventListener(e,r){if(!Hl.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let n=Hl.get(this),s=n.indexOf(r);s>-1&&n.splice(s,1)}dispatchEvent(e){thro
Polling status: ${a4.includes(u)?"Stopped":"Running"}`),u==="succeeded"){let d=a(A,r);if(d!==void 0)return{response:await e(d).catch(i4({state:r,stateProxy:n,isOperationError:c})),status:u}}return{response:A,status:u}}o(_Ce,"pollOperationHelper");async function u4(t){let{poll:e,state:r,stateProxy:n,options:s,getOperationStatus:i,getResourceLocation:a,getOperationLocation:c,isOperationError:l,withOperationLocation:A,getPollingInterval:u,processResult:d,getError:m,updateState:p,setDelay:h,isDone:f,setErrorAsResult:C}=t,{operationLocation:y}=r.config;if(y!==void 0){let{response:E,status:I}=await _Ce({poll:e,getOperationStatus:i,state:r,stateProxy:n,operationLocation:y,getResourceLocation:a,isOperationError:l,options:s});if(l4({status:I,response:E,state:r,stateProxy:n,isDone:f,processResult:d,getError:m,setErrorAsResult:C}),!a4.includes(I)){let B=u?.(E);B&&h(B);let b=c?.(E,r);if(b!==void 0){let S=y!==b;r.config.operationLocation=b,A?.(b,S)}else A?.(y,!1)}p?.(r,E)}}o(u4,"pollOperation");function d4(t){let{azureAsyncOperation:e,operationLocation:r}=t;return r??e}o(d4,"getOperationLocationPollingUrl");function m4(t){return t.headers.location}o(m4,"getLocationHeader");function p4(t){return t.headers["operation-location"]}o(p4,"getOperationLocationHeader");function h4(t){return t.headers["azure-asyncoperation"]}o(h4,"getAzureAsyncOperationHeader");function FCe(t){var e;let{location:r,requestMethod:n,requestPath:s,resourceLocationConfig:i}=t;switch(n){case"PUT":return s;case"DELETE":return;case"PATCH":return(e=a())!==null&&e!==void 0?e:s;default:return a()}function a(){switch(i){case"azure-async-operation":return;case"original-uri":return s;default:return r}}o(a,"getDefault")}o(FCe,"findResourceLocation");function f4(t){let{rawResponse:e,requestMethod:r,requestPath:n,resourceLocationConfig:s}=t,i=p4(e),a=h4(e),c=d4({operationLocation:i,azureAsyncOperation:a}),l=m4(e),A=r?.toLocaleUpperCase();return c!==void 0?{mode:"OperationLocation",operationLocation:c,resourceLocation:FCe({requestMethod:A,location:l,requestPath:n,resourceLocationConfig:s})}:l!==void 0?{mode:"ResourceLocation",operationLocation:l}:A==="PUT"&&n?{mode:"Body",operationLocation:n}:void 0}o(f4,"inferLroMode");function g4(t){let{status:e,statusCode:r}=t;if(typeof e!="string"&&e!==void 0)throw new Error(`Polling was unsuccessful. Expected status to have a string value or no value but it has instead: ${e}. This doesn'tnecessarilyindicatetheoperationhasfailed.CheckyourAzuresubscriptionorresourcestatusformoreinformation.`);switch(e?.toLocaleLowerCase()){case void 0:return aP(r);case"succeeded":return"succeeded";case"failed":return"failed";case"running":case"accepted":case"started":case"canceling":case"cancelling":return"running";case"canceled":case"cancelled":return"canceled";default:return Ha.verbose(`LRO:unrecognizedoperationstatus:${e}`),e}}o(g4,"transformStatus");function UCe(t){var e;let{status:r}=(e=t.body)!==null&&e!==void 0?e:{};return g4({status:r,statusCode:t.statusCode})}o(UCe,"getStatus");function OCe(t){var e,r;let{properties:n,provisioningState:s}=(e=t.body)!==null&&e!==void 0?e:{},i=(r=n?.provisioningState)!==null&&r!==void 0?r:s;return g4({status:i,statusCode:t.statusCode})}o(OCe,"getProvisioningState");function aP(t){return t===202?"running":t<300?"succeeded":"failed"}o(aP,"toOperationStatus");function y4({rawResponse:t}){let e=t.headers["retry-after"];if(e!==void 0){let r=parseInt(e);return isNaN(r)?qCe(new Date(e)):r*1e3}}o(y4,"parseRetryAfter");function E4(t){let e=t.flatResponse.error;if(!e){Ha.warning("The long-running operation failed but there is no error property in the response's body");return}if(!e.code||!e.message){Ha.warning("The long-running operation failed but the error property in the response's body doesn't contain code or message");return}return e}o(E4,"getErrorFromResponse");function qCe(t){let e=Math.floor(new Date().getTime()),r=t.getTime();if(e<r)return r-e}o(qCe,"calculatePollingIntervalFromDate");function C4(t){let{response:e,state:r,operationLocation:n}=t;function s(){var a;switch((a=r.config.metadata)===null
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}o(tbe,"logUnexpecedPropertyAccessOnce");functionrbe(){Object.keys(AC).forEach(function(t){deleteAC[t]})}o(rbe,"resetLoggedProperties")});vardC=g(ei=>{"use strict";ei.__esModule=!0;ei.HandlebarsEnvironment=rD;function$8(t){returnt&&t.__esModule?t:{default:t}}o($8,"_interopRequireDefault");varec=or(),nbe=tn(),eD=$8(nbe),sbe=jv(),ibe=Y8(),obe=Xv(),uC=$8(obe),abe=Zv(),cbe="4.7.9";ei.VERSION=cbe;varlbe=8;ei.COMPILER_REVISION=lbe;varAbe=7;ei.LAST_COMPATIBLE_COMPILER_REVISION=Abe;varube={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};ei.REVISION_CHANGES=ube;vartD="[object Object]";functionrD(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},sbe.registerDefaultHelpers(this),ibe.registerDefaultDecorators(this)}o(rD,"HandlebarsEnvironment");rD.prototype={constructor:rD,logger:uC.default,log:uC.default.log,registerHelper:o(function(e,r){if(ec.toString.call(e)===tD){if(r)throwneweD.default("Arg not supported with multiple helpers");ec.extend(this.helpers,e)}elsethis.helpers[e]=r},"registerHelper"),unregisterHelper:o(function(e){deletethis.helpers[e]},"unregisterHelper"),registerPartial:o(function(e,r){if(ec.toString.call(e)===tD)ec.extend(this.partials,e);else{if(typeofr>"u")throwneweD.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=r}},"registerPartial"),unregisterPartial:o(function(e){deletethis.partials[e]},"unregisterPartial"),registerDecorator:o(function(e,r){if(ec.toString.call(e)===tD){if(r)throwneweD.default("Arg not supported with multiple decorators");ec.extend(this.decorators,e)}elsethis.decorators[e]=r},"registerDecorator"),unregisterDecorator:o(function(e){deletethis.decorators[e]},"unregisterDecorator"),resetLoggedPropertyAccesses:o(function(){abe.resetLoggedProperties()},"resetLoggedPropertyAccesses")};vardbe=uC.default.log;ei.log=dbe;ei.createFrame=ec.createFrame;ei.logger=uC.default});varK8=g((mC,j8)=>{"use strict";mC.__esModule=!0;functionnD(t){this.string=t}o(nD,"SafeString");nD.prototype.toString=nD.prototype.toHTML=function(){return""+this.string};mC.default=nD;j8.exports=mC.default});varX8=g(sD=>{"use strict";sD.__esModule=!0;sD.wrapHelper=mbe;functionmbe(t,e){if(typeoft!="function")returnt;varr=o(function(){vars=arguments[arguments.length-1];returnarguments[arguments.length-1]=e(s),t.apply(this,arguments)},"wrapper");returnr}o(mbe,"wrapHelper")});vars$=g(Mo=>{"use strict";Mo.__esModule=!0;Mo.checkRevision=Ebe;Mo.template=Cbe;Mo.wrapProgram=pC;Mo.resolvePartial=Ibe;Mo.invokePartial=Bbe;Mo.noop=r$;functionpbe(t){returnt&&t.__esModule?t:{default:t}}o(pbe,"_interopRequireDefault");functionhbe(t){if(t&&t.__esModule)returnt;vare={};if(t!=null)for(varrint)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);returne.default=t,e}o(hbe,"_interopRequireWildcard");varfbe=or(),mA=hbe(fbe),gbe=tn(),Ui=pbe(gbe),Oi=dC(),Z8=jv(),ybe=X8(),e$=Zv();functionEbe(t){vare=t&&t[0]||1,r=Oi.COMPILER_REVISION;if(!(e>=Oi.LAST_COMPATIBLE_COMPILER_REVISION&&e<=Oi.COMPILER_REVISION))if(e<Oi.LAST_COMPATIBLE_COMPILER_REVISION){varn=Oi.REVISION_CHANGES[r],s=Oi.REVISION_CHANGES[e];thrownewUi.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+n+") or downgrade your runtime to an older version ("+s+").")}elsethrownewUi.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+t[1]+").")}o(Ebe,"checkRevision");functionCbe(t,e){if(!e)thrownewUi.default("No environment passed to template");if(!t||!t.main)thrownewUi.default("Unknown template object: "+typeoft);t.main.decorator=t.main_d,e.VM.checkRevision(t.compiler);varr=t.compiler&&t.compiler[0]===7;functionn(a,c,l){l.hash&&(c=mA.extend({},c,l.hash),l.ids&&(l.ids[0]=!0)),a=e.VM.resolvePartial.ca
Expecting `+ee.join(", ")+", got '"+(this.terminals_[B]||B)+"'":Yt="Parse error on line "+(d+1)+": Unexpected "+(B==1?"end of input":"'"+(this.terminals_[B]||B)+"'"),this.parseError(Yt,{text:this.lexer.match,token:this.terminals_[B]||B,line:this.lexer.yylineno,loc:C,expected:ee})}}if(F[0]instanceofArray&&F.length>1)thrownewError("Parse Error: multiple actions possible at state: "+S+", token: "+B);switch(F[0]){case1:a.push(B),c.push(this.lexer.yytext),l.push(this.lexer.yylloc),a.push(F[1]),B=null,b?(B=b,b=null):(m=this.lexer.yyleng,u=this.lexer.yytext,d=this.lexer.yylineno,C=this.lexer.yylloc,p>0&&p--);break;case2:if(ie=this.productions_[F[1]][1],Ee.$=c[c.length-ie],Ee._$={first_line:l[l.length-(ie||1)].first_line,last_line:l[l.length-1].last_line,first_column:l[l.length-(ie||1)].first_column,last_column:l[l.length-1].last_column},y&&(Ee._$.range=[l[l.length-(ie||1)].range[0],l[l.length-1].range[1]]),ye=this.performAction.call(Ee,u,m,d,this.yy,F[1],c,l),typeofye<"u")returnye;ie&&(a=a.slice(0,-1*ie*2),c=c.slice(0,-1*ie),l=l.slice(0,-1*ie)),a.push(this.productions_[F[1]][0]),c.push(Ee.$),l.push(Ee._$),ve=A[a[a.length-2]][a[a.length-1]],a.push(ve);break;case3:return!0}}return!0},"parse")},e=(function(){varn={EOF:1,parseError:o(function(i,a){if(this.yy.parser)this.yy.parser.parseError(i,a);elsethrownewError(i)},"parseError"),setInput:o(function(i){returnthis._input=i,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:o(function(){vari=this._input[0];this.yytext+=i,this.yyleng++,this.offset++,this.match+=i,this.matched+=i;vara=i.match(/(?:\r\n?|\n).*/g);returna?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),i},"input"),unput:o(function(i){vara=i.length,c=i.split(/(?:\r\n?|\n)/g);this._input=i+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-a-1),this.offset-=a;varl=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),c.length-1&&(this.yylineno-=c.length-1);varA=this.yylloc.range;returnthis.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:c?(c.length===l.length?this.yylloc.first_column:0)+l[l.length-c.length].length-c[0].length:this.yylloc.first_column-a},this.options.ranges&&(this.yylloc.range=[A[0],A[0]+this.yyleng-a]),this},"unput"),more:o(function(){returnthis._more=!0,this},"more"),less:o(function(i){this.unput(this.match.slice(i))},"less"),pastInput:o(function(){vari=this.matched.substr(0,this.matched.length-this.match.length);return(i.length>20?"...":"")+i.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:o(function(){vari=this.match;returni.length<20&&(i+=this._input.substr(0,20-i.length)),(i.substr(0,20)+(i.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:o(function(){vari=this.pastInput(),a=newArray(i.length+1).join("-");returni+this.upcomingInput()+`
`+a+"^"},"showPosition"),next:o(function(){if(this.done)returnthis.EOF;this._input||(this.done=!0);vari,a,c,l,A,u;this._more||(this.yytext="",this.match="");for(vard=this._currentRules(),m=0;m<d.length&&(c=this._input.match(this.rules[d[m]]),!(c&&(!a||c[0].length>a[0].length)&&(a=c,l=m,!this.options.flex)));m++);returna?(u=a[0].match(/(?:\r\n?|\n).*/g),u&&(this.yylineno+=u.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:u?u[u.length-1].length-u[u.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+a[0].length},this.yytext+=a[0],this.match+=a[0],this.matches=a,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(a[0].length),this.matched+=a[0],i=this.performAction.call(this,this.yy,this,d[l],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),i||void0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){vari=this.next();returntypeofi<"u"?i:this.lex()},"lex"),begin:o(function(i){this.conditionStack.push(i)},"begin"),popState:o(function(){returnthis.conditionStack.pop()},"popState"),_currentRules:o(function(){returnthis.conditions[this.conditionStack[this.conditionStack.length-1]].rules},"_currentRules"),topState:o(function(){returnthis.conditionStack[this.conditionStack.length-2]},"topState"),pushState:o(function(i){this.begin(i)},"begin")};returnn.options={},n.performAction=o(function(i,a,c,l){functionA(d,m){returna.yytext=a.yytext.substring(d,a.yyleng-m+d)}o(A,"strip");varu=l;switch(c){case0:if(a.yytext.slice(-2)==="\\\\"?(A(0,1),this.begin("mu")):a.yytext.slice(-1)==="\\"?(A(0,1),this.begin("emu")):this.begin("mu"),a.yytext)return15;break;case1:return15;case2:returnthis.popState(),15;break;case3:returnthis.begin("raw"),15;break;case4:returnthis.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(A(5,9),"END_RAW_BLOCK");case5:return15;case6:returnthis.popState(),14;break;case7:return65;case8:return68;case9:return19;case10:returnthis.popState(),this.begin("raw"),23;break;case11:return55;case12:return60;case13:return29;case14:return47;case15:returnthis.popState(),44;break;case16:returnthis.popState(),44;break;case17:return34;case18:return39;case19:return51;case20:return48;case21:this.unput(a.yytext),this.popState(),this.begin("com");break;case22:returnthis.popState(),14;break;case23:return48;case24:return73;case25:return72;case26:return72;case27:return87;case28:break;case29:returnthis.popState(),54;break;case30:returnthis.popState(),33;break;case31:returna.yytext=A(1,2).replace(/\\"/g,'"'),80;break;case32:returna.yytext=A(1,2).replace(/\\'/g,"'"),80;break;case33:return85;case34:return82;case35:return82;case36:return83;case37:return84;case38:return81;case39:return75;case40:return77;case41:return72;case42:returna.yytext=a.yytext.replace(/\\([\\\]])/g,"$1"),72;break;case43:return"INVALID";case44:return5}},"anonymous"),n.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],n.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},n})();t.lexer=e;functionr(){this.yy={}}returno(r,"Parser"),r.prototype=t,t.Parser=r,newr})();EC.default=Tbe;m$.exports=EC.default});varQC=g((BC,g$)=>{"use strict";BC.__esModule=!0;functionMbe(t){returnt&&t.__esModule?t:{default:t}}o(Mbe,"_interopRequireDefault");varLbe=tn(),AD=Mbe(Lbe);functionCC(){this.parents=[]}o(CC,"Visitor");CC.prototype={constructor:CC,mutating:!1,acceptKey:o(function(e,r){varn=this.accept(e[r]);if(this.mutating){if(n&&!CC.prototype[n.type])thrownewAD.default('Unexpected node type "'+n.type+'" found when accepting '+r+" on "+e.type);e[r]=n}},"acceptKey"),acceptRequired:o(function(e,r){if(this.acc
`])}),e},"merge"),each:o(function(e){for(var r=0,n=this.source.length;r<n;r++)e(this.source[r])},"each"),empty:o(function(){var e=this.currentLocation||{start:{}};return new sc(e.start.line,e.start.column,this.srcFile)},"empty"),wrap:o(function(e){var r=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return e instanceof sc?e:(e=DD(e,this,r),new sc(r.start.line,r.start.column,this.srcFile,e))},"wrap"),functionCall:o(function(e,r,n){return n=this.generateList(n),this.wrap([e,r?"."+r+"(":"(",n,")"])},"functionCall"),quotedString:o(function(e){return'"'+(e+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},"quotedString"),objectLiteral:o(function(e){var r=this,n=[];Object.keys(e).forEach(function(i){var a=DD(e[i],r);a!=="undefined"&&n.push([r.quotedString(i),":",a])});var s=this.generateList(n);return s.prepend("{"),s.add("}"),s},"objectLiteral"),generateList:o(function(e){for(var r=this.empty(),n=0,s=e.length;n<s;n++)n&&r.add(","),r.add(DD(e[n],this));return r},"generateList"),generateArray:o(function(e){var r=this.generateList(e);return r.prepend("["),r.add("]"),r},"generateArray")};vC.default=X$;Z$.exports=vC.default});var i5=g((DC,s5)=>{"use strict";DC.__esModule=!0;function n5(t){return t&&t.__esModule?t:{default:t}}o(n5,"_interopRequireDefault");var t5=dC(),kwe=tn(),TD=n5(kwe),Twe=or(),Mwe=e5(),r5=n5(Mwe);function EA(t){this.value=t}o(EA,"Literal");function CA(){}o(CA,"JavaScriptCompiler");CA.prototype={nameLookup:o(function(e,r){return this.internalNameLookup(e,r)},"nameLookup"),depthedLookup:o(function(e){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(e),")"]},"depthedLookup"),compilerInfo:o(function(){var e=t5.COMPILER_REVISION,r=t5.REVISION_CHANGES[e];return[e,r]},"compilerInfo"),appendToBuffer:o(function(e,r,n){return Twe.isArray(e)||(e=[e]),e=this.source.wrap(e,r),this.environment.isSimple?["return ",e,";"]:n?["buffer += ",e,";"]:(e.appendToBuffer=!0,e)},"appendToBuffer"),initializeBuffer:o(function(){return this.quotedString("")},"initializeBuffer"),internalNameLookup:o(function(e,r){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",e,",",JSON.stringify(r),")"]},"internalNameLookup"),lookupPropertyFunctionIsUsed:!1,compile:o(function(e,r,n,s){this.environment=e,this.options=r,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!s,this.name=this.environment.name,this.isChild=!!n,this.context=n||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(e,r),this.useDepths=this.useDepths||e.useDepths||e.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||e.useBlockParams;var i=e.opcodes,a=void 0,c=void 0,l=void 0,A=void 0;for(l=0,A=i.length;l<A;l++)a=i[l],this.source.currentLocation=a.loc,c=c||a.loc,this[a.opcode].apply(this,a.args);if(this.source.currentLocation=c,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new TD.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),`;
Supportbooleaninputlist:\`true | True | TRUE | false | False | FALSE\``)}o(vx,"getBooleanInput");functionGU(t,e){if(process.env.GITHUB_OUTPUT||"")returnqC("OUTPUT",HC(t,e));process.stdout.write(Px.EOL),zi("set-output",{name:t},ri(e))}o(GU,"setOutput");functionYU(t){process.exitCode=Rx.Failure,il(t)}o(YU,"setFailed");functionma(){returnprocess.env.RUNNER_DEBUG==="1"}o(ma,"isDebug");functionw(t){zi("debug",{},t)}o(w,"debug");functionil(t,e={}){zi("error",FC(e),tinstanceofError?t.toString():t)}o(il,"error");functiongt(t,e={}){zi("warning",FC(e),tinstanceofError?t.toString():t)}o(gt,"warning");functionme(t){process.stdout.write(t+Px.EOL)}o(me,"info");functionnoe(t){OC("group",t)}o(noe,"startGroup");functionsoe(){OC("endgroup")}o(soe,"endGroup");functionhs(t,e){returnroe(this,void0,void0,function*(){noe(t);letr;try{r=yielde()}finally{soe()}returnr})}o(hs,"group");functionzh(t,e){if(process.env.GITHUB_STATE||"")returnqC("STATE",HC(t,e));zi("save-state",{name:t},ri(e))}o(zh,"saveState");functionVU(t){returnprocess.env[`STATE_${t}`]||""}o(VU,"getState");var$E=Q(require("fs"),1),_v=Q(require("os"),1),Fv=Q(require("path"),1);varWU=Q(require("os"),1);functionPu(t){returnt==null?"":typeoft=="string"||tinstanceofString?t:JSON.stringify(t)}o(Pu,"toCommandValue");function$U(t,e,r){letn=newDx(t,e,r);process.stdout.write(n.toString()+WU.EOL)}o($U,"issueCommand");varJU="::",Dx=class{static{o(this,"Command")}constructor(e,r,n){e||(e="missing.command"),this.command=e,this.properties=r,this.message=n}toString(){lete=JU+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";letr=!0;for(letninthis.properties)if(this.properties.hasOwnProperty(n)){lets=this.properties[n];s&&(r?r=!1:e+=",",e+=`${n}=${ooe(s)}`)}}returne+=`${JU}${ioe(this.message)}`,e}};functionioe(t){returnPu(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}o(ioe,"escapeData");functionooe(t){returnPu(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}o(ooe,"escapeProperty");varKU=require("os"),vu=require("fs");varkx=function(t,e,r,n){functions(i){returniinstanceofr?i:newr(function(a){a(i)})}returno(s,"adopt"),new(r||(r=Promise))(function(i,a){functionc(u){try{A(n.next(u))}catch(d){a(d)}}o(c,"fulfilled");functionl(u){try{A(n.throw(u))}catch(d){a(d)}}o(l,"rejected");functionA(u){u.done?i(u.value):s(u.value).then(c,l)}o(A,"step"),A((n=n.apply(t,e||[])).next())})},{access:aoe,appendFile:coe,writeFile:loe}=vu.promises,jU="GITHUB_STEP_SUMMARY";varTx=class{static{o(this,"Summary")}constructor(){this._buffer=""}filePath(){returnkx(this,void0,void0,function*(){if(this._filePath)returnthis._filePath;lete=process.env[jU];if(!e)thrownewError(`Unable to find environment variable for $${jU}. Check if your runtime environment supports job summaries.`);try{yieldaoe(e,vu.constants.R_OK|vu.constants.W_OK)}catch{thrownewError(`Unable to access summary file: '${e}'. Check if the file has correct read/write permissions.`)}returnthis._filePath=e,this._filePath})}wrap(e,r,n={}){lets=Object.entries(n).map(([i,a])=>` ${i}="${a}"`).join("");returnr?`<${e}${s}>${r}</${e}>`:`<${e}${s}>`}write(e){returnkx(this,void0,void0,function*(){letr=!!e?.overwrite,n=yieldthis.filePath();returnyield(r?loe:coe)(n,this._buffer,{encoding:"utf8"}),this.emptyBuffer()})}clear(){returnkx(this,void0,void0,function*(){returnthis.emptyBuffer().write({overwrite:!0})})}stringify(){returnthis._buffer}isEmptyBuffer(){returnthis._buffer.length===0}emptyBuffer(){returnthis._buffer="",this}addRaw(e,r=!1){returnthis._buffer+=e,r?this.addEOL():this}addEOL(){returnthis.addRaw(KU.EOL)}addCodeBlock(e,r){letn=Object.assign({},r&&{lang:r}),s=this.wrap("pre",this.wrap("code",e),n);returnthis.addRaw(s).addEOL()}addList(e,r=!1){letn=r?"ol":"ul",s=e.map(a=>this.wrap("li",a)).join(""),i=this.wrap(n,s);returnthis.addRaw(i).addEOL()}addTable(e){letr=e.map(s=>{leti=s.map(a=>{if(typeofa=="string")returnthis.wrap("td",a);let{header:c,data:l,colspan:A,rowspan:u}=a
`,"utf-8")],s=Vpe(n);s&&t.headers.set("Content-Length",s),t.body=awaitGY(n)}o(Jpe,"buildRequestBody");varAd="multipartPolicy",Wpe=70,$pe=newSet("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");functionjpe(t){if(t.length>Wpe)thrownewError(`Multipart boundary "${t}" exceeds maximum length of 70 characters`);if(Array.from(t).some(e=>!$pe.has(e)))thrownewError(`Multipart boundary "${t}" contains invalid characters`)}o(jpe,"assertValidBoundary");functioncg(){return{name:Ad,asyncsendRequest(t,e){if(!t.multipartBody)returne(t);if(t.body)thrownewError("multipartBody and regular body cannot be set at the same time");letr=t.multipartBody.boundary,n=t.headers.get("Content-Type")??"multipart/mixed",s=n.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!s)thrownewError(`Got multipart request body, but content-type header was not multipart: ${n}`);let[,i,a]=s;if(a&&r&&a!==r)thrownewError(`Multipart boundary was specified as ${a} in the header, but got ${r} in the request body`);returnr??=a,r?jpe(r):r=zpe(),t.headers.set("Content-Type",`${i}; boundary=${r}`),awaitJpe(t,t.multipartBody.parts,r),t.multipartBody=void0,e(t)}}}o(cg,"multipartPolicy");functionlg(){returnDf()}o(lg,"createEmptyPipeline");varYY=Rf({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),J1e=YY.logger;functionQs(t){returnYY.createClientLogger(t)}o(Qs,"createClientLogger");varxs=Qs("core-rest-pipeline");functionyw(t={}){returnFf({logger:xs.info,...t})}o(yw,"logPolicy");varEw=Uf;functionCw(t={}){returnOf(t)}o(Cw,"redirectPolicy");varAg=Q(require("node:os"),1),ug=Q(require("node:process"),1);functionVY(){return"User-Agent"}o(VY,"getHeaderName");asyncfunctionJY(t){if(ug.default&&ug.default.versions){lete=`${Ag.default.type()}${Ag.default.release()}; ${Ag.default.arch()}`,r=ug.default.versions;r.bun?t.set("Bun",`${r.bun} (${e})`):r.deno?t.set("Deno",`${r.deno} (${e})`):r.node&&t.set("Node",`${r.node} (${e})`)}}o(JY,"setPlatformSpecificData");vardg="1.22.2";functionshe(t){lete=[];for(let[r,n]oft){lets=n?`${r}/${n}`:r;e.push(s)}returne.join(" ")}o(she,"getUserAgentString");functionWY(){returnVY()}o(WY,"getUserAgentHeaderName");asyncfunctionmg(t){lete=newMap;e.set("core-rest-pipeline",dg),awaitJY(e);letr=she(e);returnt?`${t}${r}`:r}o(mg,"getUserAgentValue");var$Y=WY(),jY="userAgentPolicy";functionIw(t={}){lete=mg(t.userAgentPrefix);return{name:jY,asyncsendRequest(r,n){returnr.headers.has($Y)||r.headers.set($Y,awaite),n(r)}}}o(Iw,"userAgentPolicy");varVr=classextendsError{static{o(this,"AbortError")}constructor(e){super(e),this.name="AbortError"}};functionBw(t,e){let{cleanupBeforeAbort:r,abortSignal:n,abortErrorMsg:s}=e??{};returnnewPromise((i,a)=>{functionc(){a(newVr(s??"The operation was aborted."))}o(c,"rejectOnAbort");functionl(){n?.removeEventListener("abort",A)}o(l,"removeListeners");functionA(){r?.(),l(),c()}if(o(A,"onAbort"),n?.aborted)returnc();try{t(u=>{l(),i(u)},u=>{l(),a(u)})}catch(u){a(u)}n?.addEventListener("abort",A)})}o(Bw,"createAbortablePromise");varlhe="The delay was aborted.";functionud(t,e){letr,{abortSignal:n,abortErrorMsg:s}=e??{};returnBw(i=>{r=setTimeout(i,t)},{cleanupBeforeAbort:o(()=>clearTimeout(r),"cleanupBeforeAbort"),abortSignal:n,abortErrorMsg:s??lhe})}o(ud,"delay");functionCo(t){if(Ca(t))returnt.message;{lete;try{typeoft=="object"&&t?e=JSON.stringify(t):e=String(t)}catch{e="[unable to stringify input]"}return`Unknown error ${e}`}}o(Co,"getErrorMessage");functionKY(t){returnCa(t)}o(KY,"isError");functionxl(){returnEa()}o(xl,"randomUUID");varBe=Qa;varXY=Symbol("rawContent");functionxw(t){returntypeoft[XY]=="function"}o(xw,"hasRawContent");functionZY(t){returnxw(t)?t[XY]():t}o(ZY,"getRawContent");varpg=Ad;functionbw(){lett=cg();return{name:pg,sendRequest:o(async(e,r)=>{if(e.multipartBody)for(letnofe.multipartBody.parts)xw(n.body)&&(n.body=ZY(n.body));returnt.sendRequest(e,r)},"sendRequest")}}o(bw,"multipartPolicy");varww=qf;functionNw(){returnHf()}o(Nw,"decompressResponsePolicy");functionSw(t={}){returnYf(t
`&&t[i]!=="\r";i++)l+=t[i];if(l=l.trim(),l[l.length-1]==="/"&&(l=l.substring(0,l.length-1),i--),!kfe(l)){let d;return l.trim().length===0?d="Invalid space after '<'.":d="Tag '"+l+"' is an invalid name.",at("InvalidTag",d,nr(t,i))}let A=Sfe(t,i);if(A===!1)return at("InvalidAttr","Attributes for '"+l+"' have open quote.",nr(t,i));let u=A.value;if(i=A.index,u[u.length-1]==="/"){let d=i-u.length;u=u.substring(0,u.length-1);let m=FV(u,e);if(m===!0)n=!0;else return at(m.err.code,m.err.msg,nr(t,d+m.err.line))}else if(c)if(A.tagClosed){if(u.trim().length>0)return at("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",nr(t,a));if(r.length===0)return at("InvalidTag","Closing tag '"+l+"' has not been opened.",nr(t,a));{let d=r.pop();if(l!==d.tagName){let m=nr(t,d.tagStartPos);return at("InvalidTag","Expected closing tag '"+d.tagName+"' (opened in line "+m.line+", col "+m.col+") instead of closing tag '"+l+"'.",nr(t,a))}r.length==0&&(s=!0)}}else return at("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",nr(t,i));else{let d=FV(u,e);if(d!==!0)return at(d.err.code,d.err.msg,nr(t,i-u.length+d.err.line));if(s===!0)return at("InvalidXml","Multiple possible root nodes found.",nr(t,i));e.unpairedTags.indexOf(l)!==-1||r.push({tagName:l,tagStartPos:a}),n=!0}for(i++;i<t.length;i++)if(t[i]==="<")if(t[i+1]==="!"){i++,i=_V(t,i);continue}else if(t[i+1]==="?"){if(i=LV(t,++i),i.err)return i}else break;else if(t[i]==="&"){let d=vfe(t,i);if(d==-1)return at("InvalidChar","char '&' is not expected.",nr(t,i));i=d}else if(s===!0&&!MV(t[i]))return at("InvalidXml","Extra text at the end",nr(t,i));t[i]==="<"&&i--}}else{if(MV(t[i]))continue;return at("InvalidChar","char '"+t[i]+"' is not expected.",nr(t,i))}if(n){if(r.length==1)return at("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",nr(t,r[0].tagStartPos));if(r.length>0)return at("InvalidXml","Invalid '"+JSON.stringify(r.map(i=>i.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return at("InvalidXml","Start tag expected.",1);return!0}o(Ng,"validate");function MV(t){return t===" "||t===" "||t===`
`||t==="\r"}o(MV,"isWhiteSpace");function LV(t,e){let r=e;for(;e<t.length;e++)if(t[e]=="?"||t[e]==" "){let n=t.substr(r,e-r);if(e>5&&n==="xml")return at("InvalidXml","XML declaration allowed only at the start of the document.",nr(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}o(LV,"readPI");function _V(t,e){if(t.length>e+5&&t[e+1]==="-"&&t[e+2]==="-"){for(e+=3;e<t.length;e++)if(t[e]==="-"&&t[e+1]==="-"&&t[e+2]===">"){e+=2;break}}else if(t.length>e+8&&t[e+1]==="D"&&t[e+2]==="O"&&t[e+3]==="C"&&t[e+4]==="T"&&t[e+5]==="Y"&&t[e+6]==="P"&&t[e+7]==="E"){let r=1;for(e+=8;e<t.length;e++)if(t[e]==="<")r++;else if(t[e]===">"&&(r--,r===0))break}else if(t.length>e+9&&t[e+1]==="["&&t[e+2]==="C"&&t[e+3]==="D"&&t[e+4]==="A"&&t[e+5]==="T"&&t[e+6]==="A"&&t[e+7]==="["){for(e+=8;e<t.length;e++)if(t[e]==="]"&&t[e+1]==="]"&&t[e+2]===">"){e+=2;break}}return e}o(_V,"readCommentAndCDATA");var wfe='"',Nfe="'";function Sfe(t,e){let r="",n="",s=!1;for(;e<t.length;e++){if(t[e]===wfe||t[e]===Nfe)n===""?n=t[e]:n!==t[e]||(n="");else if(t[e]===">"&&n===""){s=!0;break}r+=t[e]}return n!==""?!1:{value:r,index:e,tagClosed:s}}o(Sfe,"readAttributeStr");var Rfe=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function FV(t,e){let r=bg(t,Rfe),n={};for(let s=0;s<r.length;s++){if(r[s][1].length===0)return at("InvalidAttr","Attribute '"+r[s][2]+"' has no space in starting.",Qd(r[s]));if(r[s][3]!==void 0&&r[s][4]===void 0)return at("InvalidAttr","Attribute '"+r[s][2]+"' is without value.",Qd(r[s]));if(r[s][3]===void 0&&!e.allowBooleanAttributes)return at("InvalidAttr","boolean attribute '"+r[s][2]+"' is not allowed.",Qd(r[s]));let i=r[s][2];if(!Dfe(i))return at("InvalidAttr","Attribute '"+i+"' is an invalid name.",Qd(r[s]));if(!Object.prototype.hasOwnProperty.call(n,i))n[i]=1;else return at("InvalidAttr","Attribute '"+i+"' is repeated.",Qd(r[s]))}return!0}o(FV,"validateAttributeString");function Pfe(t,e){let r=/\d/;for(t[e]==="x"&&(e++,r=/[\da-fA-F]/);e<t.length;e++){if(t[e]===";")return e;if(!t[e].match(r))break}return-1}o(Pfe,"validateNumberAmpersand");function vfe(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,Pfe(t,e);let r=0;for(;e<t.length;e++,r++)if(!(t[e].match(/\w/)&&r<20)){if(t[e]===";")break;return-1}return e}o(vfe,"validateAmpersand");function at(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}o(at,"getErrorObject");function Dfe(t){return Xw(t)}o(Dfe,"validateAttrName");function kfe(t){return Xw(t)}o(kfe,"validateTagName");function nr(t,e){let r=t.substring(0,e).split(/\r?\n/);return{line:r.length,col:r[r.length-1].length+1}}o(nr,"getLineNumberForPosition");function Qd(t){return t.startIndex+t[1].length}o(Qd,"getPositionFromMatch");var UV={amp:"&",AMP:"&",lt:"<",LT:"<",gt:">",GT:">",quot:'"',QUOT:'"',apos:"'",lsquo:"\u2018",rsquo:"\u2019",ldquo:"\u201C",rdquo:"\u201D",lsquor:"\u201A",rsquor:"\u2019",ldquor:"\u201E",bdquo:"\u201E",comma:",",period:".",colon:":",semi:";",excl:"!",quest:"?",num:"#",dollar:"$",percent:"%",amp:"&",ast:"*",commat:"@",lowbar:"_",verbar:"|",vert:"|",sol:"/",bsol:"\\",lbrace:"{",rbrace:"}",lbrack:"[",rbrack:"]",lpar:"(",rpar:")",nbsp:"\xA0",iexcl:"\xA1",cent:"\xA2",pound:"\xA3",curren:"\xA4",yen:"\xA5",brvbar:"\xA6",sect:"\xA7",uml:"\xA8",copy:"\xA9",COPY:"\xA9",ordf:"\xAA",laquo:"\xAB",not:"\xAC",shy:"\xAD",reg:"\xAE",REG:"\xAE",macr:"\xAF",deg:"\xB0",plusmn:"\xB1",sup2:"\xB2",sup3:"\xB3",acute:"\xB4",micro:"\xB5",para:"\xB6",middot:"\xB7",cedil:"\xB8",sup1:"\xB9",ordm:"\xBA",raquo:"\xBB",frac14:"\xBC",frac12:"\xBD",half:"\xBD",frac34:"\xBE",iquest:"\xBF",times:"\xD7",div:"\xF7",divide:"\xF7"},OV={Agrave:"\xC0",agrave:"\xE0",Aacute:"\xC1",aacute:"\xE1",Acirc:"\xC2",acirc:"\xE2",Atilde:"\xC3",atilde:"\xE3",Auml:"\xC4",auml:"\xE4",Aring:"\xC5",aring:"\xE5",AElig:"\xC6",aelig:"\xE6",Ccedil:"\xC7",ccedil:"\xE7",Egrave:"\xC8",egrave:"\xE8",Eacute:"\xC9",eacute:"\xE9",Ecirc:"\xCA",ecirc:"\xEA",Euml:"\xCB",euml:"\xEB",Igrave:"\xCC",igrave:"\xEC",Iacute:"\xCD",iacute:"\xED",Icirc:"\xCE",icirc:"\xEE",Iuml:"\xCF",iuml:"\xEF",ETH:"\xD0",eth:"\xF0",Ntilde:"\xD1",ntilde:"\xF1"
`);let e=new Cr("!xml"),r=e,n="";this.matcher.reset(),this.entityDecoder.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let s=this.options,i=new wd(s.processEntities),a=t.length;for(let c=0;c<a;c++)if(t[c]==="<"){let A=t.charCodeAt(c+1);if(A===47){let u=Pl(t,">",c,"ClosingTagisnotclosed."),d=t.substring(c+2,u).trim();if(s.removeNSPrefix){let p=d.indexOf(":");p!==-1&&(d=d.substr(p+1))}d=oN(s.transformTagName,d,"",s).tagName,r&&(n=this.saveTextToParentTag(n,r,this.readonlyMatcher));let m=this.matcher.getCurrentTag();if(d&&s.unpairedTagsSet.has(d))throw new Error(`Unpaired tag can not be used as closing tag: </${d}>`);m&&s.unpairedTagsSet.has(m)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,r=this.tagsNodeStack.pop(),n="",c=u}else if(A===63){let u=aN(t,c,!1,"?>");if(!u)throw new Error("PiTagisnotclosed.");n=this.saveTextToParentTag(n,r,this.readonlyMatcher);let d=this.buildAttributesMap(u.tagExp,this.matcher,u.tagName,!0);if(d){let m=d[this.options.attributeNamePrefix+"version"];this.entityDecoder.setXmlVersion(Number(m)||1),i.setXmlVersion(Number(m)||1)}if(!(s.ignoreDeclaration&&u.tagName==="?xml"||s.ignorePiTags)){let m=new Cr(u.tagName);m.add(s.textNodeName,""),u.tagName!==u.tagExp&&u.attrExpPresent&&s.ignoreAttributes!==!0&&(m[":@"]=d),this.addChild(r,m,this.readonlyMatcher,c)}c=u.closeIndex+1}else if(A===33&&t.charCodeAt(c+2)===45&&t.charCodeAt(c+3)===45){let u=Pl(t,"-->",c+4,"Commentisnotclosed.");if(s.commentPropName){let d=t.substring(c+4,u-2);n=this.saveTextToParentTag(n,r,this.readonlyMatcher),r.add(s.commentPropName,[{[s.textNodeName]:d}])}c=u}else if(A===33&&t.charCodeAt(c+2)===68){let u=i.readDocType(t,c);this.entityDecoder.addInputEntities(u.entities),c=u.i}else if(A===33&&t.charCodeAt(c+2)===91){let u=Pl(t,"]]>",c,"CDATAisnotclosed.")-2,d=t.substring(c+9,u);n=this.saveTextToParentTag(n,r,this.readonlyMatcher);let m=this.parseTextData(d,r.tagname,this.readonlyMatcher,!0,!1,!0,!0);m==null&&(m=""),s.cdataPropName?r.add(s.cdataPropName,[{[s.textNodeName]:d}]):r.add(s.textNodeName,m),c=u+2}else{let u=aN(t,c,s.removeNSPrefix);if(!u){let S=t.substring(Math.max(0,c-50),Math.min(a,c+50));throw new Error(`readTagExp returned undefined at position ${c}. Context: "${S}"`)}let d=u.tagName,m=u.rawTagName,p=u.tagExp,h=u.attrExpPresent,f=u.closeIndex;if({tagName:d,tagExp:p}=oN(s.transformTagName,d,p,s),s.strictReservedNames&&(d===s.commentPropName||d===s.cdataPropName||d===s.textNodeName||d===s.attributesGroupName))throw new Error(`Invalid tag name: ${d}`);r&&n&&r.tagname!=="!xml"&&(n=this.saveTextToParentTag(n,r,this.readonlyMatcher,!1));let C=r;C&&s.unpairedTagsSet.has(C.tagname)&&(r=this.tagsNodeStack.pop(),this.matcher.pop());let y=!1;p.length>0&&p.lastIndexOf("/")===p.length-1&&(y=!0,d[d.length-1]==="/"?(d=d.substr(0,d.length-1),p=d):p=p.substr(0,p.length-1),h=d!==p);let E=null,I={},B;B=rge(m),d!==e.tagname&&this.matcher.push(d,{},B),d!==p&&h&&(E=this.buildAttributesMap(p,this.matcher,d),E&&(I=tge(E,s))),d!==e.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());let b=c;if(this.isCurrentNodeStopNode){let S="";if(y)c=u.closeIndex;else if(s.unpairedTagsSet.has(d))c=u.closeIndex;else{let pe=this.readStopNodeData(t,m,f+1);if(!pe)throw new Error(`Unexpected end of ${m}`);c=pe.i,S=pe.tagContent}let F=new Cr(d);E&&(F[":@"]=E),F.add(s.textNodeName,S),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(r,F,this.readonlyMatcher,b)}else{if(y){({tagName:d,tagExp:p}=oN(s.transformTagName,d,p,s));let S=new Cr(d);E&&(S[":@"]=E),this.addChild(r,S,this.readonlyMatcher,b),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else if(s.unpairedTagsSet.has(d)){let S=new Cr(d);E&&(S[":@"]=E),this.addChild(r,S,this.readonlyMatcher,b),this.matcher.pop(),this.isCurrentNodeStopNode=!1,c=u.closeIndex;continue}else{let S=new Cr(d);if(this.tagsNodeStack.length>s.maxNestedTags)throw new Error("Maximumnestedtagsexceeded");this.tagsNodeStack.push(r),E&&(S[":@"]=E),this.addChild(r,S,this.readonlyMatcher,b),r=S}n="",c=f}}}else n+=t[c];return e.child},"parse
${c}:${decodeURIComponent(i[c])}`}returnn}};varje=classextendsva{static{o(this,"StorageSharedKeyCredential")}accountName;accountKey;constructor(e,r){super(),this.accountName=e,this.accountKey=Buffer.from(r,"base64")}create(e,r){returnnewvd(e,r,this)}computeHMACSHA256(e){return(0,gJ.createHmac)("sha256",this.accountKey).update(e,"utf8").digest("base64")}};varEt=Qs("storage-common");varCn;(function(t){t[t.EXPONENTIAL=0]="EXPONENTIAL",t[t.FIXED=1]="FIXED"})(Cn||(Cn={}));varwo={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:Cn.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:void0},Mge=newVr("The operation was aborted."),Dd=classextendsSs{static{o(this,"StorageRetryPolicy")}retryOptions;constructor(e,r,n=wo){super(e,r),this.retryOptions={retryPolicyType:n.retryPolicyType?n.retryPolicyType:wo.retryPolicyType,maxTries:n.maxTries&&n.maxTries>=1?Math.floor(n.maxTries):wo.maxTries,tryTimeoutInMs:n.tryTimeoutInMs&&n.tryTimeoutInMs>=0?n.tryTimeoutInMs:wo.tryTimeoutInMs,retryDelayInMs:n.retryDelayInMs&&n.retryDelayInMs>=0?Math.min(n.retryDelayInMs,n.maxRetryDelayInMs?n.maxRetryDelayInMs:wo.maxRetryDelayInMs):wo.retryDelayInMs,maxRetryDelayInMs:n.maxRetryDelayInMs&&n.maxRetryDelayInMs>=0?n.maxRetryDelayInMs:wo.maxRetryDelayInMs,secondaryHost:n.secondaryHost?n.secondaryHost:wo.secondaryHost}}asyncsendRequest(e){returnthis.attemptSendRequest(e,!1,1)}asyncattemptSendRequest(e,r,n){lets=e.clone(),i=r||!this.retryOptions.secondaryHost||!(e.method==="GET"||e.method==="HEAD"||e.method==="OPTIONS")||n%2===1;i||(s.url=Ug(s.url,this.retryOptions.secondaryHost)),this.retryOptions.tryTimeoutInMs&&(s.url=bo(s.url,wi.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString()));leta;try{if(Et.info(`RetryPolicy: =====> Try=${n}${i?"Primary":"Secondary"}`),a=awaitthis._nextPolicy.sendRequest(s),!this.shouldRetry(i,n,a))returna;r=r||!i&&a.status===404}catch(c){if(Et.error(`RetryPolicy: Caught error, message: ${c.message}, code: ${c.code}`),!this.shouldRetry(i,n,a,c))throwc}returnawaitthis.delay(i,n,e.abortSignal),this.attemptSendRequest(e,r,++n)}shouldRetry(e,r,n,s){if(r>=this.retryOptions.maxTries)returnEt.info(`RetryPolicy: Attempt(s) ${r} >= maxTries ${this.retryOptions.maxTries}, no further try.`),!1;leti=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(s){for(letaofi)if(s.name.toUpperCase().includes(a)||s.message.toUpperCase().includes(a)||s.code&&s.code.toString().toUpperCase()===a)returnEt.info(`RetryPolicy: Network error ${a} found, will retry.`),!0}if(n||s){leta=n?n.status:s?s.statusCode:0;if(!e&&a===404)returnEt.info("RetryPolicy: Secondary access with 404, will retry."),!0;if(a===503||a===500)returnEt.info(`RetryPolicy: Will retry for status code ${a}.`),!0}if(n&&n?.status>=400){leta=n.headers.get(Z.X_MS_CopySourceErrorCode);if(a!==void0)switch(a){case"InternalError":case"OperationTimedOut":case"ServerBusy":return!0}}returns?.code==="PARSE_ERROR"&&s?.message.startsWith('Error "Error: Unclosed root tag')?(Et.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry."),!0):!1}asyncdelay(e,r,n){lets=0;if(e)switch(this.retryOptions.retryPolicyType){caseCn.EXPONENTIAL:s=Math.min((Math.pow(2,r-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;caseCn.FIXED:s=this.retryOptions.retryDelayInMs;break}elses=Math.random()*1e3;returnEt.info(`RetryPolicy: Delay for ${s}ms`),Hg(s,n,Mge)}};varkd=class{static{o(this,"StorageRetryPolicyFactory")}retryOptions;constructor(e){this.retryOptions=e}create(e,r){returnnewDd(e,r,this.retryOptions)}};varLge="storageBrowserPolicy";functionyJ(){return{name:Lge,asyncsendRequest(t,e){returnBe||((t.method==="GET"||t.method==="HEAD")&&(t.url=bo(t.url,wi.Parameters.FORCE_BROWSER_NO_CACHE,newDate().getTime().toString())),t.headers.delete(Z.COOKIE),t.headers.delete(Z.CONTENT_LENGTH)),e(t)}}}o(yJ,"storageBrowserPolicy");var_ge="StorageCorrectContentLengthPolicy";functionEJ(){functiont(e){e.body&&(typeof
`}),c}o(n,"getCanonicalizedHeadersString");function s(i){let a=Og(i.url)||"/",c="";c+=`/${t.accountName}${a}`;let l=qg(i.url),A={};if(l){let u=[];for(let d in l)if(Object.prototype.hasOwnProperty.call(l,d)){let m=d.toLowerCase();A[m]=l[d],u.push(m)}u.sort();for(let d of u)c+=`
`),i=e.computeHMACSHA256(s);return{sasQueryParameters:new$n(t.version,i,n,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:s}}o(YEe,"generateBlobSASQueryParameters20150405");functionVEe(t,e){if(t=Oa(t),!t.identifier&&!(t.permissions&&t.expiresOn))thrownewRangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");letr="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));lets;t.permissions&&(t.blobName?s=Ys.parse(t.permissions.toString()).toString():s=Vs.parse(t.permissions.toString()).toString());leti=[s||"",t.startsOn?Qe(t.startsOn,!1):"",t.expiresOn?Qe(t.expiresOn,!1):"",Ua(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Wn(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:new$n(t.version,a,s,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:i}}o(VEe,"generateBlobSASQueryParameters20181109");functionJEe(t,e){if(t=Oa(t),!t.identifier&&!(t.permissions&&t.expiresOn))thrownewRangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");letr="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));lets;t.permissions&&(t.blobName?s=Ys.parse(t.permissions.toString()).toString():s=Vs.parse(t.permissions.toString()).toString());leti=[s||"",t.startsOn?Qe(t.startsOn,!1):"",t.expiresOn?Qe(t.expiresOn,!1):"",Ua(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Wn(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:new$n(t.version,a,s,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,void0,void0,void0,t.encryptionScope),stringToSign:i}}o(JEe,"generateBlobSASQueryParameters20201206");functionWEe(t,e){if(t=Oa(t),!t.permissions||!t.expiresOn)thrownewRangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");letr="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));lets;t.permissions&&(t.blobName?s=Ys.parse(t.permissions.toString()).toString():s=Vs.parse(t.permissions.toString()).toString());leti=[s||"",t.startsOn?Qe(t.startsOn,!1):"",t.expiresOn?Qe(t.expiresOn,!1):"",Ua(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Qe(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Qe(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.ipRange?Wn(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:new$n(t.version,a,s,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey),stringToSign:i}}o(WEe,"generateBlobSASQueryParametersUDK20181109");function$Ee(t,e){if(t=Oa(t),!t.permissions||!t.expiresOn)thrownewRangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");letr="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));lets;t.permissions&&(t.blobName?s=Ys.parse(t.permissions.toString()).toString():s=Vs.parse(t.permissions.toString()).toString());leti=[s||"",t.startsOn?Qe(t.startsOn,!1):"",t.expiresOn?Qe(t.expiresOn,!1):"",Ua(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Qe(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Qe(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void0,t.correlationId,t.ipRange?Wn(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:new$n(t.version,a,s,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId),stringToSign:i}}o($Ee,"generateBlobSASQueryParametersUDK20200210");functionjEe(t,e){if(t=Oa(t),!t.permissions||!t.expiresOn)thrownewRangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");letr="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));lets;t.permissions&&(t.blobName?s=Ys.parse(t.permissions.toString()).toString():s=Vs.parse(t.permissions.toString()).toString());leti=[s||"",t.startsOn?Qe(t.startsOn,!1):"",t.expiresOn?Qe(t.expiresOn,!1):"",Ua(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Qe(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Qe(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void0,t.correlationId,t.ipRange?Wn(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:new$n(t.version,a,s,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope),stringToSign:i}}o(jEe,"generateBlobSASQueryParametersUDK20201206");functionKEe(t,e){if(t=Oa(t),!t.permissions||!t.expiresOn)thrownewRangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");letr="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));lets;t.permissions&&(t.blobName?s=Ys.parse(t.permissions.toString()).toString():s=Vs.parse(t.permissions.toString()).toString());leti=[s||"",t.startsOn?Qe(t.startsOn,!1):"",t.expiresOn?Qe(t.expiresOn,!1):"",Ua(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Qe(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Qe(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void0,t.correlationId,void0,t.delegatedUserObjectId,t.ipRange?Wn(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:new$n(t.version,a,s,void0,void0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope,t.delegatedUserObjectId),stringToSign:i}}o(KEe,"generateBlobSASQueryParametersUDK20250705");functionUa(t,e,r){letn=[`/blob/${t}/${e}`];returnr&&n.push(`/${r}`),n.join("")}o(Ua,"getCanonicalName");functionOa(t){lete=t.version?t.version:Vg;if(t.snapshotTime&&e<"2018-11-09")throwRangeError("'version' must be >= '2018-11-09' when providing 'snapshotTime'.");if(t.blobName===void0&&t.snapshotTime)throwRangeError("Must provide 'blobName' when providing 'snapshotTime'.");if(t.versionId&&e<"2019-10-10")throwRangeError("'version' must be >= '2019-10-10' when providing 'versionId'.");if(t.blobName===void0&&t.versionId)throwRangeError("Must provide 'blobName' when providing 'versionId'.");if(t.permissions&&t.permissions.setImmutabilityPolicy&&e<"2020-08-04")throwRangeError("'version' must be >= '2020-08-04' when provided 'i' permission.");if(t.permissions&&t.permissions.deleteVersion&&e<"2019-10-10")throwRangeError("'version' must be >= '2019-10-10' when providing 'x' permission.");if(t.permissions&&t.permissions.permanentDelete&&e<"2019-10-10")throwRangeError("'version' must be >= '2019-10-10' when providing 'y' permission.");if(t.permissions&&t.permissions.tag&&e<"2019-12-12")throwRangeError("'version' must be >= '2019-12-12' when providing 't' permission.");if(e<"2020-02-10"&&t.permissions&&(t.permissions.move||t.permissions.execute))throwRangeError("'version' must be >= '2020-02-10' when providing the 'm' or 'e' permission.");if(e<"2021-04-10"&&t.permissions&&t.permissions.filterByTags)throwRangeError("'version' must be >= '2021-04-10' when providing the 'f' permission.");if(e<"2020-02-10"&&(t.preauthorizedAgentObjectId||t.correlationId))throwRangeError("'version' must be >= '2020-02-10' when providing 'preauthorizedAgentObjectId' or 'correlationId'.");if(t.encryptionScope&&e<"2020-12-06")throwRangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.");returnt.version=e,t}o(Oa,"SASSignatureValuesSanityCheckAndAutofill");varVd=class{static{o(this,"BlobLeaseClient")}_leaseId;_url;_containerOrBlobOperation;_isContainer;getleaseId(){returnthis._leaseId}geturl(){returnthis._url}constructor(e,r){letn=e.storageClientContext;this._url=e.url,e.name===void0?(this._isContainer=!0,this._containerOrBlobOperation=n.container):(this._isContainer=!1,this._containerOrBlobOperation=n.blob),r||(r=xl()),this._leaseId=r}asyncacquireLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==Gn||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==Gn||r.conditions?.tagConditions))thrownewRangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");returnq.withSpan("BlobLeaseClient-acquireLease",r,asyncn=>Y(awaitthis._containerOrBlobOperation.acquireLease({abortSignal:r.abortSignal,duration:e,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},proposedLeaseId:this._leaseId,tracingOptions:n.tracingOptions})))}asyncchangeLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==Gn||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==Gn||r.conditions?.tagConditions))thrownewRangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");returnq.withSpan("BlobLeaseClient-changeLease",r,asyncn=>{lets=Y(awaitthis._containerOrBlobOperation.changeLease(this._leaseId,e,{abortSignal:r.abortSignal,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},tracingOptions:n.tracingOptions}));returnthis._leaseId=e,s})}asyncreleaseLease(e={}){if(this._isContainer&&(e.conditions?.ifMat
Ifyouareusingself-hostedrunners,pleasemakesureyourrunnerhasaccesstoallGitHubendpoints:https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github`;super(r),this.code=e,this.name="NetworkError"}};Gl.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var Ga=class extends Error{static{o(this,"UsageError")}constructor(){super(`Cache storage quota has been hit. Unable to upload any new cache entries.
Moreinfoonstoragelimits:https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`),this.name="UsageError"}};Ga.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var rm=class extends Error{static{o(this,"RateLimitError")}constructor(e){super(e),this.name="RateLimitError"}};var aIe=function(t,e,r,n){function s(i){return i instanceof r?i:new r(function(a){a(i)})}return o(s,"adopt"),new(r||(r=Promise))(function(i,a){function c(u){try{A(n.next(u))}catch(d){a(d)}}o(c,"fulfilled");function l(u){try{A(n.throw(u))}catch(d){a(d)}}o(l,"rejected");function A(u){u.done?i(u.value):s(u.value).then(c,l)}o(A,"step"),A((n=n.apply(t,e||[])).next())})},dP=class{static{o(this,"UploadProgress")}constructor(e){this.contentLength=e,this.sentBytes=0,this.displayedComplete=!1,this.startTime=Date.now()}setSentBytes(e){this.sentBytes=e}getTransferredBytes(){return this.sentBytes}isDone(){return this.getTransferredBytes()===this.contentLength}display(){if(this.displayedComplete)return;let e=this.sentBytes,r=(100*(e/this.contentLength)).toFixed(1),n=Date.now()-this.startTime,s=(e/(1024*1024)/(n/1e3)).toFixed(1);me(`Sent ${e} of ${this.contentLength} (${r}%), ${s} MBs/sec`),this.isDone()&&(this.displayedComplete=!0)}onProgress(){return e=>{this.setSentBytes(e.loadedBytes)}}startDisplayTimer(e=1e3){let r=o(()=>{this.display(),this.isDone()||(this.timeoutHandle=setTimeout(r,e))},"displayCallback");this.timeoutHandle=setTimeout(r,e)}stopDisplayTimer(){this.timeoutHandle&&(clearTimeout(this.timeoutHandle),this.timeoutHandle=void 0),this.display()}};function T4(t,e,r){return aIe(this,void 0,void 0,function*(){var n;let s=new Mi(t),i=s.getBlockBlobClient(),a=new dP((n=r?.archiveSizeBytes)!==null&&n!==void 0?n:0),c={blockSize:r?.uploadChunkSize,concurrency:r?.uploadConcurrency,maxSingleShotSize:128*1024*1024,onProgress:a.onProgress()};try{a.startDisplayTimer(),w(`BlobClient: ${s.name}:${s.accountName}:${s.containerName}`);let l=yield i.uploadFile(e,c);if(l._response.status>=400)throw new Ky(`uploadCacheArchiveSDK: upload failed with status code ${l._response.status}`);return l}catch(l){throw gt(`uploadCacheArchiveSDK: internal error uploading cache archive: ${l.message}`),l}finally{a.stopDisplayTimer()}})}o(T4,"uploadCacheArchiveSDK");var L4=Q(require("buffer"),1),Js=Q(require("fs"),1),_4=Q(require("stream"),1),F4=Q(require("util"),1);var Xy=function(t,e,r,n){function s(i){return i instanceof r?i:new r(function(a){a(i)})}return o(s,"adopt"),new(r||(r=Promise))(function(i,a){function c(u){try{A(n.next(u))}catch(d){a(d)}}o(c,"fulfilled");function l(u){try{A(n.throw(u))}catch(d){a(d)}}o(l,"rejected");function A(u){u.done?i(u.value):s(u.value).then(c,l)}o(A,"step"),A((n=n.apply(t,e||[])).next())})};function Zy(t){return t?t>=200&&t<300:!1}o(Zy,"isSuccessStatusCode");function cIe(t){return t?t>=500:!0}o(cIe,"isServerErrorStatusCode");function lIe(t){return t?[$e.BadGateway,$e.ServiceUnavailable,$e.GatewayTimeout].includes(t):!1}o(lIe,"isRetryableStatusCode");function AIe(t){return Xy(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}o(AIe,"sleep");function M4(t,e,r){return Xy(this,arguments,void 0,function*(n,s,i,a=Bf,c=Qf,l=void 0){let A="",u=1;for(;u<=a;){let d,m,p=!1;try{d=yield s()}catch(h){l&&(d=l(h)),p=!0,A=h.message}if(d&&(m=i(d),!cIe(m)))return d;if(m&&(p=lIe(m),A=`Cache service responded with ${m}`),w(`${n} - Attempt ${u} of ${a} failed with error: ${A}`),!p){w(`${n} - Error is not retryable`);break}yield AIe(c),u++}throw Error(`${n} failed: ${A}`)})}o(M4,"retry");function nm(t,e){return Xy(this,arguments,void 0,function*(r,n,s=Bf,i=Qf){return yield M4(r,n,a=>a.statusCode,s,i,a=>{if(a instanceof Es)return{statusCode:a.statusCode,result:null,headers:{},error:a}})})}o(nm,"retryTypedResponse");function Yl(t,e){return Xy(this,arguments,void 0,function*(r,n,s=Bf,i=Qf){return yield M4(r,n,a=>a.message.statusCode,s,i)})}o(Yl,"retryHttpClientResponse");var bn=function(t,e,r,n){function s(i){return i instanceof r?i:new r(function(a){a(i)})
Othercacheswithsimilarkey:`);for(let c of i?.artifactCaches||[])w(`CacheKey:${c?.cacheKey},CacheVersion:${c?.cacheVersion},CacheScope:${c?.scope},CacheCreated:${c?.creationTime}`)}}})}o(yIe,"printCachesListForDiagnostics");function gP(t,e,r){return xr(this,void 0,void 0,function*(){let n=new K4.URL(t),s=H4(r);n.hostname.endsWith(".blob.core.windows.net")?s.useAzureSdk?yield O4(t,e,s):s.concurrentBlobDownloads?yield U4(t,e,s):yield tE(t,e):yield tE(t,e)})}o(gP,"downloadCache");function Z4(t,e,r){return xr(this,void 0,void 0,function*(){let n=fP(),s=hl(e,r?.compressionMethod,r?.enableCrossOsArchive),i={key:t,version:s,cacheSize:r?.cacheSize};return yield nm("reserveCache",()=>xr(this,void 0,void 0,function*(){return n.postJson(im("caches"),i)}))})}o(Z4,"reserveCache");function j4(t,e){return`bytes${t}-${e}/*`}o(j4,"getContentRange");function EIe(t,e,r,n,s){return xr(this,void 0,void 0,function*(){w(`Uploading chunk of size ${s-n+1} bytes at offset ${n} with content range: ${j4(n,s)}`);let i={"Content-Type":"application/octet-stream","Content-Range":j4(n,s)},a=yield Yl(`uploadChunk (start: ${n}, end: ${s})`,()=>xr(this,void 0,void 0,function*(){return t.sendStream("PATCH",e,r(),i)}));if(!Zy(a.message.statusCode))throw new Error(`Cache service responded with ${a.message.statusCode} during upload chunk.`)})}o(EIe,"uploadChunk");function CIe(t,e,r,n){return xr(this,void 0,void 0,function*(){let s=ys(r),i=im(`caches/${e.toString()}`),a=Vl.openSync(r,"r"),c=mP(n),l=Ob("uploadConcurrency",c.uploadConcurrency),A=Ob("uploadChunkSize",c.uploadChunkSize),u=[...new Array(l).keys()];w("Awaiting all uploads");let d=0;try{yield Promise.all(u.map(()=>xr(this,void 0,void 0,function*(){for(;d<s;){let m=Math.min(s-d,A),p=d,h=d+m-1;d+=A,yield EIe(t,i,()=>Vl.createReadStream(r,{fd:a,start:p,end:h,autoClose:!1}).on("error",f=>{throw new Error(`Cache upload failed because file read failed with ${f.message}`)}),p,h)}})))}finally{Vl.closeSync(a)}})}o(CIe,"uploadFile");function IIe(t,e,r){return xr(this,void 0,void 0,function*(){let n={size:r};return yield nm("commitCache",()=>xr(this,void 0,void 0,function*(){return t.postJson(im(`caches/${e.toString()}`),n)}))})}o(IIe,"commitCache");function yP(t,e,r,n){return xr(this,void 0,void 0,function*(){if(mP(n).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield T4(r,e,n)}else{let i=fP();w("Upload cache"),yield CIe(i,t,e,n),w("Commiting cache");let a=ys(e);me(`Cache Size: ~${Math.round(a/(1024*1024))} MB (${a} B)`);let c=yield IIe(i,t,a);if(!Zy(c.statusCode))throw new Error(`Cache service responded with ${c.statusCode} during commit cache.`);me("Cache saved successfully")}})}o(yP,"saveCache");var JW=Q(OW(),1),ut=Q(At(),1),Xr=Q(At(),1),$a=Q(At(),1),ja=Q(At(),1),Ka=Q(At(),1);var dv=Q(At(),1),mv=Q(At(),1),GW=Q(At(),1),YW=Q(At(),1),VW=Q(At(),1);var lv=Q(At(),1),Av=Q(At(),1),qW=Q(At(),1),HW=Q(At(),1),zW=Q(At(),1);var uv=class extends zW.MessageType{static{o(this,"CacheScope$Type")}constructor(){super("github.actions.results.entities.v1.CacheScope",[{no:1,name:"scope",kind:"scalar",T:9},{no:2,name:"permission",kind:"scalar",T:3}])}create(e){let r={scope:"",permission:"0"};return globalThis.Object.defineProperty(r,HW.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,qW.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,s){let i=s??this.create(),a=e.pos+r;for(;e.pos<a;){let[c,l]=e.tag();switch(c){case 1:i.scope=e.string();break;case 2:i.permission=e.int64().toString();break;default:let A=n.readUnknownField;if(A==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${l}) for ${this.typeName}`);let u=e.skip(l);A!==!1&&(A===!0?Av.UnknownFieldHandler.onRead:A)(this.typeName,i,c,l,u)}}return i}internalBinaryWrite(e,r,n){e.scope!==""&&r.tag(1,lv.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,lv.WireType.Varint).int64(e.permission);let s=n.writeUnknownFields;return s!==!1&&(s==!0?Av.UnknownFieldHandler.onWrite:s)(this.typeName,e,r),r}},HE=new uv;var pv=class extends VW.MessageType{static{o(this
`));let n=yield Rv(r,"create");yield Pv(n,t)})}o(Dv,"createTar");var cA=function(t,e,r,n){function s(i){return i instanceof r?i:new r(function(a){a(i)})}return o(s,"adopt"),new(r||(r=Promise))(function(i,a){function c(u){try{A(n.next(u))}catch(d){a(d)}}o(c,"fulfilled");function l(u){try{A(n.throw(u))}catch(d){a(d)}}o(l,"rejected");function A(u){u.done?i(u.value):s(u.value).then(c,l)}o(A,"step"),A((n=n.apply(t,e||[])).next())})},Xn=class t extends Error{static{o(this,"ValidationError")}constructor(e){super(e),this.name="ValidationError",Object.setPrototypeOf(this,t.prototype)}},Xa=class t extends Error{static{o(this,"ReserveCacheError")}constructor(e){super(e),this.name="ReserveCacheError",Object.setPrototypeOf(this,t.prototype)}},kv="cache write denied:",VE=class t extends Xa{static{o(this,"CacheWriteDeniedError")}constructor(e){super(e),this.name="CacheWriteDeniedError",Object.setPrototypeOf(this,t.prototype)}},KW=xf,JE=class t extends Error{static{o(this,"CacheReadDeniedError")}constructor(e){super(e),this.name="CacheReadDeniedError",Object.setPrototypeOf(this,t.prototype)}},WE=class t extends Error{static{o(this,"FinalizeCacheError")}constructor(e){super(e),this.name="FinalizeCacheError",Object.setPrototypeOf(this,t.prototype)}};function XW(t){if(!t||t.length===0)throw new Xn("Path Validation Error: At least one directory or file path is required")}o(XW,"checkPaths");function Tv(t){if(t.length>512)throw new Xn(`Key Validation Error: ${t} cannot be larger than 512 characters.`);if(!/^[^,]*$/.test(t))throw new Xn(`Key Validation Error: ${t} cannot contain commas.`)}o(Tv,"checkKey");function Mv(){return sm()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}o(Mv,"isFeatureAvailable");function ZW(t,e,r,n){return cA(this,arguments,void 0,function*(s,i,a,c,l=!1){let A=sm();w(`Cache service version: ${A}`),XW(s);let u=hP();if(!G4(u)){me(`Cache restore skipped: the effective cache-mode '${u}' does not permit reads.`),w(`Skipped restore for paths [${s.join(", ")}] with primary key '${i}'.`);return}return A==="v2"?yield LQe(s,i,a,c,l):yield MQe(s,i,a,c,l)})}o(ZW,"restoreCache");function MQe(t,e,r,n){return cA(this,arguments,void 0,function*(s,i,a,c,l=!1){var A;a=a||[];let u=[i,...a];if(w("Resolved Keys:"),w(JSON.stringify(u)),u.length>10)throw new Xn("Key Validation Error: Keys are limited to a maximum of 10.");for(let p of u)Tv(p);let d=yield nd(),m="";try{let p;try{p=yield X4(u,s,{compressionMethod:d,enableCrossOsArchive:l})}catch(f){let C=(A=f?.message)!==null&&A!==void 0?A:"";throw C.includes(KW)?new JE(C):f}if(!p?.archiveLocation)return;if(c?.lookupOnly)return me("Lookup only - skipping download"),p.cacheKey;m=Im.join(yield td(),go(d)),w(`Archive Path: ${m}`),yield gP(p.archiveLocation,m,c),ma()&&(yield Cm(m,d));let h=ys(m);return me(`Cache Size: ~${Math.round(h/(1024*1024))} MB (${h} B)`),yield vv(m,d),me("Cache restored successfully"),p.cacheKey}catch(p){let h=p;if(h.name===Xn.name)throw p;h instanceof Es&&typeof h.statusCode=="number"&&h.statusCode>=500?il(`Failed to restore: ${p.message}`):gt(`Failed to restore: ${p.message}`)}finally{try{yield rd(m)}catch(p){w(`Failed to delete archive: ${p}`)}}})}o(MQe,"restoreCacheV1");function LQe(t,e,r,n){return cA(this,arguments,void 0,function*(s,i,a,c,l=!1){var A;c=Object.assign(Object.assign({},c),{useAzureSdk:!0}),a=a||[];let u=[i,...a];if(w("Resolved Keys:"),w(JSON.stringify(u)),u.length>10)throw new Xn("Key Validation Error: Keys are limited to a maximum of 10.");for(let m of u)Tv(m);let d="";try{let m=Sv(),p=yield nd(),h={key:i,restoreKeys:a,version:hl(s,p,l)},f;try{f=yield m.GetCacheEntryDownloadURL(h)}catch(E){let I=(A=E?.message)!==null&&A!==void 0?A:"";throw I.includes(KW)?new JE(I):E}if(!f.ok){w(`Cache not found for version ${h.version} of keys: ${u.join(", ")}`);return}if(h.key!==f.matchedKey?me(`Cache hit for restore-key: ${f.matchedKey}`):me(`Cache hit for: ${f.matchedKey}`),c?.lookupOnly)return me("Lookup only - skipping download"),f.matchedKey;d=Im.join(yield td(),go(p)),w(`Archive path: ${d}`),w(`Starting download of archive to: ${d}`),yi
`,a).length:d,A?(c===null?0:c.length)+l.length:0,A?l.length+d:0);return m<p},"__needMoreData"),parse:o(function(n,s,i,a){let{bom:c,comment_no_infix:l,delimiter_auto:A,encoding:u,from_line:d,ltrim:m,max_record_size:p,raw:h,relax_quotes:f,rtrim:C,skip_empty_lines:y,to:E,to_line:I}=this.options,{comment:B,escape:b,quote:S,record_delimiter:F}=this.options,{bomSkipped:pe,delimiterDiscovered:ye,delimiterBufPrevious:Ee,rawBuffer:xe,escapeIsQuote:ie}=this.state;if(!ye&&A){let be;if(Ee===void 0?be=n:Ee!==void 0&&n===void 0?be=Ee:be=Buffer.concat([Ee,n]),n=void 0,s||be.length>A.size)this.options.delimiter=[Buffer.from(f5(be,this.options.delimiter_auto))],this.state.previousBuf=be,this.state.delimiterBufPrevious=void 0,this.state.delimiterDiscovered=!0;else{this.state.delimiterBufPrevious=be;return}}let{previousBuf:ve}=this.state,ee;if(ve===void 0)if(n===void 0){a();return}else ee=n;else ve!==void 0&&n===void 0?ee=ve:ee=Buffer.concat([ve,n]);if(pe===!1)if(c===!1)this.state.bomSkipped=!0;else if(ee.length<3){if(s===!1){this.state.previousBuf=ee;return}}else{for(let be in QA)if(QA[be].compare(ee,0,QA[be].length)===0){let ts=QA[be].length;this.state.bufBytesStart+=ts,ee=ee.slice(ts);let Hi=BA({...this.original_options,encoding:be});for(let Je in Hi)this.options[Je]=Hi[Je];({comment:B,escape:b,quote:S}=this.options);break}this.state.bomSkipped=!0}let Yt=ee.length,H;for(H=0;H<Yt&&!this.__needMoreData(H,Yt,s);H++){if(this.state.wasRowDelimiter===!0&&(this.info.lines++,this.state.wasRowDelimiter=!1),I!==-1&&this.info.lines>I){this.state.stop=!0,a();return}this.state.quoting===!1&&F.length===0&&this.__autoDiscoverRecordDelimiter(ee,H)&&(F=this.options.record_delimiter);let be=ee[H];if(h===!0&&xe.append(be),(be===Zwe||be===eNe)&&this.state.wasRowDelimiter===!1&&(this.state.wasRowDelimiter=!0),this.state.escaping===!0)this.state.escaping=!1;else{if(b!==null&&this.state.quoting===!0&&this.__isEscape(ee,H,be)&&H+b.length<Yt)if(ie){if(this.__isQuote(ee,H+b.length)){this.state.escaping=!0,H+=b.length-1;continue}}else{this.state.escaping=!0,H+=b.length-1;continue}if(this.state.commenting===!1&&this.__isQuote(ee,H))if(this.state.quoting===!0){let Je=ee[H+S.length],rs=C&&this.__isCharTrimable(ee,H+S.length),Sr=B!==null&&this.__compareBytes(B,ee,H+S.length,Je),_o=this.__isDelimiter(ee,H+S.length,Je),Om=F.length===0?this.__autoDiscoverRecordDelimiter(ee,H+S.length):this.__isRecordDelimiter(Je,ee,H+S.length);if(b!==null&&this.__isEscape(ee,H,be)&&this.__isQuote(ee,H+b.length))H+=b.length-1;else if(!Je||_o||Om||Sr||rs){this.state.quoting=!1,this.state.wasQuoting=!0,H+=S.length-1;continue}else if(f===!1){let qD=this.__error(new Ae("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got "${String.fromCharCode(Je)}"`,`at line ${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(qD!==void 0)return qD}else this.state.quoting=!1,this.state.wasQuoting=!0,this.state.field.prepend(S),H+=S.length-1}else if(this.state.field.length!==0){if(f===!1){let Je=this.__infoField(),rs=Object.keys(QA).map(_o=>QA[_o].equals(this.state.field.toString())?_o:!1).filter(Boolean)[0],Sr=this.__error(new Ae("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`a quote is found on field ${JSON.stringify(Je.column)} at line ${Je.lines}, value is ${JSON.stringify(this.state.field.toString(u))}`,rs?`(${rs} bom)`:void 0],this.options,Je,{field:this.state.field}));if(Sr!==void 0)return Sr}}else{this.state.quoting=!0,H+=S.length-1;continue}if(this.state.quoting===!1){let Je=this.__isRecordDelimiter(be,ee,H);if(Je!==0){if(this.state.commenting&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0)this.info.comment_lines++;else{if(this.state.enabled===!1&&this.info.lines+(this.state.wasRowDelimiter===!0?1:0)>=d){this.state.enabled=!0,this.__resetField(),this.__resetRecord(),H+=Je-1;continue}if(y===!0&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0){this.info.empty_lines++,H+=Je-1;continue}this.info.bytes=this.state.bufBytesSta