Skip to content

Commit 9ddcec5

Browse files
authored
Merge pull request #108977 from TimShererWithAquent/us1679050ah
Change SSL to TLS per 1679050
2 parents 401cfd3 + 44d1059 commit 9ddcec5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/scheduler/scheduler-concepts-terms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ https://management.azure.com/subscriptions/{subscriptionID}/resourceGroups/{reso
7878

7979
Azure Scheduler supports multiple job types:
8080

81-
* HTTP jobs, including HTTPS jobs that support SSL,
81+
* HTTP jobs, including HTTPS jobs that support TLS,
8282
for when you have the endpoint for an existing service or workload
8383
* Storage queue jobs for workloads that use Storage queues,
8484
such as posting messages to Storage queues

articles/scheduler/scheduler-outbound-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ specify these additional elements in the request body.
5757

5858
| Element | Required | Description |
5959
|---------|----------|-------------|
60-
| **authentication** (parent element) | The authentication object for using an SSL client certificate |
61-
| **type** | Yes | The authentication type. For SSL client certificates, the value is `ClientCertificate`. |
60+
| **authentication** (parent element) | The authentication object for using an SSL/TLS client certificate |
61+
| **type** | Yes | The authentication type. For SSL/TLS client certificates, the value is `ClientCertificate`. |
6262
| **pfx** | Yes | The base64-encoded contents of the PFX file |
6363
| **password** | Yes | The password for accessing the PFX file |
6464
|||
@@ -70,8 +70,8 @@ the response contains these authentication elements.
7070

7171
| Element | Description |
7272
|---------|-------------|
73-
| **authentication** (parent element) | The authentication object for using an SSL client certificate |
74-
| **type** | The authentication type. For SSL client certificates, the value is `ClientCertificate`. |
73+
| **authentication** (parent element) | The authentication object for using an SSL/TLS client certificate |
74+
| **type** | The authentication type. For SSL/TLS client certificates, the value is `ClientCertificate`. |
7575
| **certificateThumbprint** |The certificate's thumbprint |
7676
| **certificateSubjectName** |The certificate subject distinguished name |
7777
| **certificateExpiration** | The certificate's expiration date |

0 commit comments

Comments
 (0)