We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81ab39b + f8ad39b commit 336e012Copy full SHA for 336e012
articles/iot-operations/discover-manage-assets/howto-use-media-connector.md
@@ -65,10 +65,11 @@ resource assetEndpoint 'Microsoft.DeviceRegistry/assetEndpointProfiles@2024-11-0
65
}
66
properties: {
67
targetAddress: targetAddress
68
- endpointProfileType: 'Media'
+ endpointProfileType: 'Microsoft.Media'
69
authentication: {
70
method: 'Anonymous'
71
72
+ additionalConfiguration: '{"$schema": "https://aiobrokers.blob.core.windows.net/aio-media-connector/1.0.0.json"}'
73
74
75
/*****************************************************************************/
0 commit comments