Skip to content

Commit 442eea2

Browse files
committed
add tls
1 parent a3727d9 commit 442eea2

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

specification/mediaservices/resource-manager/Microsoft.Media/Accounts/stable/2023-01-01/Accounts.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,39 @@
509509
"description": "The Private Endpoint Connections created for the Media Service account.",
510510
"type": "array",
511511
"readOnly": true
512+
},
513+
"minimumTlsVersion": {
514+
"type": "string",
515+
"enum": [
516+
"Tls10",
517+
"Tls11",
518+
"Tls12",
519+
"Tls13"
520+
],
521+
"x-ms-enum": {
522+
"name": "MinimumTlsVersion",
523+
"values": [
524+
{
525+
"value": "Tls10",
526+
"description": "Minimum TLS version is TLS 1.0."
527+
},
528+
{
529+
"value": "Tls11",
530+
"description": "Minimum TLS version is TLS 1.1."
531+
},
532+
{
533+
"value": "Tls12",
534+
"description": "Minimum TLS version is TLS 1.2."
535+
},
536+
{
537+
"value": "Tls13",
538+
"description": "Minimum TLS version is TLS 1.3."
539+
}
540+
],
541+
"modelAsString": true
542+
},
543+
"description": "The minimum TLS version allowed for this account's requests.",
544+
"x-nullable": true
512545
}
513546
},
514547
"type": "object",

specification/mediaservices/resource-manager/readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,21 @@ directive:
6262
from: Accounts.json
6363
```
6464
65-
6665
### Tag: package-2023-01
6766
6867
These settings apply only when `--tag=package-2023-01` is specified on the command line.
6968

7069
```yaml $(tag) == 'package-2023-01'
7170
input-file:
7271
- Microsoft.Media/Accounts/stable/2023-01-01/Accounts.json
72+
- Microsoft.Media/Accounts/stable/2021-11-01/Accounts.json
73+
- Microsoft.Media/Metadata/stable/2022-08-01/AssetsAndAssetFilters.json
74+
- Microsoft.Media/Metadata/stable/2022-08-01/ContentKeyPolicies.json
75+
- Microsoft.Media/Encoding/stable/2021-11-01/Encoding.json
76+
- Microsoft.Media/Metadata/stable/2022-08-01/StreamingPoliciesAndStreamingLocators.json
77+
- Microsoft.Media/Streaming/stable/2022-08-01/streamingservice.json
7378
```
79+
7480
### Tag: package-metadata-2022-08
7581

7682
These settings apply only when `--tag=package-metadata-2022-08` is specified on the command line.

0 commit comments

Comments
 (0)