mirror of
https://github.com/kopia/kopia.git
synced 2026-04-17 12:37:53 -04:00
fix(provider): add JSON field name tag to azure.Options.ClientCert (#4723)
This commit is contained in:
@@ -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