diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2023-03-01/costmanagement.benefits.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2023-03-01/costmanagement.benefits.json index b9bab6ff6ed5..88f693dddafa 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2023-03-01/costmanagement.benefits.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2023-03-01/costmanagement.benefits.json @@ -1567,11 +1567,13 @@ "properties": { "reportUrl": { "description": "Sas url to the async benefit utilization summaries report. Will be empty if the report is in Running or Failed state.", - "$ref": "#/definitions/BenefitUtilizationSummaryReportSchema" + "$ref": "#/definitions/BenefitUtilizationSummaryReportSchema", + "x-ms-secret": true }, "secondaryReportUrl": { "description": "Sas url to async benefit utilization summaries report in secondary storage in case of primary outage. Will be empty if the report is in Running or Failed state.", - "$ref": "#/definitions/BenefitUtilizationSummaryReportSchema" + "$ref": "#/definitions/BenefitUtilizationSummaryReportSchema", + "x-ms-secret": true }, "validUntil": { "description": "The date that the sas url provided in reportUrl expires.",