Skip to content

Commit 2048c7d

Browse files
authored
Fix linter error R4001 (#22973)
1 parent 93fbd7d commit 2048c7d

File tree

1 file changed

+2
-1
lines changed
  • specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,8 @@
925925
"in": "header",
926926
"required": false,
927927
"description": "ETag of the Entity. Not required when creating an entity, but required when updating an entity.",
928-
"type": "string"
928+
"type": "string",
929+
"x-ms-parameter-location": "method"
929930
}
930931
}
931932
}

0 commit comments

Comments
 (0)