Skip to content

Commit 3d9900a

Browse files
committed
Resolve comments
1 parent c9611ce commit 3d9900a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview/appplatform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3739,7 +3739,7 @@
37393739
"description": "The certificate version of key vault.",
37403740
"type": "string"
37413741
},
3742-
"withoutPrivateKey":{
3742+
"excludePrivateKey":{
37433743
"description": "Optional. If set to true, it will not import private key from key vault.",
37443744
"type": "boolean",
37453745
"default": false

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview/examples/Certificates_CreateOrUpdate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"body": {
2020
"properties": {
2121
"type": "KeyVaultCertificate",
22-
"withoutPrivateKey": false,
22+
"excludePrivateKey": false,
2323
"thumbprint": "934367bf1c97033f877db0f15cb1b586957d3133",
2424
"vaultUri": "https://myvault.vault.azure.net",
2525
"keyVaultCertName": "mycert",
@@ -44,7 +44,7 @@
4444
"body": {
4545
"properties": {
4646
"type": "KeyVaultCertificate",
47-
"withoutPrivateKey": false,
47+
"excludePrivateKey": false,
4848
"thumbprint": "934367bf1c97033f877db0f15cb1b586957d3133",
4949
"vaultUri": "https://myvault.vault.azure.net",
5050
"keyVaultCertName": "mycert",
@@ -69,7 +69,7 @@
6969
"body": {
7070
"properties": {
7171
"type": "KeyVaultCertificate",
72-
"withoutPrivateKey": false,
72+
"excludePrivateKey": false,
7373
"thumbprint": "934367bf1c97033f877db0f15cb1b586957d3133",
7474
"vaultUri": "https://myvault.vault.azure.net",
7575
"keyVaultCertName": "mycert",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview/examples/Certificates_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"body": {
1212
"properties": {
1313
"type": "KeyVaultCertificate",
14-
"withoutPrivateKey": false,
14+
"excludePrivateKey": false,
1515
"thumbprint": "934367bf1c97033f877db0f15cb1b586957d3133",
1616
"vaultUri": "https://myvault.vault.azure.net",
1717
"keyVaultCertName": "mycert",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview/examples/Certificates_List.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"properties": {
1414
"type": "KeyVaultCertificate",
15-
"withoutPrivateKey": false,
15+
"excludePrivateKey": false,
1616
"thumbprint": "934367bf1c97033f877db0f15cb1b586957d3133",
1717
"vaultUri": "https://myvault.vault.azure.net",
1818
"keyVaultCertName": "mycert",

0 commit comments

Comments
 (0)