You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Can not emit usage to Azure marketplace
To Reproduce
Steps to reproduce the behavior:
Get token
get resourceId
get the plan name
send a request to emit usage
{
"resourceUri":"/subscriptions/{subscriptions-id}/resourceGroups/{resourceGroups-name}/providers/Microsoft.Solutions/applications/dattestapp",
"planId":plan name,
"effectiveStartTime":"2024-10-15T03:00:00.000Z",
"dimension":"ncast4v3_1",
"quantity":100
}
I expect to accept but get a response as follows:
{
"message": "Client is not authorized for this usage resource.",
"code": "Forbidden"
}
Additional context
Has anyone encountered this error? Can you explain it to me?
ps: This code worked before (January 2024), now I try again and get the same error
The text was updated successfully, but these errors were encountered:
Describe the bug
Can not emit usage to Azure marketplace
To Reproduce
Steps to reproduce the behavior:
{
"resourceUri":"/subscriptions/{subscriptions-id}/resourceGroups/{resourceGroups-name}/providers/Microsoft.Solutions/applications/dattestapp",
"planId":plan name,
"effectiveStartTime":"2024-10-15T03:00:00.000Z",
"dimension":"ncast4v3_1",
"quantity":100
}
I expect to accept but get a response as follows:
{
"message": "Client is not authorized for this usage resource.",
"code": "Forbidden"
}
Additional context
Has anyone encountered this error? Can you explain it to me?
ps: This code worked before (January 2024), now I try again and get the same error
The text was updated successfully, but these errors were encountered: