You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example for Enable-AzCdnCustomDomainCustomHttps calls New-AzCdnManagedHttpsParameters with TLS12 as the ProtocolType even though that is an invalid value. I'm replacing the ProtocolType value with ServerNameIndication, which is one of the two valid values (ServerNameIndication and IPBased).
0 commit comments