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

[FEATURE REQ] DynamicData v2 Features #37074

Open
13 tasks
annelo-msft opened this issue Jun 16, 2023 · 2 comments
Open
13 tasks

[FEATURE REQ] DynamicData v2 Features #37074

annelo-msft opened this issue Jun 16, 2023 · 2 comments
Assignees
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Milestone

Comments

@annelo-msft
Copy link
Member

annelo-msft commented Jun 16, 2023

Library name

Azure.Core

Please describe the feature.

This issue replaces:

@annelo-msft
Copy link
Member Author

@jsquire shared this feature request for MJD, which might be helpful in implementing support for several of the above items:

doc.SetObjectProperty("test"); // test = {}
doc.GetProperty("test").SetProperty("name", "Jesse"); // test = { "name":"Jesse" }

@jsquire
Copy link
Member

jsquire commented Sep 6, 2023

It would also be good to have the same support for creating new array-based properties which would then work with the existing members. Something like:

doc.SetArrayProperty("test");  // test = []

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

No branches or pull requests

2 participants