Skip to content

Commit

Permalink
Fix schemas in test json
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed Mar 3, 2023
1 parent fab42a7 commit 5d3299c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secretrotation/1.0.0/schema.json",
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secret-rotation/1.0.0/schema.json",
"rotationThreshold": "9.00:00:00",
"rotationPeriod": "12.00:00:00",
"tags": [ "even", "d" ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secretrotation/1.0.0/schema.json",
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secret-rotation/1.0.0/schema.json",
"rotationThreshold": "9.00:00:00",
"rotationPeriod": "12.00:00:00",
"name": "five",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secretrotation/1.0.0/schema.json",
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secret-rotation/1.0.0/schema.json",
"rotationThreshold": "9.00:00:00",
"rotationPeriod": "12.00:00:00",
"name": "six",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secretrotation/1.0.0/schema.json",
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secret-rotation/1.0.0/schema.json",
"rotationThreshold": "9.00:00:00",
"rotationPeriod": "12.00:00:00",
"tags": [ "odd", "a" ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secretrotation/1.0.0/schema.json",
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secret-rotation/1.0.0/schema.json",
"rotationThreshold": "9.00:00:00",
"rotationPeriod": "12.00:00:00",
"tags": [ "odd", "c" ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secretrotation/1.0.0/schema.json",
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secret-rotation/1.0.0/schema.json",
"rotationThreshold": "9.00:00:00",
"rotationPeriod": "12.00:00:00",
"tags": [ "even", "b" ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secretrotation/1.0.0/schema.json",
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secret-rotation/1.0.0/schema.json",
"rotationPeriod": "1.00:00:00",
"rotationThreshold": "23:59:00",
"revokeAfterPeriod": "00:05:00",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secretrotation/1.0.0/schema.json",
"$schema": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/schemas/secret-rotation/1.0.0/schema.json",
"rotationThreshold": "9.00:00:00",
"rotationPeriod": "12.00:00:00",
"tags": [ "random" ],
Expand Down

0 comments on commit 5d3299c

Please sign in to comment.