Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving Security Center pricing API documentation #6586

Merged
merged 1 commit into from
Jul 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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