Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Generated from 56bfb36a30d8865b80bb9c60b2abdd959fff5849 (#2599)
Fix typo
  • Loading branch information
AutorestCI committed May 31, 2018
commit e29da473e46ee798b3673ba305a9652602a22b30
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CheckNameAvailabilityRequest(Model):
:type name: str
:param type: fully qualified resource type which includes provider
namespace. Possible values include:
'/providers/Microsoft.Management/managementGroup'
'/providers/Microsoft.Management/managementGroups'
:type type: str or ~azure.mgmt.managementgroups.models.Type
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CheckNameAvailabilityRequest(Model):
:type name: str
:param type: fully qualified resource type which includes provider
namespace. Possible values include:
'/providers/Microsoft.Management/managementGroup'
'/providers/Microsoft.Management/managementGroups'
:type type: str or ~azure.mgmt.managementgroups.models.Type
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ class Status(str, Enum):

class Type(str, Enum):

providers_microsoft_managementmanagement_group = "/providers/Microsoft.Management/managementGroup"
providers_microsoft_managementmanagement_groups = "/providers/Microsoft.Management/managementGroups"