Skip to content

Commit

Permalink
Adding more documentation to ASC Pricing API (#6691)
Browse files Browse the repository at this point in the history
* Improving Security Center pricing API documentation

* More pricing documentation changes
  • Loading branch information
nirwinter authored and yaohaizh committed Aug 5, 2019
1 parent 4bc398a commit 3a5c49a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -152,7 +152,7 @@
},
"definitions": {
"PricingList": {
"description": "List of pricing configurations response",
"description": "List of pricing configurations response.",
"required": [
"value"
],
Expand All @@ -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,
Expand Down

0 comments on commit 3a5c49a

Please sign in to comment.