Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "Cannot read properties of undefined (reading 'name')", then no code completion #583

Open
sharpjs opened this issue May 20, 2024 · 2 comments · May be fixed by #595
Open

Error "Cannot read properties of undefined (reading 'name')", then no code completion #583

sharpjs opened this issue May 20, 2024 · 2 comments · May be fixed by #595
Labels
Area: VsCodeExtension bug Something isn't working

Comments

@sharpjs
Copy link

sharpjs commented May 20, 2024

Whenever anyone on my team opens the first Azure Pipelines YAML file in VS Code, the Azure Pipelines extension emits the following error:

Cannot read properties of undefined (reading 'name')
Source: Azure Pipelines

The Window log also shows this error:

Cannot read properties of undefined (reading 'accessToken')

The error appears early, seemingly before VS code requests Azure tenant information. VS Code also does not provide any code completion beyond the default (i.e. based on other strings in the file).

The following actions did not cause any change to the behavior.

  • Disabling all other installed extensions.
  • Swithing from ADAL to MSAL.
  • Configuring an explicit tenant id.

It might be worth noting that for historical reasons, this organization has three Azure tenants: a corp tenant with user identities, a tenant for a test Azure subscription, and a tenant for a production Azure subscription.

@sharpjs
Copy link
Author

sharpjs commented May 20, 2024

Logs are as follows. Secrets have been redacted.

Window (Debug)
2024-05-20 12:45:18.642 [debug] Comments: URIs of continue on comments to add to storage .
2024-05-20 12:45:19.146 [debug] ADDED bridge agent "brigde.editor"
2024-05-20 12:45:19.292 [debug] Using cached extensions scan result vscode-userdata:/c%3A/Users/Jeff/.vscode/extensions/extensions.json
2024-05-20 12:45:19.292 [debug] ComputeTargetPlatform: win32-x64
2024-05-20 12:45:19.293 [debug] Overwriting user extension /c:/Users/Jeff/.vscode/extensions/ms-vscode-remote.remote-wsl-0.88.0 with /c:/Users/Jeff/.vscode/extensions/ms-vscode-remote.remote-wsl-0.88.2.
2024-05-20 12:45:19.302 [debug] Using cached extensions scan result file:///c%7A/Program%20Files/Microsoft%20VS%20Code/resources/app/extensions
2024-05-20 12:45:19.365 [info] Started local extension host with pid 7792.
2024-05-20 12:45:19.589 [debug] Could not get workspace hash for forwarded ports storage key.
2024-05-20 12:45:19.700 [debug] User data changed
2024-05-20 12:45:19.940 [debug] User data changed
2024-05-20 12:45:20.101 [debug] User data changed
2024-05-20 12:45:20.376 [error] [Extension Host] (node:7792) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code --trace-deprecation ...` to show where the warning was created)
2024-05-20 12:45:20.382 [error] Cannot read properties of undefined (reading 'accessToken'): TypeError: Cannot read properties of undefined (reading 'accessToken')
    at p.z (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1686:21851)
    at p.C (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1686:22484)
    at d.value (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:1686:21653)
2024-05-20 12:45:22.161 [info] [perf] Render performance baseline is 18ms
2024-05-20 12:45:32.924 [debug] Comments: URIs of continue on comments to add to storage .
2024-05-20 12:45:33.227 [debug] User data changed
2024-05-20 12:45:47.021 [debug] Comments: URIs of continue on comments to add to storage .
2024-05-20 12:46:10.251 [debug] Comments: URIs of continue on comments to add to storage .
2024-05-20 12:46:18.419 [debug] Comments: URIs of continue on comments to add to storage .
2024-05-20 12:46:19.087 [debug] Comments: URIs of continue on comments to add to storage .
2024-05-20 12:46:36.974 [debug] Comments: URIs of continue on comments to add to storage .
2024-05-20 12:46:43.945 [debug] Comments: URIs of continue on comments to add to storage .
Extension Host (Trace)
2024-05-20 12:45:19.501 [info] Extension host with pid 7792 started
2024-05-20 12:45:19.503 [trace] initData {...omitted for brevity...}
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand __vscde5c95a1-8d14-4e2e-8e94-61c163a4cdc6
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeDataToNotebook
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeNotebookToData
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand notebook.selectKernel
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeNotebookVariableProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand testing.getExplorerSelection
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand interactive.open
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.editorChat.start
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeDocumentHighlights
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeDocumentSymbolProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeFormatDocumentProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeFormatRangeProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeFormatOnTypeProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeDefinitionProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeTypeDefinitionProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeDeclarationProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeImplementationProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeReferenceProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeHoverProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeSelectionRangeProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeWorkspaceSymbolProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.prepareCallHierarchy
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.provideIncomingCalls
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.provideOutgoingCalls
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.prepareRename
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeDocumentRenameProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeLinkProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.provideDocumentSemanticTokensLegend
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.provideDocumentSemanticTokens
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.provideDocumentRangeSemanticTokensLegend
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.provideDocumentRangeSemanticTokens
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeCompletionItemProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeSignatureHelpProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeCodeLensProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeCodeActionProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeDocumentColorProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeColorPresentationProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeInlayHintProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeFoldingRangeProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.resolveNotebookContentProviders
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeInlineValueProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.open
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.openWith
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.diff
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.changes
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.prepareTypeHierarchy
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.provideSupertypes
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.provideSubtypes
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.revealTestInExplorer
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.experimental.editSession.continue
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand setContext
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand vscode.executeMappedEditsProvider
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand _validateWhenClauses
2024-05-20 12:45:19.504 [trace] ExtHostCommands#registerCommand _workbench.downloadResource
2024-05-20 12:45:19.549 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2024-05-20 12:45:19.549 [trace] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/emmet/dist/node/emmetNodeMain
2024-05-20 12:45:19.550 [trace] ExtensionService#loadExtensionContext vscode.emmet
2024-05-20 12:45:19.554 [info] ExtensionService#_doActivateExtension ms-azuretools.vscode-azureresourcegroups, startup: false, activationEvent: 'onLanguage:azure-pipelines', root cause: ms-azure-devops.azure-pipelines
2024-05-20 12:45:19.554 [trace] ExtensionService#loadCommonJSModule file:///c:/Users/Jeff/.vscode/extensions/ms-azuretools.vscode-azureresourcegroups-0.9.0/main.js
2024-05-20 12:45:19.554 [trace] ExtensionService#loadExtensionContext ms-azuretools.vscode-azureresourcegroups
2024-05-20 12:45:19.668 [trace] ExtensionService#_callActivateOptional vscode.emmet
2024-05-20 12:45:19.668 [trace] ExtHostCommands#registerCommand editor.emmet.action.updateImageSize
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.wrapWithAbbreviation
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand emmet.expandAbbreviation
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.removeTag
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.updateTag
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.matchTag
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.balanceOut
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.balanceIn
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.splitJoinTag
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.mergeLines
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.toggleComment
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.nextEditPoint
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.prevEditPoint
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.selectNextItem
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.selectPrevItem
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.evaluateMathExpression
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.incrementNumberByOneTenth
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.incrementNumberByOne
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.incrementNumberByTen
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.decrementNumberByOneTenth
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.decrementNumberByOne
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.decrementNumberByTen
2024-05-20 12:45:19.673 [trace] ExtHostCommands#registerCommand editor.emmet.action.reflectCSSValue
2024-05-20 12:45:19.674 [trace] ExtHostCommands#registerCommand workbench.action.showEmmetCommands
2024-05-20 12:45:19.674 [trace] ExtensionService#_callActivateOptional ms-azuretools.vscode-azureresourcegroups
2024-05-20 12:45:19.682 [trace] ProxyResolver#loadAdditionalCertificates: Loading certificates from main process
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.uploadFileCloudConsole
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.maintainCloudShellConnection
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.refreshTree
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureWorkspace.refreshTree
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureFocusView.refreshTree
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.refresh
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureWorkspace.refresh
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureFocusView.refresh
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.focusGroup
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.unfocusGroup
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.logIn
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.selectSubscriptions
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.signInToTenant
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.createResourceGroup
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.deleteResourceGroupV2
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.loadMore
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.openInPortal
2024-05-20 12:45:19.685 [trace] ExtHostCommands#registerCommand azureResourceGroups.revealResource
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureResourceGroups.viewProperties
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureResourceGroups.editTags
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand ms-azuretools.getStarted
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand ms-azuretools.loadMore
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand ms-azuretools.reportIssue
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand ms-azuretools.reviewIssues
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand ms-azuretools.openWalkthrough
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureResourceGroups.reportIssue
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureResourceGroups.createResource
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureResourceGroups.groupBy.resourceGroup
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureResourceGroups.groupBy.resourceType
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureResourceGroups.groupBy.location
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureResourceGroups.groupBy.armTag
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureResourceGroups.installExtension
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureResourceGroups.clearActivities
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureResourceGroups.showGroupOptions
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureResourceGroups.openUrl
2024-05-20 12:45:19.686 [trace] ExtHostCommands#registerCommand azureWorkspace.loadMore
2024-05-20 12:45:19.736 [info] ExtensionService#_doActivateExtension ms-vscode.azure-account, startup: false, activationEvent: 'onLanguage:azure-pipelines', root cause: ms-azure-devops.azure-pipelines
2024-05-20 12:45:19.736 [trace] ExtensionService#loadCommonJSModule file:///c:/Users/Jeff/.vscode/extensions/ms-vscode.azure-account-0.12.0/main
2024-05-20 12:45:19.736 [trace] ExtensionService#loadExtensionContext ms-vscode.azure-account
2024-05-20 12:45:19.845 [trace] [ms-azuretools.vscode-azureresourcegroups] INVOKE provider 'X=>X.provideLinks(p.URI.revive(V),J)'
2024-05-20 12:45:19.845 [trace] [ms-azuretools.vscode-azureresourcegroups] provider DONE after 1ms
2024-05-20 12:45:19.846 [trace] ProxyResolver#loadAdditionalCertificates: Loaded certificates from main process 44
2024-05-20 12:45:19.849 [trace] ExtensionService#_callActivateOptional ms-vscode.azure-account
2024-05-20 12:45:19.856 [trace] ExtHostCommands#registerCommand azure-account.login
2024-05-20 12:45:19.857 [trace] ExtHostCommands#registerCommand azure-account.loginWithDeviceCode
2024-05-20 12:45:19.857 [trace] ExtHostCommands#registerCommand azure-account.logout
2024-05-20 12:45:19.861 [debug] ProxyResolver#resolveProxy https://default.exp-tas.com/vscode/ab DIRECT 
2024-05-20 12:45:19.861 [trace] ProxyResolver#tls.connect [{"maxRedirects":21,"maxBodyLength":null,"protocol":"https:","path":"null","method":"GET","headers":"[object Object]","agents":"[object Object]","beforeRedirect":"[Function: dispatchBeforeRedirect]","beforeRedirects":"[object Object]","hostname":"default.exp-tas.com","port":443,"agent":"[object Object]","nativeProtocols":"[object Object]","pathname":"/vscode/ab","_defaultAgent":"[object Object]","host":"default.exp-tas.com","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"default.exp-tas.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"default.exp-tas[44 chars]","encoding":"null"}]
2024-05-20 12:45:19.872 [debug] ProxyResolver#resolveProxy https://default.exp-tas.com/vscode/ab DIRECT 
2024-05-20 12:45:19.872 [trace] ProxyResolver#tls.connect [{"maxRedirects":21,"maxBodyLength":10485760,"protocol":"https:","path":"null","method":"GET","headers":"[object Object]","agent":"[object Object]","agents":"[object Object]","hostname":"default.exp-tas.com","port":443,"nativeProtocols":"[object Object]","pathname":"/vscode/ab","_defaultAgent":"[object Object]","host":"default.exp-tas.com","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"default.exp-tas.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"default.exp-tas[44 chars]","encoding":"null"}]
2024-05-20 12:45:19.876 [trace] ExtHostCommands#registerCommand azure-account.loginToCloud
2024-05-20 12:45:19.876 [trace] ExtHostCommands#registerCommand azure-account.selectSubscriptions
2024-05-20 12:45:19.876 [trace] ExtHostCommands#registerCommand azure-account.selectTenant
2024-05-20 12:45:19.876 [trace] ExtHostCommands#registerCommand azure-account.askForLogin
2024-05-20 12:45:19.876 [trace] ExtHostCommands#registerCommand azure-account.createAccount
2024-05-20 12:45:19.876 [trace] ExtHostCommands#registerCommand azure-account.manageAccount
2024-05-20 12:45:19.876 [trace] ExtHostCommands#registerCommand azure-account.reportIssue
2024-05-20 12:45:19.878 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:19.878 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:19.878 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:19.878 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:19.879 [debug] ProxyResolver#resolveProxy https://login.microsoftonline.com/ DIRECT 
2024-05-20 12:45:19.879 [trace] ProxyResolver#tls.connect [{"protocol":"https:","hostname":"login.microsoftonline.com","port":443,"path":"null","agent":"[object Object]","_defaultAgent":"[object Object]","host":"login.microsoftonline.com","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"login.microsoftonline.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"login.microsoft[50 chars]","encoding":"null"}]
2024-05-20 12:45:19.883 [info] ExtensionService#_doActivateExtension ms-azure-devops.azure-pipelines, startup: false, activationEvent: 'onLanguage:azure-pipelines'
2024-05-20 12:45:19.883 [trace] ExtensionService#loadCommonJSModule file:///c:/Users/Jeff/.vscode/extensions/ms-azure-devops.azure-pipelines-1.228.0/dist/extension
2024-05-20 12:45:19.883 [trace] ExtensionService#loadExtensionContext ms-azure-devops.azure-pipelines
2024-05-20 12:45:19.930 [trace] ExtensionService#_callActivateOptional ms-azure-devops.azure-pipelines
2024-05-20 12:45:19.944 [debug] ProxyResolver#resolveProxy https://dc.services.visualstudio.com/api/profiles/AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217/appId DIRECT 
2024-05-20 12:45:19.944 [trace] ProxyResolver#tls.connect [{"method":"GET","disableAppInsightsAutoCollection":true,"host":"dc.services.vis[28 chars]","port":443,"path":"null","agent":"[object Object]","_defaultAgent":"[object Object]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"dc.services.vis[28 chars]","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"dc.services.vis[53 chars]","encoding":"null"}]
2024-05-20 12:45:20.094 [debug] ProxyResolver#resolveProxy cached https://login.microsoftonline.com/common/oauth2/token?api-version=1.0 DIRECT 
2024-05-20 12:45:20.094 [trace] ProxyResolver#tls.connect [{"session":"[object Object]","path":"null","method":"POST","headers":"[object Object]","agent":"[object Object]","agents":"[object Object]","hostname":"login.microsoftonline.com","port":443,"_defaultAgent":"[object Object]","host":"login.microsoftonline.com","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"login.microsoftonline.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"login.microsoft[50 chars]","encoding":"null"}]
2024-05-20 12:45:20.119 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2024-05-20 12:45:20.119 [trace] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/git-base/dist/extension.js
2024-05-20 12:45:20.119 [trace] ExtensionService#loadExtensionContext vscode.git-base
2024-05-20 12:45:20.120 [trace] ExtensionService#_callActivateOptional vscode.git-base
2024-05-20 12:45:20.120 [trace] ExtHostCommands#registerCommand git-base.api.getRemoteSources
2024-05-20 12:45:20.121 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2024-05-20 12:45:20.121 [trace] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/git/dist/main
2024-05-20 12:45:20.121 [trace] ExtensionService#loadExtensionContext vscode.git
2024-05-20 12:45:20.135 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2024-05-20 12:45:20.135 [trace] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/github/dist/extension.js
2024-05-20 12:45:20.135 [trace] ExtensionService#loadExtensionContext vscode.github
2024-05-20 12:45:20.140 [trace] ExtensionService#_callActivateOptional vscode.git
2024-05-20 12:45:20.148 [trace] ExtensionService#_callActivateOptional vscode.github
2024-05-20 12:45:20.175 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.176 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.176 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.176 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.176 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.176 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.176 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.176 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.176 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.176 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.176 [trace] ExtHostCommands#registerCommand git.showOutput
2024-05-20 12:45:20.176 [trace] ExtHostCommands#registerCommand git.refresh
2024-05-20 12:45:20.176 [trace] ExtHostCommands#registerCommand git.openResource
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.openAllChanges
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.openMergeEditor
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.continueInLocalClone
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.clone
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.cloneRecursive
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.init
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.openRepository
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.reopenClosedRepositories
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.close
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.closeOtherRepositories
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.openFile
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.openFile2
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.openHEADFile
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.openChange
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.rename
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.stage
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.stageAll
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.stageAllTracked
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.stageAllUntracked
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.stageAllMerge
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.stageChange
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.diff.stageHunk
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.diff.stageSelection
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.stageSelectedRanges
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.stageFile
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.acceptMerge
2024-05-20 12:45:20.177 [trace] ExtHostCommands#registerCommand git.runGitMerge
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.runGitMergeDiff3
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.revertChange
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.revertSelectedRanges
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.unstage
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.unstageAll
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.unstageSelectedRanges
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.unstageFile
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.clean
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.cleanAll
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.cleanAllTracked
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.cleanAllUntracked
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commit
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitAmend
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitSigned
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitStaged
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitStagedSigned
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitStagedAmend
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitAll
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitAllSigned
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitAllAmend
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitMessageAccept
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitMessageDiscard
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitEmpty
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitNoVerify
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitStagedNoVerify
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitStagedSignedNoVerify
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitAmendNoVerify
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitSignedNoVerify
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitStagedAmendNoVerify
2024-05-20 12:45:20.178 [trace] ExtHostCommands#registerCommand git.commitAllNoVerify
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.commitAllSignedNoVerify
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.commitAllAmendNoVerify
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.commitEmptyNoVerify
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.restoreCommitTemplate
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.undoCommit
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.checkout
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.checkoutDetached
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.branch
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.branchFrom
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.deleteBranch
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.renameBranch
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.merge
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.mergeAbort
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.rebase
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.createTag
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.deleteTag
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.deleteRemoteTag
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.fetch
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.fetchPrune
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.fetchAll
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.fetchRef
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.pullFrom
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.pull
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.pullRebase
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.pullRef
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.push
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.pushForce
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.pushWithTags
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.pushWithTagsForce
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.pushRef
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.cherryPick
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.pushTo
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.pushToForce
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.pushTags
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.addRemote
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.removeRemote
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.sync
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git._syncAll
2024-05-20 12:45:20.179 [trace] ExtHostCommands#registerCommand git.syncRebase
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.publish
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.ignore
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.revealInExplorer
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.revealFileInOS.windows
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.revealFileInOS.mac
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.revealFileInOS.linux
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stash
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stashStaged
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stashIncludeUntracked
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stashPop
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stashPopLatest
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stashPopEditor
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stashApply
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stashApplyLatest
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stashApplyEditor
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stashDrop
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stashDropAll
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stashDropEditor
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.stashView
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.timeline.openDiff
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.timeline.viewCommit
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.timeline.copyCommitId
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.timeline.copyCommitMessage
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.timeline.selectForCompare
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.timeline.compareWithSelected
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.rebaseAbort
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.closeAllDiffEditors
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.closeAllUnmodifiedEditors
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.openRepositoriesInParentFolders
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.manageUnsafeRepositories
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.viewChanges
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.viewStagedChanges
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.viewUntrackedChanges
2024-05-20 12:45:20.180 [trace] ExtHostCommands#registerCommand git.viewCommit
2024-05-20 12:45:20.181 [trace] ExtHostCommands#registerCommand git.viewAllChanges
2024-05-20 12:45:20.181 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.181 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.182 [trace] ExtHostCommands#registerCommand git.api.getRepositories
2024-05-20 12:45:20.182 [trace] ExtHostCommands#registerCommand git.api.getRepositoryState
2024-05-20 12:45:20.182 [trace] ExtHostCommands#registerCommand git.api.getRemoteSources
2024-05-20 12:45:20.182 [trace] ExtHostCommands#registerCommand github.publish
2024-05-20 12:45:20.182 [trace] ExtHostCommands#registerCommand github.copyVscodeDevLink
2024-05-20 12:45:20.182 [trace] ExtHostCommands#registerCommand github.copyVscodeDevLinkFile
2024-05-20 12:45:20.182 [trace] ExtHostCommands#registerCommand github.copyVscodeDevLinkWithoutRange
2024-05-20 12:45:20.182 [trace] ExtHostCommands#registerCommand github.openOnVscodeDev
2024-05-20 12:45:20.182 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.182 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.182 [info] Eager extensions activated
2024-05-20 12:45:20.190 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2024-05-20 12:45:20.190 [trace] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/debug-auto-launch/dist/extension
2024-05-20 12:45:20.190 [trace] ExtensionService#loadExtensionContext vscode.debug-auto-launch
2024-05-20 12:45:20.191 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2024-05-20 12:45:20.191 [trace] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/merge-conflict/dist/mergeConflictMain
2024-05-20 12:45:20.192 [trace] ExtensionService#loadExtensionContext vscode.merge-conflict
2024-05-20 12:45:20.196 [trace] ExtensionService#_callActivateOptional vscode.debug-auto-launch
2024-05-20 12:45:20.196 [trace] ExtHostCommands#registerCommand extension.node-debug.toggleAutoAttach
2024-05-20 12:45:20.196 [trace] ExtensionService#_callActivateOptional vscode.merge-conflict
2024-05-20 12:45:20.196 [trace] ExtHostCommands#registerCommand merge-conflict.accept.current
2024-05-20 12:45:20.196 [trace] ExtHostCommands#registerCommand merge-conflict.accept.incoming
2024-05-20 12:45:20.197 [trace] ExtHostCommands#registerCommand merge-conflict.accept.selection
2024-05-20 12:45:20.197 [trace] ExtHostCommands#registerCommand merge-conflict.accept.both
2024-05-20 12:45:20.197 [trace] ExtHostCommands#registerCommand merge-conflict.accept.all-current
2024-05-20 12:45:20.197 [trace] ExtHostCommands#registerCommand merge-conflict.accept.all-incoming
2024-05-20 12:45:20.197 [trace] ExtHostCommands#registerCommand merge-conflict.accept.all-both
2024-05-20 12:45:20.197 [trace] ExtHostCommands#registerCommand merge-conflict.next
2024-05-20 12:45:20.197 [trace] ExtHostCommands#registerCommand merge-conflict.previous
2024-05-20 12:45:20.197 [trace] ExtHostCommands#registerCommand merge-conflict.compare
2024-05-20 12:45:20.254 [trace] ExtHostSCM#createSourceControl vscode.git git Git {"$mid":1,"path":"/d:/Code/Redacted","scheme":"file"}
2024-05-20 12:45:20.255 [trace] CommandsConverter#CREATE git.commit git.commit /1
2024-05-20 12:45:20.256 [trace] CommandsConverter#CREATE git.checkout git.checkout /2
2024-05-20 12:45:20.256 [trace] CommandsConverter#CREATE git.publish git.publish /3
2024-05-20 12:45:20.256 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.256 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.256 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.256 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.256 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.256 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.257 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.257 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.258 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.258 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.262 [trace] ExtHostSCM#$setSelectedSourceControl 0
2024-05-20 12:45:20.320 [trace] [DiagnosticCollection] change many (extension, owner, uris) ms-azure-devops.azure-pipelines _generated_diagnostic_collection_name_#0 [[{"$mid":1,"path":"/d:/Code/Redacted/.azdo/test.yaml","scheme":"file"},[]]]
2024-05-20 12:45:20.338 [trace] CommandsConverter#DISPOSE git.checkout /2
2024-05-20 12:45:20.338 [trace] CommandsConverter#DISPOSE git.publish /3
2024-05-20 12:45:20.338 [trace] CommandsConverter#CREATE git.checkout git.checkout /4
2024-05-20 12:45:20.338 [trace] CommandsConverter#CREATE git.publish git.publish /5
2024-05-20 12:45:20.338 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.338 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.342 [trace] CommandsConverter#DISPOSE git.checkout /4
2024-05-20 12:45:20.342 [trace] CommandsConverter#DISPOSE git.publish /5
2024-05-20 12:45:20.342 [trace] CommandsConverter#CREATE git.checkout git.checkout /6
2024-05-20 12:45:20.342 [trace] CommandsConverter#CREATE git.sync git.sync /7
2024-05-20 12:45:20.343 [trace] CommandsConverter#CREATE git.commit git.commit /8
2024-05-20 12:45:20.343 [trace] CommandsConverter#CREATE git.commit git.commit /9
2024-05-20 12:45:20.343 [trace] CommandsConverter#CREATE git.commitAmend git.commitAmend /10
2024-05-20 12:45:20.343 [trace] CommandsConverter#CREATE git.commit git.commit /11
2024-05-20 12:45:20.343 [trace] CommandsConverter#CREATE git.commit git.commit /12
2024-05-20 12:45:20.343 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.343 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.343 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.343 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.343 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.343 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.350 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github'
2024-05-20 12:45:20.350 [trace] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/github-authentication/dist/extension.js
2024-05-20 12:45:20.350 [trace] ExtensionService#loadExtensionContext vscode.github-authentication
2024-05-20 12:45:20.357 [trace] ExtensionService#_callActivateOptional vscode.github-authentication
2024-05-20 12:45:20.372 [debug] ProxyResolver#resolveProxy cached https://login.microsoftonline.com/common/oauth2/token?api-version=1.0 DIRECT 
2024-05-20 12:45:20.372 [trace] ProxyResolver#tls.connect [{"session":"[object Object]","path":"null","method":"POST","headers":"[object Object]","agent":"[object Object]","agents":"[object Object]","hostname":"login.microsoftonline.com","port":443,"_defaultAgent":"[object Object]","host":"login.microsoftonline.com","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"login.microsoftonline.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"login.microsoft[50 chars]","encoding":"null"}]
2024-05-20 12:45:20.380 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.380 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.380 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.380 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.414 [trace] [ms-azure-devops.azure-pipelines] INVOKE provider 'X=>X.provideDocumentSymbols(p.URI.revive(V),J)'
2024-05-20 12:45:20.415 [trace] [ms-azure-devops.azure-pipelines] provider DONE after 1ms
2024-05-20 12:45:20.419 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.419 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.420 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.420 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.428 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.428 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.428 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.429 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.429 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.429 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.429 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.429 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.429 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.429 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.457 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.457 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.589 [debug] ProxyResolver#resolveProxy https://management.azure.com/tenants?api-version=2016-06-01 DIRECT 
2024-05-20 12:45:20.589 [trace] ProxyResolver#tls.connect [{"protocol":"https:","slashes":true,"auth":"null","host":"management.azure.com","port":443,"hostname":"management.azure.com","hash":"null","search":"?api-version=2016-06-01","query":"api-version=2016-06-01","pathname":"/tenants","path":"null","href":"https://managem[59 chars]","method":"GET","headers":"[object Object]","agent":"[object Object]","_defaultAgent":"[object Object]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"management.azure.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"management.azur[45 chars]","encoding":"null"}]
2024-05-20 12:45:20.593 [trace] ExtHostSCM#$provideOriginalResource 0 file:///d%3A/Code/Redacted/.azdo/test.yaml
2024-05-20 12:45:20.599 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.599 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.603 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.604 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.633 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.633 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.634 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.634 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.766 [trace] [vscode.merge-conflict] INVOKE provider 'X=>X.provideCodeLenses(p.URI.revive(V),J)'
2024-05-20 12:45:20.778 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.778 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.779 [trace] [vscode.merge-conflict] provider DONE after 13ms
2024-05-20 12:45:20.779 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.779 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.819 [trace] ExtHostCommands#executeCommand setContext
2024-05-20 12:45:20.819 [trace] ExtHostCommands#executeCommand _setContext
2024-05-20 12:45:20.942 [debug] ProxyResolver#resolveProxy cached https://login.microsoftonline.com/PROD-TENANT-ID-REDACTED/oauth2/token?api-version=1.0 DIRECT 
2024-05-20 12:45:20.942 [debug] ProxyResolver#resolveProxy cached https://login.microsoftonline.com/TEST-TENANT-ID-REDACTED/oauth2/token?api-version=1.0 DIRECT 
2024-05-20 12:45:20.943 [trace] ProxyResolver#tls.connect [{"session":"[object Object]","path":"null","method":"POST","headers":"[object Object]","agent":"[object Object]","agents":"[object Object]","hostname":"login.microsoftonline.com","port":443,"_defaultAgent":"[object Object]","host":"login.microsoftonline.com","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"login.microsoftonline.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"login.microsoft[50 chars]","encoding":"null"}]
2024-05-20 12:45:20.946 [trace] ProxyResolver#tls.connect [{"session":"[object Object]","path":"null","method":"POST","headers":"[object Object]","agent":"[object Object]","agents":"[object Object]","hostname":"login.microsoftonline.com","port":443,"_defaultAgent":"[object Object]","host":"login.microsoftonline.com","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"login.microsoftonline.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"login.microsoft[50 chars]","encoding":"null"}]
2024-05-20 12:45:21.336 [debug] ProxyResolver#resolveProxy cached https://management.azure.com/subscriptions?api-version=2016-06-01 DIRECT 
2024-05-20 12:45:21.336 [debug] ProxyResolver#resolveProxy cached https://management.azure.com/subscriptions?api-version=2016-06-01 DIRECT 
2024-05-20 12:45:21.336 [debug] ProxyResolver#resolveProxy cached https://management.azure.com/subscriptions?api-version=2016-06-01 DIRECT 
2024-05-20 12:45:21.336 [trace] ProxyResolver#tls.connect [{"session":"[object Object]","protocol":"https:","slashes":true,"auth":"null","host":"management.azure.com","port":443,"hostname":"management.azure.com","hash":"null","search":"?api-version=2016-06-01","query":"api-version=2016-06-01","pathname":"/subscriptions","path":"null","href":"https://managem[65 chars]","method":"GET","headers":"[object Object]","agent":"[object Object]","_defaultAgent":"[object Object]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"management.azure.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"management.azur[45 chars]","encoding":"null"}]
2024-05-20 12:45:21.340 [trace] ProxyResolver#tls.connect [{"session":"[object Object]","protocol":"https:","slashes":true,"auth":"null","host":"management.azure.com","port":443,"hostname":"management.azure.com","hash":"null","search":"?api-version=2016-06-01","query":"api-version=2016-06-01","pathname":"/subscriptions","path":"null","href":"https://managem[65 chars]","method":"GET","headers":"[object Object]","agent":"[object Object]","_defaultAgent":"[object Object]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"management.azure.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"management.azur[45 chars]","encoding":"null"}]
2024-05-20 12:45:21.343 [trace] ProxyResolver#tls.connect [{"session":"[object Object]","protocol":"https:","slashes":true,"auth":"null","host":"management.azure.com","port":443,"hostname":"management.azure.com","hash":"null","search":"?api-version=2016-06-01","query":"api-version=2016-06-01","pathname":"/subscriptions","path":"null","href":"https://managem[65 chars]","method":"GET","headers":"[object Object]","agent":"[object Object]","_defaultAgent":"[object Object]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"management.azure.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"management.azur[45 chars]","encoding":"null"}]
2024-05-20 12:45:21.556 [debug] ProxyResolver#resolveProxy cached https://management.azure.com/tenants?api-version=2020-01-01 DIRECT 
2024-05-20 12:45:21.556 [trace] ProxyResolver#tls.connect [{"session":"[object Object]","protocol":"https:","slashes":true,"auth":"null","host":"management.azure.com","port":443,"hostname":"management.azure.com","hash":"null","search":"?api-version=2020-01-01","query":"api-version=2020-01-01","pathname":"/tenants","path":"null","href":"https://managem[59 chars]","method":"GET","headers":"[object Object]","agent":"[object Object]","_defaultAgent":"[object Object]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"management.azure.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"management.azur[45 chars]","encoding":"null"}]
2024-05-20 12:45:21.695 [debug] ProxyResolver#resolveProxy https://mobile.events.data.microsoft.com/OneCollector/1.0?cors=true&content-type=application/x-json-stream DIRECT 
2024-05-20 12:45:21.695 [trace] ProxyResolver#tls.connect [{"protocol":"https:","hostname":"mobile.events.d[32 chars]","port":443,"path":"null","method":"POST","headers":"[object Object]","agent":"[object Object]","_defaultAgent":"[object Object]","host":"mobile.events.d[32 chars]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"mobile.events.d[32 chars]","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"mobile.events.d[57 chars]","encoding":"null"}]
2024-05-20 12:45:21.721 [debug] ProxyResolver#resolveProxy cached https://management.azure.com/tenants?api-version=2020-01-01 DIRECT 
2024-05-20 12:45:21.721 [trace] ProxyResolver#tls.connect [{"session":"[object Object]","protocol":"https:","slashes":true,"auth":"null","host":"management.azure.com","port":443,"hostname":"management.azure.com","hash":"null","search":"?api-version=2020-01-01","query":"api-version=2020-01-01","pathname":"/tenants","path":"null","href":"https://managem[59 chars]","method":"GET","headers":"[object Object]","agent":"[object Object]","_defaultAgent":"[object Object]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"management.azure.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"management.azur[45 chars]","encoding":"null"}]
2024-05-20 12:45:21.764 [trace] [ms-azure-devops.azure-pipelines] INVOKE provider 'X=>X.provideDocumentSymbols(p.URI.revive(V),J)'
2024-05-20 12:45:21.767 [trace] [ms-azure-devops.azure-pipelines] provider DONE after 2ms
2024-05-20 12:45:21.866 [debug] ProxyResolver#resolveProxy cached https://mobile.events.data.microsoft.com/OneCollector/1.0?cors=true&content-type=application/x-json-stream DIRECT 
2024-05-20 12:45:21.866 [trace] ProxyResolver#tls.connect [{"protocol":"https:","hostname":"mobile.events.d[32 chars]","port":443,"path":"null","method":"POST","headers":"[object Object]","agent":"[object Object]","_defaultAgent":"[object Object]","host":"mobile.events.d[32 chars]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"mobile.events.d[32 chars]","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"mobile.events.d[57 chars]","encoding":"null"}]
2024-05-20 12:45:21.900 [debug] ProxyResolver#resolveProxy cached https://management.azure.com/tenants?api-version=2020-01-01 DIRECT 
2024-05-20 12:45:21.900 [trace] ProxyResolver#tls.connect [{"session":"[object Object]","protocol":"https:","slashes":true,"auth":"null","host":"management.azure.com","port":443,"hostname":"management.azure.com","hash":"null","search":"?api-version=2020-01-01","query":"api-version=2020-01-01","pathname":"/tenants","path":"null","href":"https://managem[59 chars]","method":"GET","headers":"[object Object]","agent":"[object Object]","_defaultAgent":"[object Object]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"management.azure.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"management.azur[45 chars]","encoding":"null"}]
2024-05-20 12:45:22.273 [debug] ProxyResolver#resolveProxy cached https://mobile.events.data.microsoft.com/OneCollector/1.0?cors=true&content-type=application/x-json-stream DIRECT 
2024-05-20 12:45:22.273 [trace] ProxyResolver#tls.connect [{"session":"[object Object]","protocol":"https:","hostname":"mobile.events.d[32 chars]","port":443,"path":"null","method":"POST","headers":"[object Object]","agent":"[object Object]","_defaultAgent":"[object Object]","host":"mobile.events.d[32 chars]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"mobile.events.d[32 chars]","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"mobile.events.d[57 chars]","encoding":"null"}]
2024-05-20 12:45:24.103 [debug] ProxyResolver#resolveProxy cached https://mobile.events.data.microsoft.com/OneCollector/1.0?cors=true&content-type=application/x-json-stream DIRECT 
2024-05-20 12:45:24.103 [trace] ProxyResolver#tls.connect [{"session":"[object Object]","protocol":"https:","hostname":"mobile.events.d[32 chars]","port":443,"path":"null","method":"POST","headers":"[object Object]","agent":"[object Object]","_defaultAgent":"[object Object]","host":"mobile.events.d[32 chars]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"mobile.events.d[32 chars]","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"mobile.events.d[57 chars]","encoding":"null"}]
2024-05-20 12:45:35.136 [debug] ProxyResolver#resolveProxy https://vortex.data.microsoft.com/collect/v1 DIRECT 
2024-05-20 12:45:35.137 [trace] ProxyResolver#tls.connect [{"method":"POST","withCredentials":false,"headers":"[object Object]","disableAppInsightsAutoCollection":true,"host":"vortex.data.microsoft.com","port":443,"path":"null","agent":"[object Object]","_defaultAgent":"[object Object]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"vortex.data.microsoft.com","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[44 certs]","_agentKey":"vortex.data.mic[50 chars]","encoding":"null"}]
Azure Account (Trace)
2024-05-20 12:45:19.944 [info] Attempting to reach URL "https://login.microsoftonline.com/"...
2024-05-20 12:45:20.078 [trace] ADAL: Authority: VERBOSE: Performing instance discovery
2024-05-20 12:45:20.078 [trace] ADAL: Authority: VERBOSE: Performing static instance discovery
2024-05-20 12:45:20.078 [trace] ADAL: Authority: VERBOSE: Authority validated via static instance discovery.
2024-05-20 12:45:20.078 [debug] ADAL: TokenRequest: INFO: Getting a new token from a refresh token.
2024-05-20 12:45:20.079 [info] 
┌────── Axios Request POST https://login.microsoftonline.com/common/oauth2/token?api-version=1.0
	Headers (8):
	└ Accept-Charset: "utf-8"
	└ Content-Type: "application/x-www-form-urlencoded"
	└ client-request-id: "28e2befa-2bc0-4631-8a44-e3df13ba1134"
	└ return-client-request-id: "true"
	└ x-client-CPU: "x64"
	└ x-client-OS: "win32"
	└ x-client-SKU: "Node"
	└ x-client-Ver: "0.2.3"
	Query parameters (4):
	└ client_id: "aebc6443-996d-45c2-90f0-388ff96faa56"
	└ grant_type: "refresh_token"
	└ refresh_token: "REDACTED"
	└ scope: "openid"
	Proxy configuration: None
└───────────────────────────────────────────────────
2024-05-20 12:45:20.363 [info] [Axios Response]
┌────── Axios Response POST - https://login.microsoftonline.com/common/oauth2/token?api-version=1.0
	Headers (16):
	└ cache-control: "no-store, no-cache"
	└ client-request-id: "28e2befa-2bc0-4631-8a44-e3df13ba1134"
	└ connection: "close"
	└ content-length: "4538"
	└ content-type: "application/json; charset=utf-8"
	└ date: "Mon, 20 May 2024 17:45:18 GMT"
	└ expires: "-1"
	└ p3p: "CP="DSP CUR OTPi IND OTRi ONL FIN""
	└ pragma: "no-cache"
	└ strict-transport-security: "max-age=31536000; includeSubDomains"
	└ x-content-type-options: "nosniff"
	└ x-ms-clitelem: "1,0,0,3307246.7107,"
	└ x-ms-ests-server: "2.1.18105.5 - EUS ProdSlices"
	└ x-ms-request-id: "d381fee1-436c-4f69-80a9-30beb97d3800"
	└ x-ms-srs: "1.P"
	└ x-xss-protection: "0"
	Body: 
	{"token_type":"Bearer","scope":"user_impersonation","expires_in":"4376","ext_expires_in":"4376","expires_on":"1716231495","not_before":"1716226818","resource":"https://management.core.windows.net/","access_token":"REDACTED","refresh_token":"REDACTED","id_token":"REDACTED"}
└───────────────────────────────────────────────────
2024-05-20 12:45:20.366 [trace] ADAL: CacheDriver: VERBOSE: Adding entry
2024-05-20 12:45:20.366 [trace] ADAL: CacheDriver: VERBOSE: Adding entry, AccessTokenId: AT0, RefreshTokenId: RT0
2024-05-20 12:45:20.366 [trace] ADAL: CacheDriver: VERBOSE: Added entry is MRRT
2024-05-20 12:45:20.370 [trace] ADAL: Authority: VERBOSE: Performing instance discovery
2024-05-20 12:45:20.370 [trace] ADAL: Authority: VERBOSE: Performing static instance discovery
2024-05-20 12:45:20.370 [trace] ADAL: Authority: VERBOSE: Authority validated via static instance discovery.
2024-05-20 12:45:20.370 [debug] ADAL: TokenRequest: INFO: Getting token from cache with refresh if necessary.
2024-05-20 12:45:20.370 [trace] ADAL: CacheDriver: VERBOSE: finding using query
2024-05-20 12:45:20.370 [trace] ADAL: CacheDriver: VERBOSE: Looking for potential cache entries:
2024-05-20 12:45:20.370 [trace] ADAL: CacheDriver: VERBOSE: Found 1 potential entries.
2024-05-20 12:45:20.370 [trace] ADAL: CacheDriver: VERBOSE: No resource specific cache entries found.
2024-05-20 12:45:20.370 [trace] ADAL: CacheDriver: VERBOSE: Found an MRRT token.
2024-05-20 12:45:20.370 [trace] ADAL: CacheDriver: VERBOSE: Returning token from cache lookup
2024-05-20 12:45:20.370 [debug] ADAL: CacheDriver: INFO: Acquiring new access token from MRRT token.
2024-05-20 12:45:20.370 [trace] ADAL: TokenRequest: VERBOSE: Called to refresh a token from the cache.
2024-05-20 12:45:20.370 [debug] ADAL: TokenRequest: INFO: Getting a new token from a refresh token.
2024-05-20 12:45:20.371 [info] 
┌────── Axios Request POST https://login.microsoftonline.com/common/oauth2/token?api-version=1.0
	Headers (8):
	└ Accept-Charset: "utf-8"
	└ Content-Type: "application/x-www-form-urlencoded"
	└ client-request-id: "39fc64a7-9187-4d50-8c57-4314c6b65e22"
	└ return-client-request-id: "true"
	└ x-client-CPU: "x64"
	└ x-client-OS: "win32"
	└ x-client-SKU: "Node"
	└ x-client-Ver: "0.2.3"
	Query parameters (5):
	└ client_id: "aebc6443-996d-45c2-90f0-388ff96faa56"
	└ grant_type: "refresh_token"
	└ refresh_token: "REDACTED"
	└ resource: "https://management.core.windows.net/"
	└ scope: "openid"
	Proxy configuration: None
└───────────────────────────────────────────────────
2024-05-20 12:45:20.551 [info] [Axios Response]
┌────── Axios Response POST - https://login.microsoftonline.com/common/oauth2/token?api-version=1.0
	Headers (16):
	└ cache-control: "no-store, no-cache"
	└ client-request-id: "39fc64a7-9187-4d50-8c57-4314c6b65e22"
	└ connection: "close"
	└ content-length: "4538"
	└ content-type: "application/json; charset=utf-8"
	└ date: "Mon, 20 May 2024 17:45:18 GMT"
	└ expires: "-1"
	└ p3p: "CP="DSP CUR OTPi IND OTRi ONL FIN""
	└ pragma: "no-cache"
	└ strict-transport-security: "max-age=31536000; includeSubDomains"
	└ x-content-type-options: "nosniff"
	└ x-ms-clitelem: "1,0,0,224.3507,"
	└ x-ms-ests-server: "2.1.18105.5 - SCUS ProdSlices"
	└ x-ms-request-id: "a224ee02-4912-4e6f-bfbc-3ac6c0a37100"
	└ x-ms-srs: "1.P"
	└ x-xss-protection: "0"
	Body: 
	{"token_type":"Bearer","scope":"user_impersonation","expires_in":"4646","ext_expires_in":"4646","expires_on":"1716231765","not_before":"1716226818","resource":"https://management.core.windows.net/","access_token":"REDACTED","refresh_token":"REDACTED","id_token":"REDACTED"}
└───────────────────────────────────────────────────
2024-05-20 12:45:20.552 [trace] ADAL: CacheDriver: VERBOSE: Created new cache entry from refresh response.
2024-05-20 12:45:20.552 [trace] ADAL: CacheDriver: VERBOSE: Adding entry
2024-05-20 12:45:20.552 [trace] ADAL: CacheDriver: VERBOSE: Adding entry, AccessTokenId: AT1, RefreshTokenId: RT1
2024-05-20 12:45:20.552 [trace] ADAL: CacheDriver: VERBOSE: Updating 1 cached refresh tokens.
2024-05-20 12:45:20.552 [trace] ADAL: CacheDriver: VERBOSE: Remove many: 1
2024-05-20 12:45:20.552 [trace] ADAL: CacheDriver: VERBOSE: Add many: 1
2024-05-20 12:45:20.552 [debug] ADAL: CacheDriver: INFO: Returning token derived from mrrt refresh.
2024-05-20 12:45:20.552 [debug] ADAL: TokenRequest: INFO: Returning cached token.
2024-05-20 12:45:20.568 [info] 
┌────── SubscriptionsClient Request GET https://management.azure.com/tenants?api-version=2016-06-01
	Headers (5):
	└ accept-language: "en-US"
	└ authorization: "Bearer REDACTED"
	└ content-type: "application/json; charset=utf-8"
	└ user-agent: "@azure/arm-subscriptions/3.1.2 ms-rest-azure-js/2.1.0 ms-rest-js/2.6.6 Node/v18.18.2 OS/(x64-Windows_NT-10.0.22631)"
	└ x-ms-client-request-id: "045ed208-8eca-4341-84fe-d51533f06048"
	Query parameters: None
	Proxy configuration: None
└───────────────────────────────────────────────────
2024-05-20 12:45:20.939 [info] [SubscriptionsClient Response]
┌────── SubscriptionsClient Response GET - https://management.azure.com/tenants?api-version=2016-06-01
	Headers (15):
	└ cache-control: "no-cache"
	└ connection: "close"
	└ content-length: "326"
	└ content-type: "application/json; charset=utf-8"
	└ date: "Mon, 20 May 2024 17:45:18 GMT"
	└ expires: "-1"
	└ pragma: "no-cache"
	└ strict-transport-security: "max-age=31536000; includeSubDomains"
	└ x-cache: "CONFIG_NOCACHE"
	└ x-content-type-options: "nosniff"
	└ x-ms-correlation-request-id: "9a984b0d-137f-4b0f-9739-fee28a88f9cd"
	└ x-ms-ratelimit-remaining-tenant-reads: "11999"
	└ x-ms-request-id: "9a984b0d-137f-4b0f-9739-fee28a88f9cd"
	└ x-ms-routing-request-id: "SOUTHCENTRALUS:20240520T174519Z:9a984b0d-137f-4b0f-9739-fee28a88f9cd"
	└ x-msedge-ref: "Ref A: 22395309B5394769ADC83FF6FBBE8C81 Ref B: SN4AA2022304045 Ref C: 2024-05-20T17:45:19Z"
	Body: 
	{"value":[{"id":"/tenants/CORP-TENANT-ID-REDACTED","tenantId":"CORP-TENANT-ID-REDACTED"},{"id":"/tenants/PROD-TENANT-ID-REDACTED","tenantId":"PROD-TENANT-ID-REDACTED"},{"id":"/tenants/TEST-TENANT-ID-REDACTED","tenantId":"TEST-TENANT-ID-REDACTED"}]}
└───────────────────────────────────────────────────
2024-05-20 12:45:20.940 [trace] ADAL: Authority: VERBOSE: Performing instance discovery
2024-05-20 12:45:20.941 [trace] ADAL: Authority: VERBOSE: Performing static instance discovery
2024-05-20 12:45:20.941 [trace] ADAL: Authority: VERBOSE: Authority validated via static instance discovery.
2024-05-20 12:45:20.941 [debug] ADAL: TokenRequest: INFO: Getting a new token from a refresh token.
2024-05-20 12:45:20.941 [trace] ADAL: Authority: VERBOSE: Performing instance discovery
2024-05-20 12:45:20.941 [trace] ADAL: Authority: VERBOSE: Performing static instance discovery
2024-05-20 12:45:20.941 [trace] ADAL: Authority: VERBOSE: Authority validated via static instance discovery.
2024-05-20 12:45:20.941 [debug] ADAL: TokenRequest: INFO: Getting a new token from a refresh token.
2024-05-20 12:45:20.941 [info] 
┌────── Axios Request POST https://login.microsoftonline.com/PROD-TENANT-ID-REDACTED/oauth2/token?api-version=1.0
	Headers (8):
	└ Accept-Charset: "utf-8"
	└ Content-Type: "application/x-www-form-urlencoded"
	└ client-request-id: "060c54d6-59a0-4ae4-adcc-3fdf6656ef5c"
	└ return-client-request-id: "true"
	└ x-client-CPU: "x64"
	└ x-client-OS: "win32"
	└ x-client-SKU: "Node"
	└ x-client-Ver: "0.2.3"
	Query parameters (4):
	└ client_id: "aebc6443-996d-45c2-90f0-388ff96faa56"
	└ grant_type: "refresh_token"
	└ refresh_token: "REDACTED"
	└ scope: "openid"
	Proxy configuration: None
└───────────────────────────────────────────────────
2024-05-20 12:45:20.942 [info] 
┌────── Axios Request POST https://login.microsoftonline.com/TEST-TENANT-ID-REDACTED/oauth2/token?api-version=1.0
	Headers (8):
	└ Accept-Charset: "utf-8"
	└ Content-Type: "application/x-www-form-urlencoded"
	└ client-request-id: "6fd798de-ada0-4686-bbb7-5f5e72c571e9"
	└ return-client-request-id: "true"
	└ x-client-CPU: "x64"
	└ x-client-OS: "win32"
	└ x-client-SKU: "Node"
	└ x-client-Ver: "0.2.3"
	Query parameters (4):
	└ client_id: "aebc6443-996d-45c2-90f0-388ff96faa56"
	└ grant_type: "refresh_token"
	└ refresh_token: "REDACTED"
	└ scope: "openid"
	Proxy configuration: None
└───────────────────────────────────────────────────
2024-05-20 12:45:21.319 [info] [Axios Response]
┌────── Axios Response POST - https://login.microsoftonline.com/TEST-TENANT-ID-REDACTED/oauth2/token?api-version=1.0
	Headers (16):
	└ cache-control: "no-store, no-cache"
	└ client-request-id: "6fd798de-ada0-4686-bbb7-5f5e72c571e9"
	└ connection: "close"
	└ content-length: "4479"
	└ content-type: "application/json; charset=utf-8"
	└ date: "Mon, 20 May 2024 17:45:19 GMT"
	└ expires: "-1"
	└ p3p: "CP="DSP CUR OTPi IND OTRi ONL FIN""
	└ pragma: "no-cache"
	└ strict-transport-security: "max-age=31536000; includeSubDomains"
	└ x-content-type-options: "nosniff"
	└ x-ms-clitelem: "1,0,0,670.7412,"
	└ x-ms-ests-server: "2.1.18105.5 - WUS3 ProdSlices"
	└ x-ms-request-id: "c657f5d9-c9d9-4703-aa7b-03a6a4112e00"
	└ x-ms-srs: "1.P"
	└ x-xss-protection: "0"
	Body: 
	{"token_type":"Bearer","scope":"user_impersonation","expires_in":"4027","ext_expires_in":"4027","expires_on":"1716231147","not_before":"1716226819","resource":"https://management.core.windows.net/","access_token":"REDACTED","refresh_token":"REDACTED","id_token":"REDACTED"}
└───────────────────────────────────────────────────
2024-05-20 12:45:21.326 [info] [Axios Response]
┌────── Axios Response POST - https://login.microsoftonline.com/PROD-TENANT-ID-REDACTED/oauth2/token?api-version=1.0
	Headers (16):
	└ cache-control: "no-store, no-cache"
	└ client-request-id: "060c54d6-59a0-4ae4-adcc-3fdf6656ef5c"
	└ connection: "close"
	└ content-length: "4479"
	└ content-type: "application/json; charset=utf-8"
	└ date: "Mon, 20 May 2024 17:45:19 GMT"
	└ expires: "-1"
	└ p3p: "CP="DSP CUR OTPi IND OTRi ONL FIN""
	└ pragma: "no-cache"
	└ strict-transport-security: "max-age=31536000; includeSubDomains"
	└ x-content-type-options: "nosniff"
	└ x-ms-clitelem: "1,0,0,624.1057,"
	└ x-ms-ests-server: "2.1.18077.3 - WUS3 ProdSlices"
	└ x-ms-request-id: "c178244e-48a0-4f9c-afee-a07656c52201"
	└ x-ms-srs: "1.P"
	└ x-xss-protection: "0"
	Body: 
	{"token_type":"Bearer","scope":"user_impersonation","expires_in":"5227","ext_expires_in":"5227","expires_on":"1716232347","not_before":"1716226819","resource":"https://management.core.windows.net/","access_token":"REDACTED","refresh_token":"REDACTED","id_token":"REDACTED"}
└───────────────────────────────────────────────────
2024-05-20 12:45:21.327 [trace] ADAL: CacheDriver: VERBOSE: Adding entry
2024-05-20 12:45:21.327 [trace] ADAL: CacheDriver: VERBOSE: Adding entry, AccessTokenId: AT0, RefreshTokenId: RT1
2024-05-20 12:45:21.327 [trace] ADAL: CacheDriver: VERBOSE: Adding entry
2024-05-20 12:45:21.327 [trace] ADAL: CacheDriver: VERBOSE: Adding entry, AccessTokenId: AT2, RefreshTokenId: RT2
2024-05-20 12:45:21.327 [trace] ADAL: CacheDriver: VERBOSE: Added entry is MRRT
2024-05-20 12:45:21.327 [trace] ADAL: CacheDriver: VERBOSE: Updating 1 cached refresh tokens.
2024-05-20 12:45:21.327 [trace] ADAL: CacheDriver: VERBOSE: Remove many: 1
2024-05-20 12:45:21.327 [trace] ADAL: CacheDriver: VERBOSE: Add many: 1
2024-05-20 12:45:21.327 [trace] ADAL: CacheDriver: VERBOSE: Adding entry
2024-05-20 12:45:21.328 [trace] ADAL: CacheDriver: VERBOSE: Adding entry, AccessTokenId: AT3, RefreshTokenId: RT3
2024-05-20 12:45:21.328 [trace] ADAL: CacheDriver: VERBOSE: Added entry is MRRT
2024-05-20 12:45:21.328 [trace] ADAL: CacheDriver: VERBOSE: Updating 2 cached refresh tokens.
2024-05-20 12:45:21.328 [trace] ADAL: CacheDriver: VERBOSE: Remove many: 2
2024-05-20 12:45:21.328 [trace] ADAL: CacheDriver: VERBOSE: Add many: 2
2024-05-20 12:45:21.331 [trace] ADAL: Authority: VERBOSE: Performing instance discovery
2024-05-20 12:45:21.331 [trace] ADAL: Authority: VERBOSE: Performing static instance discovery
2024-05-20 12:45:21.331 [trace] ADAL: Authority: VERBOSE: Authority validated via static instance discovery.
2024-05-20 12:45:21.331 [debug] ADAL: TokenRequest: INFO: Getting token from cache with refresh if necessary.
2024-05-20 12:45:21.331 [trace] ADAL: CacheDriver: VERBOSE: finding using query
2024-05-20 12:45:21.331 [trace] ADAL: CacheDriver: VERBOSE: Looking for potential cache entries:
2024-05-20 12:45:21.332 [trace] ADAL: Authority: VERBOSE: Performing instance discovery
2024-05-20 12:45:21.332 [trace] ADAL: Authority: VERBOSE: Performing static instance discovery
2024-05-20 12:45:21.332 [trace] ADAL: Authority: VERBOSE: Authority validated via static instance discovery.
2024-05-20 12:45:21.332 [debug] ADAL: TokenRequest: INFO: Getting token from cache with refresh if necessary.
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: finding using query
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: Looking for potential cache entries:
2024-05-20 12:45:21.332 [trace] ADAL: Authority: VERBOSE: Performing instance discovery
2024-05-20 12:45:21.332 [trace] ADAL: Authority: VERBOSE: Performing static instance discovery
2024-05-20 12:45:21.332 [trace] ADAL: Authority: VERBOSE: Authority validated via static instance discovery.
2024-05-20 12:45:21.332 [debug] ADAL: TokenRequest: INFO: Getting token from cache with refresh if necessary.
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: finding using query
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: Looking for potential cache entries:
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: Found 3 potential entries.
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: Resource specific token found.
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: Returning token from cache lookup
2024-05-20 12:45:21.332 [debug] ADAL: TokenRequest: INFO: Returning cached token.
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: Found 3 potential entries.
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: Resource specific token found.
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: Returning token from cache lookup
2024-05-20 12:45:21.332 [debug] ADAL: TokenRequest: INFO: Returning cached token.
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: Found 3 potential entries.
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: Resource specific token found.
2024-05-20 12:45:21.332 [trace] ADAL: CacheDriver: VERBOSE: Returning token from cache lookup
2024-05-20 12:45:21.333 [debug] ADAL: TokenRequest: INFO: Returning cached token.
2024-05-20 12:45:21.554 [trace] ADAL: Authority: VERBOSE: Instance discovery/validation has either already been completed or is turned off
2024-05-20 12:45:21.554 [debug] ADAL: TokenRequest: INFO: Getting token from cache with refresh if necessary.
2024-05-20 12:45:21.554 [trace] ADAL: CacheDriver: VERBOSE: finding using query
2024-05-20 12:45:21.554 [trace] ADAL: CacheDriver: VERBOSE: Looking for potential cache entries:
2024-05-20 12:45:21.555 [trace] ADAL: CacheDriver: VERBOSE: Found 3 potential entries.
2024-05-20 12:45:21.555 [trace] ADAL: CacheDriver: VERBOSE: Resource specific token found.
2024-05-20 12:45:21.555 [trace] ADAL: CacheDriver: VERBOSE: Returning token from cache lookup
2024-05-20 12:45:21.555 [debug] ADAL: TokenRequest: INFO: Returning cached token.
2024-05-20 12:45:21.555 [info] 
┌────── SubscriptionsClient Request GET https://management.azure.com/tenants?api-version=2020-01-01
	Headers (5):
	└ accept-language: "en-US"
	└ authorization: "Bearer REDACTED"
	└ content-type: "application/json; charset=utf-8"
	└ user-agent: "@azure/arm-subscriptions/3.1.2 ms-rest-azure-js/2.1.0 ms-rest-js/2.6.6 Node/v18.18.2 OS/(x64-Windows_NT-10.0.22631)"
	└ x-ms-client-request-id: "a5fd488a-63c6-465d-9d14-fe86772c35ea"
	Query parameters: None
	Proxy configuration: None
└───────────────────────────────────────────────────
2024-05-20 12:45:21.719 [info] [SubscriptionsClient Response]
┌────── SubscriptionsClient Response GET - https://management.azure.com/tenants?api-version=2020-01-01
	Headers (15):
	└ cache-control: "no-cache"
	└ connection: "close"
	└ content-length: "2182"
	└ content-type: "application/json; charset=utf-8"
	└ date: "Mon, 20 May 2024 17:45:19 GMT"
	└ expires: "-1"
	└ pragma: "no-cache"
	└ strict-transport-security: "max-age=31536000; includeSubDomains"
	└ x-cache: "CONFIG_NOCACHE"
	└ x-content-type-options: "nosniff"
	└ x-ms-correlation-request-id: "3ab172f6-7c66-49b5-9363-066818014bdc"
	└ x-ms-ratelimit-remaining-tenant-reads: "11999"
	└ x-ms-request-id: "3ab172f6-7c66-49b5-9363-066818014bdc"
	└ x-ms-routing-request-id: "SOUTHCENTRALUS:20240520T174520Z:3ab172f6-7c66-49b5-9363-066818014bdc"
	└ x-msedge-ref: "Ref A: 562A0F5624FB41E3BDFF8FE3754A3AAE Ref B: SN4AA2022302037 Ref C: 2024-05-20T17:45:19Z"
	Body: 
	{"value":[{"id":"/tenants/CORP-TENANT-ID-REDACTED","tenantId":"CORP-TENANT-ID-REDACTED","countryCode":"US","displayName":"Redacted Corp Name","domains":["corp.example.com","redacted.onmicrosoft.com"],"tenantCategory":"Home","defaultDomain":"redacted.onmicrosoft.com","tenantType":"AAD"},{"id":"/tenants/PROD-TENANT-ID-REDACTED","tenantId":"PROD-TENANT-ID-REDACTED","countryCode":"US","displayName":"MyApp Prod","domains":["prod-redacted.onmicrosoft.com"],"tenantCategory":"Home","defaultDomain":"prod-redacted.onmicrosoft.com","tenantType":"AAD"},{"id":"/tenants/TEST-TENANT-ID-REDACTED","tenantId":"TEST-TENANT-ID-REDACTED","countryCode":"US","displayName":"MyApp Dev","domains":["test-redacted.onmicrosoft.com"],"tenantCategory":"Home","defaultDomain":"test-redacted.onmicrosoft.com","tenantType":"AAD"}]}
└───────────────────────────────────────────────────
2024-05-20 12:45:21.720 [trace] ADAL: Authority: VERBOSE: Instance discovery/validation has either already been completed or is turned off
2024-05-20 12:45:21.720 [debug] ADAL: TokenRequest: INFO: Getting token from cache with refresh if necessary.
2024-05-20 12:45:21.720 [trace] ADAL: CacheDriver: VERBOSE: finding using query
2024-05-20 12:45:21.720 [trace] ADAL: CacheDriver: VERBOSE: Looking for potential cache entries:
2024-05-20 12:45:21.720 [trace] ADAL: CacheDriver: VERBOSE: Found 3 potential entries.
2024-05-20 12:45:21.720 [trace] ADAL: CacheDriver: VERBOSE: Resource specific token found.
2024-05-20 12:45:21.720 [trace] ADAL: CacheDriver: VERBOSE: Returning token from cache lookup
2024-05-20 12:45:21.720 [debug] ADAL: TokenRequest: INFO: Returning cached token.
2024-05-20 12:45:21.721 [info] 
┌────── SubscriptionsClient Request GET https://management.azure.com/tenants?api-version=2020-01-01
	Headers (5):
	└ accept-language: "en-US"
	└ authorization: "Bearer REDACTED"
	└ content-type: "application/json; charset=utf-8"
	└ user-agent: "@azure/arm-subscriptions/3.1.2 ms-rest-azure-js/2.1.0 ms-rest-js/2.6.6 Node/v18.18.2 OS/(x64-Windows_NT-10.0.22631)"
	└ x-ms-client-request-id: "af9161c4-6c9b-4509-acfc-875d638f0e5c"
	Query parameters: None
	Proxy configuration: None
└───────────────────────────────────────────────────
2024-05-20 12:45:21.898 [info] [SubscriptionsClient Response]
┌────── SubscriptionsClient Response GET - https://management.azure.com/tenants?api-version=2020-01-01
	Headers (15):
	└ cache-control: "no-cache"
	└ connection: "close"
	└ content-length: "2182"
	└ content-type: "application/json; charset=utf-8"
	└ date: "Mon, 20 May 2024 17:45:19 GMT"
	└ expires: "-1"
	└ pragma: "no-cache"
	└ strict-transport-security: "max-age=31536000; includeSubDomains"
	└ x-cache: "CONFIG_NOCACHE"
	└ x-content-type-options: "nosniff"
	└ x-ms-correlation-request-id: "fd78a2a1-639b-43fe-8bf5-16fbd3f8b9f3"
	└ x-ms-ratelimit-remaining-tenant-reads: "11999"
	└ x-ms-request-id: "fd78a2a1-639b-43fe-8bf5-16fbd3f8b9f3"
	└ x-ms-routing-request-id: "SOUTHCENTRALUS:20240520T174520Z:fd78a2a1-639b-43fe-8bf5-16fbd3f8b9f3"
	└ x-msedge-ref: "Ref A: 6BA8724055A24FCDA0C9100E53427AAE Ref B: SN4AA2022302021 Ref C: 2024-05-20T17:45:20Z"
	Body: 
	{"value":[{"id":"/tenants/CORP-TENANT-ID-REDACTED","tenantId":"CORP-TENANT-ID-REDACTED","countryCode":"US","displayName":"Redacted Corp Name","domains":["corp.example.com","redacted.onmicrosoft.com"],"tenantCategory":"Home","defaultDomain":"redacted.onmicrosoft.com","tenantType":"AAD"},{"id":"/tenants/PROD-TENANT-ID-REDACTED","tenantId":"PROD-TENANT-ID-REDACTED","countryCode":"US","displayName":"MyApp Prod","domains":["prod-redacted.onmicrosoft.com"],"tenantCategory":"Home","defaultDomain":"prod-redacted.onmicrosoft.com","tenantType":"AAD"},{"id":"/tenants/TEST-TENANT-ID-REDACTED","tenantId":"TEST-TENANT-ID-REDACTED","countryCode":"US","displayName":"MyApp Dev","domains":["test-redacted.onmicrosoft.com"],"tenantCategory":"Home","defaultDomain":"test-redacted.onmicrosoft.com","tenantType":"AAD"}]}
└───────────────────────────────────────────────────
2024-05-20 12:45:21.898 [trace] ADAL: Authority: VERBOSE: Instance discovery/validation has either already been completed or is turned off
2024-05-20 12:45:21.898 [debug] ADAL: TokenRequest: INFO: Getting token from cache with refresh if necessary.
2024-05-20 12:45:21.898 [trace] ADAL: CacheDriver: VERBOSE: finding using query
2024-05-20 12:45:21.898 [trace] ADAL: CacheDriver: VERBOSE: Looking for potential cache entries:
2024-05-20 12:45:21.898 [trace] ADAL: CacheDriver: VERBOSE: Found 3 potential entries.
2024-05-20 12:45:21.898 [trace] ADAL: CacheDriver: VERBOSE: Resource specific token found.
2024-05-20 12:45:21.898 [trace] ADAL: CacheDriver: VERBOSE: Returning token from cache lookup
2024-05-20 12:45:21.898 [debug] ADAL: TokenRequest: INFO: Returning cached token.
2024-05-20 12:45:21.899 [info] 
┌────── SubscriptionsClient Request GET https://management.azure.com/tenants?api-version=2020-01-01
	Headers (5):
	└ accept-language: "en-US"
	└ authorization: "Bearer REDACTED"
	└ content-type: "application/json; charset=utf-8"
	└ user-agent: "@azure/arm-subscriptions/3.1.2 ms-rest-azure-js/2.1.0 ms-rest-js/2.6.6 Node/v18.18.2 OS/(x64-Windows_NT-10.0.22631)"
	└ x-ms-client-request-id: "06d5839c-ea04-4eaa-9bda-ef4bbd660930"
	Query parameters: None
	Proxy configuration: None
└───────────────────────────────────────────────────
2024-05-20 12:45:22.082 [info] [SubscriptionsClient Response]
┌────── SubscriptionsClient Response GET - https://management.azure.com/tenants?api-version=2020-01-01
	Headers (15):
	└ cache-control: "no-cache"
	└ connection: "close"
	└ content-length: "2182"
	└ content-type: "application/json; charset=utf-8"
	└ date: "Mon, 20 May 2024 17:45:20 GMT"
	└ expires: "-1"
	└ pragma: "no-cache"
	└ strict-transport-security: "max-age=31536000; includeSubDomains"
	└ x-cache: "CONFIG_NOCACHE"
	└ x-content-type-options: "nosniff"
	└ x-ms-correlation-request-id: "8355dd61-cf6e-4c48-9571-e66599400776"
	└ x-ms-ratelimit-remaining-tenant-reads: "249"
	└ x-ms-request-id: "8355dd61-cf6e-4c48-9571-e66599400776"
	└ x-ms-routing-request-id: "SOUTHCENTRALUS:20240520T174520Z:8355dd61-cf6e-4c48-9571-e66599400776"
	└ x-msedge-ref: "Ref A: 30D7D69EDC14436B97244BD8925BA737 Ref B: SN4AA2022303029 Ref C: 2024-05-20T17:45:20Z"
	Body: 
	{"value":[{"id":"/tenants/CORP-TENANT-ID-REDACTED","tenantId":"CORP-TENANT-ID-REDACTED","countryCode":"US","displayName":"Redacted Corp Name","domains":["corp.example.com","redacted.onmicrosoft.com"],"tenantCategory":"Home","defaultDomain":"redacted.onmicrosoft.com","tenantType":"AAD"},{"id":"/tenants/PROD-TENANT-ID-REDACTED","tenantId":"PROD-TENANT-ID-REDACTED","countryCode":"US","displayName":"MyApp Prod","domains":["prod-redacted.onmicrosoft.com"],"tenantCategory":"Home","defaultDomain":"prod-redacted.onmicrosoft.com","tenantType":"AAD"},{"id":"/tenants/TEST-TENANT-ID-REDACTED","tenantId":"TEST-TENANT-ID-REDACTED","countryCode":"US","displayName":"MyApp Dev","domains":["test-redacted.onmicrosoft.com"],"tenantCategory":"Home","defaultDomain":"test-redacted.onmicrosoft.com","tenantType":"AAD"}]}
└───────────────────────────────────────────────────
Azure Pipelines (Trace)
(5/20/2024, 12:45:20 PM) Cannot read properties of undefined (reading 'name')
(5/20/2024, 12:45:20 PM) [ExtensionActivated] Extension has been activated!
Azure Pipelines Language (Trace)
getSchemaForResource
resource: file:///d%3A/Code/Redacted/.azdo/test.yaml
this.customSchemaProvider: yes

@DmitriiBobreshev
Copy link
Contributor

Hi @sharpjs, Thank you for the feedback and for the detailed repro and logs! Currently, we are working on more prioritized issues but will get back to this one soon.

@DmitriiBobreshev DmitriiBobreshev added bug Something isn't working and removed triage labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: VsCodeExtension bug Something isn't working
Projects
None yet
2 participants