-
The `azure-mgmt-digitaltwins` library is missing the `dev_requirements.txt` file. Adding this file will fix the [nightly CI failures ](https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6…
-
install the package -> import * from azure.mgmt.digitaltwins
```
INFO:root:Importing all modules from namespace [azure.mgmt.digitaltwins] to verify dependency
Traceback (most recent call last):
…
-
# Sample Quality Effort
This issue was created because one or more packages in the `digitaltwins` service directory had failing `build:samples` NPM scripts, and I determined that the existing scrip…
-
Spell check scanning of digitaltwins detected spelling errors. This service directory is opted out of PR spell checking in PR #17142 to keep merges unblocked.
## What to do
1. Ensure Node.js is ins…
-
Pasting the following
```json
{
"@context": "https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/context/DTDL.v2.context.json",
"@id": "dtmi:com:example:Thermostat;1",
"@typ…
-
is
const digitalTwinId = "myTwin";
const twin = await serviceClient.getDigitalTwin(digitalTwinId);
console.log(`DigitalTwin's etag: ${twin.eTag}`);
console.log(`DigitalTwin: ${twin.body}`);
…
-
### Is your feature request related to a problem? Please describe.
Yes, I need to select twin's property from 2 different type
### Describe the feature
As there are only 2 overloads of Select…
-
**Describe the bug**
While I was writing tests to the one of our application [Digital Twin](https://bigbuild-performance-copin.internal.cfapps.sap.hana.ondemand.com/cp.portal/site?sap-language=en#C…
-
The Microsoft.Azure.DigitalTwins.Parser library available [https://www.nuget.org/packages/Microsoft.Azure.DigitalTwins.Parser/](https://www.nuget.org/packages/Microsoft.Azure.DigitalTwins.Parser/) lin…
-
**This issue is part of the Azure SDK for JavaScript sample quality effort.**
The new sample tool (`dev-tool samples publish`) has been made available to all package maintainers, and we would like …