We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de98576 commit b2d5a9aCopy full SHA for b2d5a9a
sdk/monitor/azure-monitor-ingestion/CHANGELOG.md
@@ -10,6 +10,8 @@
10
### Bugs Fixed
11
12
### Other Changes
13
+ - Removed `msrest` dependency.
14
+ - Added requirement for `isodate>=0.6.0` (`isodate` was required by `msrest`)
15
16
## 1.0.0b1 (2022-07-15)
17
sdk/monitor/azure-monitor-ingestion/setup.py
@@ -82,7 +82,7 @@
82
]),
83
include_package_data=True,
84
install_requires=[
85
- 'msrest>=0.6.19',
86
'azure-core<2.0.0,>=1.24.0',
+ 'isodate>=0.6.0',
87
]
88
)
0 commit comments