Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

[AutoPR web/resource-manager] typo: Fix AppServiceCertificateOrders.json #1925

Merged
merged 2 commits into from
Nov 28, 2018
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 @@ -22,16 +22,16 @@ class RampUpRule
# <code>ActionHostName</code>.
attr_accessor :reroute_percentage

# @return [Float] In auto ramp up scenario this is the step to to
# add/remove from <code>ReroutePercentage</code> until it reaches
# @return [Float] In auto ramp up scenario this is the step to add/remove
# from <code>ReroutePercentage</code> until it reaches
# <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>.
# Site metrics are checked every N minutes specificed in
# Site metrics are checked every N minutes specified in
# <code>ChangeIntervalInMinutes</code>.
# Custom decision algorithm can be provided in TiPCallback site extension
# which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
attr_accessor :change_step

# @return [Integer] Specifies interval in mimuntes to reevaluate
# @return [Integer] Specifies interval in minutes to reevaluate
# ReroutePercentage.
attr_accessor :change_interval_in_minutes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::Web::Mgmt::V2015_04_01
module Models
#
# The status of the last successfull slot swap operation.
# The status of the last successful slot swap operation.
#
class SlotSwapStatus

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::Web::Mgmt::V2015_04_01
module Models
#
# User crendentials used for publishing activity.
# User credentials used for publishing activity.
#
class User < ProxyOnlyResource

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def get_async(resource_group_name, certificate_order_name, custom_headers = nil)
# resource belongs.
# @param certificate_order_name [String] Name of the certificate order.
# @param certificate_distinguished_name [AppServiceCertificateOrder]
# Distinguished name to to use for the certificate order.
# Distinguished name to use for the certificate order.
# @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request.
#
Expand All @@ -425,7 +425,7 @@ def create_or_update(resource_group_name, certificate_order_name, certificate_di
# resource belongs.
# @param certificate_order_name [String] Name of the certificate order.
# @param certificate_distinguished_name [AppServiceCertificateOrder]
# Distinguished name to to use for the certificate order.
# Distinguished name to use for the certificate order.
# @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request.
#
Expand Down Expand Up @@ -548,8 +548,8 @@ def delete_async(resource_group_name, certificate_order_name, custom_headers = n
# resource belongs.
# @param certificate_order_name [String] Name of the certificate order.
# @param certificate_distinguished_name
# [AppServiceCertificateOrderPatchResource] Distinguished name to to use for
# the certificate order.
# [AppServiceCertificateOrderPatchResource] Distinguished name to use for the
# certificate order.
# @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request.
#
Expand All @@ -569,8 +569,8 @@ def update(resource_group_name, certificate_order_name, certificate_distinguishe
# resource belongs.
# @param certificate_order_name [String] Name of the certificate order.
# @param certificate_distinguished_name
# [AppServiceCertificateOrderPatchResource] Distinguished name to to use for
# the certificate order.
# [AppServiceCertificateOrderPatchResource] Distinguished name to use for the
# certificate order.
# @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request.
#
Expand All @@ -589,8 +589,8 @@ def update_with_http_info(resource_group_name, certificate_order_name, certifica
# resource belongs.
# @param certificate_order_name [String] Name of the certificate order.
# @param certificate_distinguished_name
# [AppServiceCertificateOrderPatchResource] Distinguished name to to use for
# the certificate order.
# [AppServiceCertificateOrderPatchResource] Distinguished name to use for the
# certificate order.
# @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request.
#
Expand Down Expand Up @@ -1987,7 +1987,7 @@ def retrieve_certificate_email_history_async(resource_group_name, name, custom_h
# resource belongs.
# @param certificate_order_name [String] Name of the certificate order.
# @param certificate_distinguished_name [AppServiceCertificateOrder]
# Distinguished name to to use for the certificate order.
# Distinguished name to use for the certificate order.
# @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request.
#
Expand All @@ -2007,7 +2007,7 @@ def begin_create_or_update(resource_group_name, certificate_order_name, certific
# resource belongs.
# @param certificate_order_name [String] Name of the certificate order.
# @param certificate_distinguished_name [AppServiceCertificateOrder]
# Distinguished name to to use for the certificate order.
# Distinguished name to use for the certificate order.
# @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request.
#
Expand All @@ -2026,7 +2026,7 @@ def begin_create_or_update_with_http_info(resource_group_name, certificate_order
# resource belongs.
# @param certificate_order_name [String] Name of the certificate order.
# @param certificate_distinguished_name [AppServiceCertificateOrder]
# Distinguished name to to use for the certificate order.
# Distinguished name to use for the certificate order.
# @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::Web::Mgmt::V2015_08_01
module Models
#
# Collection of certitificate orders.
# Collection of certificate orders.
#
class AppServiceCertificateOrderCollection

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ class RampUpRule
# <code>ActionHostName</code>.
attr_accessor :reroute_percentage

# @return [Float] In auto ramp up scenario this is the step to to
# add/remove from <code>ReroutePercentage</code> until it reaches
# @return [Float] In auto ramp up scenario this is the step to add/remove
# from <code>ReroutePercentage</code> until it reaches
# <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>.
# Site metrics are checked every N minutes specificed in
# Site metrics are checked every N minutes specified in
# <code>ChangeIntervalInMinutes</code>.
# Custom decision algorithm can be provided in TiPCallback site extension
# which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
attr_accessor :change_step

# @return [Integer] Specifies interval in mimuntes to reevaluate
# @return [Integer] Specifies interval in minutes to reevaluate
# ReroutePercentage.
attr_accessor :change_interval_in_minutes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::Web::Mgmt::V2015_08_01
module Models
#
# The status of the last successfull slot swap operation.
# The status of the last successful slot swap operation.
#
class SlotSwapStatus

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::Web::Mgmt::V2015_08_01
module Models
#
# User crendentials used for publishing activity.
# User credentials used for publishing activity.
#
class User < ProxyOnlyResource

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CsmUsageQuota

include MsRestAzure

# @return [String] Units of measurement for the quota resourse.
# @return [String] Units of measurement for the quota resource.
attr_accessor :unit

# @return [DateTime] Next reset time for the resource counter.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ class RampUpRule
# <code>ActionHostName</code>.
attr_accessor :reroute_percentage

# @return [Float] In auto ramp up scenario this is the step to to
# add/remove from <code>ReroutePercentage</code> until it reaches
# @return [Float] In auto ramp up scenario this is the step to add/remove
# from <code>ReroutePercentage</code> until it reaches
# <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>.
# Site metrics are checked every N minutes specificed in
# Site metrics are checked every N minutes specified in
# <code>ChangeIntervalInMinutes</code>.
# Custom decision algorithm can be provided in TiPCallback site extension
# which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
attr_accessor :change_step

# @return [Integer] Specifies interval in mimuntes to reevaluate
# @return [Integer] Specifies interval in minutes to reevaluate
# ReroutePercentage.
attr_accessor :change_interval_in_minutes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::Web::Mgmt::V2016_03_01
module Models
#
# The status of the last successfull slot swap operation.
# The status of the last successful slot swap operation.
#
class SlotSwapStatus

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::Web::Mgmt::V2016_03_01
module Models
#
# User crendentials used for publishing activity.
# User credentials used for publishing activity.
#
class User < ProxyOnlyResource

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CsmUsageQuota

include MsRestAzure

# @return [String] Units of measurement for the quota resourse.
# @return [String] Units of measurement for the quota resource.
attr_accessor :unit

# @return [DateTime] Next reset time for the resource counter.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ class RampUpRule
# <code>ActionHostName</code>.
attr_accessor :reroute_percentage

# @return [Float] In auto ramp up scenario this is the step to to
# add/remove from <code>ReroutePercentage</code> until it reaches
# @return [Float] In auto ramp up scenario this is the step to add/remove
# from <code>ReroutePercentage</code> until it reaches
# <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>.
# Site metrics are checked every N minutes specificed in
# Site metrics are checked every N minutes specified in
# <code>ChangeIntervalInMinutes</code>.
# Custom decision algorithm can be provided in TiPCallback site extension
# which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
attr_accessor :change_step

# @return [Integer] Specifies interval in mimuntes to reevaluate
# @return [Integer] Specifies interval in minutes to reevaluate
# ReroutePercentage.
attr_accessor :change_interval_in_minutes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::Web::Mgmt::V2016_08_01
module Models
#
# The status of the last successfull slot swap operation.
# The status of the last successful slot swap operation.
#
class SlotSwapStatus

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::Web::Mgmt::V2016_08_01
module Models
#
# User crendentials used for publishing activity.
# User credentials used for publishing activity.
#
class User < ProxyOnlyResource

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::Web::Mgmt::V2016_09_01
module Models
#
# ARM resource for a app service enviroment.
# ARM resource for a app service environment.
#
class AppServiceEnvironmentPatchResource < ProxyOnlyResource

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CsmUsageQuota

include MsRestAzure

# @return [String] Units of measurement for the quota resourse.
# @return [String] Units of measurement for the quota resource.
attr_accessor :unit

# @return [DateTime] Next reset time for the resource counter.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ class RampUpRule
# <code>ActionHostName</code>.
attr_accessor :reroute_percentage

# @return [Float] In auto ramp up scenario this is the step to to
# add/remove from <code>ReroutePercentage</code> until it reaches
# @return [Float] In auto ramp up scenario this is the step to add/remove
# from <code>ReroutePercentage</code> until it reaches
# <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>.
# Site metrics are checked every N minutes specificed in
# Site metrics are checked every N minutes specified in
# <code>ChangeIntervalInMinutes</code>.
# Custom decision algorithm can be provided in TiPCallback site extension
# which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
attr_accessor :change_step

# @return [Integer] Specifies interval in mimuntes to reevaluate
# @return [Integer] Specifies interval in minutes to reevaluate
# ReroutePercentage.
attr_accessor :change_interval_in_minutes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::Web::Mgmt::V2016_09_01
module Models
#
# The status of the last successfull slot swap operation.
# The status of the last successful slot swap operation.
#
class SlotSwapStatus

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::Web::Mgmt::V2016_09_01
module Models
#
# User crendentials used for publishing activity.
# User credentials used for publishing activity.
#
class User < ProxyOnlyResource

Expand Down