You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# For more info about how to write and run test, please refer to https://github.com/Azure/azure-sdk-for-python/wiki/Dataplane-Codegen-Quick-Start-for-Test
11
+
# For more info about how to write and run test, please refer to https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/tests.md
12
12
class {{ test_prefix.capitalize() }}SmokeTest({{ test_prefix.capitalize() }}Test):
# For more info about how to write and run test, please refer to https://github.com/Azure/azure-sdk-for-python/wiki/Dataplane-Codegen-Quick-Start-for-Test
12
+
# For more info about how to write and run test, please refer to https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/tests.md
13
13
class {{ test_prefix.capitalize() }}SmokeAsyncTest({{ test_prefix.capitalize() }}AsyncTest):
* An Azure subscription. If you don't have one, [create an account for free][azure_sub]
24
24
* A [Batch account][azure_batch] with a linked [Storage account][azure_storage]
25
-
* Python 3.9 or later. For more details, please see the [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy)
25
+
* Python 3.9 or later. For more details, please see the [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md)
26
26
27
27
### Authenticate the client
28
28
@@ -47,7 +47,7 @@ client = BatchClient(
47
47
48
48
#### Authenticate with Shared Key Credentials
49
49
50
-
You can also use Shared Key authentication to sign into your Batch account. This method uses your Batch account access keys to authenticate Azure commands for the Batch service.
50
+
You can also use Shared Key authentication to sign into your Batch account. This method uses your Batch account access keys to authenticate Azure commands for the Batch service.
51
51
52
52
```python
53
53
from azure.core.credentials import AzureNamedKeyCredential
@@ -135,7 +135,7 @@ pool = batch_client.pool.create(
and `begin_update_qnas` now return a response upon completion of the long-running operation.
36
36
* Keyword argument `format` renamed to `file_format` for `begin_export` and `begin_import_assets`.
37
37
38
38
### Bugs Fixed
39
39
* Fixed a bug where the client-level keyword argument `default_language` was not being honored for `get_answers_from_text`.
40
40
41
41
### Other Changes
42
-
* Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
42
+
* Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md).
43
43
* Dropped dependency on `msrest`.
44
44
45
45
## 1.1.0b2 (2022-07-19)
@@ -115,4 +115,4 @@
115
115
## 1.0.0b1 (2021-07-27)
116
116
117
117
### Features Added
118
-
* Initial release - supports querying from text records and knowledge bases.
118
+
* Initial release - supports querying from text records and knowledge bases.
@@ -163,7 +163,7 @@ The version of this client library defaults to the API version `2022-05-01`.
163
163
164
164
### Other Changes
165
165
166
-
- Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
166
+
- Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md).
167
167
168
168
169
169
## 5.2.0b4 (2022-05-18)
@@ -534,4 +534,4 @@ This version uses a next-generation code generator that *might* introduce breaki
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-chat/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
24
24
### Other Changes
25
25
26
-
Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
26
+
Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md).
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-email/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The public release of the Azure Communication Services SDK for Email has the fol
41
41
- The importance property was removed. Email importance can now be specified through either the `x-priority` or `x-msmail-priority` custom headers.
42
42
43
43
### Other Changes
44
-
Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
44
+
Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md).
0 commit comments