Skip to content

Commit 77d7e0d

Browse files
authored
update minimum tls version in workspace arm template (Azure#38029)
* update minimum tls version in workspace arm template * Update CHANGELOG.md
1 parent 260412c commit 77d7e0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/ml/azure-ai-ml/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 1.22.0 (unreleased)
44

55
### Features Added
6-
6+
- Update TLS version from 1.0 to 1.2
77
### Bugs Fixed
88

99

sdk/ml/azure-ai-ml/azure/ai/ml/_arm_deployments/arm_templates/workspace_base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
"networkAcls": "[if(equals(parameters('associatedResourcePNA'), 'Disabled'), variables('networkAclsForManagedNetworkDependencies'), if(equals(parameters('storageAccountBehindVNet'), 'true'), variables('networkRuleSetBehindVNet'), json('null')))]",
754754
"publicNetworkAccess": "[parameters('associatedResourcePNA')]",
755755
"isHnsEnabled": "[equals(parameters('kind'), 'featurestore')]",
756-
"minimumTlsVersion": "[if(equals(parameters('kind'), 'featurestore'), 'TLS1_2', 'TLS1_0')]"
756+
"minimumTlsVersion": "TLS1_2"
757757
}
758758
},
759759
{

0 commit comments

Comments
 (0)