We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529d09d commit 78c6457Copy full SHA for 78c6457
1 file changed
e2e/config/azure.go
@@ -422,6 +422,7 @@ func (a *AzureClient) createBlobStorageAccount(ctx context.Context) error {
422
Properties: &armstorage.AccountPropertiesCreateParameters{
423
AllowBlobPublicAccess: to.Ptr(false),
424
AllowSharedKeyAccess: to.Ptr(false),
425
+ MinimumTLSVersion: to.Ptr(armstorage.MinimumTLSVersionTLS12),
426
},
427
}, nil)
428
if err != nil {
0 commit comments