Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
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