Skip to content

Commit

Permalink
Improving Security Center pricing API documentation (Azure#6586)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirwinter authored and celikcigdem committed Jul 17, 2019
1 parent e633013 commit 41db9cc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"tags": [
"Pricings"
],
"description": "Security pricing configurations in the subscription",
"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.",
"operationId": "Pricings_List",
"parameters": [
{
Expand Down Expand Up @@ -80,7 +80,7 @@
"tags": [
"Pricings"
],
"description": "Security pricing configuration in the subscription",
"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.",
"operationId": "Pricings_Get",
"parameters": [
{
Expand Down Expand Up @@ -117,7 +117,7 @@
"tags": [
"Pricings"
],
"description": "Security pricing configuration in the subscription",
"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.",
"operationId": "Pricings_Update",
"parameters": [
{
Expand Down Expand Up @@ -188,7 +188,7 @@
"properties": {
"pricingTier": {
"type": "string",
"description": "The pricing tier value",
"description": "The pricing tier value. 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.",
"enum": [
"Free",
"Standard"
Expand Down

0 comments on commit 41db9cc

Please sign in to comment.