Skip to content

Commit 0c573e6

Browse files
re-record mgmt tests (Azure#19183)
* re-record mgmt tests * Packaging update of azure-mgmt-appconfiguration * update Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com>
1 parent 6992129 commit 0c573e6

9 files changed

+804
-623
lines changed

sdk/appconfiguration/azure-mgmt-appconfiguration/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,21 @@ For a more complete view of Azure libraries, see the [azure sdk python release](
77

88
# Usage
99

10-
For code examples, see [App Configuration Management](https://docs.microsoft.com/python/api/overview/azure/?view=azure-python-preview)
11-
on docs.microsoft.com.
10+
11+
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
12+
13+
14+
15+
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/?view=azure-python-preview)
16+
Code samples for this package can be found at [App Configuration Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
17+
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
1218

1319

1420
# Provide Feedback
1521

1622
If you encounter any bugs or have suggestions, please file an issue in the
1723
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
18-
section of the project.
24+
section of the project.
1925

2026

2127
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-appconfiguration%2FREADME.png)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
1+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
1+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)

sdk/appconfiguration/azure-mgmt-appconfiguration/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
'Programming Language :: Python :: 3.6',
7171
'Programming Language :: Python :: 3.7',
7272
'Programming Language :: Python :: 3.8',
73+
'Programming Language :: Python :: 3.9',
7374
'License :: OSI Approved :: MIT License',
7475
],
7576
zip_safe=False,
@@ -80,7 +81,7 @@
8081
'azure.mgmt',
8182
]),
8283
install_requires=[
83-
'msrest>=0.5.0',
84+
'msrest>=0.6.21',
8485
'azure-common~=1.1',
8586
'azure-mgmt-core>=1.2.0,<2.0.0',
8687
],

sdk/appconfiguration/azure-mgmt-appconfiguration/tests/recordings/test_cli_mgmt_appconfiguration.test_appconfiguration.yaml

Lines changed: 307 additions & 225 deletions
Large diffs are not rendered by default.

sdk/appconfiguration/azure-mgmt-appconfiguration/tests/recordings/test_cli_mgmt_appconfiguration.test_appconfiguration_list_key_values.yaml

Lines changed: 41 additions & 40 deletions
Large diffs are not rendered by default.

sdk/appconfiguration/azure-mgmt-appconfiguration/tests/recordings/test_cli_mgmt_appconfiguration_async.test_appconfiguration.yaml

Lines changed: 396 additions & 302 deletions
Large diffs are not rendered by default.

sdk/appconfiguration/azure-mgmt-appconfiguration/tests/recordings/test_cli_mgmt_appconfiguration_async.test_appconfiguration_list_key_values.yaml

Lines changed: 46 additions & 50 deletions
Large diffs are not rendered by default.

shared_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ opentelemetry-sdk<2.0.0,>=1.0.0
173173
#override azure-eventhub-checkpointstoreblob-aio aiohttp<4.0,>=3.0
174174
#override azure-eventhub uamqp>=1.4.0,<2.0.0
175175
#override azure-appconfiguration msrest>=0.6.10
176+
#override azure-mgmt-appconfiguration msrest>=0.6.21
176177
#override azure-servicebus uamqp>=1.4.0,<2.0.0
177178
#override azure-servicebus msrest>=0.6.17,<2.0.0
178179
#override azure-servicebus azure-core<2.0.0,>=1.14.0

0 commit comments

Comments
 (0)