Skip to content

Commit

Permalink
Add property autoSync in KeyVaultCertificateProperties (#25331)
Browse files Browse the repository at this point in the history
  • Loading branch information
domainname authored and yuwzho committed Aug 24, 2023
1 parent f813bd0 commit b206223
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11621,6 +11621,11 @@
"description": "Optional. If set to true, it will not import private key from key vault.",
"type": "boolean",
"default": false
},
"autoSync": {
"description": "Indicates whether to automatically synchronize certificate from key vault.",
"type": "boolean",
"default": false
}
},
"x-ms-discriminator-value": "KeyVaultCertificate"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "KeyVaultCertificate",
"vaultUri": "https://myvault.vault.azure.net",
"keyVaultCertName": "mycert",
"certVersion": "08a219d06d874795a96db47e06fbb01e"
"certVersion": "08a219d06d874795a96db47e06fbb01e",
"autoSync": true
}
},
"api-version": "2023-09-01-preview",
Expand Down Expand Up @@ -33,7 +34,8 @@
"mydomain.com",
"mydomain.net",
"mydomain.io"
]
],
"autoSync": true
},
"systemData": {
"createdBy": "sample-user",
Expand Down Expand Up @@ -66,7 +68,8 @@
"mydomain.com",
"mydomain.net",
"mydomain.io"
]
],
"autoSync": true
},
"type": "Microsoft.AppPlatform/Spring/certificates",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate",
Expand All @@ -91,7 +94,8 @@
"mydomain.com",
"mydomain.net",
"mydomain.io"
]
],
"autoSync": true
},
"type": "Microsoft.AppPlatform/Spring/certificates",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"mydomain.net",
"mydomain.io"
],
"autoSync": false,
"provisioningState": "Succeeded"
},
"systemData": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"mydomain.net",
"mydomain.io"
],
"autoSync": false,
"provisioningState": "Succeeded"
},
"systemData": {
Expand Down

0 comments on commit b206223

Please sign in to comment.