From 550e8a5c68a4d9513daa9b0986735593b10cd519 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 23 Aug 2023 17:06:53 +0000 Subject: [PATCH] CodeGen from PR 24475 in Azure/azure-rest-api-specs Merge a424071f62633d7c9fe36e1c94dd4c890dd6dc6a into eaaa0d77e4033ebf60e7dd77eec56f4160b95cf4 --- schemas/2021-04-01-preview/Microsoft.KeyVault.json | 5 +++-- schemas/2021-06-01-preview/Microsoft.KeyVault.json | 5 +++-- schemas/2021-11-01-preview/Microsoft.KeyVault.json | 5 +++-- schemas/2022-02-01-preview/Microsoft.KeyVault.json | 5 +++-- schemas/2022-07-01/Microsoft.KeyVault.json | 5 +++-- schemas/2022-11-01/Microsoft.KeyVault.json | 10 ++++++---- schemas/2023-02-01/Microsoft.KeyVault.json | 10 ++++++---- 7 files changed, 27 insertions(+), 18 deletions(-) diff --git a/schemas/2021-04-01-preview/Microsoft.KeyVault.json b/schemas/2021-04-01-preview/Microsoft.KeyVault.json index 17c30fc9a2..8e22ef831d 100644 --- a/schemas/2021-04-01-preview/Microsoft.KeyVault.json +++ b/schemas/2021-04-01-preview/Microsoft.KeyVault.json @@ -542,15 +542,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, diff --git a/schemas/2021-06-01-preview/Microsoft.KeyVault.json b/schemas/2021-06-01-preview/Microsoft.KeyVault.json index ad5576d6d2..a0cf4d1fe6 100644 --- a/schemas/2021-06-01-preview/Microsoft.KeyVault.json +++ b/schemas/2021-06-01-preview/Microsoft.KeyVault.json @@ -542,15 +542,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, diff --git a/schemas/2021-11-01-preview/Microsoft.KeyVault.json b/schemas/2021-11-01-preview/Microsoft.KeyVault.json index d7edd79d15..532bbd656c 100644 --- a/schemas/2021-11-01-preview/Microsoft.KeyVault.json +++ b/schemas/2021-11-01-preview/Microsoft.KeyVault.json @@ -542,15 +542,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, diff --git a/schemas/2022-02-01-preview/Microsoft.KeyVault.json b/schemas/2022-02-01-preview/Microsoft.KeyVault.json index 7351b2023a..a93807ac42 100644 --- a/schemas/2022-02-01-preview/Microsoft.KeyVault.json +++ b/schemas/2022-02-01-preview/Microsoft.KeyVault.json @@ -542,15 +542,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, diff --git a/schemas/2022-07-01/Microsoft.KeyVault.json b/schemas/2022-07-01/Microsoft.KeyVault.json index 176b73e9bc..2450bf1d5c 100644 --- a/schemas/2022-07-01/Microsoft.KeyVault.json +++ b/schemas/2022-07-01/Microsoft.KeyVault.json @@ -542,15 +542,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, diff --git a/schemas/2022-11-01/Microsoft.KeyVault.json b/schemas/2022-11-01/Microsoft.KeyVault.json index 6ae928936d..8ac403800f 100644 --- a/schemas/2022-11-01/Microsoft.KeyVault.json +++ b/schemas/2022-11-01/Microsoft.KeyVault.json @@ -607,15 +607,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, @@ -845,15 +846,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, diff --git a/schemas/2023-02-01/Microsoft.KeyVault.json b/schemas/2023-02-01/Microsoft.KeyVault.json index deca5623ee..59da1df892 100644 --- a/schemas/2023-02-01/Microsoft.KeyVault.json +++ b/schemas/2023-02-01/Microsoft.KeyVault.json @@ -617,15 +617,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, @@ -855,15 +856,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } },