From b6669ce3d8e0bb1fab7ed8fc558833b9dd218651 Mon Sep 17 00:00:00 2001 From: Theertharaj <40805847+thramu@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:07:27 -0800 Subject: [PATCH] Updating the description (#22419) --- .../examples/settings-createOrUpdate.json | 6 +++--- .../preview/2022-10-01-preview/settings.json | 15 +++++++-------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2022-10-01-preview/examples/settings-createOrUpdate.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2022-10-01-preview/examples/settings-createOrUpdate.json index c2196c318c6f..a434a06a73cb 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2022-10-01-preview/examples/settings-createOrUpdate.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2022-10-01-preview/examples/settings-createOrUpdate.json @@ -6,7 +6,7 @@ "setting": { "kind": "taginheritance", "properties": { - "preferContainerTags": true + "preferContainerTags": false } } }, @@ -18,7 +18,7 @@ "type": "Microsoft.CostManagement/Settings", "kind": "taginheritance", "properties": { - "preferContainerTags": true + "preferContainerTags": false } } }, @@ -29,7 +29,7 @@ "type": "Microsoft.CostManagement/Settings", "kind": "taginheritance", "properties": { - "preferContainerTags": true + "preferContainerTags": false } } } diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2022-10-01-preview/settings.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2022-10-01-preview/settings.json index c0ca43f150c1..c620f8f9ea4c 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2022-10-01-preview/settings.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2022-10-01-preview/settings.json @@ -152,7 +152,7 @@ ], "responses": { "200": { - "description": "OK. The request has succeeded.", + "description": "The request has succeeded.", "schema": { "$ref": "#/definitions/Setting" } @@ -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.", @@ -245,8 +245,7 @@ ], "properties": { "properties": { - "$ref": "#/definitions/TagInheritanceProperties", - "title": "Tag Inheritance properties" + "$ref": "#/definitions/TagInheritanceProperties" } } }, @@ -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" } } @@ -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": { @@ -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" } ]