Skip to content

Commit c2e836c

Browse files
azaslonovalzaslon
andauthored
Added service name parameter annotation. (#25344)
Co-authored-by: Alexander Zaslonov <[email protected]>
1 parent ad6484f commit c2e836c

File tree

1 file changed

+2
-1
lines changed
  • specification/apicenter/resource-manager/Microsoft.ApiCenter/preview/2023-07-01-preview

1 file changed

+2
-1
lines changed

specification/apicenter/resource-manager/Microsoft.ApiCenter/preview/2023-07-01-preview/apicenter.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,8 @@
434434
"required": true,
435435
"description": "Service name",
436436
"pattern": "^[a-zA-Z0-9\\-]{1,64}$",
437-
"type": "string"
437+
"type": "string",
438+
"x-ms-parameter-location": "method"
438439
}
439440
}
440441
}

0 commit comments

Comments
 (0)