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

Feat(client): Add Telemetry APIs #15047

Merged
merged 11 commits into from
Sep 11, 2020
Merged

Conversation

azabbasi
Copy link
Contributor

No description provided.

@timtay-microsoft
Copy link
Member

We'll need a String/T set of these APIs like we have with relationship/component/digital twin APIs, right? The telemetry payload is an untyped json object much like those other APIs

@azabbasi azabbasi closed this Sep 10, 2020
@azabbasi azabbasi reopened this Sep 10, 2020
@azabbasi
Copy link
Contributor Author

We'll need a String/T set of these APIs like we have with relationship/component/digital twin APIs, right? The telemetry payload is an untyped json object much like those other APIs

I am actually not convinced that we should, there is no return type to cast to, so we can either take an object and pass it down to protocol layer, or take a string and do the casting on our own. let's discuss that in our session on Monday. for the time being, I will cast the string into json string object.

Copy link
Member

@timtay-microsoft timtay-microsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few comments, but otherwise good to go

@azabbasi azabbasi closed this Sep 10, 2020
@azabbasi azabbasi reopened this Sep 10, 2020
@azabbasi azabbasi merged commit 2491428 into master Sep 11, 2020
@azabbasi azabbasi deleted the feature/adt/azabbasi/telemetryAPIs branch September 11, 2020 00:06
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-java that referenced this pull request Jul 1, 2021
Remove files from package which are not part of management plane SDK - update readme.md (Azure#15047)

* Update readme.md

* Update readme.md
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.

4 participants