mirror of
https://github.com/kopia/kopia.git
synced 2026-09-19 16:52:10 -04:00
fix(provider): add JSON field name tag to azure.Options.ClientCert (#4723)
This commit is contained in:
1 parent
9c4503d55d
commit
ddea6872e6
1 file changed
+1
-1
@@ -29,7 +29,7 @@ type Options struct {
|
||||
ClientSecret string `json:",omitempty" kopia:"sensitive"`
|
||||
|
||||
// ClientCert are used for creating ClientCertificateCredentials
|
||||
ClientCert string `json:",omitempty" kopia:"sensitive"`
|
||||
ClientCert string `json:"clientCertificate,omitempty" kopia:"sensitive"`
|
||||
|
||||
StorageDomain string `json:"storageDomain,omitempty"`
|
||||
|
||||
|
||||
Reference in new issue
Block a user