Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/embedded/build/create-container-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ Developers can configure selected behaviors after creation.

Available settings include:

- `ApplicationRedirectUrl`
- `DiscoverabilityDisabled`
- `SharingRestricted`
- `urlTemplate`
- `isDiscoverabilityEnabled`
- `isSharingRestricted`

Use the Microsoft Graph [Update fileStorageContainerType](/graph/api/filestoragecontainertype-update) API for supported container type updates. For tenant-wide administrative settings, see [Create apps with PowerShell](../admin/create-apps-powershell.md).

Expand Down
6 changes: 3 additions & 3 deletions docs/embedded/plan/container-types-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ Developers can configure selected container type settings after creation.

You can configure these container type settings:

- `ApplicationRedirectUrl`
- `DiscoverabilityDisabled`
- `SharingRestricted`
- `urlTemplate`
- `isDiscoverabilityEnabled`
- `isSharingRestricted`

Use the Microsoft Graph [Update fileStorageContainerType](/graph/api/filestoragecontainertype-update) API for supported container type updates. For administrative settings, see [Create apps with PowerShell](../admin/create-apps-powershell.md).

Expand Down