Skip to content

Commit cedd687

Browse files
authored
Update do-not-use-odata-v2-endpoint.md
1 parent 63b580b commit cedd687

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

powerapps-docs/developer/model-driven-apps/best-practices/business-logic/do-not-use-odata-v2-endpoint.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Describes the requirement to upgrade code to use Web API OData v4.
44
suite: powerapps
55
author: divkamath
66
ms.author: dikamath
7-
ms.date: 09/30/2022
7+
ms.date: 04/12/2023
88
ms.reviewer: jdaly
99
ms.topic: article
1010
ms.subservice: mda-developer
@@ -23,7 +23,9 @@ contributors:
2323

2424
There are no immediate symptoms, but code using this endpoint will stop working when the deprecated endpoint is removed.
2525

26-
We plan to remove this endpoint on April 30, 2023. [OData v2.0 Service removal date announcement](https://aka.ms/DataverseODataV2EndpointRemoval). The original removal date was November 11, 2022, but this was extended.
26+
The original removal date was November 11, 2022, but this was extended to April 30, 2023. We have decided not to remove the service on April 30, 2023.
27+
28+
We are going to defer the removal of this service to allow people more time to complete the transition of their code to use the Web API. If you have detected that you are still using this endpoint, you must prioritize transitioning this code to use Web API so you will be prepared when the final removal date is announced. More information: [OData v2.0 Service removal date announcement](https://aka.ms/DataverseODataV2EndpointRemoval).
2729

2830
## Guidance
2931

0 commit comments

Comments
 (0)