[Breaking change]: Python hosting integration preview parameter name changes in Aspire 9.1 #2559
Open
1 of 3 tasks
Labels
⛓️💥 breaking-change
Issues or PRs tracking breaking changes.
doc-idea
Indicates issues that are suggestions for new topics [org][type][category]
in-pr
okr-freshness
OKR: Freshness of content
Pri1
High priority, do before Pri2 and Pri3
🗺️ reQUEST
Triggers an issue to be imported into Quest.
Description
The Python hosting integration preview for Aspire previously had methods that referred to the Python app as "projects" renamed to refer to them as "apps". That change missed some parameters on some methods which this change rectifies.
Version
Other (please put exact version in description textbox)
Previous behavior
Some parameter names on methods and constructors in the Python hosting integration preview for Aspire were named such that they referred to the Python app as a "project" rather than an "app".
New behavior
Parameter names on methods and constructors in the Python hosting integration preview for Aspire have changed to refer to the Python app as an "app" instead of "project" where applicable.
Type of breaking change
Reason for change
Consistent naming.
Recommended action
Update application source as appropriate to use the new parameter names.
Affected APIs
Aspire.Hosting
PythonAppResourceBuilderExtensions
public static ApplicationModel.IResourceBuilder<Python.PythonAppResource> AddPythonApp(this IDistributedApplicationBuilder builder, ...)
all overloadsAspire.Hosting.Python
PythonAppResource
ctor
The text was updated successfully, but these errors were encountered: