Skip to content

Commit

Permalink
Fix typo in 'separated'. (Azure#3957)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger authored Oct 28, 2021
1 parent dc21fa6 commit 791850b
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions src/aks-preview/azext_aks_preview/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
short-summary: Enable Azure RBAC to control authorization checks on cluster.
- name: --aad-admin-group-object-ids
type: string
short-summary: Comma seperated list of aad group object IDs that will be set as cluster admin.
short-summary: Comma-separated list of aad group object IDs that will be set as cluster admin.
- name: --aad-client-app-id
type: string
short-summary: The ID of an Azure Active Directory client application of type "Native". This
Expand Down Expand Up @@ -291,7 +291,7 @@
short-summary: Specify an existing user assigned identity for kubelet's usage, which is typically used to pull image from ACR.
- name: --api-server-authorized-ip-ranges
type: string
short-summary: Comma seperated list of authorized apiserver IP ranges. Set to 0.0.0.0/32 to restrict apiserver traffic to node pools.
short-summary: Comma-separated list of authorized apiserver IP ranges. Set to 0.0.0.0/32 to restrict apiserver traffic to node pools.
- name: --aks-custom-headers
type: string
short-summary: Send custom headers. When specified, format should be Key1=Value1,Key2=Value2
Expand Down Expand Up @@ -531,13 +531,13 @@
short-summary: Disable the 'acrpull' role assignment to the ACR specified by name or resource ID.
- name: --api-server-authorized-ip-ranges
type: string
short-summary: Comma seperated list of authorized apiserver IP ranges. Set to "" to allow all traffic on a previously restricted cluster. Set to 0.0.0.0/32 to restrict apiserver traffic to node pools.
short-summary: Comma-separated list of authorized apiserver IP ranges. Set to "" to allow all traffic on a previously restricted cluster. Set to 0.0.0.0/32 to restrict apiserver traffic to node pools.
- name: --enable-aad
type: bool
short-summary: Enable managed AAD feature for cluster.
- name: --aad-admin-group-object-ids
type: string
short-summary: Comma seperated list of aad group object IDs that will be set as cluster admin.
short-summary: Comma-separated list of aad group object IDs that will be set as cluster admin.
- name: --aad-tenant-id
type: string
short-summary: The ID of an Azure Active Directory tenant.
Expand Down
4 changes: 2 additions & 2 deletions src/application-insights/azext_applicationinsights/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@
short-summary: Name of the API key to create.
- name: --read-properties
type: list
short-summary: A space seperated list of names of read Roles for this API key to inherit. Possible values include ReadTelemetry, AuthenticateSDKControlChannel and "".
short-summary: A space-separated list of names of read Roles for this API key to inherit. Possible values include ReadTelemetry, AuthenticateSDKControlChannel and "".
- name: --write-properties
type: list
short-summary: A space seperated list of names of write Roles for this API key to inherit. Possible values include WriteAnnotations and "".
short-summary: A space-separated list of names of write Roles for this API key to inherit. Possible values include WriteAnnotations and "".
examples:
- name: Create a component with kind web and location.
text: |
Expand Down
4 changes: 2 additions & 2 deletions src/mesh/azext_mesh/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ def load_arguments(self, _):
c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group)
c.argument('template_file', options_list=['--template-file'], help="The full file path of creation template")
c.argument('template_uri', options_list=['--template-uri'], help="The full file path of creation template on a http or https link")
c.argument('input_yaml_files', options_list=['--input-yaml-files'], help="List of comma seperated yaml files or a directory which contains all the yaml files")
c.argument('input_yaml_files', options_list=['--input-yaml-files'], help="List of comma-separated yaml files or a directory which contains all the yaml files")
c.argument('parameters', action='append', nargs='+', completer=FilesCompleter())

with self.argument_context('mesh generate armtemplate') as c:
c.argument('input_yaml_files', options_list=['--input-yaml-files'], required=True,
help="List of comma seperated yaml files or a directory which contains all the yaml files")
help="List of comma-separated yaml files or a directory which contains all the yaml files")
c.argument('parameters', action='append', nargs='+', completer=FilesCompleter())

with self.argument_context('mesh network') as c:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ def _convert_xml_to_service_properties(response):
<AllowedOrigins>comma-separated-list-of-allowed-origins</AllowedOrigins>
<AllowedMethods>comma-separated-list-of-HTTP-verb</AllowedMethods>
<MaxAgeInSeconds>max-caching-age-in-seconds</MaxAgeInSeconds>
<ExposedHeaders>comma-seperated-list-of-response-headers</ExposedHeaders>
<AllowedHeaders>comma-seperated-list-of-request-headers</AllowedHeaders>
<ExposedHeaders>comma-separated-list-of-response-headers</ExposedHeaders>
<AllowedHeaders>comma-separated-list-of-request-headers</AllowedHeaders>
</CorsRule>
</Cors>
<DeleteRetentionPolicy>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ def _convert_service_properties_to_xml(logging, hour_metrics, minute_metrics,
<AllowedOrigins>comma-separated-list-of-allowed-origins</AllowedOrigins>
<AllowedMethods>comma-separated-list-of-HTTP-verb</AllowedMethods>
<MaxAgeInSeconds>max-caching-age-in-seconds</MaxAgeInSeconds>
<ExposedHeaders>comma-seperated-list-of-response-headers</ExposedHeaders>
<AllowedHeaders>comma-seperated-list-of-request-headers</AllowedHeaders>
<ExposedHeaders>comma-separated-list-of-response-headers</ExposedHeaders>
<AllowedHeaders>comma-separated-list-of-request-headers</AllowedHeaders>
</CorsRule>
</Cors>
<DeleteRetentionPolicy>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ def _convert_xml_to_service_properties(response):
<AllowedOrigins>comma-separated-list-of-allowed-origins</AllowedOrigins>
<AllowedMethods>comma-separated-list-of-HTTP-verb</AllowedMethods>
<MaxAgeInSeconds>max-caching-age-in-seconds</MaxAgeInSeconds>
<ExposedHeaders>comma-seperated-list-of-response-headers</ExposedHeaders>
<AllowedHeaders>comma-seperated-list-of-request-headers</AllowedHeaders>
<ExposedHeaders>comma-separated-list-of-response-headers</ExposedHeaders>
<AllowedHeaders>comma-separated-list-of-request-headers</AllowedHeaders>
</CorsRule>
</Cors>
<DeleteRetentionPolicy>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ def _convert_service_properties_to_xml(logging, hour_metrics, minute_metrics,
<AllowedOrigins>comma-separated-list-of-allowed-origins</AllowedOrigins>
<AllowedMethods>comma-separated-list-of-HTTP-verb</AllowedMethods>
<MaxAgeInSeconds>max-caching-age-in-seconds</MaxAgeInSeconds>
<ExposedHeaders>comma-seperated-list-of-response-headers</ExposedHeaders>
<AllowedHeaders>comma-seperated-list-of-request-headers</AllowedHeaders>
<ExposedHeaders>comma-separated-list-of-response-headers</ExposedHeaders>
<AllowedHeaders>comma-separated-list-of-request-headers</AllowedHeaders>
</CorsRule>
</Cors>
<DeleteRetentionPolicy>
Expand Down
8 changes: 4 additions & 4 deletions src/support/azext_support/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def load_tickets_argument(self, _):
c.argument('contact_last_name', help='Last Name')
c.argument('contact_method', arg_type=get_enum_type(['email', 'phone']), help='Preferred contact method')
c.argument('contact_email', help='Primary email address')
c.argument('contact_additional_emails', nargs='+', help='Space seperated list of additional email addresses. ' +
c.argument('contact_additional_emails', nargs='+', help='Space-separated list of additional email addresses. ' +
'Additional email addresses will be copied on any correspondence about the support ticket.')
c.argument('contact_phone_number', help='Phone number. This is required if preferred contact method is phone.')
c.argument('contact_timezone', arg_type=timezone_type_for_update)
Expand Down Expand Up @@ -110,7 +110,7 @@ def load_tickets_argument(self, _):
c.argument('contact_method', arg_type=get_enum_type(['email', 'phone']), help='Preferred contact method',
required=True)
c.argument('contact_email', help='Primary email address', required=True)
c.argument('contact_additional_emails', nargs='+', help='Space seperated list of additional email addresses. ' +
c.argument('contact_additional_emails', nargs='+', help='Space-separated list of additional email addresses. ' +
'Additional email addresses will be copied on any correspondence about the support ticket.')
c.argument('contact_phone_number', help='Phone number. This is required if preferred contact method is phone.')
c.argument('contact_timezone', arg_type=timezone_type_for_create)
Expand All @@ -125,9 +125,9 @@ def load_tickets_argument(self, _):
c.argument('quota_change_version', help='Quota change request version.')
c.argument('quota_change_subtype', help='Required for certain quota types when there is a sub type that ' +
'you are requesting quota increase for. Example: Batch')
c.argument('quota_change_regions', nargs='+', help='Space seperated list of region for which ' +
c.argument('quota_change_regions', nargs='+', help='Space-separated list of region for which ' +
'the quota increase request is being made.')
c.argument('quota_change_payload', nargs='+', help='Space seperated list of serialized payload of the ' +
c.argument('quota_change_payload', nargs='+', help='Space -separated list of serialized payload of the ' +
'quota increase request corresponding to regions. Visit ' +
'https://aka.ms/supportrpquotarequestpayload for details.')

Expand Down

0 comments on commit 791850b

Please sign in to comment.