Skip to content

Commit

Permalink
[AutoPR compute/resource-manager] removing non-ascii character (#6460)
Browse files Browse the repository at this point in the history
* Generated from 090b727225320af61034c7278c3ccf51dcbef8a2

removing non-ascii character

* Generated from 56ccb1151588cff87c1c92eee0e6c56e42c7f2f4

corrected the description
  • Loading branch information
AutorestCI authored and Zim Kalinowski committed Aug 27, 2019
1 parent d0d46b0 commit 2302606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ class DedicatedHostGroup(Resource):
host group.
:vartype hosts:
list[~azure.mgmt.compute.v2019_03_01.models.SubResourceReadOnly]
:param zones: Availability Zone to use for this host group � only single
:param zones: Availability Zone to use for this host group. Only single
zone is supported. The zone can be assigned only during creation. If not
provided, the group supports all zones in the region. If provided,
enforces each host in the group to be in the same zone.
Expand Down Expand Up @@ -853,7 +853,7 @@ class DedicatedHostGroupUpdate(UpdateResource):
host group.
:vartype hosts:
list[~azure.mgmt.compute.v2019_03_01.models.SubResourceReadOnly]
:param zones: Availability Zone to use for this host group � only single
:param zones: Availability Zone to use for this host group. Only single
zone is supported. The zone can be assigned only during creation. If not
provided, the group supports all zones in the region. If provided,
enforces each host in the group to be in the same zone.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ class DedicatedHostGroup(Resource):
host group.
:vartype hosts:
list[~azure.mgmt.compute.v2019_03_01.models.SubResourceReadOnly]
:param zones: Availability Zone to use for this host group � only single
:param zones: Availability Zone to use for this host group. Only single
zone is supported. The zone can be assigned only during creation. If not
provided, the group supports all zones in the region. If provided,
enforces each host in the group to be in the same zone.
Expand Down Expand Up @@ -853,7 +853,7 @@ class DedicatedHostGroupUpdate(UpdateResource):
host group.
:vartype hosts:
list[~azure.mgmt.compute.v2019_03_01.models.SubResourceReadOnly]
:param zones: Availability Zone to use for this host group � only single
:param zones: Availability Zone to use for this host group. Only single
zone is supported. The zone can be assigned only during creation. If not
provided, the group supports all zones in the region. If provided,
enforces each host in the group to be in the same zone.
Expand Down

0 comments on commit 2302606

Please sign in to comment.