Skip to content

Commit dc8904d

Browse files
authored
Merge pull request #4802 from TekExpo/patch-1
Update azureautomationrunbook.md
2 parents 6af5c57 + 3ec2877 commit dc8904d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
143143

144144
### Contributors
145145

146+
- Abhijeet Jadhav [TekExpo]
146147
- [abwlodar]
147148
- [jgfgoncalves]
148149
- Stephen Cox [stephen-cox-nzx]

pages/articles/azureautomationrunbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ We're now ready to create a Runbook in which your PnP PowerShell script will run
151151
1. On the Edit PowerShell Runbook page, enter your PnP PowerShell code in the large white area, i.e.:
152152

153153
```powershell
154-
Connect-PnPOnline -ManagedIdentity
154+
Connect-PnPOnline tenant.sharepoint.com -ManagedIdentity
155155
156156
Get-PnPMicrosoft365Group
157157
```

0 commit comments

Comments
 (0)