varf5=Object.create;varHm=Object.defineProperty;varg5=Object.getOwnPropertyDescriptor;vary5=Object.getOwnPropertyNames;varE5=Object.getPrototypeOf,C5=Object.prototype.hasOwnProperty;varo=(t,e)=>Hm(t,"name",{value:e,configurable:!0});varg=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),I5=(t,e)=>{for(varrine)Hm(t,r,{get:e[r],enumerable:!0})},B5=(t,e,r,n)=>{if(e&&typeofe=="object"||typeofe=="function")for(letsofy5(e))!C5.call(t,s)&&s!==r&&Hm(t,s,{get:()=>e[s],enumerable:!(n=g5(e,s))||n.enumerable});returnt};varQ=(t,e,r)=>(r=t!=null?f5(E5(t)):{},B5(e||!t||!t.__esModule?Hm(r,"default",{value:t,enumerable:!0}):r,t));varYD=g(ic=>{"use strict";variNe=require("net"),w5=require("tls"),qC=require("http"),HD=require("https"),N5=require("events"),oNe=require("assert"),S5=require("util");ic.httpOverHttp=R5;ic.httpsOverHttp=P5;ic.httpOverHttps=v5;ic.httpsOverHttps=D5;functionR5(t){vare=newni(t);returne.request=qC.request,e}o(R5,"httpOverHttp");functionP5(t){vare=newni(t);returne.request=qC.request,e.createSocket=zD,e.defaultPort=443,e}o(P5,"httpsOverHttp");functionv5(t){vare=newni(t);returne.request=HD.request,e}o(v5,"httpOverHttps");functionD5(t){vare=newni(t);returne.request=HD.request,e.createSocket=zD,e.defaultPort=443,e}o(D5,"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=GD(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");S5.inherits(ni,N5.EventEmitter);ni.prototype.addRequest=o(function(e,r,n,s){vari=this,a=HC({request:e},i.options,GD(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(XT(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(_A.isDisturbed(t)||t.locked)throw new TypeError("Response body object should not be disturbed or locked");r=t instanceof ReadableStream?t:jj(t)}if((typeof s=="string"||_A.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(!rM(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(iM,"extractBody");function lK(t,e=!1){return t instanceof ReadableStream&&(WI(!_A.isDisturbed(t),"The body has already been consumed."),WI(!t.locked,"The stream is locked.")),iM(t,e)}o(lK,"safelyExtractBody");function AK(t,e){let[r,n]=e.stream.tee();return e.stream=r,{stream:n,length:e.length,source:e.source}}o(AK,"cloneBody");function uK(t){if(t.aborted)throw new DOMException("The operation was aborted.","AbortError")}o(uK,"throwIfAborted");function dK(t){return{blob(){return yc(this,r=>{let n=eM(this);return n===null?n="":n&&(n=oK(n)),new nK([r],{type:n})},t)},arrayBuffer(){return yc(this,r=>new Uint8Array(r).buffer,t)},text(){return yc(this,tM,t)},json(){return yc(this,pK,t)},formData(){return yc(this,r=>{let n=eM(this);if(n!==null)switch(n.essence){case"multipart/form-data":{let s=aK(r,n);if(s==="failure")throw new TypeError("Failed to parse body as FormData.");let i=new ZT;return i[Ec]=s,i}case"application/x-www-form-urlencoded":{let s=new URLSearchParams(r.toString()),i=new ZT;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(dK,"bodyMixinMethods");function mK(t){Object.assign(t.prototype,dK(t))}o(mK,"mixinBody");async function yc(t,e,r){if(rK.brandCheck(t,r),oM(t))throw new TypeError("Body is unusable: Body has already been read");uK(t[Ec]);let n=Zj(),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 eK(t[Ec].body,i,s),n.promise)}o(yc,"consumeBody");function oM(t){let e=t[Ec].body;return e!=null&&(e.stream.locked||_A.isDisturbed(e.stream))}o(oM,"bodyUnusable");function pK(t){return JSON.parse(tM(t))}o(pK,"parseJSONFromBytes");function eM(t){let e=t[Ec].headersList,r=tK(e);return r==="failure"?null:r}o(eM,"bodyMimeType");aM.exports={extractBody:iM,safelyExtractBody:lK,cloneBody:AK,mixinBody:mK,streamRegistry:sM,hasFinalizationRegistry:nM,bodyUnusable:oM}});var QM=g((ZNe,BM)=>{"use strict";var V=require("node:assert"),$=ce(),{channels:cM}=ac(),jI=vI(),{RequestContentLengthMismatchError:Ho,ResponseContentLengthMismatchError:lM,RequestAbortedError:gM,HeadersTimeoutError:hK,HeadersOverflowError:fK,SocketError:Ic,InformationalError:Bc,BodyTimeoutError:gK,HTTPParserError:yK,ResponseExceededMaxSizeError:EK}=Ce(),{kUrl:yM,kReset:cr,kClient:Ep,kParser:Me,kBlocking:OA,kRunning:mt,kPending:EM,kSize:AM,kWriting:Vi,kQueue:vn,kNoRef:FA,kKeepAliveDefaultTimeout:CK,kHostHeader:IK,kPendingIdx:BK,kRunningIdx:sn,kError:Jt,kPipelining:Cp,kSocket:Go,kKeepAliveTimeoutValue:Bp,kMaxHeadersSize:KI,kKeepAliveMaxTimeout:QK,kKeepAliveTimeoutThreshold:xK,kHeadersTimeout:bK,kBodyTimeout:wK,kStrictContentLength:eB,kMaxRequests:uM,kCounter:NK,kMaxResponseSize:SK,kOnError:dM,kResume:li,kHTTPContext:CM}=Oe(),Pr=sT(),mM=Buffer.alloc(0),fp=Buffer[Symbol.species],gp=$.addListener,RK=$.removeAllListeners,Yo=Symbol("kIdleSocketValidation"),zo=Symbol("kIdleSocketValidationTimeout"),sB=Symbol("kSocketUsed"),XI;async function PK(){let t=process.env.JEST_WORKER_ID?TI():void 0,e;try{e=await WebAssembly.compile(aT())}c
`}return cM.sendHeaders.hasSubscribers&&cM.sendHeaders.publish({request:e,headers:f,socket:p}),!l||m===0?hM(h,null,t,e,p,u,f,d):$.isBuffer(l)?hM(h,l,t,e,p,u,f,d):$.isBlobLike(l)?typeof l.stream=="function"?fM(h,l.stream(),t,e,p,u,f,d):FK(h,l,t,e,p,u,f,d):$.isStream(l)?_K(h,l,t,e,p,u,f,d):$.isIterable(l)?fM(h,l,t,e,p,u,f,d):V(!1),!0}o(LK,"writeH1");function _K(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 gM;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(_K,"writeStream");function hM(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"):(V(i===null,"no body must not have content length"),s.write(`${a}\r
`,"latin1")),n.onRequestSent(),r[li]()}catch(l){t(l)}}o(hM,"writeBuffer");async function FK(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(FK,"writeBlob");async function fM(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(fM,"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))}};BM.exports=DK});var vM=g((t0e,PM)=>{"use strict";var on=require("node:assert"),{pipeline:UK}=require("node:stream"),ue=ce(),{RequestContentLengthMismatchError:iB,RequestAbortedError:xM,SocketError:qA,InformationalError:oB}=Ce(),{kUrl:xp,kReset:wp,kClient:xc,kRunning:Np,kPending:OK,kQueue:Ji,kPendingIdx:aB,kRunningIdx:Dn,kError:Tn,kSocket:wt,kStrictContentLength:qK,kOnError:cB,kMaxConcurrentStreams:RM,kHTTP2Session:kn,kResume:Wi,kSize:HK,kHTTPContext:zK}=Oe(),Ai=Symbol("open streams"),bM,wM=!1,bp;try{bp=require("node:http2")}catch{bp={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:GK,HTTP2_HEADER_METHOD:YK,HTTP2_HEADER_PATH:VK,HTTP2_HEADER_SCHEME:JK,HTTP2_HEADER_CONTENT_LENGTH:WK,HTTP2_HEADER_EXPECT:$K,HTTP2_HEADER_STATUS:jK}}=bp;function KK(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(KK,"parseH2Headers");async function XK(t,e){t[wt]=e,wM||(wM=!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[RM]});r[Ai]=0,r[xc]=t,r[wt]=e,ue.addListener(r,"error",eX),ue.addListener(r,"frameError",tX),ue.addListener(r,"end",rX),ue.addListener(r,"goaway",nX),ue.addListener(r,"close",function(){let{[xc]:s}=this,{[wt]:i}=s,a=this[wt][Tn]||this[Tn]||new qA("closed",ue.getSocketInfo(i));if(s[kn]=null,s.destroyed){on(s[OK]===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][cB](s)}),ue.addListener(e,"end",function(){ue.destroy(this,new qA("other side closed",ue.getSocketInfo(this)))}),ue.addListener(e,"close",function(){let s=this[Tn]||new qA("closed",ue.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 iX(t,...s)},resume(){ZK(t)},destroy(s,i){n?queueMicrotask(i):e.destroy(s).on("close",i)},get destroyed(){return e.destroyed},busy(){return!1}}}o(XK,"connectH2");function ZK(t){let e=t[wt];e?.destroyed===!1&&(t[HK]===0&&t[RM]===0?(e.unref(),t[kn].unref()):(e.ref(),t[kn].ref()))}o(ZK,"resumeH2");function eX(t){on(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[wt][Tn]=t,this[xc][cB](t)}o(eX,"onHttp2SessionError");function tX(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(tX,"onHttp2FrameError");function rX(){let t=new qA("other side closed",ue.getSocketInfo(this[wt]));this.destroy(t),ue.destroy(this[wt],t)}o(rX,"onHttp2SessionEnd");function nX(t){let e=this[Tn]||new qA(`HTTP/2: "GOAWAY" frame received with code ${t}`,ue.getSocketInfo(this)),r=this[xc];if(r[wt]=null,r[zK]=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[aB]=r[Dn]}on(r[Np]===0),r.emit("disconnect",r[xp],[r],e),r[Wi]()}o(nX,"onHTTP2GoAway");function sX(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}o(sX,"shouldSendContentLength");function iX(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[xp];d[GK]=i||`${p}${h?`:${h}`:""}`,d[YK]=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=Ipe.connect(this.connectOpts)):(Ql("Creating `net.Socket`: %o",this.connectOpts),i=Cpe.connect(this.connectOpts)),await(0,Qpe.once)(i,"connect"),i}};tg.protocols=["http","https"];En.HttpProxyAgent=tg;function bpe(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}o(bpe,"omit")});var ZY=g(hg=>{"use strict";Object.defineProperty(hg,"__esModule",{value:!0});hg.state=void 0;hg.state={instrumenterImplementation:void 0}});var fV=g(Cg=>{"use strict";Object.defineProperty(Cg,"__esModule",{value:!0});Cg.state=void 0;Cg.state={operationRequestMap:new WeakMap}});var W3=g(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});var YEe=require("os"),VEe=require("util");function JEe(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}o(JEe,"_interopDefaultLegacy");var WEe=JEe(VEe);function $Ee(t,...e){process.stderr.write(`${WEe.default.format(t,...e)}${YEe.EOL}`)}o($Ee,"log");var F3=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,O3,qR=[],HR=[],Uy=[];F3&&zR(F3);var q3=Object.assign(t=>H3(t),{enable:zR,enabled:GR,disable:jEe,log:$Ee});function zR(t){O3=t,qR=[],HR=[];let e=/\*/g,r=t.split(",").map(n=>n.trim().replace(e,".*?"));for(let n of r)n.startsWith("-")?HR.push(new RegExp(`^${n.substr(1)}$`)):qR.push(new RegExp(`^${n}$`));for(let n of Uy)n.enabled=GR(n.namespace)}o(zR,"enable");function GR(t){if(t.endsWith("*"))return!0;for(let e of HR)if(e.test(t))return!1;for(let e of qR)if(e.test(t))return!0;return!1}o(GR,"enabled");function jEe(){let t=O3||"";return zR(""),t}o(jEe,"disable");function H3(t){let e=Object.assign(r,{enabled:GR(t),destroy:KEe,log:q3.log,namespace:t,extend:XEe});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(H3,"createDebugger");function KEe(){let t=Uy.indexOf(this);return t>=0?(Uy.splice(t,1),!0):!1}o(KEe,"destroy");function XEe(t){let e=H3(`${this.namespace}:${t}`);return e.log=this.log,e}o(XEe,"extend");var Kd=q3,z3=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 YR=["verbose","info","warning","error"];_y&&(J3(_y)?G3(_y):console.error(`AZURE_LOG_LEVEL set to unknown log level '${_y}'; logging is not enabled. Acceptable values: ${YR.join(", ")}.`));function G3(t){if(t&&!J3(t))throw new Error(`Unknown log level '${t}'. Acceptable values: ${YR.join(",")}`);Oy=t;let e=[];for(let r of z3)V3(r)&&e.push(r.namespace);Kd.enable(e.join(","))}o(G3,"setLogLevel");function ZEe(){return Oy}o(ZEe,"getLogLevel");var U3={verbose:400,info:300,warning:200,error:100};function eCe(t){let e=qy.extend(t);return Y3(qy,e),{error:Fy(e,"error"),warning:Fy(e,"warning"),info:Fy(e,"info"),verbose:Fy(e,"verbose")}}o(eCe,"createClientLogger");function Y3(t,e){e.log=(...r)=>{t.log(...r)}}o(Y3,"patchLogMethod");function Fy(t,e){let r=Object.assign(t.extend(e),{level:e});if(Y3(t,r),V3(r)){let n=Kd.disable();Kd.enable(n+","+r.namespace)}return z3.add(r),r}o(Fy,"createLogger");function V3(t){return!!(Oy&&U3[t.level]<=U3[Oy])}o(V3,"shouldEnable");function J3(t){return YR.includes(t)}o(J3,"isAzureLogLevel");ql.AzureLogger=qy;ql.createClientLogger=eCe;ql.getLogLevel=ZEe;ql.setLogLevel=G3});var WR=g(Zd=>{"use strict";Object.defineProperty(Zd,"__esModule",{value:!0});var Hl=new WeakMap,Hy=new WeakMap,Xd=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: ${s4.includes(u)?"Stopped":"Running"}`),u==="succeeded"){let d=a(A,r);if(d!==void 0)return{response:await e(d).catch(r4({state:r,stateProxy:n,isOperationError:c})),status:u}}return{response:A,status:u}}o(PCe,"pollOperationHelper");async function c4(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 PCe({poll:e,getOperationStatus:i,state:r,stateProxy:n,operationLocation:y,getResourceLocation:a,isOperationError:l,options:s});if(o4({status:I,response:E,state:r,stateProxy:n,isDone:f,processResult:d,getError:m,setErrorAsResult:C}),!s4.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(c4,"pollOperation");function l4(t){let{azureAsyncOperation:e,operationLocation:r}=t;return r??e}o(l4,"getOperationLocationPollingUrl");function A4(t){return t.headers.location}o(A4,"getLocationHeader");function u4(t){return t.headers["operation-location"]}o(u4,"getOperationLocationHeader");function d4(t){return t.headers["azure-asyncoperation"]}o(d4,"getAzureAsyncOperationHeader");function vCe(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(vCe,"findResourceLocation");function m4(t){let{rawResponse:e,requestMethod:r,requestPath:n,resourceLocationConfig:s}=t,i=u4(e),a=d4(e),c=l4({operationLocation:i,azureAsyncOperation:a}),l=A4(e),A=r?.toLocaleUpperCase();return c!==void 0?{mode:"OperationLocation",operationLocation:c,resourceLocation:vCe({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(m4,"inferLroMode");function p4(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 iP(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(p4,"transformStatus");function DCe(t){var e;let{status:r}=(e=t.body)!==null&&e!==void 0?e:{};return p4({status:r,statusCode:t.statusCode})}o(DCe,"getStatus");function kCe(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 p4({status:i,statusCode:t.statusCode})}o(kCe,"getProvisioningState");function iP(t){return t===202?"running":t<300?"succeeded":"failed"}o(iP,"toOperationStatus");function h4({rawResponse:t}){let e=t.headers["retry-after"];if(e!==void 0){let r=parseInt(e);return isNaN(r)?TCe(new Date(e)):r*1e3}}o(h4,"parseRetryAfter");function f4(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(f4,"getErrorFromResponse");function TCe(t){let e=Math.floor(new Date().getTime()),r=t.getTime();if(e<r)return r-e}o(TCe,"calculatePollingIntervalFromDate");function g4(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(Wxe,"logUnexpecedPropertyAccessOnce");function$xe(){Object.keys(cC).forEach(function(t){deletecC[t]})}o($xe,"resetLoggedProperties")});varAC=g(ei=>{"use strict";ei.__esModule=!0;ei.HandlebarsEnvironment=Zv;functionH8(t){returnt&&t.__esModule?t:{default:t}}o(H8,"_interopRequireDefault");varec=or(),jxe=tn(),Kv=H8(jxe),Kxe=Jv(),Xxe=F8(),Zxe=$v(),lC=H8(Zxe),ebe=jv(),tbe="4.7.9";ei.VERSION=tbe;varrbe=8;ei.COMPILER_REVISION=rbe;varnbe=7;ei.LAST_COMPATIBLE_COMPILER_REVISION=nbe;varsbe={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=sbe;varXv="[object Object]";functionZv(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},Kxe.registerDefaultHelpers(this),Xxe.registerDefaultDecorators(this)}o(Zv,"HandlebarsEnvironment");Zv.prototype={constructor:Zv,logger:lC.default,log:lC.default.log,registerHelper:o(function(e,r){if(ec.toString.call(e)===Xv){if(r)thrownewKv.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)===Xv)ec.extend(this.partials,e);else{if(typeofr>"u")thrownewKv.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)===Xv){if(r)thrownewKv.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(){ebe.resetLoggedProperties()},"resetLoggedPropertyAccesses")};varibe=lC.default.log;ei.log=ibe;ei.createFrame=ec.createFrame;ei.logger=lC.default});varG8=g((uC,z8)=>{"use strict";uC.__esModule=!0;functioneD(t){this.string=t}o(eD,"SafeString");eD.prototype.toString=eD.prototype.toHTML=function(){return""+this.string};uC.default=eD;z8.exports=uC.default});varY8=g(tD=>{"use strict";tD.__esModule=!0;tD.wrapHelper=obe;functionobe(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(obe,"wrapHelper")});varK8=g(Mo=>{"use strict";Mo.__esModule=!0;Mo.checkRevision=dbe;Mo.template=mbe;Mo.wrapProgram=dC;Mo.resolvePartial=pbe;Mo.invokePartial=hbe;Mo.noop=$8;functionabe(t){returnt&&t.__esModule?t:{default:t}}o(abe,"_interopRequireDefault");functioncbe(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(cbe,"_interopRequireWildcard");varlbe=or(),pA=cbe(lbe),Abe=tn(),Ui=abe(Abe),Oi=AC(),V8=Jv(),ube=Y8(),J8=jv();functiondbe(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(dbe,"checkRevision");functionmbe(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=pA.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})();gC.default=Nbe;o$.exports=gC.default});varIC=g((CC,A$)=>{"use strict";CC.__esModule=!0;functionSbe(t){returnt&&t.__esModule?t:{default:t}}o(Sbe,"_interopRequireDefault");varRbe=tn(),aD=Sbe(Rbe);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])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=RD(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=RD(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(RD(e[n],this));return r},"generateList"),generateArray:o(function(e){var r=this.generateList(e);return r.prepend("["),r.add("]"),r},"generateArray")};RC.default=Y$;V$.exports=RC.default});var X$=g((PC,K$)=>{"use strict";PC.__esModule=!0;function j$(t){return t&&t.__esModule?t:{default:t}}o(j$,"_interopRequireDefault");var W$=AC(),wwe=tn(),vD=j$(wwe),Nwe=or(),Swe=J$(),$$=j$(Swe);function CA(t){this.value=t}o(CA,"Literal");function IA(){}o(IA,"JavaScriptCompiler");IA.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=W$.COMPILER_REVISION,r=W$.REVISION_CHANGES[e];return[e,r]},"compilerInfo"),appendToBuffer:o(function(e,r,n){return Nwe.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 vD.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");functionqU(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(qU,"setOutput");functionHU(t){process.exitCode=Nx.Failure,il(t)}o(HU,"setFailed");functionma(){returnprocess.env.RUNNER_DEBUG==="1"}o(ma,"isDebug");functionw(t){zi("debug",{},t)}o(w,"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");functionjie(t){FC("group",t)}o(jie,"startGroup");functionKie(){FC("endgroup")}o(Kie,"endGroup");functionhs(t,e){return$ie(this,void0,void0,function*(){jie(t);letr;try{r=yielde()}finally{Kie()}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");functionzU(t){returnprocess.env[`STATE_${t}`]||""}o(zU,"getState");varJE=Q(require("fs"),1),Tv=Q(require("os"),1),Mv=Q(require("path"),1);varYU=Q(require("os"),1);functionvu(t){returnt==null?"":typeoft=="string"||tinstanceofString?t:JSON.stringify(t)}o(vu,"toCommandValue");functionVU(t,e,r){letn=newPx(t,e,r);process.stdout.write(n.toString()+YU.EOL)}o(VU,"issueCommand");varGU="::",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=GU+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}=${Zie(s)}`)}}returne+=`${GU}${Xie(this.message)}`,e}};functionXie(t){returnvu(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}o(Xie,"escapeData");functionZie(t){returnvu(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}o(Zie,"escapeProperty");varWU=require("os"),Du=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:eoe,appendFile:toe,writeFile:roe}=Du.promises,JU="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[JU];if(!e)thrownewError(`Unable to find environment variable for $${JU}. Check if your runtime environment supports job summaries.`);try{yieldeoe(e,Du.constants.R_OK|Du.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?roe:toe)(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(WU.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=Upe(n);s&&t.headers.set("Content-Length",s),t.body=awaitqY(n)}o(Ope,"buildRequestBody");varud="multipartPolicy",qpe=70,Hpe=newSet("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");functionzpe(t){if(t.length>qpe)thrownewError(`Multipart boundary "${t}" exceeds maximum length of 70 characters`);if(Array.from(t).some(e=>!Hpe.has(e)))thrownewError(`Multipart boundary "${t}" contains invalid characters`)}o(zpe,"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?zpe(r):r=Lpe(),t.headers.set("Content-Type",`${i}; boundary=${r}`),awaitOpe(t,t.multipartBody.parts,r),t.multipartBody=void0,e(t)}}}o(cg,"multipartPolicy");functionlg(){returnDf()}o(lg,"createEmptyPipeline");varHY=Rf({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),O1e=HY.logger;functionQs(t){returnHY.createClientLogger(t)}o(Qs,"createClientLogger");varxs=Qs("core-rest-pipeline");functionfw(t={}){returnFf({logger:xs.info,...t})}o(fw,"logPolicy");vargw=Uf;functionyw(t={}){returnOf(t)}o(yw,"redirectPolicy");varAg=Q(require("node:os"),1),ug=Q(require("node:process"),1);functionzY(){return"User-Agent"}o(zY,"getHeaderName");asyncfunctionGY(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(GY,"setPlatformSpecificData");vardg="1.22.2";functionKpe(t){lete=[];for(let[r,n]oft){lets=n?`${r}/${n}`:r;e.push(s)}returne.join(" ")}o(Kpe,"getUserAgentString");functionYY(){returnzY()}o(YY,"getUserAgentHeaderName");asyncfunctionmg(t){lete=newMap;e.set("core-rest-pipeline",dg),awaitGY(e);letr=Kpe(e);returnt?`${t}${r}`:r}o(mg,"getUserAgentValue");varVY=YY(),JY="userAgentPolicy";functionEw(t={}){lete=mg(t.userAgentPrefix);return{name:JY,asyncsendRequest(r,n){returnr.headers.has(VY)||r.headers.set(VY,awaite),n(r)}}}o(Ew,"userAgentPolicy");varVr=classextendsError{static{o(this,"AbortError")}constructor(e){super(e),this.name="AbortError"}};functionCw(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(Cw,"createAbortablePromise");varrhe="The delay was aborted.";functiondd(t,e){letr,{abortSignal:n,abortErrorMsg:s}=e??{};returnCw(i=>{r=setTimeout(i,t)},{cleanupBeforeAbort:o(()=>clearTimeout(r),"cleanupBeforeAbort"),abortSignal:n,abortErrorMsg:s??rhe})}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");functionWY(t){returnCa(t)}o(WY,"isError");functionxl(){returnEa()}o(xl,"randomUUID");varBe=Qa;var$Y=Symbol("rawContent");functionBw(t){returntypeoft[$Y]=="function"}o(Bw,"hasRawContent");functionjY(t){returnBw(t)?t[$Y]():t}o(jY,"getRawContent");varpg=ud;functionQw(){lett=cg();return{name:pg,sendRequest:o(async(e,r)=>{if(e.multipartBody)for(letnofe.multipartBody.parts)Bw(n.body)&&(n.body=jY(n.body));returnt.sendRequest(e,r)},"sendRequest")}}o(Qw,"multipartPolicy");varxw=qf;functionbw(){returnHf()}o(bw,"decompressResponsePolicy");functionww(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--),!wfe(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=Ife(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=MV(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=MV(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=TV(t,i);continue}else if(t[i+1]==="?"){if(i=kV(t,++i),i.err)return i}else break;else if(t[i]==="&"){let d=xfe(t,i);if(d==-1)return ct("InvalidChar","char '&' is not expected.",nr(t,i));i=d}else if(s===!0&&!DV(t[i]))return ct("InvalidXml","Extra text at the end",nr(t,i));t[i]==="<"&&i--}}else{if(DV(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 DV(t){return t===" "||t===" "||t===`
`||t==="\r"}o(DV,"isWhiteSpace");function kV(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(kV,"readPI");function TV(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(TV,"readCommentAndCDATA");var Efe='"',Cfe="'";function Ife(t,e){let r="",n="",s=!1;for(;e<t.length;e++){if(t[e]===Efe||t[e]===Cfe)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(Ife,"readAttributeStr");var Bfe=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function MV(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(!bfe(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(MV,"validateAttributeString");function Qfe(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(Qfe,"validateNumberAmpersand");function xfe(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,Qfe(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(xfe,"validateAmpersand");function ct(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}o(ct,"getErrorObject");function bfe(t){return jw(t)}o(bfe,"validateAttrName");function wfe(t){return jw(t)}o(wfe,"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 LV={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"},_V={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=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=sN(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=iN(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=iN(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}=sN(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=$fe(m),d!==e.tagname&&this.matcher.push(d,{},B),d!==p&&h&&(E=this.buildAttributesMap(p,this.matcher,d),E&&(I=Wfe(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 me=this.readStopNodeData(t,m,f+1);if(!me)throw new Error(`Unexpected end of ${m}`);c=me.i,S=me.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}=sN(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){returnnewDd(e,r,this)}computeHMACSHA256(e){return(0,pJ.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},Sge=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,Sge)}};varTd=class{static{o(this,"StorageRetryPolicyFactory")}retryOptions;constructor(e){this.retryOptions=e}create(e,r){returnnewkd(e,r,this.retryOptions)}};varRge="storageBrowserPolicy";functionhJ(){return{name:Rge,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(hJ,"storageBrowserPolicy");varPge="StorageCorrectContentLengthPolicy";functionfJ(){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(FEe,"generateBlobSASQueryParameters20150405");functionUEe(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(UEe,"generateBlobSASQueryParameters20181109");functionOEe(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(OEe,"generateBlobSASQueryParameters20201206");functionqEe(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(qEe,"generateBlobSASQueryParametersUDK20181109");functionHEe(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(HEe,"generateBlobSASQueryParametersUDK20200210");functionzEe(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(zEe,"generateBlobSASQueryParametersUDK20201206");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?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(GEe,"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=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 nm=class extends Error{static{o(this,"RateLimitError")}constructor(e){super(e),this.name="RateLimitError"}};var eIe=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())})},AP=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 v4(t,e,r){return eIe(this,void 0,void 0,function*(){var n;let s=new Mi(t),i=s.getBlockBlobClient(),a=new AP((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 ot(`uploadCacheArchiveSDK: internal error uploading cache archive: ${l.message}`),l}finally{a.stopDisplayTimer()}})}o(v4,"uploadCacheArchiveSDK");var k4=Q(require("buffer"),1),Js=Q(require("fs"),1),T4=Q(require("stream"),1),M4=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 tIe(t){return t?t>=500:!0}o(tIe,"isServerErrorStatusCode");function rIe(t){return t?[$e.BadGateway,$e.ServiceUnavailable,$e.GatewayTimeout].includes(t):!1}o(rIe,"isRetryableStatusCode");function nIe(t){return Xy(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}o(nIe,"sleep");function D4(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),!tIe(m)))return d;if(m&&(p=rIe(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 nIe(c),u++}throw Error(`${n} failed: ${A}`)})}o(D4,"retry");function sm(t,e){return Xy(this,arguments,void 0,function*(r,n,s=Qf,i=xf){return yield D4(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 Yl(t,e){return Xy(this,arguments,void 0,function*(r,n,s=Qf,i=xf){return yield D4(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(uIe,"printCachesListForDiagnostics");function pP(t,e,r){return xr(this,void 0,void 0,function*(){let n=new Y4.URL(t),s=U4(r);n.hostname.endsWith(".blob.core.windows.net")?s.useAzureSdk?yield _4(t,e,s):s.concurrentBlobDownloads?yield L4(t,e,s):yield tE(t,e):yield tE(t,e)})}o(pP,"downloadCache");function J4(t,e,r){return xr(this,void 0,void 0,function*(){let n=mP(),s=hl(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(J4,"reserveCache");function G4(t,e){return`bytes${t}-${e}/*`}o(G4,"getContentRange");function dIe(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: ${G4(n,s)}`);let i={"Content-Type":"application/octet-stream","Content-Range":G4(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(dIe,"uploadChunk");function mIe(t,e,r,n){return xr(this,void 0,void 0,function*(){let s=ys(r),i=om(`caches/${e.toString()}`),a=Vl.openSync(r,"r"),c=uP(n),l=Fb("uploadConcurrency",c.uploadConcurrency),A=Fb("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 dIe(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(mIe,"uploadFile");function pIe(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(pIe,"commitCache");function hP(t,e,r,n){return xr(this,void 0,void 0,function*(){if(uP(n).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield v4(r,e,n)}else{let i=mP();w("Upload cache"),yield mIe(i,t,e,n),w("Commiting cache");let a=ys(e);he(`Cache Size: ~${Math.round(a/(1024*1024))} MB (${a} B)`);let c=yield pIe(i,t,a);if(!Zy(c.statusCode))throw new Error(`Cache service responded with ${c.statusCode} during commit cache.`);he("Cache saved successfully")}})}o(hP,"saveCache");var qW=Q(TW(),1),dt=Q(ut(),1),Xr=Q(ut(),1),$a=Q(ut(),1),ja=Q(ut(),1),Ka=Q(ut(),1);var lv=Q(ut(),1),Av=Q(ut(),1),FW=Q(ut(),1),UW=Q(ut(),1),OW=Q(ut(),1);var ov=Q(ut(),1),av=Q(ut(),1),MW=Q(ut(),1),LW=Q(ut(),1),_W=Q(ut(),1);var cv=class extends _W.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,LW.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,MW.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,ov.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,ov.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 cv;var uv=class extends OW.MessageType{static{o(this
`));let n=yield wv(r,"create");yield Nv(n,t)})}o(Rv,"createTar");var lA=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)}},Pv="cache write denied:",cA=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 YW(t){if(!t||t.length===0)throw new Xn("Path Validation Error: At least one directory or file path is required")}o(YW,"checkPaths");function vv(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(vv,"checkKey");function Dv(){return im()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}o(Dv,"isFeatureAvailable");function VW(t,e,r,n){return lA(this,arguments,void 0,function*(s,i,a,c,l=!1){let A=im();return w(`Cache service version: ${A}`),YW(s),A==="v2"?yield RQe(s,i,a,c,l):yield SQe(s,i,a,c,l)})}o(VW,"restoreCache");function SQe(t,e,r,n){return lA(this,arguments,void 0,function*(s,i,a,c,l=!1){a=a||[];let A=[i,...a];if(w("Resolved Keys:"),w(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)vv(m);let u=yield sd(),d="";try{let m=yield V4(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)),w(`Archive Path: ${d}`),yield pP(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 Sv(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){w(`Failed to delete archive: ${m}`)}}})}o(SQe,"restoreCacheV1");function RQe(t,e,r,n){return lA(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(w("Resolved Keys:"),w(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)vv(d);let u="";try{let d=bv(),m=yield sd(),p={key:i,restoreKeys:a,version:hl(s,m,l)},h=yield d.GetCacheEntryDownloadURL(p);if(!h.ok){w(`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)),w(`Archive path: ${u}`),w(`Starting download of archive to: ${u}`),yield pP(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 Sv(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){w(`Failed to delete archive: ${d}`)}}})}o(RQe,"restoreCacheV2");function kv(t,e,r){return lA(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:b,quote:S,record_delimiter:F}=this.options,{bomSkipped:me,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(l5(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(me===!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 xA)if(xA[be].compare(ee,0,xA[be].length)===0){let ts=xA[be].length;this.state.bufBytesStart+=ts,ee=ee.slice(ts);let Hi=QA({...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===Vwe||be===Jwe)&&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),qm=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||qm||Sr||rs){this.state.quoting=!1,this.state.wasQuoting=!0,H+=S.length-1;continue}else if(f===!1){let FD=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(FD!==void 0)return FD}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(xA).map(_o=>xA[_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