Skip to content

Commit 5bf5861

Browse files
authored
Merge pull request #190160 from v-jrushing/patch-1
PM Edit
2 parents 4229055 + cb35203 commit 5bf5861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/marketplace/marketplace-metering-service-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ For Azure Application Managed Apps plans, the `resourceUri` is the Managed App `
198198
{
199199
"request": [ // list of usage events for the same or different resources of the publisher
200200
{ // first event
201-
"resourceUri": "<guid1>", // Unique identifier of the resource against which usage is emitted.
201+
"resourceUri": "<fullyqualifiedname>", // Unique identifier of the resource against which usage is emitted.
202202
"quantity": 5.0, // how many units were consumed for the date and hour specified in effectiveStartTime, must be greater than 0 or a double integer
203203
"dimension": "dim1", //Custom dimension identifier
204204
"effectiveStartTime": "2018-12-01T08:30:14",//Time in UTC when the usage event occurred, from now and until 24 hours back

0 commit comments

Comments
 (0)