From 3a5c49a7629e81349876c9dbe33ea729dd907608 Mon Sep 17 00:00:00 2001 From: nirwinter <51366687+nirwinter@users.noreply.github.com> Date: Mon, 5 Aug 2019 16:46:39 +0300 Subject: [PATCH] Adding more documentation to ASC Pricing API (#6691) * Improving Security Center pricing API documentation * More pricing documentation changes --- .../Microsoft.Security/stable/2018-06-01/pricings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/security/resource-manager/Microsoft.Security/stable/2018-06-01/pricings.json b/specification/security/resource-manager/Microsoft.Security/stable/2018-06-01/pricings.json index 90fde4a64958..426dfb6bc744 100644 --- a/specification/security/resource-manager/Microsoft.Security/stable/2018-06-01/pricings.json +++ b/specification/security/resource-manager/Microsoft.Security/stable/2018-06-01/pricings.json @@ -44,7 +44,7 @@ "tags": [ "Pricings" ], - "description": "A given security pricing configuration in the subscription. Azure Security Center is available in two pricing tiers: Free and Standard, on multiple resource types, including Virtual machines, SQL Servers, App service plans and Storage accounts.", + "description": "Lists Security Center pricing configurations in the subscription.", "operationId": "Pricings_List", "parameters": [ { @@ -80,7 +80,7 @@ "tags": [ "Pricings" ], - "description": "A given security pricing configuration in the subscription. Azure Security Center is available in two pricing tiers: Free and Standard, on multiple resource types, including Virtual machines, SQL Servers, App service plans and Storage accounts.", + "description": "Gets a provided Security Center pricing configuration in the subscription.", "operationId": "Pricings_Get", "parameters": [ { @@ -117,7 +117,7 @@ "tags": [ "Pricings" ], - "description": "A given security pricing configuration in the subscription. Azure Security Center is available in two pricing tiers: Free and Standard, on multiple resource types, including Virtual machines, SQL Servers, App service plans and Storage accounts.", + "description": "Updates a provided Security Center pricing configuration in the subscription.", "operationId": "Pricings_Update", "parameters": [ { @@ -152,7 +152,7 @@ }, "definitions": { "PricingList": { - "description": "List of pricing configurations response", + "description": "List of pricing configurations response.", "required": [ "value" ], @@ -168,7 +168,7 @@ }, "Pricing": { "type": "object", - "description": "Pricing tier will be applied for the scope based on the resource ID", + "description": "Azure Security Center is provided in two pricing tiers: free and standard, with the standard tier available with a trial period. The standard tier offers advanced security capabilities, while the free tier offers basic security features.", "properties": { "properties": { "x-ms-client-flatten": true,