Developer Documentation
This folder contains documentation for developers of SDKs: internal teams at Microsoft, or advanced contributors.
Overview of the documents:
- Developer Set-Up : How to create a development environment for this repo
- Release : How to release a package when ready
- Packaging : How to organize packaging information for packages under
azure
- Testing: How to write unit and functional tests for a library
- Docstrings: How to document an SDK (API View) and our documentation at MS Docs and the azure.github.io site.
- Type Hints and Type Checking / Cheatsheet: How to add type hints to your library code and run type checking.
The mgmt folder contains information specific to management packages (i.e. packages prefixed by azure-mgmt
)