Skip to content

Commit 2179823

Browse files
authored
Merge pull request #98035 from MicrosoftDocs/master
12/05 PM Publish
2 parents 9405aad + 454c186 commit 2179823

File tree

199 files changed

+2062
-1454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+2062
-1454
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5307,6 +5307,16 @@
53075307
"redirect_url": "/azure/python/tutorial-vs-code-serverless-python-01",
53085308
"redirect_document_id": false
53095309
},
5310+
{
5311+
"source_path": "articles/azure-functions/scripts/functions-cli-configure-custom-domain.md",
5312+
"redirect_url": "/azure/app-service/scripts/cli-configure-custom-domain?toc=%2fcli%2fazure%2ftoc.json",
5313+
"redirect_document_id": false
5314+
},
5315+
{
5316+
"source_path": "articles/azure-functions/scripts/functions-cli-configure-ssl-certificate.md",
5317+
"redirect_url": "/azure/app-service/scripts/cli-configure-ssl-certificate?toc=%2fcli%2fazure%2ftoc.json",
5318+
"redirect_document_id": false
5319+
},
53105320
{
53115321
"source_path": "articles/automation/automation-source-control-integration.md",
53125322
"redirect_url": "/azure/automation/source-control-integration",

articles/active-directory/hybrid/how-to-connect-pta-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Second, you can create and run an unattended deployment script. This is useful w
140140
$User = "<username>"
141141
$PlainPassword = '<password>'
142142
$SecurePassword = $PlainPassword | ConvertTo-SecureString -AsPlainText -Force
143-
$cred = New-Object TypeName System.Management.Automation.PSCredential ArgumentList $User, $SecurePassword
143+
$cred = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $User, $SecurePassword
144144
3. Go to **C:\Program Files\Microsoft Azure AD Connect Authentication Agent** and run the following script using the `$cred` object that you created:
145145

146146
RegisterConnector.ps1 -modulePath "C:\Program Files\Microsoft Azure AD Connect Authentication Agent\Modules\" -moduleName "AppProxyPSModule" -Authenticationmode Credentials -Usercredentials $cred -Feature PassthroughAuthentication

articles/active-directory/hybrid/reference-connect-version-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Under certain circumstances, servers that were auto upgraded to version 1.4.18.0
6565
6666

6767
### Release status
68-
9/25/2019: Removed from manual download until incident investigation is complete.
68+
9/25/2019: Released for auto-upgrade only.
6969

7070
### New features and improvements
7171
- New troubleshooting tooling helps troubleshoot "user not syncing", "group not syncing" or "group member not syncing" scenarios.

articles/active-directory/saas-apps/benchling-tutorial.md

Lines changed: 73 additions & 130 deletions
Large diffs are not rendered by default.
26.6 KB
Loading
52.4 KB
Loading
45.1 KB
Loading
10.6 KB
Loading
24.3 KB
Loading
113 KB
Loading

0 commit comments

Comments
 (0)