This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Additional tests for Site * Bump samples dependencies * Merge upstream * Update samples --------- Co-authored-by: Michael Mainer <[email protected]>
- Loading branch information
1 parent
c250116
commit c02dfee
Showing
5 changed files
with
100 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"@odata.context": "https://mock.sharepoint.com/sites/mockSite/_api/$metadata#site", | ||
"@odata.type": "#SP.Site", | ||
"@odata.id": "https://mock.sharepoint.com/sites/mockSite/_api/site", | ||
"@odata.editLink": "site", | ||
"AllowCreateDeclarativeWorkflow": true, | ||
"AllowDesigner": true, | ||
"AllowMasterPageEditing": false, | ||
"AllowRevertFromTemplate": false, | ||
"AllowSaveDeclarativeWorkflowAsTemplate": true, | ||
"AllowSavePublishDeclarativeWorkflow": true, | ||
"AllowSelfServiceUpgrade": true, | ||
"AllowSelfServiceUpgradeEvaluation": true, | ||
"AuditLogTrimmingRetention": 90, | ||
"ChannelGroupId": "00000000-0000-0000-0000-000000000000", | ||
"Classification": "Internal Only", | ||
"CompatibilityLevel": 15, | ||
"CurrentChangeToken": { | ||
"StringValue": "1;1;8df4bb1e-2a3d-4996-a5c9-1e6455707397;638331437218930000;476750435" | ||
}, | ||
"DisableAppViews": false, | ||
"DisableCompanyWideSharingLinks": false, | ||
"DisableFlows": false, | ||
"ExternalSharingTipsEnabled": false, | ||
"GeoLocation": "GBR", | ||
"GroupId": "00000000-0000-0000-0000-000000000000", | ||
"HubSiteId": "354401ad-7245-45c6-afae-8ff465b66807", | ||
"Id": "8df4bb1e-2a3d-4996-a5c9-1e6455707397", | ||
"SensitivityLabelId": "76c9f618-8103-49b1-9cc5-fa6cea342fb2", | ||
"SensitivityLabel": "00000000-0000-0000-0000-000000000000", | ||
"IsHubSite": false, | ||
"LockIssue": null, | ||
"MaxItemsPerThrottledOperation": 5000, | ||
"MediaTranscriptionDisabled": false, | ||
"NeedsB2BUpgrade": false, | ||
"ResourcePath": { | ||
"DecodedUrl": "https://mock.sharepoint.com/sites/mockSite" | ||
}, | ||
"PrimaryUri": "https://mock.sharepoint.com/sites/mockSite", | ||
"ReadOnly": false, | ||
"RequiredDesignerVersion": "15.0.0.0", | ||
"SandboxedCodeActivationCapability": 2, | ||
"ServerRelativeUrl": "/sites/mockSite", | ||
"ShareByEmailEnabled": false, | ||
"ShareByLinkEnabled": false, | ||
"ShowUrlStructure": false, | ||
"TrimAuditLog": true, | ||
"UIVersionConfigurationEnabled": false, | ||
"UpgradeReminderDate": "1899-12-30T00:00:00-08:00", | ||
"UpgradeScheduled": false, | ||
"UpgradeScheduledDate": "1753-01-01T00:00:00-08:00", | ||
"Upgrading": false, | ||
"Url": "https://mock.sharepoint.com/sites/mockSite", | ||
"WriteLocked": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"[email protected]": "Web/RegionalSettings/TimeZone", | ||
"TimeZone": { | ||
"odata.type": "SP.TimeZone", | ||
"odata.id": "https://devaddin365.sharepoint.com/sites/Eventtester/_api/Web/RegionalSettings/TimeZone", | ||
"odata.id": "https://mock.sharepoint.com/sites/mockSite/_api/Web/RegionalSettings/TimeZone", | ||
"odata.editLink": "Web/RegionalSettings/TimeZone", | ||
"Description": "(UTC-08:00) Pacific Time (US and Canada)", | ||
"Id": 13, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters