Microsoft.ManufacturingPlatform (stable:2025-03-01)

2025/03/10 • 8 new methods

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

⚼ Request

GET:  /providers/Microsoft.ManufacturingPlatform/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 ,
}
,
]
,
}
,
}
ManufacturingDataServices_ListBySubscription (new)
Description List MdsResource resources by subscription ID
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ManufacturingPlatform/manufacturingDataServices
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
version: string ,
enableCopilot: boolean ,
enableDiagnosticSettings: boolean ,
aadApplicationId: string ,
aksAdminGroupId: string ,
serviceUrl: string ,
aksProfile:
{
id: string ,
}
,
storageProfile:
{
id: string ,
}
,
databaseProfile:
{
cosmosId: string ,
}
,
adxProfile:
{
id: string ,
uri: string ,
dataIngestionUri: string ,
}
,
redisProfile:
{
id: string ,
}
,
monitoringProfile:
{
id: string ,
}
,
eventHubProfile:
{
adxInstanceId: string ,
hostName: string ,
}
,
functionAppProfile:
{
id: string ,
}
,
openAIProfile:
{
id: string ,
gptModelName: string ,
gptModelVersion: string ,
gptModelCapacity: integer ,
gptModelSkuName: string ,
embeddingModelName: string ,
embeddingModelVersion: string ,
embeddingModelSkuName: string ,
embeddingModelCapacity: integer ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
managedOnBehalfOfConfiguration:
{
moboBrokerResources:
[
{
id: string ,
}
,
]
,
}
,
cmkProfile:
{
keyUri: string ,
}
,
fabricProfile:
{
keyUri: string ,
oneLakeUri: string ,
oneLakePath: string ,
}
,
userManagedOpenAIProfile:
{
id: string ,
gptModelDeploymentName: string ,
embeddingModelDeploymentName: string ,
embeddingModelType: string ,
}
,
denyAssignmentExclusions:
[
{
id: string ,
type: string ,
}
,
]
,
resourceState: enum ,
redundancyState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManufacturingDataServices_ListByResourceGroup (new)
Description List MdsResource resources by resource group
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
version: string ,
enableCopilot: boolean ,
enableDiagnosticSettings: boolean ,
aadApplicationId: string ,
aksAdminGroupId: string ,
serviceUrl: string ,
aksProfile:
{
id: string ,
}
,
storageProfile:
{
id: string ,
}
,
databaseProfile:
{
cosmosId: string ,
}
,
adxProfile:
{
id: string ,
uri: string ,
dataIngestionUri: string ,
}
,
redisProfile:
{
id: string ,
}
,
monitoringProfile:
{
id: string ,
}
,
eventHubProfile:
{
adxInstanceId: string ,
hostName: string ,
}
,
functionAppProfile:
{
id: string ,
}
,
openAIProfile:
{
id: string ,
gptModelName: string ,
gptModelVersion: string ,
gptModelCapacity: integer ,
gptModelSkuName: string ,
embeddingModelName: string ,
embeddingModelVersion: string ,
embeddingModelSkuName: string ,
embeddingModelCapacity: integer ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
managedOnBehalfOfConfiguration:
{
moboBrokerResources:
[
{
id: string ,
}
,
]
,
}
,
cmkProfile:
{
keyUri: string ,
}
,
fabricProfile:
{
keyUri: string ,
oneLakeUri: string ,
oneLakePath: string ,
}
,
userManagedOpenAIProfile:
{
id: string ,
gptModelDeploymentName: string ,
embeddingModelDeploymentName: string ,
embeddingModelType: string ,
}
,
denyAssignmentExclusions:
[
{
id: string ,
type: string ,
}
,
]
,
resourceState: enum ,
redundancyState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManufacturingPlatform/manufacturingDataServices/{mdsResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
mdsResourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
version: string ,
enableCopilot: boolean ,
enableDiagnosticSettings: boolean ,
aadApplicationId: string ,
aksAdminGroupId: string ,
serviceUrl: string ,
aksProfile:
{
id: string ,
}
,
storageProfile:
{
id: string ,
}
,
databaseProfile:
{
cosmosId: string ,
}
,
adxProfile:
{
id: string ,
uri: string ,
dataIngestionUri: string ,
}
,
redisProfile:
{
id: string ,
}
,
monitoringProfile:
{
id: string ,
}
,
eventHubProfile:
{
adxInstanceId: string ,
hostName: string ,
}
,
functionAppProfile:
{
id: string ,
}
,
openAIProfile:
{
id: string ,
gptModelName: string ,
gptModelVersion: string ,
gptModelCapacity: integer ,
gptModelSkuName: string ,
embeddingModelName: string ,
embeddingModelVersion: string ,
embeddingModelSkuName: string ,
embeddingModelCapacity: integer ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
managedOnBehalfOfConfiguration:
{
moboBrokerResources:
[
{
id: string ,
}
,
]
,
}
,
cmkProfile:
{
keyUri: string ,
}
,
fabricProfile:
{
keyUri: string ,
oneLakeUri: string ,
oneLakePath: string ,
}
,
userManagedOpenAIProfile:
{
id: string ,
gptModelDeploymentName: string ,
embeddingModelDeploymentName: string ,
embeddingModelType: string ,
}
,
denyAssignmentExclusions:
[
{
id: string ,
type: string ,
}
,
]
,
resourceState: enum ,
redundancyState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManufacturingPlatform/manufacturingDataServices/{mdsResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
mdsResourceName: string ,
resource:
{
properties:
{
provisioningState: enum ,
version: string ,
enableCopilot: boolean ,
enableDiagnosticSettings: boolean ,
aadApplicationId: string ,
aksAdminGroupId: string ,
serviceUrl: string ,
aksProfile:
{
id: string ,
}
,
storageProfile:
{
id: string ,
}
,
databaseProfile:
{
cosmosId: string ,
}
,
adxProfile:
{
id: string ,
uri: string ,
dataIngestionUri: string ,
}
,
redisProfile:
{
id: string ,
}
,
monitoringProfile:
{
id: string ,
}
,
eventHubProfile:
{
adxInstanceId: string ,
hostName: string ,
}
,
functionAppProfile:
{
id: string ,
}
,
openAIProfile:
{
id: string ,
gptModelName: string ,
gptModelVersion: string ,
gptModelCapacity: integer ,
gptModelSkuName: string ,
embeddingModelName: string ,
embeddingModelVersion: string ,
embeddingModelSkuName: string ,
embeddingModelCapacity: integer ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
managedOnBehalfOfConfiguration:
{
moboBrokerResources:
[
{
id: string ,
}
,
]
,
}
,
cmkProfile:
{
keyUri: string ,
}
,
fabricProfile:
{
keyUri: string ,
oneLakeUri: string ,
oneLakePath: string ,
}
,
userManagedOpenAIProfile:
{
id: string ,
gptModelDeploymentName: string ,
embeddingModelDeploymentName: string ,
embeddingModelType: string ,
}
,
denyAssignmentExclusions:
[
{
id: string ,
type: string ,
}
,
]
,
resourceState: enum ,
redundancyState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
version: string ,
enableCopilot: boolean ,
enableDiagnosticSettings: boolean ,
aadApplicationId: string ,
aksAdminGroupId: string ,
serviceUrl: string ,
aksProfile:
{
id: string ,
}
,
storageProfile:
{
id: string ,
}
,
databaseProfile:
{
cosmosId: string ,
}
,
adxProfile:
{
id: string ,
uri: string ,
dataIngestionUri: string ,
}
,
redisProfile:
{
id: string ,
}
,
monitoringProfile:
{
id: string ,
}
,
eventHubProfile:
{
adxInstanceId: string ,
hostName: string ,
}
,
functionAppProfile:
{
id: string ,
}
,
openAIProfile:
{
id: string ,
gptModelName: string ,
gptModelVersion: string ,
gptModelCapacity: integer ,
gptModelSkuName: string ,
embeddingModelName: string ,
embeddingModelVersion: string ,
embeddingModelSkuName: string ,
embeddingModelCapacity: integer ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
managedOnBehalfOfConfiguration:
{
moboBrokerResources:
[
{
id: string ,
}
,
]
,
}
,
cmkProfile:
{
keyUri: string ,
}
,
fabricProfile:
{
keyUri: string ,
oneLakeUri: string ,
oneLakePath: string ,
}
,
userManagedOpenAIProfile:
{
id: string ,
gptModelDeploymentName: string ,
embeddingModelDeploymentName: string ,
embeddingModelType: string ,
}
,
denyAssignmentExclusions:
[
{
id: string ,
type: string ,
}
,
]
,
resourceState: enum ,
redundancyState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
version: string ,
enableCopilot: boolean ,
enableDiagnosticSettings: boolean ,
aadApplicationId: string ,
aksAdminGroupId: string ,
serviceUrl: string ,
aksProfile:
{
id: string ,
}
,
storageProfile:
{
id: string ,
}
,
databaseProfile:
{
cosmosId: string ,
}
,
adxProfile:
{
id: string ,
uri: string ,
dataIngestionUri: string ,
}
,
redisProfile:
{
id: string ,
}
,
monitoringProfile:
{
id: string ,
}
,
eventHubProfile:
{
adxInstanceId: string ,
hostName: string ,
}
,
functionAppProfile:
{
id: string ,
}
,
openAIProfile:
{
id: string ,
gptModelName: string ,
gptModelVersion: string ,
gptModelCapacity: integer ,
gptModelSkuName: string ,
embeddingModelName: string ,
embeddingModelVersion: string ,
embeddingModelSkuName: string ,
embeddingModelCapacity: integer ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
managedOnBehalfOfConfiguration:
{
moboBrokerResources:
[
{
id: string ,
}
,
]
,
}
,
cmkProfile:
{
keyUri: string ,
}
,
fabricProfile:
{
keyUri: string ,
oneLakeUri: string ,
oneLakePath: string ,
}
,
userManagedOpenAIProfile:
{
id: string ,
gptModelDeploymentName: string ,
embeddingModelDeploymentName: string ,
embeddingModelType: string ,
}
,
denyAssignmentExclusions:
[
{
id: string ,
type: string ,
}
,
]
,
resourceState: enum ,
redundancyState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManufacturingPlatform/manufacturingDataServices/{mdsResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
mdsResourceName: string ,
properties:
{
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
tags: object ,
properties:
{
version: string ,
enableCopilot: boolean ,
enableDiagnosticSettings: boolean ,
openAIProfile:
{
id: string ,
gptModelName: string ,
gptModelVersion: string ,
gptModelCapacity: integer ,
gptModelSkuName: string ,
embeddingModelName: string ,
embeddingModelVersion: string ,
embeddingModelSkuName: string ,
embeddingModelCapacity: integer ,
}
,
fabricProfile:
{
keyUri: string ,
oneLakeUri: string ,
oneLakePath: string ,
}
,
userManagedOpenAIProfile:
{
id: string ,
gptModelDeploymentName: string ,
embeddingModelDeploymentName: string ,
}
,
denyAssignmentExclusions:
[
{
id: string ,
type: string ,
}
,
]
,
resourceState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
version: string ,
enableCopilot: boolean ,
enableDiagnosticSettings: boolean ,
aadApplicationId: string ,
aksAdminGroupId: string ,
serviceUrl: string ,
aksProfile:
{
id: string ,
}
,
storageProfile:
{
id: string ,
}
,
databaseProfile:
{
cosmosId: string ,
}
,
adxProfile:
{
id: string ,
uri: string ,
dataIngestionUri: string ,
}
,
redisProfile:
{
id: string ,
}
,
monitoringProfile:
{
id: string ,
}
,
eventHubProfile:
{
adxInstanceId: string ,
hostName: string ,
}
,
functionAppProfile:
{
id: string ,
}
,
openAIProfile:
{
id: string ,
gptModelName: string ,
gptModelVersion: string ,
gptModelCapacity: integer ,
gptModelSkuName: string ,
embeddingModelName: string ,
embeddingModelVersion: string ,
embeddingModelSkuName: string ,
embeddingModelCapacity: integer ,
}
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
managedOnBehalfOfConfiguration:
{
moboBrokerResources:
[
{
id: string ,
}
,
]
,
}
,
cmkProfile:
{
keyUri: string ,
}
,
fabricProfile:
{
keyUri: string ,
oneLakeUri: string ,
oneLakePath: string ,
}
,
userManagedOpenAIProfile:
{
id: string ,
gptModelDeploymentName: string ,
embeddingModelDeploymentName: string ,
embeddingModelType: string ,
}
,
denyAssignmentExclusions:
[
{
id: string ,
type: string ,
}
,
]
,
resourceState: enum ,
redundancyState: enum ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManufacturingPlatform/manufacturingDataServices/{mdsResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
mdsResourceName: 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 ,
}
,
]
,
}
,
}
ManufacturingDataServices_ListAvailableVersions (new)
Description Returns the list of available versions
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManufacturingPlatform/manufacturingDataServices/{mdsResourceName}/listAvailableVersions
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
mdsResourceName: string ,
}

⚐ Response (200)

{
versions:
[
{
version: string ,
isLatest: boolean ,
isPreview: boolean ,
isDeprecated: boolean ,
}
,
]
,
}

⚐ Response (default)

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