Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: resourceGroup value does not match pattern #3139

Open
AlexanderStohr opened this issue Jul 5, 2024 · 0 comments
Open

error: resourceGroup value does not match pattern #3139

AlexanderStohr opened this issue Jul 5, 2024 · 0 comments

Comments

@AlexanderStohr
Copy link

https://learn.microsoft.com/en-us/azure/virtual-network-manager/create-virtual-network-manager-template

  "type": "Microsoft.Resources/deployments",
  "apiVersion": "2022-09-01",
  "name": "vnet-hub",
  "resourceGroup": "[parameters('resourceGroupName')]",

for the last line with "resourceGroup" there is those message popping up:

[{
"resource": "//Properties/ServiceDependencies/MetricCrawler - Zip Deploy/profile.arm.json",
"owner": "generated_diagnostic_collection_name#1",
"severity": 4,
"message": "String does not match the pattern of "^[-\w\._\(\)]+$".",
"startLineNumber": 47,
"startColumn": 24,
"endLineNumber": 47,
"endColumn": 59
}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant