Microsoft.Addons (preview:2018-03-01)

2025/09/26 • 5 new, 5 deleted methods

Operations_List (new)
Description Lists all of the available Addons RP operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
message: string ,
code: string ,
}
SupportPlanTypes_Get (new)
Description Returns whether or not the canonical support plan of type {type} is enabled for the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}
{
api-version: string ,
subscriptionId: string ,
providerName: string ,
planTypeName: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
provisioningState: enum ,
}
,
}

⚐ Response (404)

{}

⚐ Response (default)

{
message: string ,
code: string ,
}
SupportPlanTypes_CreateOrUpdate (new)
Description Creates or updates the Canonical support plan of type {type} for the subscription.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}
{
api-version: string ,
subscriptionId: string ,
providerName: string ,
planTypeName: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
id: string ,
name: string ,
type: string ,
properties:
{
provisioningState: enum ,
}
,
}

⚐ Response (404)

{}

⚐ Response (default)

{
message: string ,
code: string ,
}
SupportPlanTypes_Delete (new)
Description Cancels the Canonical support plan of type {type} for the subscription.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}
{
api-version: string ,
subscriptionId: string ,
providerName: string ,
planTypeName: string ,
}

⚐ Response (202)

{
id: string ,
name: string ,
type: string ,
properties:
{
provisioningState: enum ,
}
,
}

⚐ Response (204)

{}

⚐ Response (default)

{
message: string ,
code: string ,
}
SupportPlanTypes_ListInfo (new)
Description Returns the canonical support plan information for all types for the subscription.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/canonical/listSupportPlanInfo
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
supportPlanType: enum ,
enabled: boolean ,
oneTimeCharge: enum ,
}

⚐ Response (404)

{}

⚐ Response (default)

{
message: string ,
code: string ,
}
Operations_List (removed)
Description Lists all of the available Addons RP operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
message: string ,
code: string ,
}
SupportPlanTypes_Get (removed)
Description Returns whether or not the canonical support plan of type {type} is enabled for the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}
{
api-version: string ,
subscriptionId: string ,
providerName: string ,
planTypeName: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
provisioningState: enum ,
}
,
}

⚐ Response (404)

{}

⚐ Response (default)

{
message: string ,
code: string ,
}
SupportPlanTypes_CreateOrUpdate (removed)
Description Creates or updates the Canonical support plan of type {type} for the subscription.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}
{
api-version: string ,
subscriptionId: string ,
providerName: string ,
planTypeName: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
id: string ,
name: string ,
type: string ,
properties:
{
provisioningState: enum ,
}
,
}

⚐ Response (404)

{}

⚐ Response (default)

{
message: string ,
code: string ,
}
SupportPlanTypes_Delete (removed)
Description Cancels the Canonical support plan of type {type} for the subscription.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/{providerName}/supportPlanTypes/{planTypeName}
{
api-version: string ,
subscriptionId: string ,
providerName: string ,
planTypeName: string ,
}

⚐ Response (202)

{
id: string ,
name: string ,
type: string ,
properties:
{
provisioningState: enum ,
}
,
}

⚐ Response (204)

{}

⚐ Response (default)

{
message: string ,
code: string ,
}
SupportPlanTypes_ListInfo (removed)
Description Returns the canonical support plan information for all types for the subscription.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.Addons/supportProviders/canonical/listSupportPlanInfo
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
supportPlanType: enum ,
enabled: boolean ,
oneTimeCharge: enum ,
}

⚐ Response (404)

{}

⚐ Response (default)

{
message: string ,
code: string ,
}