|
56 | 56 | "in": "path", |
57 | 57 | "required": true, |
58 | 58 | "type": "string", |
59 | | - "pattern": "[a-zA-Z0-9-_\\.]", |
| 59 | + "pattern": "^[a-zA-Z0-9-_\\.]{1,54}$", |
60 | 60 | "minLength": 1, |
61 | 61 | "maxLength": 54, |
62 | 62 | "description": "The name of the hybrid machine." |
|
112 | 112 | "in": "path", |
113 | 113 | "required": true, |
114 | 114 | "type": "string", |
115 | | - "pattern": "[a-zA-Z0-9-_\\.]", |
| 115 | + "pattern": "^[a-zA-Z0-9-_\\.]{1,54}$", |
116 | 116 | "minLength": 1, |
117 | 117 | "maxLength": 54, |
118 | 118 | "description": "The name of the hybrid machine." |
|
168 | 168 | "in": "path", |
169 | 169 | "required": true, |
170 | 170 | "type": "string", |
171 | | - "pattern": "[a-zA-Z0-9-_\\.]", |
| 171 | + "pattern": "^[a-zA-Z0-9-_\\.]{1,54}$", |
172 | 172 | "minLength": 1, |
173 | 173 | "maxLength": 54, |
174 | 174 | "description": "The name of the hybrid machine." |
|
215 | 215 | "in": "path", |
216 | 216 | "required": true, |
217 | 217 | "type": "string", |
218 | | - "pattern": "[a-zA-Z0-9-_\\.]", |
| 218 | + "pattern": "^[a-zA-Z0-9-_\\.]{1,54}$", |
219 | 219 | "minLength": 1, |
220 | 220 | "maxLength": 54, |
221 | 221 | "description": "The name of the hybrid machine." |
|
488 | 488 | "in": "path", |
489 | 489 | "required": true, |
490 | 490 | "type": "string", |
491 | | - "pattern": "[a-zA-Z0-9-_\\.]", |
| 491 | + "pattern": "^[a-zA-Z0-9-_\\.]{1,54}$", |
492 | 492 | "minLength": 1, |
493 | 493 | "maxLength": 54, |
494 | 494 | "description": "The name of the machine where the extension should be created or updated." |
|
555 | 555 | "in": "path", |
556 | 556 | "required": true, |
557 | 557 | "type": "string", |
558 | | - "pattern": "[a-zA-Z0-9-_\\.]", |
| 558 | + "pattern": "^[a-zA-Z0-9-_\\.]{1,54}$", |
559 | 559 | "minLength": 1, |
560 | 560 | "maxLength": 54, |
561 | 561 | "description": "The name of the machine where the extension should be created or updated." |
|
637 | 637 | "in": "path", |
638 | 638 | "required": true, |
639 | 639 | "type": "string", |
640 | | - "pattern": "[a-zA-Z0-9-_\\.]", |
| 640 | + "pattern": "^[a-zA-Z0-9-_\\.]{1,54}$", |
641 | 641 | "minLength": 1, |
642 | 642 | "maxLength": 54, |
643 | 643 | "description": "The name of the machine where the extension should be deleted." |
|
710 | 710 | "in": "path", |
711 | 711 | "required": true, |
712 | 712 | "type": "string", |
713 | | - "pattern": "[a-zA-Z0-9-_\\.]", |
| 713 | + "pattern": "^[a-zA-Z0-9-_\\.]{1,54}$", |
714 | 714 | "minLength": 1, |
715 | 715 | "maxLength": 54, |
716 | 716 | "description": "The name of the machine containing the extension." |
|
766 | 766 | "in": "path", |
767 | 767 | "required": true, |
768 | 768 | "type": "string", |
769 | | - "pattern": "[a-zA-Z0-9-_\\.]", |
| 769 | + "pattern": "^[a-zA-Z0-9-_\\.]{1,54}$", |
770 | 770 | "minLength": 1, |
771 | 771 | "maxLength": 54, |
772 | 772 | "description": "The name of the machine containing the extension." |
|
831 | 831 | "in": "path", |
832 | 832 | "required": true, |
833 | 833 | "type": "string", |
834 | | - "pattern": "[a-zA-Z0-9-_\\.]", |
| 834 | + "pattern": "^[a-zA-Z0-9-_\\.]{1,54}$", |
835 | 835 | "minLength": 1, |
836 | 836 | "maxLength": 54, |
837 | 837 | "description": "The name of the hybrid machine." |
|
1065 | 1065 | "in": "path", |
1066 | 1066 | "required": true, |
1067 | 1067 | "type": "string", |
1068 | | - "pattern": "[a-zA-Z0-9-_\\.]", |
| 1068 | + "pattern": "^[a-zA-Z0-9-_\\.]{1,54}$", |
1069 | 1069 | "minLength": 1, |
1070 | 1070 | "maxLength": 54, |
1071 | 1071 | "description": "The name of the hybrid machine." |
|
1712 | 1712 | "type": "object", |
1713 | 1713 | "properties": { |
1714 | 1714 | "properties": { |
1715 | | - "x-ms-client-flatten": true, |
1716 | 1715 | "$ref": "#/definitions/MachineExtensionProperties", |
1717 | 1716 | "description": "Describes Machine Extension Properties." |
1718 | 1717 | } |
|
0 commit comments