Skip to content

Commit fbfd659

Browse files
authored
Merge pull request #109328 from TimShererWithAquent/us1679050bn
Change SSL to TLS per 1679050
2 parents 9d827b0 + 493f208 commit fbfd659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cloud-services/cloud-services-python-how-to-use-service-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Azure Service Management API provides programmatic access to much of the ser
2626
To use the Service Management API, you need to [create an Azure account](https://azure.microsoft.com/pricing/free-trial/).
2727

2828
## <a name="Concepts"> </a>Concepts
29-
The Azure SDK for Python wraps the [Service Management API][svc-mgmt-rest-api], which is a REST API. All API operations are performed over SSL and mutually authenticated by using X.509 v3 certificates. The management service can be accessed from within a service running in Azure. It also can be accessed directly over the Internet from any application that can send an HTTPS request and receive an HTTPS response.
29+
The Azure SDK for Python wraps the [Service Management API][svc-mgmt-rest-api], which is a REST API. All API operations are performed over TLS and mutually authenticated by using X.509 v3 certificates. The management service can be accessed from within a service running in Azure. It also can be accessed directly over the Internet from any application that can send an HTTPS request and receive an HTTPS response.
3030

3131
## <a name="Installation"> </a>Installation
3232
All the features described in this article are available in the `azure-servicemanagement-legacy` package, which you can install by using pip. For more information about installation (for example, if you're new to Python), see [Install Python and the Azure SDK](/azure/developer/python/azure-sdk-install).

0 commit comments

Comments
 (0)