Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR keyvault] Align the casing of LifetimeActionsType with the service. #2790

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions schemas/2021-04-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
5 changes: 3 additions & 2 deletions schemas/2021-06-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
5 changes: 3 additions & 2 deletions schemas/2021-11-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
5 changes: 3 additions & 2 deletions schemas/2022-02-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
5 changes: 3 additions & 2 deletions schemas/2022-07-01/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
10 changes: 6 additions & 4 deletions schemas/2022-11-01/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down Expand Up @@ -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."
}
}
},
Expand Down
10 changes: 6 additions & 4 deletions schemas/2023-02-01/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down Expand Up @@ -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."
}
}
},
Expand Down