
schema.com.microsoft.azure.toolkit.common.ResourceGroupName.json Maven / Gradle / Ivy
The newest version!
{
"title": "Azure Resource Group",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Name for Azure Resource Group",
"type": "string",
"pattern": "^[a-zA-Z0-9\\.\\_\\-\\(\\)]+$",
"minLength": 2,
"maxLength": 90
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy