Open FisherMS opened 1 week ago
Thank you for your feedback. Tagging and routing to the team member best able to assist.
I currently use the method of reading the parameter file content first, then deserializing it into an object, and then converting it into a NameValue pair of JsonObject to complete the parameter reading. Then call BinaryData.FromObjectAsJson(pmJsonObj) ok.
This is a workaround.
Library name and version
Azure.ResourceManager.Resources 1.9.0
Query/Question
here is the parameter json file.
C# code point:
exception:
Environment
dotnet8 VS2022