Skip to content

Commit 3a2ab63

Browse files
committed
Remove status field
1 parent 0ca07e0 commit 3a2ab63

15 files changed

Lines changed: 0 additions & 86 deletions

concepts/includes/known-issues/authentication.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ms.localizationpriority: medium
1212
"ms.reviewer": ""
1313
} -->
1414

15-
**Status**: Active
16-
1715
The consent page shows that the command-line app that caters to PowerShell and CLI is from an unverified publisher.
1816

1917
#### Workaround
@@ -31,8 +29,6 @@ Connect-MgGraph -AppId "{your-own-app-id}" -Scopes "scope"
3129
"ms.reviewer": ""
3230
} -->
3331

34-
**Status**: Active
35-
3632
Under certain circumstances, pre-consent for cloud solution provider (CSP) apps may not work for some of your customer tenants.
3733

3834
For apps using delegated permissions, when using the app for the first time with a new customer tenant, you might receive this error after sign-in: `AADSTS50000: There was an error issuing a token`.
@@ -67,6 +63,4 @@ To unblock development and testing, you can use the following workaround.
6763
"ms.reviewer": ""
6864
} -->
6965
70-
**Status**: Active
71-
7266
Cloud solution provider (CSP) apps must acquire tokens from the Azure AD (v1) endpoints to successfully call Microsoft Graph in their partner-managed customers. Currently, acquiring a token through the newer Azure AD v2.0 endpoint is not supported.

concepts/includes/known-issues/calendar.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ ms.localizationpriority: medium
1212
"ms.reviewer": ""
1313
} -->
1414

15-
**Status**: Active
16-
1715
An app with delegated permissions returns `HTTP 403 Forbidden` when attempting to attach large files to an Outlook message or event that is in a shared or delegated mailbox. With delegated permissions, [createUploadSession](/graph/api/attachment-createuploadsession) succeeds only if the message or event is in the signed-in user's mailbox.

concepts/includes/known-issues/change-notifications.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ms.localizationpriority: medium
1212
"ms.reviewer": ""
1313
} -->
1414

15-
**Status**: Active
16-
1715
When a subscription for a Teams app installation change notification is created, if the scope is specific to or includes chats, upgrade events/notifications will not be delivered to the subscriber.
1816

1917
For example: If a customer subscribes to `/appCatalogs/teamsApps/{teams-app-id}/installations?$filter=(scopeInfo/scope eq 'groupChat')`, they will not receive notifications for upgrade/update events. However, they will receive other notifications regarding installations and deletions.

concepts/includes/known-issues/customer-booking.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ms.localizationpriority: medium
1212
"ms.reviewer": ""
1313
} -->
1414

15-
**Status**: Active
16-
1715
Getting the list of **bookingBusinesses** fails with the following error code when an organization has several Bookings businesses and the account making the request is not an administrator:
1816

1917
```json

concepts/includes/known-issues/delta-query.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ ms.localizationpriority: medium
1212
"ms.reviewer": ""
1313
} -->
1414

15-
**Status**: Active
16-
1715
OData context is sometimes returned incorrectly when tracking changes to relationships.

concepts/includes/known-issues/device-app-management.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ms.localizationpriority: medium
1212
"ms.reviewer": ""
1313
} -->
1414

15-
**Status**: Active
16-
1715
Accessing and updating deployment audiences on deployment resources created via Intune is not currently supported.
1816

1917
- Listing deployment audience members and listing deployment audience exclusions returns `404 Not Found`.

concepts/includes/known-issues/groups.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ms.localizationpriority: medium
1212
"ms.reviewer": ""
1313
} -->
1414

15-
**Status**: Active
16-
1715
When a non-admin user calls the [Create group](/graph/api/group-post-groups) API, [Update group](/graph/api/group-update) API, or [Upsert group](/graph/api/group-upsert) API and adds their user ID in the request body in the **owners@odata.bind** collection, the request fails with a `400 Bad Request` error code with the message "Request contains a property with duplicate values." A non-admin user can't explicitly add themselves as the group owner.
1816

1917
#### Workaround
@@ -29,8 +27,6 @@ By default, a non-admin user who is creating a security or Microsoft 365 group t
2927
"ms.reviewer": ""
3028
} -->
3129

32-
**Status**: Active
33-
3430
The [List group members](/graph/api/group-list-members) API operation on the v1.0 endpoint currently doesn't return any service principals that might be members of the queried group.
3531

3632
#### Workaround

concepts/includes/known-issues/identity-access.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ms.localizationpriority: medium
1212
"ms.reviewer": ""
1313
} -->
1414

15-
**Status**: Active
16-
1715
The following usage of query parameters that target **subscribedSkus** and **domain** entities might not return the expected results:
1816

1917
- Use of `$search` on both **subscribedSkus** or **domain** entities
@@ -32,8 +30,6 @@ To prevent any disruption to your business processes, we recommend that you modi
3230
"ms.reviewer": ""
3331
} -->
3432

35-
**Status**: Active
36-
3733
The [Create internalDomainFederation](/graph/api/domain-post-federationconfiguration), [Update internalDomainFederation](/graph/api/internaldomainfederation-update), and [Delete internalDomainFederation](/graph/api/internaldomainfederation-delete) might require you to grant consent to the *Directory.AccessAsUser.All* permission. This requirement is a temporary workaround till we provide a more granular delegated permission for managing federated domains.
3834

3935
### Claims mapping policy might require consent to additional permissions
@@ -43,8 +39,6 @@ The [Create internalDomainFederation](/graph/api/domain-post-federationconfigura
4339
"ms.reviewer": ""
4440
} -->
4541

46-
**Status**: Active
47-
4842
The [claimsMappingPolicy](/graph/api/resources/claimsmappingpolicy) API might require consent to both the *Policy.Read.All* and *Policy.ReadWrite.ConditionalAccess* permissions for the `LIST /policies/claimsMappingPolicies` and `GET /policies/claimsMappingPolicies/{id}` methods, as follows:
4943

5044
- If no **claimsMappingPolicy** objects are available to retrieve in a LIST operation, either permission is sufficient to call this method.
@@ -59,6 +53,4 @@ In the future, either permission will be sufficient to call both methods.
5953
"ms.reviewer": ""
6054
} -->
6155

62-
**Status**: Active
63-
6456
The [conditionalAccessPolicy](/graph/api/resources/conditionalaccesspolicy) API currently requires consent to the *Policy.Read.All* permission to call the POST and PATCH methods. In the future, the *Policy.ReadWrite.ConditionalAccess* permission will enable you to read policies from the directory.

concepts/includes/known-issues/json-batching.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ms.localizationpriority: medium
1212
"ms.reviewer": ""
1313
} -->
1414

15-
**Status**: Active
16-
1715
Individual requests can depend on other individual requests. Currently, requests can only depend on a single other request, and must follow one of these three patterns:
1816

1917
- **Parallel** - no individual request states a dependency in the **dependsOn** property.

concepts/includes/known-issues/mail.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ms.localizationpriority: medium
1212
"ms.reviewer": ""
1313
} -->
1414

15-
**Status**: Active
16-
1715
When you make `/delta` calls to the messages API using immutable Ids in some cases (for example when a message moves out of a folder and is then moved back in), you might miss some change notifications.
1816

1917
### The comment parameter for creating a draft does not become part of the message body
@@ -23,6 +21,4 @@ When you make `/delta` calls to the messages API using immutable Ids in some cas
2321
"ms.reviewer": ""
2422
} -->
2523

26-
**Status**: Active
27-
2824
The **comment** parameter for creating a reply or forward draft ([createReply](/graph/api/message-createreply), [createReplyAll](/graph/api/message-createreplyall), [createForward](/graph/api/message-createforward)) does not become part of the body of the resultant message draft.

0 commit comments

Comments
 (0)