Added Documentation Page for Bulk Container Permission Creation via D…#9873
Conversation
|
Learn Build status updates of commit 074a7d0:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| api-reference/beta/api/filestoragecontainer-deltapatch-permissions.md | Details | ||
| api-reference/beta/includes/permissions/filestoragecontainer-deltapatch-permissions-permissions.md | ✅Succeeded | ||
| api-reference/beta/resources/filestoragecontainer.md | ✅Succeeded |
api-reference/beta/api/filestoragecontainer-deltapatch-permissions.md
- Line 4, Column 9: [Warning: author-not-found - See documentation]
Invalid value for author: 'rkoppolu' is not a valid GitHub ID.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
There was a problem hiding this comment.
Isn't this supposed to be auto-generated?
| |[Get drive](../api/filestoragecontainer-get-drive.md)|[drive](../resources/drive.md)|Get the drive resource from a [fileStorageContainer](../resources/filestoragecontainer.md) object.| | ||
| |[List permissions](../api/filestoragecontainer-list-permissions.md)|[permission](../resources/permission.md) collection| List permissions on a fileStorageContainer.| | ||
| |[Add permissions](../api/filestoragecontainer-post-permissions.md)|[permission](../resources/permission.md)|Add permission to a fileStorageContainer.| | ||
| |[Create permissions in bulk](../api/filestoragecontainer-deltapatch-permissions.md)|[permission](../resources/permission.md) collection|Add multiple permissions to a fileStorageContainer using delta patch.| |
| @@ -0,0 +1,196 @@ | |||
| --- | |||
| title: "Create permissions in bulk" | |||
There was a problem hiding this comment.
We will review beta first, after that, we can add the v1.0 doc in this same PR.
@microsoft-github-policy-service agree company="Microsoft" |
|
Learn Build status updates of commit fbc2164: ✅ Validation status: passed
For more details, please refer to the build report. |
|
|
||
| > [!NOTE] | ||
| > Currently, we only support bulk **creating** permissions. Bulk updating and deleting permissions will be supported in the future. | ||
| > [!IMPORTANT] |
| |Name|Type|Description| | ||
| |:---|:---|:---| | ||
| |@context|String|Must be set to `#$delta` to signal a delta patch operation. Required.| | ||
| |value|[permission](../resources/permission.md) collection|A collection of up to 10 permission objects to process. Required.| |
FaithOmbongi
left a comment
There was a problem hiding this comment.
@RushwantKoppolu - We don't accept contributions for schema-related changes through the public repo. Please move these changes to the private repo instead. See https://aka.ms/msgraphcdk for more info.

…elta Patch
Important
Required for API changes:
Add other supporting information, such as a description of the PR changes:
This PR introduces a new API documentation page for bulk permission creation using Delta Patch on fileStorageContainer resources in Microsoft Graph.
It documents:
Adding up to 10 permissions in a single request
Delta Patch request structure (PATCH + value[])
Partial success behavior for batch operations
This PR does not modify existing Create (POST) or Update (PATCH) permission documentation.
Important
The following guidance is for Microsoft employees only. Community contributors can ignore this message; our content team will manage the status.
After you've created your PR, expand this section for tips and additional instructions.
#feedback-addressedto the pull request.For more information, see the Content review process summary.