[Bicep Extensibility] Deprecating the term provider
in favor of extension
#14374
Closed
7 tasks done
Labels
Milestone
We plan to deprecate the term
provider
in Bicep and our public documentation, replacing it withextension
for the following reasons:providers
property, which lists the Azure Resource Providers involved in a template deployment. By usingextensions
instead, we can avoid conflicts with the existing providers property.To avoid breaking changes for customers, we will follow these deprecation steps:
provider
keyword and provide a code fix to help customers migrate to theextension
keyword (Replace theprovider
keyword with theextension
keyword #14378).publish-extension
command and mark thepublish-provider
command as being deprecated (Deprecatepublish-provider
#14376).extensions
andextensionAliases
in bicepconfig.json and deprecateproviders
andproviderAliases
(Deprecateproviders
,providerAliases
, andimplicitProviders
in Bicep configuration #14377).provider
in Bicep.The text was updated successfully, but these errors were encountered: