File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ https://management.azure.com/subscriptions/{subscriptionID}/resourceGroups/{reso
78
78
79
79
Azure Scheduler supports multiple job types:
80
80
81
- * HTTP jobs, including HTTPS jobs that support SSL ,
81
+ * HTTP jobs, including HTTPS jobs that support TLS ,
82
82
for when you have the endpoint for an existing service or workload
83
83
* Storage queue jobs for workloads that use Storage queues,
84
84
such as posting messages to Storage queues
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ specify these additional elements in the request body.
57
57
58
58
| Element | Required | Description |
59
59
| ---------| ----------| -------------|
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 ` . |
62
62
| ** pfx** | Yes | The base64-encoded contents of the PFX file |
63
63
| ** password** | Yes | The password for accessing the PFX file |
64
64
|||
@@ -70,8 +70,8 @@ the response contains these authentication elements.
70
70
71
71
| Element | Description |
72
72
| ---------| -------------|
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 ` . |
75
75
| ** certificateThumbprint** | The certificate's thumbprint |
76
76
| ** certificateSubjectName** | The certificate subject distinguished name |
77
77
| ** certificateExpiration** | The certificate's expiration date |
You can’t perform that action at this time.
0 commit comments