Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Fixes from GA-ed Management Packages #13914

Merged
merged 5 commits into from
Sep 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
scbedd marked this conversation as resolved.
Show resolved Hide resolved
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