Azure / Azure/autorest.powershell

Support double quote in pattern

Open
#1,110 0 comments 0 reactions 0 assignees View on GitHub
bug v4
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.