Skip to content

Commit

Permalink
Merge pull request #4132 from NikCharlebois/FixesInt
Browse files Browse the repository at this point in the history
Fixes Integration
  • Loading branch information
NikCharlebois authored Jan 8, 2024
2 parents c5bf4e5 + 785627f commit bbd71be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Configuration Example
{
DisplayName = 'Human Resources'
CatalogId = 'My Catalog'
Description = 'My Resource'
Description = "https://$($Domain.Split('.')[0]).sharepoint.com/sites/HumanResources"
IsPendingOnboarding = $true
OriginId = "https://$($Domain.Split('.')[0]).sharepoint.com/sites/HumanResources"
OriginSystem = 'SharePointOnline'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Configuration Example
{
DisplayName = 'Human Resources'
CatalogId = 'My Catalog'
Description = 'My Resource'
Description = "https://$($Domain.Split('.')[0]).sharepoint.com/sites/HumanResources"
IsPendingOnboarding = $false # Updated Property
OriginId = "https://$($Domain.Split('.')[0]).sharepoint.com/sites/HumanResources"
OriginSystem = 'SharePointOnline'
Expand Down

0 comments on commit bbd71be

Please sign in to comment.