Skip to content

Commit 31c0758

Browse files
authored
Merge pull request MicrosoftDocs#1649 from hugoabernier/patch-1
Fixed incomplete connection strings
2 parents 2ba2c52 + 16e2b2c commit 31c0758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/common-data-service/xrm-tooling/use-connection-strings-xrm-tooling-connect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Create a new connection to Common Data Service using a Application or Client Id
145145
AuthType=Certificate;
146146
url=https://contosotest.crm.dynamics.com;
147147
thumbprint={CertThumbPrintId};
148-
ClientId={AppId};
148+
ClientId={AppId};"
149149
/>
150150
```
151151

@@ -158,7 +158,7 @@ Create a new connection to Common Data Service using a Application or Client Id
158158
AuthType=ClientSecret;
159159
url=https://contosotest.crm.dynamics.com;
160160
ClientId={AppId};
161-
ClientSecret={ClientSecret}
161+
ClientSecret={ClientSecret}"
162162
/>
163163
```
164164

0 commit comments

Comments
 (0)