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

Microseconds not detected #653

Closed
emilast opened this issue Nov 14, 2024 · 1 comment
Closed

Microseconds not detected #653

emilast opened this issue Nov 14, 2024 · 1 comment

Comments

@emilast
Copy link
Owner

emilast commented Nov 14, 2024

Sample:

2024-09-10T05:49:19.1963767Z ##[debug]Exporting function 'CmdletHasMember'.
2024-09-10T05:49:19.2002673Z ##[debug]Exporting function 'Remove-EndpointSecrets'.
2024-09-10T05:49:19.2060589Z ##[debug]Exporting function 'Initialize-AzModule'.
2024-09-10T05:49:19.2089501Z ##[debug]Exporting function 'Disconnect-AzureAndClearContext'.
2024-09-10T05:49:19.2107436Z ##[debug]Exporting function 'Update-PSModulePathForHostedAgentWithLatestModule'.
2024-09-10T05:49:19.2132042Z ##[debug]Importing function 'CmdletHasMember'.
2024-09-10T05:49:19.2147098Z ##[debug]Importing function 'Disconnect-AzureAndClearContext'.
2024-09-10T05:49:19.2166640Z ##[debug]Importing function 'Initialize-AzModule'.
2024-09-10T05:49:19.2189407Z ##[debug]Importing function 'Initialize-Azure'.
2024-09-10T05:49:19.2221450Z ##[debug]Importing function 'Remove-EndpointSecrets'.
2024-09-10T05:49:19.2248060Z ##[debug]Importing function 'Update-PSModulePathForHostedAgentWithLatestModule'.
2024-09-10T05:49:19.2371768Z ##[debug]The updated value of the PSModulePath is: C:\Windows\ServiceProfiles\NetworkService\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
2024-09-10T05:49:19.2408964Z ##[debug]Trying to disconnect from Azure and clear context at process scope
2024-09-10T05:49:19.2494291Z ##[debug]Cannot verify the Microsoft .NET Framework version 4.7.2 because it is not included in the list of permitted versions.
2024-09-10T05:49:19.2514837Z ##[debug]Populating RepositorySourceLocation property for module Az.Accounts.
2024-09-10T05:49:19.2560935Z ##[debug]Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Az.Accounts\2.12.2\Az.Accounts.psm1'.
2024-09-10T05:49:19.5390989Z VERBOSE: Loading module from path 'C:\Program 
2024-09-10T05:49:19.5391325Z Files\WindowsPowerShell\Modules\Az.Accounts\2.12.2\Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll'.
2024-09-10T05:49:20.0393741Z VERBOSE: Importing cmdlet 'Register-AzModule'.
2024-09-10T05:49:20.0396974Z VERBOSE: Importing cmdlet 'Clear-AzConfig'.
2024-09-10T05:49:20.0400729Z VERBOSE: Importing cmdlet 'Export-AzConfig'.
2024-09-10T05:49:20.0404060Z VERBOSE: Importing cmdlet 'Get-AzConfig'.
2024-09-10T05:49:20.0407592Z VERBOSE: Importing cmdlet 'Import-AzConfig'.
2024-09-10T05:49:20.0410935Z VERBOSE: Importing cmdlet 'Update-AzConfig'.
2024-09-10T05:49:20.0414441Z VERBOSE: Importing cmdlet 'Connect-AzAccount'.
2024-09-10T05:49:20.0417722Z VERBOSE: Importing cmdlet 'Disconnect-AzAccount'.
2024-09-10T05:49:20.0421154Z VERBOSE: Importing cmdlet 'Get-AzContext'.
2024-09-10T05:49:20.0424446Z VERBOSE: Importing cmdlet 'Import-AzContext'.
2024-09-10T05:49:20.0427923Z VERBOSE: Importing cmdlet 'Save-AzContext'.
2024-09-10T05:49:20.0431343Z VERBOSE: Importing cmdlet 'Set-AzContext'.
2024-09-10T05:49:20.0434741Z VERBOSE: Importing cmdlet 'Disable-AzDataCollection'.
2024-09-10T05:49:20.0438211Z VERBOSE: Importing cmdlet 'Enable-AzDataCollection'.
2024-09-10T05:49:20.0441572Z VERBOSE: Importing cmdlet 'Add-AzEnvironment'.
2024-09-10T05:49:20.0444870Z VERBOSE: Importing cmdlet 'Get-AzEnvironment'.
2024-09-10T05:49:20.0448198Z VERBOSE: Importing cmdlet 'Remove-AzEnvironment'.
2024-09-10T05:49:20.0451652Z VERBOSE: Importing cmdlet 'Set-AzEnvironment'.
2024-09-10T05:49:20.0455032Z VERBOSE: Importing cmdlet 'Send-Feedback'.
2024-09-10T05:49:20.0458304Z VERBOSE: Importing cmdlet 'Get-AzSubscription'.
2024-09-10T05:49:20.0461710Z VERBOSE: Importing cmdlet 'Get-AzTenant'.
2024-09-10T05:49:20.0464979Z VERBOSE: Importing cmdlet 'Get-AzAccessToken'.
2024-09-10T05:49:20.0468280Z VERBOSE: Importing cmdlet 'Uninstall-AzureRm'.
2024-09-10T05:49:20.0471738Z VERBOSE: Importing cmdlet 'Invoke-AzRestMethod'.
2024-09-10T05:49:20.0475134Z VERBOSE: Importing cmdlet 'Open-AzSurveyLink'.
2024-09-10T05:49:20.0478469Z VERBOSE: Importing cmdlet 'Resolve-AzError'.
2024-09-10T05:49:20.0481915Z VERBOSE: Importing cmdlet 'Clear-AzDefault'.
2024-09-10T05:49:20.0485151Z VERBOSE: Importing cmdlet 'Get-AzDefault'.
2024-09-10T05:49:20.0488607Z VERBOSE: Importing cmdlet 'Set-AzDefault'.
2024-09-10T05:49:20.0492124Z VERBOSE: Importing cmdlet 'Disable-AzureRmAlias'.
@emilast
Copy link
Owner Author

emilast commented Jan 1, 2025

Fixed in version 3.4.0.

@emilast emilast closed this as completed Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant