Skip to content

Commit 44cab70

Browse files
authored
Update README.md
1 parent f0c0309 commit 44cab70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
12
# Azure Stack Development Kit Version
23

3-
These tools are meant for use with **Azure Stack Development Kit**. Azure Stack Technical Preview 3 Refresh users can still use the tools in the [TP3-Refresh](https://github.com/Azure/AzureStack-Tools/tree/TP3-Refresh).
4+
These tools are meant for use with **Azure Stack Development Kit**.
45

56
## Tools for using Azure and Azure Stack
67

@@ -24,6 +25,7 @@ cd AzureStack-Tools
2425
Otherwise download the tools as follows:
2526

2627
```powershell
28+
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
2729
invoke-webrequest https://github.com/Azure/AzureStack-Tools/archive/master.zip -OutFile master.zip
2830
expand-archive master.zip -DestinationPath . -Force
2931
cd AzureStack-Tools-master

0 commit comments

Comments
 (0)