Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos and minor edits in readme.md #16

Merged
merged 1 commit into from
Feb 15, 2017
Merged

Fix typos and minor edits in readme.md #16

merged 1 commit into from
Feb 15, 2017

Conversation

avranju
Copy link
Contributor

@avranju avranju commented Feb 15, 2017

This PR fixes some minor typos.

@msftclas
Copy link

Hi @avranju, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!


It looks like you're a Microsoft contributor (Raj Vengalil). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

@pierreca pierreca merged commit 1e3c21a into master Feb 15, 2017
@damonbarry damonbarry deleted the fix-readme branch February 16, 2017 23:32
anthonyvercolano added a commit that referenced this pull request Aug 13, 2019
anthonyvercolano added a commit that referenced this pull request Nov 21, 2019
anthonyvercolano added a commit that referenced this pull request Nov 22, 2019
* chore: Added Security MD file to the repo (#648)

* chore (multiple): Adjust versions so hoisting is clean. (#656)

* Digital Twin Service SDK: Convenience layer, samples and unit tests

* Digitial Twins Device Client - initial implementation - no tests

* Digital Twin service libraries pl, auth and folder structure (#4)

* Add end-to-end tests for model repo and change build configuration (#10)

* Address comments

* Address comments

* digital twin end-to-end test: telemetry (#14)

* Add documentation. (#13)

* renamed all packages to digitaltwins (plural). organized samples. (#15)

* Add invoke command e2e test. Fix response parsing in CL.

* Fix bad exports in index (#16)

* Add service readme

* Address comments

* Address comments

* fix linter errors

* Enable and fix all E2E test

* E2e readonly (#21)

* property e2e test.

* add writable property tests

* Change ReadOnlyProperty and ReadWriteProperty to Property with a writable boolean

* update swagger file to remove subcode property

* async command e2e test + properties test fix (#25)

* Update Digital Twin Readme, add telemetry sample, and adjust client registry code. (#24)

* Update dt twin readme and sample and adjust register.

* update readme and samples.

* Bump package versions for release 2019-07-17

* Update build definition and package.json files (#28)

* Update readmes and samples

* add query sample and try a fix for model repo crud tests

* use unique ids for model identifiers

* fix linter errors in e2e tests

* update debug build to use node 10 and 8

* Add private repository connection string to debug build

* adjust samples and associated readmes

* Fix linter errors in samples

* Fix some typos in the samples

* Add requestid and client source headers in the model repository tests

* fix linter error in e2e tests

* Add IoT Central and receive_telemetry samples (#33)

* Unit2 (#34)

* Some initial unit tests.

* More error tests.

* More tests.

* Some initial unit tests.

* More error tests.

* some lint.

* Update model repo sample to use a connection string (#36)

* Fix query sample to use interface version

* unit tests for commands, telemetry, and registration. (#35)

* Name change: 'component' to 'interface instance'

* Address comments

* Updates to model repository swagger file and corresponding APIs

* Change component to interfaceInstance (#40)

* Remove interface id from telemetry messages and command update messages. (#42)

* Remove aliasing classes from CL and improve response type

* Use HttpOperationResponse instead of HttpResponse in return values

* Add documentation for CL

* Fix E2E

* Modify coverage thresholds

* Add undef check

* Add brackets

* Add deviceInformation and ModelDefinition interfaces. (#39)

* Add deviceInformation and ModelDefinition interfaces.

* More changes.

* Fix getModel result

* Update requirement with name changes (#46)

* Bump package versions for release on 2019-08-13

* remove ModelDefinition interface from samples

* Update readme and dependencies for pnp device sdk (#618)

* Update readme and dependencies for pnp device sdk

* fix typo

* Adjust throw (#622)

* [digitaltwin] moving sdkInfo to client instance

* Remove the throw from async code.

* Update the dt client version. (#624)

* Fix Model Repo E2E tests

* Fix repository path (#639)

* Initial creation

* Remove extra argument handling

* Improve test coverage, address comments

* Remove unused function from sample

* Fix  build error

* chore: Adding model definition code to environmental sample (#647)

* chore: Adding model definition code to environmental sample

* Update linting errors in sample

* Fix typescript lint failure

* chore: Updating pnp sample to send multiple telemetry items (#649)

* chore: Adding fix for sample error (#652)

* feat(azure-iot-digitaltwins-device): Add sendTelemetry method. (#654)

Adjust samples and root readme.md

* Bump package versions for release on 2019-11-14 (#655)

* Version updates for component governance and hoisting
anthonyvercolano added a commit to anthonyvercolano/azure-iot-sdk-node that referenced this pull request Feb 4, 2020
anthonyvercolano added a commit to anthonyvercolano/azure-iot-sdk-node that referenced this pull request Feb 4, 2020
* chore: Added Security MD file to the repo (Azure#648)

* chore (multiple): Adjust versions so hoisting is clean. (Azure#656)

* Digital Twin Service SDK: Convenience layer, samples and unit tests

* Digitial Twins Device Client - initial implementation - no tests

* Digital Twin service libraries pl, auth and folder structure (Azure#4)

* Add end-to-end tests for model repo and change build configuration (Azure#10)

* Address comments

* Address comments

* digital twin end-to-end test: telemetry (Azure#14)

* Add documentation. (Azure#13)

* renamed all packages to digitaltwins (plural). organized samples. (Azure#15)

* Add invoke command e2e test. Fix response parsing in CL.

* Fix bad exports in index (Azure#16)

* Add service readme

* Address comments

* Address comments

* fix linter errors

* Enable and fix all E2E test

* E2e readonly (Azure#21)

* property e2e test.

* add writable property tests

* Change ReadOnlyProperty and ReadWriteProperty to Property with a writable boolean

* update swagger file to remove subcode property

* async command e2e test + properties test fix (Azure#25)

* Update Digital Twin Readme, add telemetry sample, and adjust client registry code. (Azure#24)

* Update dt twin readme and sample and adjust register.

* update readme and samples.

* Bump package versions for release 2019-07-17

* Update build definition and package.json files (Azure#28)

* Update readmes and samples

* add query sample and try a fix for model repo crud tests

* use unique ids for model identifiers

* fix linter errors in e2e tests

* update debug build to use node 10 and 8

* Add private repository connection string to debug build

* adjust samples and associated readmes

* Fix linter errors in samples

* Fix some typos in the samples

* Add requestid and client source headers in the model repository tests

* fix linter error in e2e tests

* Add IoT Central and receive_telemetry samples (Azure#33)

* Unit2 (Azure#34)

* Some initial unit tests.

* More error tests.

* More tests.

* Some initial unit tests.

* More error tests.

* some lint.

* Update model repo sample to use a connection string (Azure#36)

* Fix query sample to use interface version

* unit tests for commands, telemetry, and registration. (Azure#35)

* Name change: 'component' to 'interface instance'

* Address comments

* Updates to model repository swagger file and corresponding APIs

* Change component to interfaceInstance (Azure#40)

* Remove interface id from telemetry messages and command update messages. (Azure#42)

* Remove aliasing classes from CL and improve response type

* Use HttpOperationResponse instead of HttpResponse in return values

* Add documentation for CL

* Fix E2E

* Modify coverage thresholds

* Add undef check

* Add brackets

* Add deviceInformation and ModelDefinition interfaces. (Azure#39)

* Add deviceInformation and ModelDefinition interfaces.

* More changes.

* Fix getModel result

* Update requirement with name changes (Azure#46)

* Bump package versions for release on 2019-08-13

* remove ModelDefinition interface from samples

* Update readme and dependencies for pnp device sdk (Azure#618)

* Update readme and dependencies for pnp device sdk

* fix typo

* Adjust throw (Azure#622)

* [digitaltwin] moving sdkInfo to client instance

* Remove the throw from async code.

* Update the dt client version. (Azure#624)

* Fix Model Repo E2E tests

* Fix repository path (Azure#639)

* Initial creation

* Remove extra argument handling

* Improve test coverage, address comments

* Remove unused function from sample

* Fix  build error

* chore: Adding model definition code to environmental sample (Azure#647)

* chore: Adding model definition code to environmental sample

* Update linting errors in sample

* Fix typescript lint failure

* chore: Updating pnp sample to send multiple telemetry items (Azure#649)

* chore: Adding fix for sample error (Azure#652)

* feat(azure-iot-digitaltwins-device): Add sendTelemetry method. (Azure#654)

Adjust samples and root readme.md

* Bump package versions for release on 2019-11-14 (Azure#655)

* Version updates for component governance and hoisting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants