|
46 | 46 | "in": "path",
|
47 | 47 | "required": true,
|
48 | 48 | "type": "string",
|
| 49 | + "pattern": "^[a-z][a-z0-9]*$", |
| 50 | + "minLength": 3, |
| 51 | + "maxLength": 63, |
49 | 52 | "description": "Name of the Analysis Services server"
|
50 | 53 | },
|
51 | 54 | {
|
|
82 | 85 | "in": "path",
|
83 | 86 | "required": true,
|
84 | 87 | "type": "string",
|
| 88 | + "pattern": "^[a-z][a-z0-9]*$", |
| 89 | + "minLength": 3, |
| 90 | + "maxLength": 63, |
85 | 91 | "description": "Name of the Analysis Services server"
|
86 | 92 | },
|
87 | 93 | {
|
|
116 | 122 | "in": "path",
|
117 | 123 | "required": true,
|
118 | 124 | "type": "string",
|
| 125 | + "pattern": "^[a-z][a-z0-9]*$", |
| 126 | + "minLength": 3, |
| 127 | + "maxLength": 63, |
119 | 128 | "description": "Name of the Analysis Services server"
|
120 | 129 | },
|
121 | 130 | {
|
|
148 | 157 | "in": "path",
|
149 | 158 | "required": true,
|
150 | 159 | "type": "string",
|
| 160 | + "pattern": "^[a-z][a-z0-9]*$", |
| 161 | + "minLength": 3, |
| 162 | + "maxLength": 63, |
151 | 163 | "description": "Name of the Analysis Services server"
|
152 | 164 | },
|
153 | 165 | {
|
|
243 | 255 | "readOnly": true,
|
244 | 256 | "description": "Name of the Analysis Services resource"
|
245 | 257 | },
|
| 258 | + "type": { |
| 259 | + "type": "string", |
| 260 | + "readOnly": true, |
| 261 | + "description": "Specifies the type of Analysis Services resource" |
| 262 | + }, |
246 | 263 | "location": {
|
247 | 264 | "type": "string",
|
248 | 265 | "description": "Location of the Analysis Services resource"
|
|
267 | 284 | "description": "Represents an instance of Analysis Services resource",
|
268 | 285 | "type": "object",
|
269 | 286 | "properties": {
|
270 |
| - "resourceType": { |
271 |
| - "type": "string", |
272 |
| - "readOnly": true, |
273 |
| - "description": "Specifies the type of Analysis Services resource" |
274 |
| - }, |
275 | 287 | "properties": {
|
276 | 288 | "x-ms-client-flatten": true,
|
277 | 289 | "$ref": "#/definitions/AnalysisServicesResourceProperties",
|
|
378 | 390 | "description": "Represents a set of mutable Analysis Services resource properties",
|
379 | 391 | "type": "object",
|
380 | 392 | "properties": {
|
381 |
| - "serverAdministrators": { |
| 393 | + "asAdministrators": { |
382 | 394 | "$ref": "#/definitions/ServerAdministrators"
|
383 | 395 | }
|
384 | 396 | }
|
|
418 | 430 | "in": "path",
|
419 | 431 | "required": true,
|
420 | 432 | "type": "string",
|
| 433 | + "pattern": "^[-\\w\\._\\(\\)]+$", |
| 434 | + "minLength": 1, |
| 435 | + "maxLength": 90 , |
421 | 436 | "x-ms-parameter-location": "method",
|
422 | 437 | "description": "Name of the Azure Resource group which a given Analysis Services server is part of."
|
423 | 438 | }
|
|
0 commit comments