Answers for "post method for databricks rest api from powershell"

0

post method for databricks rest api from powershell

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls12
Posted by: Guest on March-08-2021

Browse Popular Code Answers by Language