Azure / Azure/autorest.powershell
Support double quote in pattern
- Dominant language
- C#
- Stars
- 123
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
### Description
The Swagger API is [sqlvm.json](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/sqlvirtualmachine/resource-manager/Microsoft.SqlVirtualMachine/preview/2022-08-01-preview/sqlvm.json).
The relative part in Swagger API is:
```json
"SqlVirtualMachineNameParameter": {
"name": "sqlVirtualMachineName",
"in": "path",
"description": "Name of the SQL virtual machine.",
"required": true,
"type": "string",
"maxLength": 64,
"minLength": 1,
"pattern": "^((?!_)[^\\\\/\"'\\[\\]:|<>+=;,?*@&]{1,64}(?+=;,?*@&]{1,64}(?+=;,?*@&]{1,64}(?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.