Skip to content

Commit

Permalink
[Monitor][Ingestion] Remove msrest dependency (Azure#27315)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
  • Loading branch information
pvaneck authored Nov 8, 2022
1 parent de98576 commit b2d5a9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sdk/monitor/azure-monitor-ingestion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
### Bugs Fixed

### Other Changes
- Removed `msrest` dependency.
- Added requirement for `isodate>=0.6.0` (`isodate` was required by `msrest`)

## 1.0.0b1 (2022-07-15)

Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
]),
include_package_data=True,
install_requires=[
'msrest>=0.6.19',
'azure-core<2.0.0,>=1.24.0',
'isodate>=0.6.0',
]
)

0 comments on commit b2d5a9a

Please sign in to comment.