Microsoft.EdgeMarketplace (stable:2024-10-01)

2025/10/10 • 9 new methods

Offers_List (new)
Description List Offer resources by parent
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.EdgeMarketplace/offers
{
api-version: string ,
resourceUri: string ,
$top: integer ,
skip: integer ,
maxpagesize: integer ,
$filter: string ,
$skipToken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
contentVersion: string ,
contentUrl: string ,
offerContent:
{
displayName: string ,
summary: string ,
longSummary: string ,
description: string ,
offerId: string ,
offerType: string ,
supportUri: string ,
popularity: integer ,
offerPublisher:
{
publisherId: string ,
publisherDisplayName: string ,
}
,
availability: enum ,
releaseType: enum ,
iconFileUris:
{
small: string ,
medium: string ,
wide: string ,
large: string ,
}
,
termsAndConditions:
{
legalTermsUri: string ,
legalTermsType: string ,
privacyPolicyUri: string ,
}
,
categoryIds:
[
string ,
]
,
operatingSystems:
[
string ,
]
,
}
,
provisioningState: enum ,
marketplaceSkus:
[
{
catalogPlanId: string ,
marketplaceSkuId: string ,
type: string ,
displayName: string ,
summary: string ,
longSummary: string ,
description: string ,
generation: string ,
displayRank: integer ,
operatingSystem:
{
family: string ,
type: string ,
name: string ,
}
,
marketplaceSkuVersions:
[
{
name: string ,
sizeOnDiskInMb: integer ,
minimumDownloadSizeInMb: integer ,
stageName: string ,
launchType: enum ,
}
,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Offers_Get (new)
Description Get a Offer
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.EdgeMarketplace/offers/{offerId}
{
api-version: string ,
resourceUri: string ,
offerId: string ,
}

⚐ Response (200)

{
properties:
{
contentVersion: string ,
contentUrl: string ,
offerContent:
{
displayName: string ,
summary: string ,
longSummary: string ,
description: string ,
offerId: string ,
offerType: string ,
supportUri: string ,
popularity: integer ,
offerPublisher:
{
publisherId: string ,
publisherDisplayName: string ,
}
,
availability: enum ,
releaseType: enum ,
iconFileUris:
{
small: string ,
medium: string ,
wide: string ,
large: string ,
}
,
termsAndConditions:
{
legalTermsUri: string ,
legalTermsType: string ,
privacyPolicyUri: string ,
}
,
categoryIds:
[
string ,
]
,
operatingSystems:
[
string ,
]
,
}
,
provisioningState: enum ,
marketplaceSkus:
[
{
catalogPlanId: string ,
marketplaceSkuId: string ,
type: string ,
displayName: string ,
summary: string ,
longSummary: string ,
description: string ,
generation: string ,
displayRank: integer ,
operatingSystem:
{
family: string ,
type: string ,
name: string ,
}
,
marketplaceSkuVersions:
[
{
name: string ,
sizeOnDiskInMb: integer ,
minimumDownloadSizeInMb: integer ,
stageName: string ,
launchType: enum ,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Offers_GenerateAccessToken (new)
Description A long-running resource action.
Reference Link ¶

⚼ Request

POST:  /{resourceUri}/providers/Microsoft.EdgeMarketplace/offers/{offerId}/generateAccessToken
{
api-version: string ,
resourceUri: string ,
offerId: string ,
body:
{
publisherName: string ,
edgeMarketPlaceRegion: string ,
egeMarketPlaceResourceId: string ,
hypervGeneration: string ,
marketPlaceSku: string ,
marketPlaceSkuVersion: string ,
deviceSku: string ,
deviceVersion: string ,
}
,
}

⚐ Response (200)

{
diskId: string ,
status: string ,
accessToken: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Offers_GetAccessToken (new)
Description get access token.
Reference Link ¶

⚼ Request

POST:  /{resourceUri}/providers/Microsoft.EdgeMarketplace/offers/{offerId}/getAccessToken
{
api-version: string ,
resourceUri: string ,
offerId: string ,
body:
{
requestId: string ,
}
,
}

⚐ Response (200)

{
diskId: string ,
status: string ,
accessToken: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Publishers_List (new)
Description List Publisher resources by parent
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.EdgeMarketplace/publishers
{
api-version: string ,
resourceUri: string ,
$top: integer ,
skip: integer ,
maxpagesize: integer ,
$filter: string ,
$skipToken: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Publishers_Get (new)
Description Get a Publisher
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.EdgeMarketplace/publishers/{publisherName}
{
api-version: string ,
resourceUri: string ,
publisherName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

GET:  /providers/Microsoft.EdgeMarketplace/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 ,
}
,
]
,
}
,
}
Offers_ListBySubscription (new)
Description List Offer resources by subscription ID
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.EdgeMarketplace/offers
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
contentVersion: string ,
contentUrl: string ,
offerContent:
{
displayName: string ,
summary: string ,
longSummary: string ,
description: string ,
offerId: string ,
offerType: string ,
supportUri: string ,
popularity: integer ,
offerPublisher:
{
publisherId: string ,
publisherDisplayName: string ,
}
,
availability: enum ,
releaseType: enum ,
iconFileUris:
{
small: string ,
medium: string ,
wide: string ,
large: string ,
}
,
termsAndConditions:
{
legalTermsUri: string ,
legalTermsType: string ,
privacyPolicyUri: string ,
}
,
categoryIds:
[
string ,
]
,
operatingSystems:
[
string ,
]
,
}
,
provisioningState: enum ,
marketplaceSkus:
[
{
catalogPlanId: string ,
marketplaceSkuId: string ,
type: string ,
displayName: string ,
summary: string ,
longSummary: string ,
description: string ,
generation: string ,
displayRank: integer ,
operatingSystem:
{
family: string ,
type: string ,
name: string ,
}
,
marketplaceSkuVersions:
[
{
name: string ,
sizeOnDiskInMb: integer ,
minimumDownloadSizeInMb: integer ,
stageName: string ,
launchType: enum ,
}
,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Publishers_ListBySubscription (new)
Description List Publisher resources by subscription ID
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.EdgeMarketplace/publishers
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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