Skip to content

Commit

Permalink
CodeGen from PR 24475 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge fdd4cbaf294814a69131d329d4fd4fb9bccaf6bf into e6ec1270271f454951407216e325902aa90d2e33
  • Loading branch information
SDKAuto committed Jun 16, 2023
1 parent 4478a62 commit f5baf14
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions schemas/2021-04-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@
{
"type": "string",
"enum": [
"rotate",
"notify"
"Rotate",
"Notify"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions schemas/2021-06-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@
{
"type": "string",
"enum": [
"rotate",
"notify"
"Rotate",
"Notify"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions schemas/2021-11-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@
{
"type": "string",
"enum": [
"rotate",
"notify"
"Rotate",
"Notify"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions schemas/2022-02-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@
{
"type": "string",
"enum": [
"rotate",
"notify"
"Rotate",
"Notify"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions schemas/2022-07-01/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@
{
"type": "string",
"enum": [
"rotate",
"notify"
"Rotate",
"Notify"
]
},
{
Expand Down
4 changes: 4 additions & 0 deletions schemas/2022-11-01/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,8 @@
{
"type": "string",
"enum": [
"Rotate",
"Notify",
"rotate",
"notify"
]
Expand Down Expand Up @@ -845,6 +847,8 @@
{
"type": "string",
"enum": [
"Rotate",
"Notify",
"rotate",
"notify"
]
Expand Down
4 changes: 4 additions & 0 deletions schemas/2023-02-01/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@
{
"type": "string",
"enum": [
"Rotate",
"Notify",
"rotate",
"notify"
]
Expand Down Expand Up @@ -855,6 +857,8 @@
{
"type": "string",
"enum": [
"Rotate",
"Notify",
"rotate",
"notify"
]
Expand Down

0 comments on commit f5baf14

Please sign in to comment.