Skip to content

Commit f5baf14

Browse files
author
SDKAuto
committed
CodeGen from PR 24475 in Azure/azure-rest-api-specs
Merge fdd4cbaf294814a69131d329d4fd4fb9bccaf6bf into e6ec1270271f454951407216e325902aa90d2e33
1 parent 4478a62 commit f5baf14

File tree

7 files changed

+18
-10
lines changed

7 files changed

+18
-10
lines changed

schemas/2021-04-01-preview/Microsoft.KeyVault.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@
542542
{
543543
"type": "string",
544544
"enum": [
545-
"rotate",
546-
"notify"
545+
"Rotate",
546+
"Notify"
547547
]
548548
},
549549
{

schemas/2021-06-01-preview/Microsoft.KeyVault.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@
542542
{
543543
"type": "string",
544544
"enum": [
545-
"rotate",
546-
"notify"
545+
"Rotate",
546+
"Notify"
547547
]
548548
},
549549
{

schemas/2021-11-01-preview/Microsoft.KeyVault.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@
542542
{
543543
"type": "string",
544544
"enum": [
545-
"rotate",
546-
"notify"
545+
"Rotate",
546+
"Notify"
547547
]
548548
},
549549
{

schemas/2022-02-01-preview/Microsoft.KeyVault.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@
542542
{
543543
"type": "string",
544544
"enum": [
545-
"rotate",
546-
"notify"
545+
"Rotate",
546+
"Notify"
547547
]
548548
},
549549
{

schemas/2022-07-01/Microsoft.KeyVault.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@
542542
{
543543
"type": "string",
544544
"enum": [
545-
"rotate",
546-
"notify"
545+
"Rotate",
546+
"Notify"
547547
]
548548
},
549549
{

schemas/2022-11-01/Microsoft.KeyVault.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,8 @@
607607
{
608608
"type": "string",
609609
"enum": [
610+
"Rotate",
611+
"Notify",
610612
"rotate",
611613
"notify"
612614
]
@@ -845,6 +847,8 @@
845847
{
846848
"type": "string",
847849
"enum": [
850+
"Rotate",
851+
"Notify",
848852
"rotate",
849853
"notify"
850854
]

schemas/2023-02-01/Microsoft.KeyVault.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,8 @@
617617
{
618618
"type": "string",
619619
"enum": [
620+
"Rotate",
621+
"Notify",
620622
"rotate",
621623
"notify"
622624
]
@@ -855,6 +857,8 @@
855857
{
856858
"type": "string",
857859
"enum": [
860+
"Rotate",
861+
"Notify",
858862
"rotate",
859863
"notify"
860864
]

0 commit comments

Comments
 (0)