Microsoft.Marketplace (preview:2023-01-01)

2025/12/05 • 2 new, 2 deleted methods

Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Marketplace/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RatingAndReviews_CheckUserHasReview (new)
Description Check user has review.
Reference Link ¶

⚼ Request

POST:  /providers/Microsoft.Marketplace/products/{uniqueProductId}/checkUserHasReview
{
api-version: string ,
uniqueProductId: string ,
}

⚐ Response (200)

{
properties:
{
hasReview: boolean ,
updatedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (removed)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Marketplace/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RatingAndReviews_CheckUserHasReview (removed)
Description Check user has review.
Reference Link ¶

⚼ Request

POST:  /providers/Microsoft.Marketplace/products/{uniqueProductId}/checkUserHasReview
{
api-version: string ,
uniqueProductId: string ,
}

⚐ Response (200)

{
properties:
{
hasReview: boolean ,
updatedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}