diff --git a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/four.json b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/four.json index 24ddafd8e43..aae17dba9c0 100644 --- a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/four.json +++ b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/four.json @@ -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" ], diff --git a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/named-1.json b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/named-1.json index 5bc60122cc0..d1dece08669 100644 --- a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/named-1.json +++ b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/named-1.json @@ -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", diff --git a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/named-2.json b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/named-2.json index 0d4a8419050..89b2a947308 100644 --- a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/named-2.json +++ b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/named-2.json @@ -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", diff --git a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/one.json b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/one.json index 00e325062e8..4bbf398b907 100644 --- a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/one.json +++ b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/one.json @@ -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" ], diff --git a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/three.json b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/three.json index 1f74015acff..f4ad84c61cd 100644 --- a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/three.json +++ b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/three.json @@ -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" ], diff --git a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/two.json b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/two.json index 2afb17a8bfd..935812fefbf 100644 --- a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/two.json +++ b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/TagMatching/two.json @@ -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" ], diff --git a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/Valid/manual-value.json b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/Valid/manual-value.json index b2830d788b9..93506b27eee 100644 --- a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/Valid/manual-value.json +++ b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/Valid/manual-value.json @@ -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", diff --git a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/Valid/random-string.json b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/Valid/random-string.json index e4882d59f12..d836efa7ca5 100644 --- a/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/Valid/random-string.json +++ b/tools/secret-rotation/Azure.Sdk.Tools.SecretRotation.Tests/TestConfigurations/Valid/random-string.json @@ -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" ],