Skip to content

Commit

Permalink
Additional Fixes from GA-ed Management Packages (#13914)
Browse files Browse the repository at this point in the history
* add adal to dev_reqs for storage package

* add msrestazure to the dev_reqs for azure-common

* azure-loganalytics and azure-applicationinsights are both still track1. have to add msrestazure to the dev_reqs as azure-common requires it

* remove import of azure-common from the tests

* bump the version for azure-mgmt-core.
  • Loading branch information
scbedd authored Sep 22, 2020
1 parent cf3bfed commit 7eda38a
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-e ../../../tools/azure-sdk-tools
msrestazure
1 change: 1 addition & 0 deletions sdk/core/azure-common/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-e ../../../tools/azure-sdk-tools
-e ../azure-core
msrestazure
2 changes: 2 additions & 0 deletions sdk/core/azure-mgmt-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# Release History

## 1.2.1 (unreleased)

## 1.2.0 (2020-07-06)

### Bug Fixes
Expand Down
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.2.0"
VERSION = "1.2.1"
3 changes: 2 additions & 1 deletion sdk/loganalytics/azure-loganalytics/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-e ../../../tools/azure-sdk-tools
-e ../../../tools/azure-sdk-tools
msrestazure
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# import azure.mgmt.managementgroups
import azure.mgmt.resource
import azure.mgmt.resource.resources.v2019_07_01
import azure.common.exceptions

from devtools_testutils import AzureMgmtTestCase, RandomNameResourceGroupPreparer

template = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import unittest

import azure.mgmt.resource.resources.v2019_10_01
import azure.common.exceptions

from devtools_testutils import AzureMgmtTestCase, RandomNameResourceGroupPreparer

from _aio_testcase import AzureMgmtAsyncTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
../azure-storage-blob
-e ../../identity/azure-identity
aiohttp>=3.0; python_version >= '3.5'
adal

0 comments on commit 7eda38a

Please sign in to comment.