-
Notifications
You must be signed in to change notification settings - Fork 252
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
How to retrieve actual value of OmaSettingStringXml.Value? #2188
Comments
Thanks for raising this @RytisLT To help us understand if this is SDK or API related? Any chance you get a similar issue when you make the same request using the Graph Explorer? |
@andrueastman It is API related, same result using simple HTTP requests, except that value is base64 encoded |
@RytisLT As this is an API related question and this repo is mainly intended for SDK related issues, we may not be best placed to answer this question. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
I'm using the following code to retrieve
OmaSettingStringXml
The
OmaSettingStringXml.Value
always contains<a/>
even though inspecting the value through Azure UI shows a different value. How can I retrieve the actual XML?The text was updated successfully, but these errors were encountered: