From f2f33fa3449072ee64fa2f39fd9f7f03f7ed9a04 Mon Sep 17 00:00:00 2001 From: Qingchuan Hao Date: Wed, 7 Apr 2021 16:00:17 +0800 Subject: [PATCH] Correct SIG timout (#10816) --- builder/azure/dtl/azure_client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/builder/azure/dtl/azure_client.go b/builder/azure/dtl/azure_client.go index 38ed225ff..286eaa00e 100644 --- a/builder/azure/dtl/azure_client.go +++ b/builder/azure/dtl/azure_client.go @@ -181,7 +181,6 @@ func NewAzureClient(subscriptionID, resourceGroupName string, azureClient.GalleryImageVersionsClient.ResponseInspector = byConcatDecorators(byInspecting(maxlen), errorCapture(azureClient)) azureClient.GalleryImageVersionsClient.UserAgent = fmt.Sprintf("%s %s", useragent.String(version.AzurePluginVersion.FormattedVersion()), azureClient.GalleryImageVersionsClient.UserAgent) azureClient.GalleryImageVersionsClient.Client.PollingDuration = SharedGalleryTimeout - azureClient.GalleryImageVersionsClient.Client.PollingDuration = PollingDuration azureClient.GalleryImagesClient = newCompute.NewGalleryImagesClientWithBaseURI(cloud.ResourceManagerEndpoint, subscriptionID) azureClient.GalleryImagesClient.Authorizer = autorest.NewBearerAuthorizer(servicePrincipalToken)