Skip to content

Commit

Permalink
Added service name parameter annotation. (#25344)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Zaslonov <[email protected]>
  • Loading branch information
azaslonov and alzaslon authored Aug 23, 2023
1 parent ad6484f commit c2e836c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,8 @@
"required": true,
"description": "Service name",
"pattern": "^[a-zA-Z0-9\\-]{1,64}$",
"type": "string"
"type": "string",
"x-ms-parameter-location": "method"
}
}
}

0 comments on commit c2e836c

Please sign in to comment.