Microsoft.OnlineExperimentation (preview:2025-05-31)

2025/04/17 • 7 new methods

Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.OnlineExperimentation/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 ,
}
,
]
,
}
,
}
OnlineExperimentWorkspaces_ListBySubscription (new)
Description Gets all experiment workspaces in the specified subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.OnlineExperimentation/workspaces
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
workspaceId: string ,
provisioningState: enum ,
logAnalyticsWorkspaceResourceId: string ,
logsExporterStorageAccountResourceId: string ,
appConfigurationResourceId: string ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
federatedClientId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
endpoint: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OnlineExperimentWorkspaces_ListByResourceGroup (new)
Description Gets all experiment workspaces in a resource group.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
workspaceId: string ,
provisioningState: enum ,
logAnalyticsWorkspaceResourceId: string ,
logsExporterStorageAccountResourceId: string ,
appConfigurationResourceId: string ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
federatedClientId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
endpoint: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OnlineExperimentWorkspaces_Get (new)
Description Gets an experiment workspace
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OnlineExperimentation/workspaces/{workspaceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
}

⚐ Response (200)

{
properties:
{
workspaceId: string ,
provisioningState: enum ,
logAnalyticsWorkspaceResourceId: string ,
logsExporterStorageAccountResourceId: string ,
appConfigurationResourceId: string ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
federatedClientId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
endpoint: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OnlineExperimentWorkspaces_CreateOrUpdate (new)
Description Create an experiment workspace, or update an existing workspace
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OnlineExperimentation/workspaces/{workspaceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
resource:
{
properties:
{
workspaceId: string ,
provisioningState: enum ,
logAnalyticsWorkspaceResourceId: string ,
logsExporterStorageAccountResourceId: string ,
appConfigurationResourceId: string ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
federatedClientId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
endpoint: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
workspaceId: string ,
provisioningState: enum ,
logAnalyticsWorkspaceResourceId: string ,
logsExporterStorageAccountResourceId: string ,
appConfigurationResourceId: string ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
federatedClientId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
endpoint: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
workspaceId: string ,
provisioningState: enum ,
logAnalyticsWorkspaceResourceId: string ,
logsExporterStorageAccountResourceId: string ,
appConfigurationResourceId: string ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
federatedClientId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
endpoint: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OnlineExperimentWorkspaces_Update (new)
Description Patch an experiment workspace
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OnlineExperimentation/workspaces/{workspaceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
properties:
{
properties:
{
logAnalyticsWorkspaceResourceId: string ,
logsExporterStorageAccountResourceId: string ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
federatedClientId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
workspaceId: string ,
provisioningState: enum ,
logAnalyticsWorkspaceResourceId: string ,
logsExporterStorageAccountResourceId: string ,
appConfigurationResourceId: string ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
federatedClientId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
endpoint: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: enum ,
tier: enum ,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OnlineExperimentWorkspaces_Delete (new)
Description Deletes an experiment workspace
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OnlineExperimentation/workspaces/{workspaceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
}

⚐ Response (202)

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

⚐ Response (204)

{}

⚐ Response (default)

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