Skip to content

Commit

Permalink
Packaging of azure-core/azure-mgmt-core (Azure#10601)
Browse files Browse the repository at this point in the history
* Packaging

* Req update
  • Loading branch information
lmazuel authored Apr 1, 2020
1 parent 6832877 commit 98e00dd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
### Features

- Support a default error type in map_error #9773
- Added `AzureKeyCredential` and its respective policy.
- Added `AzureKeyCredential` and its respective policy. #10509
- Added `azure.core.polling.base_polling` module with a "Microsoft One API" polling implementation #10090
Also contains the async version in `azure.core.polling.async_base_polling`
- Support kwarg `enforce_https` to disable HTTPS check on authentication #9821

## 1.3.0 (2020-03-09)

Expand Down
6 changes: 6 additions & 0 deletions sdk/core/azure-mgmt-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# Release History

## 1.0.0b2 (unreleased)

### Features

- Internal refactoring of polling on top of azure-core 1.4.0

## 1.0.0b1 (2020-03-10)

- Preview 1 release
2 changes: 1 addition & 1 deletion sdk/core/azure-mgmt-core/azure/mgmt/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "1.0.0b1"
VERSION = "1.0.0b2"
2 changes: 1 addition & 1 deletion sdk/core/azure-mgmt-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
'pytyped': ['py.typed'],
},
install_requires=[
"azure-core<2.0.0,>=1.3.0",
"azure-core<2.0.0,>=1.4.0",
],
extras_require={
":python_version<'3.0'": ['azure-mgmt-nspkg'],
Expand Down
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ aiodns>=2.0
python-dateutil>=2.8.0
six>=1.6
#override azure azure-keyvault~=1.0
#override azure-mgmt-core azure-core<2.0.0,>=1.3.0
#override azure-mgmt-core azure-core<2.0.0,>=1.4.0
#override azure-appconfiguration azure-core<2.0.0,>=1.0.0
#override azure-core-tracing-opencensus azure-core<2.0.0,>=1.0.0
#override azure-core-tracing-opentelemetry azure-core<2.0.0,>=1.0.0
Expand Down

0 comments on commit 98e00dd

Please sign in to comment.