Skip to content

Commit 2a5134c

Browse files
authored
Merge pull request #39089 from danny8002/patch-1
fix missing dot symbol
2 parents 963a698 + 3b526ea commit 2a5134c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-configuration-repository-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ git clone https://username:password@{name}.scm.azure-api.net/
9494
If this provides an error, try URL encoding the password portion of the command. One quick way to do this is to open Visual Studio, and issue the following command in the **Immediate Window**. To open the **Immediate Window**, open any solution or project in Visual Studio (or create a new empty console application), and choose **Windows**, **Immediate** from the **Debug** menu.
9595

9696
```
97-
?System.NetWebUtility.UrlEncode("password from the Azure portal")
97+
?System.Net.WebUtility.UrlEncode("password from the Azure portal")
9898
```
9999

100100
Use the encoded password along with your user name and repository location to construct the git command.

0 commit comments

Comments
 (0)