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
Describe the bug
For resource "Microsoft.DataFactory/factories/globalParameters@2018-06-01", the resource name must be set to 'default'. If we use any other resource name, then the deployment fails with following error;
##[error]At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.
##[error]Details:
##[error]GlobalParameterNameNotAllowed: Invalid Global Parameter resource name. Please use default as resource name.
##[error]At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.
##[error]Details:
##[error]GlobalParameterNameNotAllowed: Invalid Global Parameter resource name. Please use default as resource name.
Bicep version
VS Code Extension v0.32.4
Describe the bug
For resource "Microsoft.DataFactory/factories/globalParameters@2018-06-01", the resource name must be set to 'default'. If we use any other resource name, then the deployment fails with following error;
To Reproduce
I'm using the following bicep code
The deployment throws this error;
Additional context
The explanation in this document (https://learn.microsoft.com/en-us/azure/templates/microsoft.datafactory/factories/globalparameters?pivots=deployment-language-arm-template#microsoftdatafactoryfactoriesglobalparameters-1) also seems incorrect.
Min Length is 1 and the Max Length is 1
The text was updated successfully, but these errors were encountered: