Skip to content

Commit

Permalink
Updating the description (#22419)
Browse files Browse the repository at this point in the history
  • Loading branch information
thramu authored Feb 2, 2023
1 parent 339cecf commit b6669ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"setting": {
"kind": "taginheritance",
"properties": {
"preferContainerTags": true
"preferContainerTags": false
}
}
},
Expand All @@ -18,7 +18,7 @@
"type": "Microsoft.CostManagement/Settings",
"kind": "taginheritance",
"properties": {
"preferContainerTags": true
"preferContainerTags": false
}
}
},
Expand All @@ -29,7 +29,7 @@
"type": "Microsoft.CostManagement/Settings",
"kind": "taginheritance",
"properties": {
"preferContainerTags": true
"preferContainerTags": false
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
],
"responses": {
"200": {
"description": "OK. The request has succeeded.",
"description": "The request has succeeded.",
"schema": {
"$ref": "#/definitions/Setting"
}
Expand Down Expand Up @@ -192,10 +192,10 @@
],
"responses": {
"200": {
"description": "OK. The request has succeeded."
"description": "Setting deleted successfully."
},
"204": {
"description": "OK. The request has succeeded."
"description": "Setting is already deleted or not found."
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down Expand Up @@ -245,8 +245,7 @@
],
"properties": {
"properties": {
"$ref": "#/definitions/TagInheritanceProperties",
"title": "Tag Inheritance properties"
"$ref": "#/definitions/TagInheritanceProperties"
}
}
},
Expand All @@ -272,7 +271,7 @@
],
"properties": {
"preferContainerTags": {
"description": "Prefer Container tags to override container tags with resource tags in case of conflicts.",
"description": "When resource has the same tag as subscription or resource group and this property is set to true - the subscription or resource group tag will be applied. If subscription and resource group tags are also the same, subscription tag will be applied.",
"type": "boolean"
}
}
Expand All @@ -284,7 +283,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The scope associated with setting. This includes 'subscriptions/{subscriptionId}' for subscription scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billing profile scope.",
"description": "The scope associated with this setting. This includes 'subscriptions/{subscriptionId}' for subscription scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billing profile scope.",
"x-ms-parameter-location": "method"
},
"settingTypeParameter": {
Expand All @@ -303,7 +302,7 @@
"values": [
{
"value": "taginheritance",
"description": "Tag Inheritance Settings is to inherit user defined tags from container(subscription/resource group) to its respective resources.",
"description": "This setting applies resource group and subscription tags to usage data of child resources. Inherited tags will be seen within 24 hours for the current month's usage data.",
"name": "TagInheritance"
}
]
Expand Down

0 comments on commit b6669ce

Please sign in to comment.