Microsoft.DevSpaces (stable:2019-04-01)

2025/10/23 • 9 new, 9 deleted methods

ContainerHostMappings_GetContainerHostMapping (new)
Description Returns container host mapping object for a container host resource ID if an associated controller exists.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/locations/{location}/checkContainerHostMapping
{
api-version: string ,
containerHostMapping:
{
containerHostResourceId: string ,
mappedControllerResourceId: string ,
}
,
subscriptionId: string ,
resourceGroupName: string ,
location: string ,
}

⚐ Response (200)

{
containerHostResourceId: string ,
mappedControllerResourceId: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Operations_List (new)
Description Lists all the supported operations by the Microsoft.DevSpaces resource provider along with their description.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}
Controllers_Get (new)
Description Gets the properties for an Azure Dev Spaces Controller.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
name: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Controllers_Create (new)
Description Creates an Azure Dev Spaces Controller with the specified create parameters.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
name: string ,
controller:
{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Controllers_Delete (new)
Description Deletes an existing Azure Dev Spaces Controller.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
name: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Controllers_Update (new)
Description Updates the properties of an existing Azure Dev Spaces Controller with the specified update parameters.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
name: string ,
controllerUpdateParameters:
{
tags: string ,
properties:
{
targetContainerHostCredentialsBase64: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Controllers_ListByResourceGroup (new)
Description Lists all the Azure Dev Spaces Controllers with their properties in the specified resource group and subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Controllers_List (new)
Description Lists all the Azure Dev Spaces Controllers with their properties in the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.DevSpaces/controllers
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Controllers_ListConnectionDetails (new)
Description Lists connection details for the underlying container resources of an Azure Dev Spaces Controller.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}/listConnectionDetails
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
name: string ,
listConnectionDetailsParameters:
{
targetContainerHostResourceId: string ,
}
,
}

⚐ Response (200)

{
connectionDetailsList:
[
{
orchestratorSpecificConnectionDetails:
{
instanceType: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
ContainerHostMappings_GetContainerHostMapping (removed)
Description Returns container host mapping object for a container host resource ID if an associated controller exists.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/locations/{location}/checkContainerHostMapping
{
api-version: string ,
containerHostMapping:
{
containerHostResourceId: string ,
mappedControllerResourceId: string ,
}
,
subscriptionId: string ,
resourceGroupName: string ,
location: string ,
}

⚐ Response (200)

{
containerHostResourceId: string ,
mappedControllerResourceId: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Operations_List (removed)
Description Lists all the supported operations by the Microsoft.DevSpaces resource provider along with their description.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}
Controllers_Get (removed)
Description Gets the properties for an Azure Dev Spaces Controller.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
name: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Controllers_Create (removed)
Description Creates an Azure Dev Spaces Controller with the specified create parameters.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
name: string ,
controller:
{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Controllers_Delete (removed)
Description Deletes an existing Azure Dev Spaces Controller.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
name: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Controllers_Update (removed)
Description Updates the properties of an existing Azure Dev Spaces Controller with the specified update parameters.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
name: string ,
controllerUpdateParameters:
{
tags: string ,
properties:
{
targetContainerHostCredentialsBase64: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Controllers_ListByResourceGroup (removed)
Description Lists all the Azure Dev Spaces Controllers with their properties in the specified resource group and subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Controllers_List (removed)
Description Lists all the Azure Dev Spaces Controllers with their properties in the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.DevSpaces/controllers
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
hostSuffix: string ,
dataPlaneFqdn: string ,
targetContainerHostApiServerFqdn: string ,
targetContainerHostResourceId: string ,
targetContainerHostCredentialsBase64: string ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Controllers_ListConnectionDetails (removed)
Description Lists connection details for the underlying container resources of an Azure Dev Spaces Controller.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}/listConnectionDetails
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
name: string ,
listConnectionDetailsParameters:
{
targetContainerHostResourceId: string ,
}
,
}

⚐ Response (200)

{
connectionDetailsList:
[
{
orchestratorSpecificConnectionDetails:
{
instanceType: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}