Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
typo thanks bryan
  • Loading branch information
lmazuel authored Aug 1, 2019
commit d05ad46de7844e02732c4fd00cdada67713f5f25
2 changes: 1 addition & 1 deletion sdk/core/azure-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The Configuration object is the home of all the configurable policies in the pip
A new Configuration object provides *no default policies*.
It is up to the SDK developer to specify each of the policy defaults as required by the service.

*Configuration should not be exposed part of the public API of the resulting SDK.*
*Configuration should not be exposed as part of the public API of the resulting SDK.*

This can be seen in the above code sample as implemented in a staticmethod on the client class.
The Configuration object does not specify in what order the policies will be added to the pipeline.
Expand Down