File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed
specification/mediaservices/resource-manager
Microsoft.Media/Accounts/stable/2023-01-01 Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 509
509
"description" : " The Private Endpoint Connections created for the Media Service account." ,
510
510
"type" : " array" ,
511
511
"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
512
545
}
513
546
},
514
547
"type" : " object" ,
Original file line number Diff line number Diff line change @@ -62,15 +62,21 @@ directive:
62
62
from : Accounts.json
63
63
` ` `
64
64
65
-
66
65
### Tag: package-2023-01
67
66
68
67
These settings apply only when ` --tag=package-2023-01` is specified on the command line.
69
68
70
69
` ` ` yaml $(tag) == 'package-2023-01'
71
70
input-file:
72
71
- 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
73
78
` ` `
79
+
74
80
# ## Tag: package-metadata-2022-08
75
81
76
82
These settings apply only when `--tag=package-metadata-2022-08` is specified on the command line.
You can’t perform that action at this time.
0 commit comments