Skip to content

Commit 18abf74

Browse files
author
SDKAuto
committed
CodeGen from PR 24475 in Azure/azure-rest-api-specs
Merge 26f65e63ddd7740b3ca09944e3cb8a14da682a6a into eaaa0d77e4033ebf60e7dd77eec56f4160b95cf4
1 parent 80552e9 commit 18abf74

File tree

7 files changed

+27
-18
lines changed

7 files changed

+27
-18
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,15 +542,16 @@
542542
{
543543
"type": "string",
544544
"enum": [
545+
"Rotate",
545546
"rotate",
546-
"notify"
547+
"Notify"
547548
]
548549
},
549550
{
550551
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
551552
}
552553
],
553-
"description": "The type of action."
554+
"description": "The type of the action."
554555
}
555556
}
556557
},

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,15 +542,16 @@
542542
{
543543
"type": "string",
544544
"enum": [
545+
"Rotate",
545546
"rotate",
546-
"notify"
547+
"Notify"
547548
]
548549
},
549550
{
550551
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
551552
}
552553
],
553-
"description": "The type of action."
554+
"description": "The type of the action."
554555
}
555556
}
556557
},

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,15 +542,16 @@
542542
{
543543
"type": "string",
544544
"enum": [
545+
"Rotate",
545546
"rotate",
546-
"notify"
547+
"Notify"
547548
]
548549
},
549550
{
550551
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
551552
}
552553
],
553-
"description": "The type of action."
554+
"description": "The type of the action."
554555
}
555556
}
556557
},

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,15 +542,16 @@
542542
{
543543
"type": "string",
544544
"enum": [
545+
"Rotate",
545546
"rotate",
546-
"notify"
547+
"Notify"
547548
]
548549
},
549550
{
550551
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
551552
}
552553
],
553-
"description": "The type of action."
554+
"description": "The type of the action."
554555
}
555556
}
556557
},

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,15 +542,16 @@
542542
{
543543
"type": "string",
544544
"enum": [
545+
"Rotate",
545546
"rotate",
546-
"notify"
547+
"Notify"
547548
]
548549
},
549550
{
550551
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
551552
}
552553
],
553-
"description": "The type of action."
554+
"description": "The type of the action."
554555
}
555556
}
556557
},

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,15 +607,16 @@
607607
{
608608
"type": "string",
609609
"enum": [
610+
"Rotate",
610611
"rotate",
611-
"notify"
612+
"Notify"
612613
]
613614
},
614615
{
615616
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
616617
}
617618
],
618-
"description": "The type of action."
619+
"description": "The type of the action."
619620
}
620621
}
621622
},
@@ -845,15 +846,16 @@
845846
{
846847
"type": "string",
847848
"enum": [
849+
"Rotate",
848850
"rotate",
849-
"notify"
851+
"Notify"
850852
]
851853
},
852854
{
853855
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
854856
}
855857
],
856-
"description": "The type of action."
858+
"description": "The type of the action."
857859
}
858860
}
859861
},

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -617,15 +617,16 @@
617617
{
618618
"type": "string",
619619
"enum": [
620+
"Rotate",
620621
"rotate",
621-
"notify"
622+
"Notify"
622623
]
623624
},
624625
{
625626
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
626627
}
627628
],
628-
"description": "The type of action."
629+
"description": "The type of the action."
629630
}
630631
}
631632
},
@@ -855,15 +856,16 @@
855856
{
856857
"type": "string",
857858
"enum": [
859+
"Rotate",
858860
"rotate",
859-
"notify"
861+
"Notify"
860862
]
861863
},
862864
{
863865
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
864866
}
865867
],
866-
"description": "The type of action."
868+
"description": "The type of the action."
867869
}
868870
}
869871
},

0 commit comments

Comments
 (0)