Jocelyn
Jocelyn
> Looks like it's perhaps missing a test that defaults are loaded if values are missing from the config map? And also that it will auto load a filesystem if...
"Do Not Merge" added as this PR contains API changes and the upcoming release has already gone through API review. Must wait for next one.
TODO: changelog after version bump from upcoming release
> Does secondary endpoint only apply for the blob, DFS, and queue endpoints? Yes. File Shares do not have secondary endpoints.
@JoshLove-msft or @jsquire can I get an approval from one of you regarding the azure-core helper method being added?
"Do Not Merge" added as this PR contains API changes and the upcoming release has already gone through API review. Must wait for next one.
TODO: changelog after version bump from upcoming release
"Do Not Merge" added as this PR contains API changes and the upcoming release has already gone through API review. Must wait for next one.
@jhawkins1 I'm reading through the literature you've linked and combined with my own understanding of Java's cryptographic framework, and I do not believe we are preventing you from having a...
You would want to look into documentation on the Java Cryptographic Architecture, which is how all cryptographic algorithms are meant to be accessed in a Java application. There should be...