Skip to content

Commit 448636a

Browse files
zhz0704dubiety
andauthored
Add azure-maps-weather module (#36885)
* Finish samples * Fix aio client * Fix sample links * Update samples * Finish tests * Fix samples * Finish readme * Setup proxy * Update readme * Fix trailing spaces and new lines * Fix docstring * Add weather to ci.yml * Fix docstring * Fix docstring * Fix docstring * Fix mypy and pylint errors * Update CHANGELOG.md Co-authored-by: Charlie Chen <[email protected]> --------- Co-authored-by: Charlie Chen <[email protected]>
1 parent 85c78b2 commit 448636a

File tree

72 files changed

+12367
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+12367
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Release History
2+
3+
## 1.0.0b1 (Unreleased)
4+
5+
### Features Added
6+
7+
- Initial release
8+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
recursive-include tests *.py *.yaml
2+
recursive-include samples *.py *.md
3+
include *.md
4+
include LICENSE
5+
include azure/__init__.py
6+
include azure/maps/__init__.py
7+
include azure/maps/weather/py.typed

0 commit comments

Comments
 (0)