DEBUG: 12:19:20 AM - GetAzureKeyVaultSecret begin processing with ParameterSet 'ByVaultName'. DEBUG: 12:19:20 AM - using account id 'MSI@50342'... DEBUG: 12:19:20 AM - [ConfigManager] Got nothing from [DisplayBreakingChangeWarning], Module = [], Cmdlet = []. Returning default value [True]. DEBUG: [Common.Authentication]: Authenticating using Account: 'MSI@50342', environment: 'AzureCloud', tenant: '' DEBUG: 12:19:20 AM - [ManagedServiceIdentityAuthenticator] Calling ManagedIdentityCredential.GetTokenAsync - TenantId:'', Scopes:'https://vault.azure.net', UserId:'' DEBUG: ManagedIdentityCredential.GetToken invoked. Scopes: [ https://vault.azure.net ] ParentRequestId: DEBUG: Request [8a57c5f7-88fc-4b17-b7d0-ae9e41be2553] POST http://localhost:50342/oauth2/token Content-Type:application/x-www-form-urlencoded Metadata:REDACTED x-ms-client-request-id:8a57c5f7-88fc-4b17-b7d0-ae9e41be2553 x-ms-return-client-request-id:true User-Agent:azsdk-net-Identity/1.6.1 (.NET 8.0.0; CBL-Mariner/Linux) client assembly: Azure.Identity DEBUG: Response [8a57c5f7-88fc-4b17-b7d0-ae9e41be2553] 200 OK (00.5s) X-Powered-By:REDACTED ETag:W/"a69-kVovuEj/DlyqBfqHSrDQpkmrXV4" Date:Fri, 29 Dec 2023 00:19:20 GMT Connection:keep-alive Keep-Alive:REDACTED Content-Type:application/json; charset=utf-8 Content-Length:2665 DEBUG: ManagedIdentityCredential.GetToken succeeded. Scopes: [ https://vault.azure.net ] ParentRequestId: ExpiresOn: 2023-12-29T01:30:35.0000000+00:00 DEBUG: [Common.Authentication]: Received token with LoginType 'User', Tenant: '', UserId: 'MSI@50342' DEBUG: ============================ HTTP REQUEST ============================ HTTP Method: GET Absolute Uri: https://xxxxx.vault.azure.net//secrets?api-version=7.0 Headers: Accept-Language : en-US x-ms-client-request-id : b5821613-3f97-4784-be5a-f6d03c2fdc6b Body: DEBUG: ============================ HTTP RESPONSE ============================ Status Code: InternalServerError Headers: Cache-Control : no-cache Pragma : no-cache x-ms-client-request-id : b5821613-3f97-4784-be5a-f6d03c2fdc6b x-ms-request-id : 5ce97fe7-4ca3-4f2d-be08-0bf52b347ce4 x-ms-keyvault-service-version : 1.9.1145.1 x-ms-keyvault-network-info : conn_type=Ipv4;addr=20.195.0.50;act_addr_fam=InterNetwork; X-Content-Type-Options : nosniff Strict-Transport-Security : max-age=31536000;includeSubDomains Date : Fri, 29 Dec 2023 00:19:42 GMT Connection : close Body: { "error": { "code": "ServerError", "message": "ActivityId: 5ce97fe7-4ca3-4f2d-be08-0bf52b347ce4, ActivityName: SecretList" } } DEBUG: 12:19:42 AM - [ConfigManager] Got nothing from [DisableErrorRecordsPersistence], Module = [], Cmdlet = []. Returning default value [False]. DEBUG: 12:19:42 AM - [ConfigManager] Got [True] from [EnableDataCollection], Module = [], Cmdlet = []. Get-AzKeyVaultSecret: Operation returned an invalid status code 'InternalServerError' Code: ServerError Message: ActivityId: 5ce97fe7-4ca3-4f2d-be08-0bf52b347ce4, ActivityName: SecretList DEBUG: 12:19:42 AM - [ConfigManager] Got nothing from [DisplayBreakingChangeWarning], Module = [], Cmdlet = []. Returning default value [True]. DEBUG: 12:19:42 AM - [ConfigManager] Got nothing from [DisplayRegionIdentified], Module = [], Cmdlet = []. Returning default value [True]. DEBUG: 12:19:42 AM - [ConfigManager] Got nothing from [CheckForUpgrade], Module = [], Cmdlet = []. Returning default value [True]. DEBUG: AzureQoSEvent: Module: Az.KeyVault:5.0.1; CommandName: Get-AzKeyVaultSecret; PSVersion: 7.4.0; IsSuccess: False; Duration: 00:00:22.5622374; Exception: Operation returned an invalid status code 'InternalServerError' Code: ServerError Message: ActivityId: 5ce97fe7-4ca3-4f2d-be08-0bf52b347ce4, ActivityName: SecretList; DEBUG: 12:19:42 AM - GetAzureKeyVaultSecret end processing.