From 44dca65bbaeb424f83eab62d89abc203c0760dbb Mon Sep 17 00:00:00 2001 From: Lital Bronshtein Date: Tue, 30 Aug 2022 15:06:57 +0300 Subject: [PATCH 1/2] update ListPricings_example.json --- .../2022-03-01/examples/Pricings/ListPricings_example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/security/resource-manager/Microsoft.Security/stable/2022-03-01/examples/Pricings/ListPricings_example.json b/specification/security/resource-manager/Microsoft.Security/stable/2022-03-01/examples/Pricings/ListPricings_example.json index 5cf89aec7ed9..9b1be34ce6bf 100644 --- a/specification/security/resource-manager/Microsoft.Security/stable/2022-03-01/examples/Pricings/ListPricings_example.json +++ b/specification/security/resource-manager/Microsoft.Security/stable/2022-03-01/examples/Pricings/ListPricings_example.json @@ -41,7 +41,8 @@ "type": "Microsoft.Security/pricings", "properties": { "pricingTier": "Standard", - "freeTrialRemainingTime": "PT0S" + "freeTrialRemainingTime": "PT0S", + "subPlan": "PerTransaction" } }, { From 8ce50e97f9171a010d80c90bd3f2009c5f035aad Mon Sep 17 00:00:00 2001 From: Lital Bronshtein Date: Thu, 8 Sep 2022 10:25:19 +0300 Subject: [PATCH 2/2] PerStorageAccount update --- .../2022-03-01/examples/Pricings/ListPricings_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/security/resource-manager/Microsoft.Security/stable/2022-03-01/examples/Pricings/ListPricings_example.json b/specification/security/resource-manager/Microsoft.Security/stable/2022-03-01/examples/Pricings/ListPricings_example.json index 9b1be34ce6bf..544098abb760 100644 --- a/specification/security/resource-manager/Microsoft.Security/stable/2022-03-01/examples/Pricings/ListPricings_example.json +++ b/specification/security/resource-manager/Microsoft.Security/stable/2022-03-01/examples/Pricings/ListPricings_example.json @@ -42,7 +42,7 @@ "properties": { "pricingTier": "Standard", "freeTrialRemainingTime": "PT0S", - "subPlan": "PerTransaction" + "subPlan": "PerStorageAccount" } }, {