Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
code revirew
  • Loading branch information
simanor committed Jan 4, 2023
commit 053db88b9e966733ac7cbb0843788de5c6e0684c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"properties": {
"pricingTier": "Standard",
"freeTrialRemainingTime": "PT0S",
"subPlan": "PerTransaction",
"subPlan": "PerStorageAccount",
"extensions": [
{
"type": "StorageAntiMalware",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"properties": {
"pricingTier": "Standard",
"freeTrialRemainingTime": "PT0S",
"subPlan": "P1",
"subPlan": "P2",
"extensions": [
{
"type": "AgentlessVmScanning",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
}
},
"207": {
"description": "Partial Success - Missing Permissions",
"description": "You do not have the required permissions to set some of the relevant extensions for this plan.",
"schema": {
"$ref": "#/definitions/Pricing"
}
Expand Down Expand Up @@ -187,7 +187,7 @@
},
"Pricing": {
"type": "object",
"description": "Microsoft Defender for Cloud 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.",
"description": "Microsoft Defender for Cloud is provided in two pricing tiers: free and standard. The standard tier offers advanced security capabilities, while the free tier offers basic security features.",
"properties": {
"properties": {
"x-ms-client-flatten": true,
Expand All @@ -207,7 +207,7 @@
"properties": {
"pricingTier": {
"type": "string",
"description": "The pricing tier value. Microsoft Defender for Cloud 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.",
"description": "The pricing tier value. Microsoft Defender for Cloud is provided in two pricing tiers: free and standard. The standard tier offers advanced security capabilities, while the free tier offers basic security features.",
"enum": [
"Free",
"Standard"
Expand Down Expand Up @@ -330,7 +330,7 @@
"in": "path",
"required": true,
"type": "string",
"pattern": "^[a-zA-Z][a-zA-Z0-9_]+$",
"pattern": "^[a-zA-Z]+$",
"description": "name of the pricing configuration",
"x-ms-parameter-location": "method"
},
Expand Down