Azure-Dest: Lint always finds something

This commit is contained in:
sirferl 2020-11-15 10:33:36 +01:00
parent 1b5f17d8b8
commit 0521624ccc
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class AzureDestinationPlugin(DestinationPlugin):
"kty": "RSA", "kty": "RSA",
"key_size": bitstrength(cert), "key_size": bitstrength(cert),
"reuse_key": True "reuse_key": True
}, },
"secret_props": { "secret_props": {
"contentType": "application/x-pem-file" "contentType": "application/x-pem-file"
} }