You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently getting warning: Declaring provider namespaces using the '<providerName>@<version>' expression has been deprecated. Please use an identifier instead.
@Tapanila Thanks for helping with updating the provider syntax! The changes are merged now so I will close this issue. Feel free to reopen if you have other questions.
I'm currently getting warning:
Declaring provider namespaces using the '<providerName>@<version>' expression has been deprecated. Please use an identifier instead.
If I use this format:
provider '[email protected]'
Warning message (which I think is very confusing by the way), goes away if I use this format:
provider microsoftGraph
Should all the samples be corrected or is the problem on the linter?
The text was updated successfully, but these errors were encountered: