Microsoft.PortalServices (stable:2024-04-01)

2025/02/14 • 5 new methods

CopilotSettings_Get (new)
Description Get a CopilotSettingsResource
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.PortalServices/copilotSettings/default
{
api-version: string ,
}

⚐ Response (200)

{
properties:
{
accessControlEnabled: boolean ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /providers/Microsoft.PortalServices/copilotSettings/default
{
api-version: string ,
resource:
{
properties:
{
accessControlEnabled: boolean ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
accessControlEnabled: boolean ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
accessControlEnabled: boolean ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /providers/Microsoft.PortalServices/copilotSettings/default
{
api-version: string ,
properties:
{
properties:
{
accessControlEnabled: boolean ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
accessControlEnabled: boolean ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /providers/Microsoft.PortalServices/copilotSettings/default
{
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ 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.PortalServices/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 ,
}
,
]
,
}
,
}