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

merge main branch #22421

Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
bc99c22
[Release issue status] Reduce max papallel (#22334)
msyyc Jan 5, 2022
f68dd95
[ServiceBus] fixed retry backoff (#22317)
swathipil Jan 5, 2022
1261d34
[formrecognizer] Fix test assert for changing description value (#22324)
catalinaperalta Jan 5, 2022
3694201
Update README.md (#22259)
BaherAbdullah Jan 5, 2022
1d2eccb
enable identity for py27 (#22341)
xiangyan99 Jan 5, 2022
1594062
drop py27 for ditital twins (#22343)
xiangyan99 Jan 5, 2022
af40372
[EventHub] drop python 2.7/3.6 (#22319)
swathipil Jan 5, 2022
3aa619e
[SchemaRegistry] drop 2.7/36 (#22318)
swathipil Jan 5, 2022
8068346
Sync eng/common directory with azure-sdk-tools for PR 2484 (#22346)
azure-sdk Jan 5, 2022
2344a63
[Key Vault] Skip tests failing with SAS issues (#22351)
mccoyp Jan 6, 2022
a6567a0
[AutoRelease] t2-consumption-2022-01-06-98359 (#22360)
azclibot Jan 6, 2022
218bf23
[AutoRelease] t2-streamanalytics-2022-01-06-51238 (#22356)
azclibot Jan 6, 2022
c2369a8
t2-netapp-2021-08-01 (#22316)
Jan 6, 2022
fd5f23c
[AutoRelease] t2-notificationhubs-2022-01-06-74264 (#22359)
azclibot Jan 6, 2022
0a54295
[Perf] Fix batch sizes in SampleBatchTest (#22352)
mikeharder Jan 6, 2022
f7bcfd7
Handle skipping docker build when PushImages is set and there is no d…
azure-sdk Jan 6, 2022
2b4af08
drop Python 2.7/3.6 (#22320)
swathipil Jan 6, 2022
9fbe42c
[Key Vault] Drop 2.7, 3.6 support (#22367)
mccoyp Jan 6, 2022
9307ad1
Fixed the printing message. (#22301)
sima-zhu Jan 6, 2022
9e22912
synapse artifacts jan updates (#22306)
xiangyan99 Jan 7, 2022
9a544e9
[AutoRelease] t2-compute-2022-01-06-94013 (#22364)
azclibot Jan 7, 2022
e358eb4
[ServiceBus&EventHubs] remove RetryMode enum (#22369)
swathipil Jan 7, 2022
ab90f30
delete web2021-02-01 (#22375)
BigCat20196 Jan 7, 2022
1afcf83
Hotfix for pipeline python version 2.7/3.6 task issues (#22363)
AikoBB Jan 7, 2022
372f18a
update to uamqp 1.5.0 (#22348)
yunhaoling Jan 7, 2022
bbb1b3a
revert the change of bumping dep version (#22382)
xiangyan99 Jan 7, 2022
6c5e122
[textanalytics] run pyupgrade on textanalytics (#22344)
kristapratico Jan 7, 2022
1c07a2e
[KV] Remove metapackage from ci.yml (#22385)
mccoyp Jan 7, 2022
7c4f4b0
Update README.md (#22345)
kristapratico Jan 7, 2022
8668461
Remove py27 and py36 from all test matrices. Leave py27 testing enabl…
scbedd Jan 7, 2022
60a7f62
[ServiceBus] expand kwargs in public API (#22353)
swathipil Jan 8, 2022
d98fa5b
Update text analytics live test config to support sovereign cloud tes…
benbp Jan 8, 2022
a24c4b6
[metricsadvisor] convert to test proxy (#21974)
kristapratico Jan 8, 2022
6b0495d
Sync eng/common directory with azure-sdk-tools for PR 2500 (#22395)
azure-sdk Jan 8, 2022
fcf7e0e
add assignee (#22400)
msyyc Jan 10, 2022
95a1220
[metricsadvisor] shorten recording names (#22412)
kristapratico Jan 10, 2022
32b5116
release failed because release date is too far away. (#22413)
giakas Jan 10, 2022
be2078e
disable detect api changes RE #22416 (#22417)
scbedd Jan 10, 2022
6bcfef9
Merge branch 'main' into feature/communication-CallingServer-preview
huachuandeng Jan 10, 2022
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
Prev Previous commit
Next Next commit
drop py27 for ditital twins (#22343)
  • Loading branch information
xiangyan99 authored Jan 5, 2022
commit 159406269644a84712e9c6f4901ea1e7b5de7eb6
12 changes: 12 additions & 0 deletions sdk/digitaltwins/azure-digitaltwins-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release History

## 1.2.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Python 2.7 and 3.6 are no longer supported. Please use Python version 3.7 or later.

## 1.1.0 (2020-11-24)

- The is the GA release containing the following changes:
4 changes: 4 additions & 0 deletions sdk/digitaltwins/azure-digitaltwins-core/README.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

This package contains an SDK for Azure Digital Twins API to provide access to the Azure Digital Twins service for managing twins, models, relationships, etc.

## _Disclaimer_

_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_

## Getting started

### Introduction
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@
# Licensed under the MIT License.
# ------------------------------------

VERSION = "1.1.0"
VERSION = "1.2.0"

SDK_MONIKER = "digitaltwins-core/{}".format(VERSION) # type: str
Original file line number Diff line number Diff line change
@@ -4,5 +4,5 @@ azure-mgmt-authorization
azure-mgmt-digitaltwins
-e ../../identity/azure-identity
-e ../../../tools/azure-sdk-tools
aiohttp>=3.0; python_version >= '3.5'
aiohttp>=3.0
../../nspkg/azure-digitaltwins-nspkg
2 changes: 0 additions & 2 deletions sdk/digitaltwins/azure-digitaltwins-core/setup.cfg

This file was deleted.

13 changes: 3 additions & 10 deletions sdk/digitaltwins/azure-digitaltwins-core/setup.py
Original file line number Diff line number Diff line change
@@ -45,14 +45,11 @@
classifiers=[
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
],
zip_safe=False,
@@ -65,13 +62,9 @@
'azure.digitaltwins',
]
),
python_requires=">=3.7",
install_requires=[
"azure-core<2.0.0,>=1.2.2",
"msrest>=0.6.21"
],
extras_require={
":python_version<'3.0'": ['futures', 'azure-digitaltwins-nspkg>=1.0.0'],
":python_version<'3.4'": ['enum34>=1.0.4'],
":python_version<'3.5'": ["typing"]
},
)