Microsoft.Aad (preview:2025-05-01)

2025/06/04 • 6 new methods

OuContainerOperations_List (new)
Description Lists all the available OuContainer operations.
Reference Link ¶

⚼ Request

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
origin: string ,
}
,
]
,
nextLink: string ,
}
OuContainer_List (new)
Description The List of OuContainers in DomainService instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
domainServiceName: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
value:
[
{
properties:
{
tenantId: string ,
domainName: string ,
deploymentId: string ,
containerId: string ,
accounts:
[
{
accountName: string ,
spn: string ,
password: string ,
}
,
]
,
serviceStatus: string ,
distinguishedName: string ,
provisioningState: string ,
}
,
}
,
]
,
nextLink: string ,
}
OuContainer_Get (new)
Description Get OuContainer in DomainService instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
domainServiceName: string ,
ouContainerName: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
properties:
{
tenantId: string ,
domainName: string ,
deploymentId: string ,
containerId: string ,
accounts:
[
{
accountName: string ,
spn: string ,
password: string ,
}
,
]
,
serviceStatus: string ,
distinguishedName: string ,
provisioningState: string ,
}
,
}
OuContainer_Create (new)
Description The Create OuContainer operation creates a new OuContainer under the specified Domain Service instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
domainServiceName: string ,
ouContainerName: string ,
containerAccount:
{
accountName: string ,
spn: string ,
password: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
properties:
{
tenantId: string ,
domainName: string ,
deploymentId: string ,
containerId: string ,
accounts:
[
{
accountName: string ,
spn: string ,
password: string ,
}
,
]
,
serviceStatus: string ,
distinguishedName: string ,
provisioningState: string ,
}
,
}

⚐ Response (201)

{
properties:
{
tenantId: string ,
domainName: string ,
deploymentId: string ,
containerId: string ,
accounts:
[
{
accountName: string ,
spn: string ,
password: string ,
}
,
]
,
serviceStatus: string ,
distinguishedName: string ,
provisioningState: string ,
}
,
}

⚐ Response (202)

{
properties:
{
tenantId: string ,
domainName: string ,
deploymentId: string ,
containerId: string ,
accounts:
[
{
accountName: string ,
spn: string ,
password: string ,
}
,
]
,
serviceStatus: string ,
distinguishedName: string ,
provisioningState: string ,
}
,
}
OuContainer_Delete (new)
Description The Delete OuContainer operation deletes specified OuContainer.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
domainServiceName: string ,
ouContainerName: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}
OuContainer_Update (new)
Description The Update OuContainer operation can be used to update the existing OuContainers.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
domainServiceName: string ,
ouContainerName: string ,
containerAccount:
{
accountName: string ,
spn: string ,
password: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}

⚐ Response (200)

{
properties:
{
tenantId: string ,
domainName: string ,
deploymentId: string ,
containerId: string ,
accounts:
[
{
accountName: string ,
spn: string ,
password: string ,
}
,
]
,
serviceStatus: string ,
distinguishedName: string ,
provisioningState: string ,
}
,
}

⚐ Response (202)

{
properties:
{
tenantId: string ,
domainName: string ,
deploymentId: string ,
containerId: string ,
accounts:
[
{
accountName: string ,
spn: string ,
password: string ,
}
,
]
,
serviceStatus: string ,
distinguishedName: string ,
provisioningState: string ,
}
,
}