Skip to content

Commit

Permalink
update // power platform deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorcor1 committed Mar 8, 2023
1 parent 3c13d5b commit 689d937
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions pages/powerplatform-deprecations.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Important changes (deprecations) coming in Power Apps and Power Automate


Article 02/24/2023 40 minutes to read
33 contributors
Article 03/07/2023 41 minutes to read
34 contributors
FeedbackIn this article

The announcements and deprecations described in this article apply to Power Apps and Power Automate. Admins and IT professionals can use this information to prepare for future releases. This article was first published on June 27, 2017.
Expand All @@ -13,6 +13,28 @@ Important

"Deprecated" means we intend to remove the feature or capability from a future release. The feature or capability will continue to work and is fully supported until it is officially removed. This deprecation notification can span a few months or years. After removal, the feature or capability will no longer work. This notice is to allow you sufficient time to plan and update your code before the feature or capability is removed.

jQuery 2.1.1 to be removed in model-driven apps

As part of a service update designed to improve security within Microsoft Power Apps we are removing jQuery version 2.1.1 from model-driven applications. In October 2023 we are removing the library located here: /_static/_common/scripts/jquery-2.1.1.min.js.

If custom code in web resources has a dependency on this library it will stop working when this library is removed. We do not support use of any model-driven application client-side code, including libraries that model-driven apps depend on. These libraries might change without warning. More information: Unsupported customizations.

Are you impacted?

To determine if you are impacted, search your web resource code for this line: /_static/_common/scripts/jquery-2.1.1.min.js.

If your code isn't already in a source code repository, you should export your solutions and extract the contents. There are many tools you may use to search the contents. For example, you can use the search capabilities of Visual Studio Code. More information: Visual Studio Code: Basic Editing > Search across files

What to do if you are impacted?

If your web resources have a dependency on this library, you should replace the reference with a newer version of JQuery.

Note, there may be breaking changes between versions. For information about upgrading, see jQuery Core Upgrade Guides.

Choose one of these options:

Create a new JavaScript web resource with the minified version of jQuery. The library is available here: jQuery Core – All Versions . More information: Create or edit model-driven app web resources to extend an app . Locate the URL of a CDN for a newer version of jQuery. For example jQuery-libraries-cdnjs .Replace the reference to /_static/_common/scripts/jquery-2.1.1.min.js with the name of the web resource you created or the URL to the CDN resource with a newer version of jQuery.

AI Builder image classification model by Lobe is deprecated

Effective January 2023, the image classification model by Lobe (preview) was deprecated.
Expand Down

0 comments on commit 689d937

Please sign in to comment.