Skip to content

Commit

Permalink
fix: updated schema for Test-Json in Set-AzTableStorageEntities (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: Pim Simons <pim.simons@codit.eu>
  • Loading branch information
pim-simons and Pim Simons committed Nov 21, 2023
1 parent a7931bb commit a4643e1
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@ if ((Get-Content -Path $ConfigurationFile -Raw) -eq $null) {

$schema = @'
{
"definitions": {},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://scripting.arcus-azure.net/Features/powershell/azure-storage/azure-storage-table/config.json",
"type": "array",
"title": "The configuration JSON schema",
"items": [{
"$defs": {},
"prefixItems": [
{
"type": "object",
"patternProperties": {
"^.*$": {
"anyOf": [{
"anyOf": [
{
"type": "string"
}, {
},
{
"type": "null"
}
]
Expand Down

0 comments on commit a4643e1

Please sign in to comment.