Skip to content

Commit a1af51b

Browse files
author
Madhumitha Raveendar (from Dev Box)
committed
Add tenantId to identify management group
1 parent 3899f87 commit a1af51b

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

specification/cost-management/resource-manager/Microsoft.CostManagement/CostManagement/examples/2026-06-01/BenefitRecommendationsByBillingAccountForManagementGroup.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"wastageCost": 0.035
5050
},
5151
"managementGroupId": "/providers/Microsoft.Management/managementGroups/00000000-0000-0000-0000-000000000001",
52+
"tenantId": "00000000-0000-0000-0000-000000000001",
5253
"scope": "ManagementGroup",
5354
"term": "P1Y",
5455
"totalHours": 168,

specification/cost-management/resource-manager/Microsoft.CostManagement/CostManagement/models.tsp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4502,6 +4502,12 @@ model ManagementGroupScopeBenefitRecommendationProperties
45024502
@visibility(Lifecycle.Read)
45034503
managementGroupId?: string;
45044504

4505+
/**
4506+
* The tenant ID associated with the management group. Populated only when managementGroupId is populated.
4507+
*/
4508+
@visibility(Lifecycle.Read)
4509+
tenantId?: string;
4510+
45054511
/**
45064512
* ManagementGroup benefit scope.
45074513
*/

specification/cost-management/resource-manager/Microsoft.CostManagement/CostManagement/stable/2026-06-01/examples/BenefitRecommendationsByBillingAccountForManagementGroup.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"wastageCost": 0.035
5050
},
5151
"managementGroupId": "/providers/Microsoft.Management/managementGroups/00000000-0000-0000-0000-000000000001",
52+
"tenantId": "00000000-0000-0000-0000-000000000001",
5253
"scope": "ManagementGroup",
5354
"term": "P1Y",
5455
"totalHours": 168,

0 commit comments

Comments
 (0)