Skip to content

Commit 050bd1d

Browse files
committed
pr fix
1 parent f65feba commit 050bd1d

File tree

4 files changed

+11
-121
lines changed

4 files changed

+11
-121
lines changed

specification/mediaservices/resource-manager/Microsoft.Media/Accounts/stable/2023-01-01/examples/async-accounts-create.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"accessControl": {
4242
"defaultAction": "Allow"
4343
}
44-
}
44+
},
45+
"minimumTlsVersion": "Tls12"
4546
}
4647
}
4748
},
@@ -125,7 +126,8 @@
125126
}
126127
}
127128
}
128-
]
129+
],
130+
"minimumTlsVersion": "Tls12"
129131
}
130132
}
131133
},
@@ -204,7 +206,8 @@
204206
}
205207
}
206208
}
207-
]
209+
],
210+
"minimumTlsVersion": "Tls12"
208211
}
209212
}
210213
}

specification/mediaservices/resource-manager/Microsoft.Media/Accounts/stable/2023-01-01/examples/async-accounts-update.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"parameters": {
88
"tags": {
99
"key1": "value3"
10+
},
11+
"properties": {
12+
"minimumTlsVersion": "Tls12"
1013
}
1114
}
1215
},
@@ -89,7 +92,8 @@
8992
}
9093
}
9194
}
92-
]
95+
],
96+
"minimumTlsVersion": "Tls12"
9397
}
9498
}
9599
}

specification/mediaservices/resource-manager/Microsoft.Media/Accounts/stable/2023-01-01/examples/minimum-tls-version-create.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

specification/mediaservices/resource-manager/Microsoft.Media/Accounts/stable/2023-01-01/examples/minimum-tls-version-update.json

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)