varg5=Object.create;varHm=Object.defineProperty;vary5=Object.getOwnPropertyDescriptor;varE5=Object.getOwnPropertyNames;varC5=Object.getPrototypeOf,I5=Object.prototype.hasOwnProperty;varo=(t,e)=>Hm(t,"name",{value:e,configurable:!0});varg=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),B5=(t,e)=>{for(varrine)Hm(t,r,{get:e[r],enumerable:!0})},Q5=(t,e,r,n)=>{if(e&&typeofe=="object"||typeofe=="function")for(letsofE5(e))!I5.call(t,s)&&s!==r&&Hm(t,s,{get:()=>e[s],enumerable:!(n=y5(e,s))||n.enumerable});returnt};varQ=(t,e,r)=>(r=t!=null?g5(C5(t)):{},Q5(e||!t||!t.__esModule?Hm(r,"default",{value:t,enumerable:!0}):r,t));varVD=g(ic=>{"use strict";varc0e=require("net"),N5=require("tls"),qC=require("http"),zD=require("https"),S5=require("events"),l0e=require("assert"),R5=require("util");ic.httpOverHttp=P5;ic.httpsOverHttp=v5;ic.httpOverHttps=D5;ic.httpsOverHttps=k5;functionP5(t){vare=newni(t);returne.request=qC.request,e}o(P5,"httpOverHttp");functionv5(t){vare=newni(t);returne.request=qC.request,e.createSocket=GD,e.defaultPort=443,e}o(v5,"httpsOverHttp");functionD5(t){vare=newni(t);returne.request=zD.request,e}o(D5,"httpOverHttps");functionk5(t){vare=newni(t);returne.request=zD.request,e.createSocket=GD,e.defaultPort=443,e}o(k5,"httpsOverHttps");functionni(t){vare=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||qC.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",o(function(n,s,i,a){for(varc=YD(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");R5.inherits(ni,S5.EventEmitter);ni.prototype.addRequest=o(function(e,r,n,s){vari=this,a=HC({request:e},i.options,YD(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=HC({},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(ZT(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:Kj(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(!nM(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(oM,"extractBody");function AK(t,e=!1){return t instanceof ReadableStream&&(WI(!LA.isDisturbed(t),"The body has already been consumed."),WI(!t.locked,"The stream is locked.")),oM(t,e)}o(AK,"safelyExtractBody");function uK(t,e){let[r,n]=e.stream.tee();return e.stream=r,{stream:n,length:e.length,source:e.source}}o(uK,"cloneBody");function dK(t){if(t.aborted)throw new DOMException("The operation was aborted.","AbortError")}o(dK,"throwIfAborted");function mK(t){return{blob(){return yc(this,r=>{let n=tM(this);return n===null?n="":n&&(n=aK(n)),new sK([r],{type:n})},t)},arrayBuffer(){return yc(this,r=>new Uint8Array(r).buffer,t)},text(){return yc(this,rM,t)},json(){return yc(this,hK,t)},formData(){return yc(this,r=>{let n=tM(this);if(n!==null)switch(n.essence){case"multipart/form-data":{let s=cK(r,n);if(s==="failure")throw new TypeError("Failed to parse body as FormData.");let i=new eM;return i[Ec]=s,i}case"application/x-www-form-urlencoded":{let s=new URLSearchParams(r.toString()),i=new eM;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(mK,"bodyMixinMethods");function pK(t){Object.assign(t.prototype,mK(t))}o(pK,"mixinBody");async function yc(t,e,r){if(nK.brandCheck(t,r),aM(t))throw new TypeError("Body is unusable: Body has already been read");dK(t[Ec]);let n=eK(),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 tK(t[Ec].body,i,s),n.promise)}o(yc,"consumeBody");function aM(t){let e=t[Ec].body;return e!=null&&(e.stream.locked||LA.isDisturbed(e.stream))}o(aM,"bodyUnusable");function hK(t){return JSON.parse(rM(t))}o(hK,"parseJSONFromBytes");function tM(t){let e=t[Ec].headersList,r=rK(e);return r==="failure"?null:r}o(tM,"bodyMimeType");cM.exports={extractBody:oM,safelyExtractBody:AK,cloneBody:uK,mixinBody:pK,streamRegistry:iM,hasFinalizationRegistry:sM,bodyUnusable:aM}});var xM=g((rNe,QM)=>{"use strict";var V=require("node:assert"),$=ce(),{channels:lM}=ac(),jI=vI(),{RequestContentLengthMismatchError:Ho,ResponseContentLengthMismatchError:AM,RequestAbortedError:yM,HeadersTimeoutError:fK,HeadersOverflowError:gK,SocketError:Ic,InformationalError:Bc,BodyTimeoutError:yK,HTTPParserError:EK,ResponseExceededMaxSizeError:CK}=ye(),{kUrl:EM,kReset:cr,kClient:Ep,kParser:Me,kBlocking:UA,kRunning:mt,kPending:CM,kSize:uM,kWriting:Vi,kQueue:vn,kNoRef:_A,kKeepAliveDefaultTimeout:IK,kHostHeader:BK,kPendingIdx:QK,kRunningIdx:sn,kError:Jt,kPipelining:Cp,kSocket:Go,kKeepAliveTimeoutValue:Bp,kMaxHeadersSize:KI,kKeepAliveMaxTimeout:xK,kKeepAliveTimeoutThreshold:bK,kHeadersTimeout:wK,kBodyTimeout:NK,kStrictContentLength:eB,kMaxRequests:dM,kCounter:SK,kMaxResponseSize:RK,kOnError:mM,kResume:li,kHTTPContext:IM}=Oe(),Pr=iT(),pM=Buffer.alloc(0),fp=Buffer[Symbol.species],gp=$.addListener,PK=$.removeAllListeners,Yo=Symbol("kIdleSocketValidation"),zo=Symbol("kIdleSocketValidationTimeout"),sB=Symbol("kSocketUsed"),XI;async function vK(){let t=process.env.JEST_WORKER_ID?TI():void 0,e;try{e=await WebAssembly.compile(cT())}c
`}return lM.sendHeaders.hasSubscribers&&lM.sendHeaders.publish({request:e,headers:f,socket:p}),!l||m===0?fM(h,null,t,e,p,u,f,d):$.isBuffer(l)?fM(h,l,t,e,p,u,f,d):$.isBlobLike(l)?typeof l.stream=="function"?gM(h,l.stream(),t,e,p,u,f,d):UK(h,l,t,e,p,u,f,d):$.isStream(l)?FK(h,l,t,e,p,u,f,d):$.isIterable(l)?gM(h,l,t,e,p,u,f,d):V(!1),!0}o(_K,"writeH1");function FK(t,e,r,n,s,i,a,c){V(i!==0||r[mt]===0,"stream body cannot be pipelined");let l=!1,A=new Qp({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 yM;queueMicrotask(()=>p(h))}},"onClose"),p=o(function(h){if(!l){if(l=!0,V(s.destroyed||s[Vi]&&r[mt]<=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(FK,"writeStream");function fM(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(fM,"writeBuffer");async function UK(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(UK,"writeBlob");async function gM(t,e,r,n,s,i,a,c){V(i!==0||r[mt]===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 Qp({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(gM,"writeIterable");var Qp=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[eB])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[eB])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[mt]<=1,"pipeline should only contain this request"),s(e))}};QM.exports=kK});var DM=g((sNe,vM)=>{"use strict";var on=require("node:assert"),{pipeline:OK}=require("node:stream"),de=ce(),{RequestContentLengthMismatchError:iB,RequestAbortedError:bM,SocketError:OA,InformationalError:oB}=ye(),{kUrl:xp,kReset:wp,kClient:xc,kRunning:Np,kPending:qK,kQueue:Ji,kPendingIdx:aB,kRunningIdx:Dn,kError:Tn,kSocket:wt,kStrictContentLength:HK,kOnError:cB,kMaxConcurrentStreams:PM,kHTTP2Session:kn,kResume:Wi,kSize:zK,kHTTPContext:GK}=Oe(),Ai=Symbol("open streams"),wM,NM=!1,bp;try{bp=require("node:http2")}catch{bp={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:YK,HTTP2_HEADER_METHOD:VK,HTTP2_HEADER_PATH:JK,HTTP2_HEADER_SCHEME:WK,HTTP2_HEADER_CONTENT_LENGTH:$K,HTTP2_HEADER_EXPECT:jK,HTTP2_HEADER_STATUS:KK}}=bp;function XK(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(XK,"parseH2Headers");async function ZK(t,e){t[wt]=e,NM||(NM=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let r=bp.connect(t[xp],{createConnection:o(()=>e,"createConnection"),peerMaxConcurrentStreams:t[PM]});r[Ai]=0,r[xc]=t,r[wt]=e,de.addListener(r,"error",tX),de.addListener(r,"frameError",rX),de.addListener(r,"end",nX),de.addListener(r,"goaway",sX),de.addListener(r,"close",function(){let{[xc]:s}=this,{[wt]:i}=s,a=this[wt][Tn]||this[Tn]||new OA("closed",de.getSocketInfo(i));if(s[kn]=null,s.destroyed){on(s[qK]===0);let c=s[Ji].splice(s[Dn]);for(let l=0;l<c.length;l++){let A=c[l];de.errorRequest(s,A,a)}}}),r.unref(),t[kn]=r,e[kn]=r,de.addListener(e,"error",function(s){on(s.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[Tn]=s,this[xc][cB](s)}),de.addListener(e,"end",function(){de.destroy(this,new OA("other side closed",de.getSocketInfo(this)))}),de.addListener(e,"close",function(){let s=this[Tn]||new OA("closed",de.getSocketInfo(this));t[wt]=null,this[kn]!=null&&this[kn].destroy(s),t[aB]=t[Dn],on(t[Np]===0),t.emit("disconnect",t[xp],[t],s),t[Wi]()});let n=!1;return e.on("close",()=>{n=!0}),{version:"h2",defaultPipelining:1/0,write(...s){return oX(t,...s)},resume(){eX(t)},destroy(s,i){n?queueMicrotask(i):e.destroy(s).on("close",i)},get destroyed(){return e.destroyed},busy(){return!1}}}o(ZK,"connectH2");function eX(t){let e=t[wt];e?.destroyed===!1&&(t[zK]===0&&t[PM]===0?(e.unref(),t[kn].unref()):(e.ref(),t[kn].ref()))}o(eX,"resumeH2");function tX(t){on(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[wt][Tn]=t,this[xc][cB](t)}o(tX,"onHttp2SessionError");function rX(t,e,r){if(r===0){let n=new oB(`HTTP/2: "frameError" received - type ${t}, code ${e}`);this[wt][Tn]=n,this[xc][cB](n)}}o(rX,"onHttp2FrameError");function nX(){let t=new OA("other side closed",de.getSocketInfo(this[wt]));this.destroy(t),de.destroy(this[wt],t)}o(nX,"onHttp2SessionEnd");function sX(t){let e=this[Tn]||new OA(`HTTP/2: "GOAWAY" frame received with code ${t}`,de.getSocketInfo(this)),r=this[xc];if(r[wt]=null,r[GK]=null,this[kn]!=null&&(this[kn].destroy(e),this[kn]=null),de.destroy(this[wt],e),r[Dn]<r[Ji].length){let n=r[Ji][r[Dn]];r[Ji][r[Dn]++]=null,de.errorRequest(r,n,e),r[aB]=r[Dn]}on(r[Np]===0),r.emit("disconnect",r[xp],[r],e),r[Wi]()}o(sX,"onHTTP2GoAway");function iX(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}o(iX,"shouldSendContentLength");function oX(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 de.errorRequest(t,e,new Error("Upgrade not supported for H2")),!1;let d={};for(let B=0;B<A.length;B+=2){let N=A[B+0],S=A[B+1];if(Array.isArray(S))for(let F=0;F<S.length;F++)d[N]?d[N]+=`,${S[F]}`:d[N]=S[F];else d[N]=S}let m,{hostname:p,port:h}=t[xp];d[YK]=i||`${p}${h?`:${h}`:""}`,d[VK]=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),Bl("Output buffer: %o",e.outputData[0].data));let i;return this.proxy.protocol==="https:"?(Bl("Creating `tls.Socket`: %o",this.connectOpts),i=xpe.connect(this.connectOpts)):(Bl("Creating `net.Socket`: %o",this.connectOpts),i=Qpe.connect(this.connectOpts)),await(0,wpe.once)(i,"connect"),i}};tg.protocols=["http","https"];En.HttpProxyAgent=tg;function Spe(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}o(Spe,"omit")});var eV=g(hg=>{"use strict";Object.defineProperty(hg,"__esModule",{value:!0});hg.state=void 0;hg.state={instrumenterImplementation:void 0}});var gV=g(Cg=>{"use strict";Object.defineProperty(Cg,"__esModule",{value:!0});Cg.state=void 0;Cg.state={operationRequestMap:new WeakMap}});var $3=g(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});var WEe=require("os"),$Ee=require("util");function jEe(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}o(jEe,"_interopDefaultLegacy");var KEe=jEe($Ee);function XEe(t,...e){process.stderr.write(`${KEe.default.format(t,...e)}${WEe.EOL}`)}o(XEe,"log");var U3=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,q3,HR=[],zR=[],Uy=[];U3&&GR(U3);var H3=Object.assign(t=>z3(t),{enable:GR,enabled:YR,disable:ZEe,log:XEe});function GR(t){q3=t,HR=[],zR=[];let e=/\*/g,r=t.split(",").map(n=>n.trim().replace(e,".*?"));for(let n of r)n.startsWith("-")?zR.push(new RegExp(`^${n.substr(1)}$`)):HR.push(new RegExp(`^${n}$`));for(let n of Uy)n.enabled=YR(n.namespace)}o(GR,"enable");function YR(t){if(t.endsWith("*"))return!0;for(let e of zR)if(e.test(t))return!1;for(let e of HR)if(e.test(t))return!0;return!1}o(YR,"enabled");function ZEe(){let t=q3||"";return GR(""),t}o(ZEe,"disable");function z3(t){let e=Object.assign(r,{enabled:YR(t),destroy:eCe,log:H3.log,namespace:t,extend:tCe});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(z3,"createDebugger");function eCe(){let t=Uy.indexOf(this);return t>=0?(Uy.splice(t,1),!0):!1}o(eCe,"destroy");function tCe(t){let e=z3(`${this.namespace}:${t}`);return e.log=this.log,e}o(tCe,"extend");var Kd=H3,G3=new Set,_y=typeof process<"u"&&process.env&&process.env.AZURE_LOG_LEVEL||void 0,Oy,qy=Kd("azure");qy.log=(...t)=>{Kd.log(...t)};var VR=["verbose","info","warning","error"];_y&&(W3(_y)?Y3(_y):console.error(`AZURE_LOG_LEVEL set to unknown log level '${_y}'; logging is not enabled. Acceptable values: ${VR.join(", ")}.`));function Y3(t){if(t&&!W3(t))throw new Error(`Unknown log level '${t}'. Acceptable values: ${VR.join(",")}`);Oy=t;let e=[];for(let r of G3)J3(r)&&e.push(r.namespace);Kd.enable(e.join(","))}o(Y3,"setLogLevel");function rCe(){return Oy}o(rCe,"getLogLevel");var O3={verbose:400,info:300,warning:200,error:100};function nCe(t){let e=qy.extend(t);return V3(qy,e),{error:Fy(e,"error"),warning:Fy(e,"warning"),info:Fy(e,"info"),verbose:Fy(e,"verbose")}}o(nCe,"createClientLogger");function V3(t,e){e.log=(...r)=>{t.log(...r)}}o(V3,"patchLogMethod");function Fy(t,e){let r=Object.assign(t.extend(e),{level:e});if(V3(t,r),J3(r)){let n=Kd.disable();Kd.enable(n+","+r.namespace)}return G3.add(r),r}o(Fy,"createLogger");function J3(t){return!!(Oy&&O3[t.level]<=O3[Oy])}o(J3,"shouldEnable");function W3(t){return VR.includes(t)}o(W3,"isAzureLogLevel");Ol.AzureLogger=qy;Ol.createClientLogger=nCe;Ol.getLogLevel=rCe;Ol.setLogLevel=Y3});var $R=g(Zd=>{"use strict";Object.defineProperty(Zd,"__esModule",{value:!0});var ql=new WeakMap,Hy=new WeakMap,Xd=class t{static{o(this,"AbortSignal")}constructor(){this.onabort=null,ql.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(!ql.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");ql.get(this).push(r)}removeEventListener(e,r){if(!ql.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let n=ql.get(this),s=n.indexOf(r);s>-1&&n.splice(s,1)}dispatchEvent(e){thro
Polling status: ${i4.includes(u)?"Stopped":"Running"}`),u==="succeeded"){let d=a(A,r);if(d!==void 0)return{response:await e(d).catch(n4({state:r,stateProxy:n,isOperationError:c})),status:u}}return{response:A,status:u}}o(kCe,"pollOperationHelper");async function l4(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 kCe({poll:e,getOperationStatus:i,state:r,stateProxy:n,operationLocation:y,getResourceLocation:a,isOperationError:l,options:s});if(a4({status:I,response:E,state:r,stateProxy:n,isDone:f,processResult:d,getError:m,setErrorAsResult:C}),!i4.includes(I)){let B=u?.(E);B&&h(B);let N=c?.(E,r);if(N!==void 0){let S=y!==N;r.config.operationLocation=N,A?.(N,S)}else A?.(y,!1)}p?.(r,E)}}o(l4,"pollOperation");function A4(t){let{azureAsyncOperation:e,operationLocation:r}=t;return r??e}o(A4,"getOperationLocationPollingUrl");function u4(t){return t.headers.location}o(u4,"getLocationHeader");function d4(t){return t.headers["operation-location"]}o(d4,"getOperationLocationHeader");function m4(t){return t.headers["azure-asyncoperation"]}o(m4,"getAzureAsyncOperationHeader");function TCe(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(TCe,"findResourceLocation");function p4(t){let{rawResponse:e,requestMethod:r,requestPath:n,resourceLocationConfig:s}=t,i=d4(e),a=m4(e),c=A4({operationLocation:i,azureAsyncOperation:a}),l=u4(e),A=r?.toLocaleUpperCase();return c!==void 0?{mode:"OperationLocation",operationLocation:c,resourceLocation:TCe({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(p4,"inferLroMode");function h4(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 oP(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(h4,"transformStatus");function MCe(t){var e;let{status:r}=(e=t.body)!==null&&e!==void 0?e:{};return h4({status:r,statusCode:t.statusCode})}o(MCe,"getStatus");function LCe(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 h4({status:i,statusCode:t.statusCode})}o(LCe,"getProvisioningState");function oP(t){return t===202?"running":t<300?"succeeded":"failed"}o(oP,"toOperationStatus");function f4({rawResponse:t}){let e=t.headers["retry-after"];if(e!==void 0){let r=parseInt(e);return isNaN(r)?_Ce(new Date(e)):r*1e3}}o(f4,"parseRetryAfter");function g4(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(g4,"getErrorFromResponse");function _Ce(t){let e=Math.floor(new Date().getTime()),r=t.getTime();if(e<r)return r-e}o(_Ce,"calculatePollingIntervalFromDate");function y4(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(Kxe,"logUnexpecedPropertyAccessOnce");functionXxe(){Object.keys(cC).forEach(function(t){deletecC[t]})}o(Xxe,"resetLoggedProperties")});varAC=g(ei=>{"use strict";ei.__esModule=!0;ei.HandlebarsEnvironment=eD;functionz8(t){returnt&&t.__esModule?t:{default:t}}o(z8,"_interopRequireDefault");varec=or(),Zxe=tn(),Xv=z8(Zxe),ebe=Wv(),tbe=U8(),rbe=jv(),lC=z8(rbe),nbe=Kv(),sbe="4.7.9";ei.VERSION=sbe;varibe=8;ei.COMPILER_REVISION=ibe;varobe=7;ei.LAST_COMPATIBLE_COMPILER_REVISION=obe;varabe={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=abe;varZv="[object Object]";functioneD(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},ebe.registerDefaultHelpers(this),tbe.registerDefaultDecorators(this)}o(eD,"HandlebarsEnvironment");eD.prototype={constructor:eD,logger:lC.default,log:lC.default.log,registerHelper:o(function(e,r){if(ec.toString.call(e)===Zv){if(r)thrownewXv.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)===Zv)ec.extend(this.partials,e);else{if(typeofr>"u")thrownewXv.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)===Zv){if(r)thrownewXv.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(){nbe.resetLoggedProperties()},"resetLoggedPropertyAccesses")};varcbe=lC.default.log;ei.log=cbe;ei.createFrame=ec.createFrame;ei.logger=lC.default});varY8=g((uC,G8)=>{"use strict";uC.__esModule=!0;functiontD(t){this.string=t}o(tD,"SafeString");tD.prototype.toString=tD.prototype.toHTML=function(){return""+this.string};uC.default=tD;G8.exports=uC.default});varV8=g(rD=>{"use strict";rD.__esModule=!0;rD.wrapHelper=lbe;functionlbe(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(lbe,"wrapHelper")});varX8=g(Mo=>{"use strict";Mo.__esModule=!0;Mo.checkRevision=hbe;Mo.template=fbe;Mo.wrapProgram=dC;Mo.resolvePartial=gbe;Mo.invokePartial=ybe;Mo.noop=j8;functionAbe(t){returnt&&t.__esModule?t:{default:t}}o(Abe,"_interopRequireDefault");functionube(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(ube,"_interopRequireWildcard");vardbe=or(),mA=ube(dbe),mbe=tn(),Ui=Abe(mbe),Oi=AC(),J8=Wv(),pbe=V8(),W8=Kv();functionhbe(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(hbe,"checkRevision");functionfbe(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,N?(B=N,N=null):(m=this.lexer.yyleng,u=this.lexer.yytext,d=this.lexer.yylineno,C=this.lexer.yylloc,p>0&&p--);break;case2:if(ae=this.productions_[F[1]][1],Be.$=c[c.length-ae],Be._$={first_line:l[l.length-(ae||1)].first_line,last_line:l[l.length-1].last_line,first_column:l[l.length-(ae||1)].first_column,last_column:l[l.length-1].last_column},y&&(Be._$.range=[l[l.length-(ae||1)].range[0],l[l.length-1].range[1]]),be=this.performAction.call(Be,u,m,d,this.yy,F[1],c,l),typeofbe<"u")returnbe;ae&&(a=a.slice(0,-1*ae*2),c=c.slice(0,-1*ae),l=l.slice(0,-1*ae)),a.push(this.productions_[F[1]][0]),c.push(Be.$),l.push(Be._$),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})();gC.default=Pbe;a$.exports=gC.default});varIC=g((CC,u$)=>{"use strict";CC.__esModule=!0;functionvbe(t){returnt&&t.__esModule?t:{default:t}}o(vbe,"_interopRequireDefault");varDbe=tn(),cD=vbe(Dbe);functionyC(){this.parents=[]}o(yC,"Visitor");yC.prototype={constructor:yC,mutating:!1,acceptKey:o(function(e,r){varn=this.accept(e[r]);if(this.mutating){if(n&&!yC.prototype[n.type])thrownewcD.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=PD(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=PD(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(PD(e[n],this));return r},"generateList"),generateArray:o(function(e){var r=this.generateList(e);return r.prepend("["),r.add("]"),r},"generateArray")};RC.default=V$;J$.exports=RC.default});var Z$=g((PC,X$)=>{"use strict";PC.__esModule=!0;function K$(t){return t&&t.__esModule?t:{default:t}}o(K$,"_interopRequireDefault");var $$=AC(),Rwe=tn(),DD=K$(Rwe),Pwe=or(),vwe=W$(),j$=K$(vwe);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=$$.COMPILER_REVISION,r=$$.REVISION_CHANGES[e];return[e,r]},"compilerInfo"),appendToBuffer:o(function(e,r,n){return Pwe.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 DD.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(Rx,"getBooleanInput");functionHU(t,e){if(process.env.GITHUB_OUTPUT||"")returnUC("OUTPUT",OC(t,e));process.stdout.write(Sx.EOL),zi("set-output",{name:t},ri(e))}o(HU,"setOutput");functionzU(t){process.exitCode=Nx.Failure,il(t)}o(zU,"setFailed");functionma(){returnprocess.env.RUNNER_DEBUG==="1"}o(ma,"isDebug");functionb(t){zi("debug",{},t)}o(b,"debug");functionil(t,e={}){zi("error",LC(e),tinstanceofError?t.toString():t)}o(il,"error");functionot(t,e={}){zi("warning",LC(e),tinstanceofError?t.toString():t)}o(ot,"warning");functionhe(t){process.stdout.write(t+Sx.EOL)}o(he,"info");functionKie(t){FC("group",t)}o(Kie,"startGroup");functionXie(){FC("endgroup")}o(Xie,"endGroup");functionhs(t,e){returnjie(this,void0,void0,function*(){Kie(t);letr;try{r=yielde()}finally{Xie()}returnr})}o(hs,"group");functionGh(t,e){if(process.env.GITHUB_STATE||"")returnUC("STATE",OC(t,e));zi("save-state",{name:t},ri(e))}o(Gh,"saveState");functionGU(t){returnprocess.env[`STATE_${t}`]||""}o(GU,"getState");varJE=Q(require("fs"),1),Mv=Q(require("os"),1),Lv=Q(require("path"),1);varVU=Q(require("os"),1);functionPu(t){returnt==null?"":typeoft=="string"||tinstanceofString?t:JSON.stringify(t)}o(Pu,"toCommandValue");functionJU(t,e,r){letn=newPx(t,e,r);process.stdout.write(n.toString()+VU.EOL)}o(JU,"issueCommand");varYU="::",Px=class{static{o(this,"Command")}constructor(e,r,n){e||(e="missing.command"),this.command=e,this.properties=r,this.message=n}toString(){lete=YU+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}=${eoe(s)}`)}}returne+=`${YU}${Zie(this.message)}`,e}};functionZie(t){returnPu(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}o(Zie,"escapeData");functioneoe(t){returnPu(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}o(eoe,"escapeProperty");var$U=require("os"),vu=require("fs");varvx=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:toe,appendFile:roe,writeFile:noe}=vu.promises,WU="GITHUB_STEP_SUMMARY";varDx=class{static{o(this,"Summary")}constructor(){this._buffer=""}filePath(){returnvx(this,void0,void0,function*(){if(this._filePath)returnthis._filePath;lete=process.env[WU];if(!e)thrownewError(`Unable to find environment variable for $${WU}. Check if your runtime environment supports job summaries.`);try{yieldtoe(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){returnvx(this,void0,void0,function*(){letr=!!e?.overwrite,n=yieldthis.filePath();returnyield(r?noe:roe)(n,this._buffer,{encoding:"utf8"}),this.emptyBuffer()})}clear(){returnvx(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($U.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=Hpe(n);s&&t.headers.set("Content-Length",s),t.body=awaitHY(n)}o(zpe,"buildRequestBody");varud="multipartPolicy",Gpe=70,Ype=newSet("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");functionVpe(t){if(t.length>Gpe)thrownewError(`Multipart boundary "${t}" exceeds maximum length of 70 characters`);if(Array.from(t).some(e=>!Ype.has(e)))thrownewError(`Multipart boundary "${t}" contains invalid characters`)}o(Vpe,"assertValidBoundary");functioncg(){return{name:ud,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?Vpe(r):r=Upe(),t.headers.set("Content-Type",`${i}; boundary=${r}`),awaitzpe(t,t.multipartBody.parts,r),t.multipartBody=void0,e(t)}}}o(cg,"multipartPolicy");functionlg(){returnDf()}o(lg,"createEmptyPipeline");varzY=Rf({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),G1e=zY.logger;functionQs(t){returnzY.createClientLogger(t)}o(Qs,"createClientLogger");varxs=Qs("core-rest-pipeline");functiongw(t={}){returnFf({logger:xs.info,...t})}o(gw,"logPolicy");varyw=Uf;functionEw(t={}){returnOf(t)}o(Ew,"redirectPolicy");varAg=Q(require("node:os"),1),ug=Q(require("node:process"),1);functionGY(){return"User-Agent"}o(GY,"getHeaderName");asyncfunctionYY(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(YY,"setPlatformSpecificData");vardg="1.22.2";functionehe(t){lete=[];for(let[r,n]oft){lets=n?`${r}/${n}`:r;e.push(s)}returne.join(" ")}o(ehe,"getUserAgentString");functionVY(){returnGY()}o(VY,"getUserAgentHeaderName");asyncfunctionmg(t){lete=newMap;e.set("core-rest-pipeline",dg),awaitYY(e);letr=ehe(e);returnt?`${t}${r}`:r}o(mg,"getUserAgentValue");varJY=VY(),WY="userAgentPolicy";functionCw(t={}){lete=mg(t.userAgentPrefix);return{name:WY,asyncsendRequest(r,n){returnr.headers.has(JY)||r.headers.set(JY,awaite),n(r)}}}o(Cw,"userAgentPolicy");varVr=classextendsError{static{o(this,"AbortError")}constructor(e){super(e),this.name="AbortError"}};functionIw(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(Iw,"createAbortablePromise");varihe="The delay was aborted.";functiondd(t,e){letr,{abortSignal:n,abortErrorMsg:s}=e??{};returnIw(i=>{r=setTimeout(i,t)},{cleanupBeforeAbort:o(()=>clearTimeout(r),"cleanupBeforeAbort"),abortSignal:n,abortErrorMsg:s??ihe})}o(dd,"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");function$Y(t){returnCa(t)}o($Y,"isError");functionQl(){returnEa()}o(Ql,"randomUUID");varCe=Qa;varjY=Symbol("rawContent");functionQw(t){returntypeoft[jY]=="function"}o(Qw,"hasRawContent");functionKY(t){returnQw(t)?t[jY]():t}o(KY,"getRawContent");varpg=ud;functionxw(){lett=cg();return{name:pg,sendRequest:o(async(e,r)=>{if(e.multipartBody)for(letnofe.multipartBody.parts)Qw(n.body)&&(n.body=KY(n.body));returnt.sendRequest(e,r)},"sendRequest")}}o(xw,"multipartPolicy");varbw=qf;functionww(){returnHf()}o(ww,"decompressResponsePolicy");functionNw(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--),!Rfe(l)){let d;return l.trim().length===0?d="Invalid space after '<'.":d="Tag '"+l+"' is an invalid name.",ct("InvalidTag",d,nr(t,i))}let A=xfe(t,i);if(A===!1)return ct("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=LV(u,e);if(m===!0)n=!0;else return ct(m.err.code,m.err.msg,nr(t,d+m.err.line))}else if(c)if(A.tagClosed){if(u.trim().length>0)return ct("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",nr(t,a));if(r.length===0)return ct("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 ct("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 ct("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",nr(t,i));else{let d=LV(u,e);if(d!==!0)return ct(d.err.code,d.err.msg,nr(t,i-u.length+d.err.line));if(s===!0)return ct("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=MV(t,i);continue}else if(t[i+1]==="?"){if(i=TV(t,++i),i.err)return i}else break;else if(t[i]==="&"){let d=Nfe(t,i);if(d==-1)return ct("InvalidChar","char '&' is not expected.",nr(t,i));i=d}else if(s===!0&&!kV(t[i]))return ct("InvalidXml","Extra text at the end",nr(t,i));t[i]==="<"&&i--}}else{if(kV(t[i]))continue;return ct("InvalidChar","char '"+t[i]+"' is not expected.",nr(t,i))}if(n){if(r.length==1)return ct("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",nr(t,r[0].tagStartPos));if(r.length>0)return ct("InvalidXml","Invalid '"+JSON.stringify(r.map(i=>i.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return ct("InvalidXml","Start tag expected.",1);return!0}o(Ng,"validate");function kV(t){return t===" "||t===" "||t===`
`||t==="\r"}o(kV,"isWhiteSpace");function TV(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 ct("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(TV,"readPI");function MV(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(MV,"readCommentAndCDATA");var Bfe='"',Qfe="'";function xfe(t,e){let r="",n="",s=!1;for(;e<t.length;e++){if(t[e]===Bfe||t[e]===Qfe)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(xfe,"readAttributeStr");var bfe=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function LV(t,e){let r=bg(t,bfe),n={};for(let s=0;s<r.length;s++){if(r[s][1].length===0)return ct("InvalidAttr","Attribute '"+r[s][2]+"' has no space in starting.",xd(r[s]));if(r[s][3]!==void 0&&r[s][4]===void 0)return ct("InvalidAttr","Attribute '"+r[s][2]+"' is without value.",xd(r[s]));if(r[s][3]===void 0&&!e.allowBooleanAttributes)return ct("InvalidAttr","boolean attribute '"+r[s][2]+"' is not allowed.",xd(r[s]));let i=r[s][2];if(!Sfe(i))return ct("InvalidAttr","Attribute '"+i+"' is an invalid name.",xd(r[s]));if(!Object.prototype.hasOwnProperty.call(n,i))n[i]=1;else return ct("InvalidAttr","Attribute '"+i+"' is repeated.",xd(r[s]))}return!0}o(LV,"validateAttributeString");function wfe(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(wfe,"validateNumberAmpersand");function Nfe(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,wfe(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(Nfe,"validateAmpersand");function ct(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}o(ct,"getErrorObject");function Sfe(t){return Kw(t)}o(Sfe,"validateAttrName");function Rfe(t){return Kw(t)}o(Rfe,"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 xd(t){return t.startIndex+t[1].length}o(xd,"getPositionFromMatch");var _V={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"},FV={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 Nd(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=Rl(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=i0(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=o0(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=Rl(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=Rl(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=o0(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}=i0(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=Xfe(m),d!==e.tagname&&this.matcher.push(d,{},B),d!==p&&h&&(E=this.buildAttributesMap(p,this.matcher,d),E&&(I=Kfe(E,s))),d!==e.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());let N=c;if(this.isCurrentNodeStopNode){let S="";if(y)c=u.closeIndex;else if(s.unpairedTagsSet.has(d))c=u.closeIndex;else{let ue=this.readStopNodeData(t,m,f+1);if(!ue)throw new Error(`Unexpected end of ${m}`);c=ue.i,S=ue.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,N)}else{if(y){({tagName:d,tagExp:p}=i0(s.transformTagName,d,p,s));let S=new Cr(d);E&&(S[":@"]=E),this.addChild(r,S,this.readonlyMatcher,N),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,N),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,N),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){returnnewDd(e,r,this)}computeHMACSHA256(e){return(0,hJ.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},vge=newVr("The operation was aborted."),kd=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,vge)}};varTd=class{static{o(this,"StorageRetryPolicyFactory")}retryOptions;constructor(e){this.retryOptions=e}create(e,r){returnnewkd(e,r,this.retryOptions)}};varDge="storageBrowserPolicy";functionfJ(){return{name:Dge,asyncsendRequest(t,e){returnCe||((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(fJ,"storageBrowserPolicy");varkge="StorageCorrectContentLengthPolicy";functiongJ(){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(qEe,"generateBlobSASQueryParameters20150405");functionHEe(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?Ie(t.startsOn,!1):"",t.expiresOn?Ie(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(HEe,"generateBlobSASQueryParameters20181109");functionzEe(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?Ie(t.startsOn,!1):"",t.expiresOn?Ie(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(zEe,"generateBlobSASQueryParameters20201206");functionGEe(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?Ie(t.startsOn,!1):"",t.expiresOn?Ie(t.expiresOn,!1):"",Ua(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Ie(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Ie(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(GEe,"generateBlobSASQueryParametersUDK20181109");functionYEe(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?Ie(t.startsOn,!1):"",t.expiresOn?Ie(t.expiresOn,!1):"",Ua(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Ie(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Ie(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(YEe,"generateBlobSASQueryParametersUDK20200210");functionVEe(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?Ie(t.startsOn,!1):"",t.expiresOn?Ie(t.expiresOn,!1):"",Ua(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Ie(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Ie(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(VEe,"generateBlobSASQueryParametersUDK20201206");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?Ie(t.startsOn,!1):"",t.expiresOn?Ie(t.expiresOn,!1):"",Ua(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Ie(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Ie(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(JEe,"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");varJd=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=Ql()),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"}};zl.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 nm=class extends Error{static{o(this,"RateLimitError")}constructor(e){super(e),this.name="RateLimitError"}};var nIe=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())})},uP=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);he(`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 D4(t,e,r){return nIe(this,void 0,void 0,function*(){var n;let s=new Mi(t),i=s.getBlockBlobClient(),a=new uP((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(),b(`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 ot(`uploadCacheArchiveSDK: internal error uploading cache archive: ${l.message}`),l}finally{a.stopDisplayTimer()}})}o(D4,"uploadCacheArchiveSDK");var T4=Q(require("buffer"),1),Js=Q(require("fs"),1),M4=Q(require("stream"),1),L4=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 sIe(t){return t?t>=500:!0}o(sIe,"isServerErrorStatusCode");function iIe(t){return t?[$e.BadGateway,$e.ServiceUnavailable,$e.GatewayTimeout].includes(t):!1}o(iIe,"isRetryableStatusCode");function oIe(t){return Xy(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}o(oIe,"sleep");function k4(t,e,r){return Xy(this,arguments,void 0,function*(n,s,i,a=Qf,c=xf,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),!sIe(m)))return d;if(m&&(p=iIe(m),A=`Cache service responded with ${m}`),b(`${n} - Attempt ${u} of ${a} failed with error: ${A}`),!p){b(`${n} - Error is not retryable`);break}yield oIe(c),u++}throw Error(`${n} failed: ${A}`)})}o(k4,"retry");function sm(t,e){return Xy(this,arguments,void 0,function*(r,n,s=Qf,i=xf){return yield k4(r,n,a=>a.statusCode,s,i,a=>{if(a instanceof Es)return{statusCode:a.statusCode,result:null,headers:{},error:a}})})}o(sm,"retryTypedResponse");function Gl(t,e){return Xy(this,arguments,void 0,function*(r,n,s=Qf,i=xf){return yield k4(r,n,a=>a.message.statusCode,s,i)})}o(Gl,"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||[])b(`CacheKey:${c?.cacheKey},CacheVersion:${c?.cacheVersion},CacheScope:${c?.scope},CacheCreated:${c?.creationTime}`)}}})}o(pIe,"printCachesListForDiagnostics");function hP(t,e,r){return xr(this,void 0,void 0,function*(){let n=new V4.URL(t),s=O4(r);n.hostname.endsWith(".blob.core.windows.net")?s.useAzureSdk?yield F4(t,e,s):s.concurrentBlobDownloads?yield _4(t,e,s):yield tE(t,e):yield tE(t,e)})}o(hP,"downloadCache");function W4(t,e,r){return xr(this,void 0,void 0,function*(){let n=pP(),s=pl(e,r?.compressionMethod,r?.enableCrossOsArchive),i={key:t,version:s,cacheSize:r?.cacheSize};return yield sm("reserveCache",()=>xr(this,void 0,void 0,function*(){return n.postJson(om("caches"),i)}))})}o(W4,"reserveCache");function Y4(t,e){return`bytes${t}-${e}/*`}o(Y4,"getContentRange");function hIe(t,e,r,n,s){return xr(this,void 0,void 0,function*(){b(`Uploading chunk of size ${s-n+1} bytes at offset ${n} with content range: ${Y4(n,s)}`);let i={"Content-Type":"application/octet-stream","Content-Range":Y4(n,s)},a=yield Gl(`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(hIe,"uploadChunk");function fIe(t,e,r,n){return xr(this,void 0,void 0,function*(){let s=ys(r),i=om(`caches/${e.toString()}`),a=Yl.openSync(r,"r"),c=dP(n),l=Ub("uploadConcurrency",c.uploadConcurrency),A=Ub("uploadChunkSize",c.uploadChunkSize),u=[...new Array(l).keys()];b("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 hIe(t,i,()=>Yl.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{Yl.closeSync(a)}})}o(fIe,"uploadFile");function gIe(t,e,r){return xr(this,void 0,void 0,function*(){let n={size:r};return yield sm("commitCache",()=>xr(this,void 0,void 0,function*(){return t.postJson(om(`caches/${e.toString()}`),n)}))})}o(gIe,"commitCache");function fP(t,e,r,n){return xr(this,void 0,void 0,function*(){if(dP(n).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield D4(r,e,n)}else{let i=pP();b("Upload cache"),yield fIe(i,t,e,n),b("Commiting cache");let a=ys(e);he(`Cache Size: ~${Math.round(a/(1024*1024))} MB (${a} B)`);let c=yield gIe(i,t,a);if(!Zy(c.statusCode))throw new Error(`Cache service responded with ${c.statusCode} during commit cache.`);he("Cache saved successfully")}})}o(fP,"saveCache");var HW=Q(MW(),1),dt=Q(ut(),1),Xr=Q(ut(),1),$a=Q(ut(),1),ja=Q(ut(),1),Ka=Q(ut(),1);var Av=Q(ut(),1),uv=Q(ut(),1),UW=Q(ut(),1),OW=Q(ut(),1),qW=Q(ut(),1);var av=Q(ut(),1),cv=Q(ut(),1),LW=Q(ut(),1),_W=Q(ut(),1),FW=Q(ut(),1);var lv=class extends FW.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,_W.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,LW.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?cv.UnknownFieldHandler.onRead:A)(this.typeName,i,c,l,u)}}return i}internalBinaryWrite(e,r,n){e.scope!==""&&r.tag(1,av.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,av.WireType.Varint).int64(e.permission);let s=n.writeUnknownFields;return s!==!1&&(s==!0?cv.UnknownFieldHandler.onWrite:s)(this.typeName,e,r),r}},HE=new lv;var dv=class extends qW.MessageType{static{o(this
`));let n=yield Nv(r,"create");yield Sv(n,t)})}o(Pv,"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)}},vv="cache write denied:",aA=class t extends Xa{static{o(this,"CacheWriteDeniedError")}constructor(e){super(e),this.name="CacheWriteDeniedError",Object.setPrototypeOf(this,t.prototype)}},VE=class t extends Error{static{o(this,"FinalizeCacheError")}constructor(e){super(e),this.name="FinalizeCacheError",Object.setPrototypeOf(this,t.prototype)}};function VW(t){if(!t||t.length===0)throw new Xn("Path Validation Error: At least one directory or file path is required")}o(VW,"checkPaths");function Dv(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(Dv,"checkKey");function kv(){return im()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}o(kv,"isFeatureAvailable");function JW(t,e,r,n){return cA(this,arguments,void 0,function*(s,i,a,c,l=!1){let A=im();return b(`Cache service version: ${A}`),VW(s),A==="v2"?yield DQe(s,i,a,c,l):yield vQe(s,i,a,c,l)})}o(JW,"restoreCache");function vQe(t,e,r,n){return cA(this,arguments,void 0,function*(s,i,a,c,l=!1){a=a||[];let A=[i,...a];if(b("Resolved Keys:"),b(JSON.stringify(A)),A.length>10)throw new Xn("Key Validation Error: Keys are limited to a maximum of 10.");for(let m of A)Dv(m);let u=yield sd(),d="";try{let m=yield J4(A,s,{compressionMethod:u,enableCrossOsArchive:l});if(!m?.archiveLocation)return;if(c?.lookupOnly)return he("Lookup only - skipping download"),m.cacheKey;d=Bm.join(yield rd(),go(u)),b(`Archive Path: ${d}`),yield hP(m.archiveLocation,d,c),ma()&&(yield Im(d,u));let p=ys(d);return he(`Cache Size: ~${Math.round(p/(1024*1024))} MB (${p} B)`),yield Rv(d,u),he("Cache restored successfully"),m.cacheKey}catch(m){let p=m;if(p.name===Xn.name)throw m;p instanceof Es&&typeof p.statusCode=="number"&&p.statusCode>=500?il(`Failed to restore: ${m.message}`):ot(`Failed to restore: ${m.message}`)}finally{try{yield nd(d)}catch(m){b(`Failed to delete archive: ${m}`)}}})}o(vQe,"restoreCacheV1");function DQe(t,e,r,n){return cA(this,arguments,void 0,function*(s,i,a,c,l=!1){c=Object.assign(Object.assign({},c),{useAzureSdk:!0}),a=a||[];let A=[i,...a];if(b("Resolved Keys:"),b(JSON.stringify(A)),A.length>10)throw new Xn("Key Validation Error: Keys are limited to a maximum of 10.");for(let d of A)Dv(d);let u="";try{let d=wv(),m=yield sd(),p={key:i,restoreKeys:a,version:pl(s,m,l)},h=yield d.GetCacheEntryDownloadURL(p);if(!h.ok){b(`Cache not found for version ${p.version} of keys: ${A.join(", ")}`);return}if(p.key!==h.matchedKey?he(`Cache hit for restore-key: ${h.matchedKey}`):he(`Cache hit for: ${h.matchedKey}`),c?.lookupOnly)return he("Lookup only - skipping download"),h.matchedKey;u=Bm.join(yield rd(),go(m)),b(`Archive path: ${u}`),b(`Starting download of archive to: ${u}`),yield hP(h.signedDownloadUrl,u,c);let C=ys(u);return he(`Cache Size: ~${Math.round(C/(1024*1024))} MB (${C} B)`),ma()&&(yield Im(u,m)),yield Rv(u,m),he("Cache restored successfully"),h.matchedKey}catch(d){let m=d;if(m.name===Xn.name)throw d;m instanceof Es&&typeof m.statusCode=="number"&&m.statusCode>=500?il(`Failed to restore: ${d.message}`):ot(`Failed to restore: ${d.message}`)}finally{try{u&&(yield nd(u))}catch(d){b(`Failed to delete archive: ${d}`)}}})}o(DQe,"restoreCacheV2");function Tv(t,e,r){return cA(this,arguments,void 0,function*(n,s,i,a=!
`,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:N,quote:S,record_delimiter:F}=this.options,{bomSkipped:ue,delimiterDiscovered:be,delimiterBufPrevious:Be,rawBuffer:Ne,escapeIsQuote:ae}=this.state;if(!be&&A){let Qe;if(Be===void 0?Qe=n:Be!==void 0&&n===void 0?Qe=Be:Qe=Buffer.concat([Be,n]),n=void 0,s||Qe.length>A.size)this.options.delimiter=[Buffer.from(A5(Qe,this.options.delimiter_auto))],this.state.previousBuf=Qe,this.state.delimiterBufPrevious=void 0,this.state.delimiterDiscovered=!0;else{this.state.delimiterBufPrevious=Qe;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(ue===!1)if(c===!1)this.state.bomSkipped=!0;else if(ee.length<3){if(s===!1){this.state.previousBuf=ee;return}}else{for(let Qe in QA)if(QA[Qe].compare(ee,0,QA[Qe].length)===0){let ts=QA[Qe].length;this.state.bufBytesStart+=ts,ee=ee.slice(ts);let Hi=BA({...this.original_options,encoding:Qe});for(let Je in Hi)this.options[Je]=Hi[Je];({comment:B,escape:N,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 Qe=ee[H];if(h===!0&&Ne.append(Qe),(Qe===$we||Qe===jwe)&&this.state.wasRowDelimiter===!1&&(this.state.wasRowDelimiter=!0),this.state.escaping===!0)this.state.escaping=!1;else{if(N!==null&&this.state.quoting===!0&&this.__isEscape(ee,H,Qe)&&H+N.length<Yt)if(ae){if(this.__isQuote(ee,H+N.length)){this.state.escaping=!0,H+=N.length-1;continue}}else{this.state.escaping=!0,H+=N.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),qm=F.length===0?this.__autoDiscoverRecordDelimiter(ee,H+S.length):this.__isRecordDelimiter(Je,ee,H+S.length);if(N!==null&&this.__isEscape(ee,H,Qe)&&this.__isQuote(ee,H+N.length))H+=N.length-1;else if(!Je||_o||qm||Sr||rs){this.state.quoting=!1,this.state.wasQuoting=!0,H+=S.length-1;continue}else if(f===!1){let UD=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(UD!==void 0)return UD}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(Qe,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