Skip to content

Commit fbc7b47

Browse files
pednekarprajanandanthony
authored andcommitted
Correct benefit recommendations example (Azure#21517)
1 parent 537a474 commit fbc7b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/BenefitRecommendationsByBillingAccount.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"api-version": "2022-10-01",
44
"billingScope": "providers/Microsoft.Billing/billingAccounts/123456",
55
"$expand": "properties/usage,properties/allRecommendationDetails",
6-
"$filter": "properties/lookBackPeriod eq 'Last7Days' AND properties/term eq 'P1Y' AND properties/kind eq 'SavingsPlan'"
6+
"$filter": "properties/lookBackPeriod eq 'Last7Days' AND properties/term eq 'P1Y'"
77
},
88
"responses": {
99
"200": {

0 commit comments

Comments
 (0)