Skip to content

Commit

Permalink
[AutoPR resources/resource-manager] added to description of allowed c…
Browse files Browse the repository at this point in the history
…haracters for resource group name (#3662)

* Generated from 773581c3a2be72522eb2bc770800bbef994454d3

added to description of allowed characters for resource group name

* Generated from 3d920ef4d7524961f809597d3f47f70cfce462ef

changed description
  • Loading branch information
AutorestCI authored Oct 21, 2018
1 parent abf98d6 commit 9d54164
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ def create_or_update(
"""Creates or updates a resource group.
:param resource_group_name: The name of the resource group to create
or update.
or update. Can include alphanumeric, underscore, parentheses, hyphen,
period (except at end), and Unicode characters that match the allowed
characters.
:type resource_group_name: str
:param parameters: Parameters supplied to the create or update a
resource group.
Expand Down

0 comments on commit 9d54164

Please sign in to comment.