Skip to content

Commit

Permalink
Generated from da00763d30e6e0a47dc90c58fbcb14cbcb2db295
Browse files Browse the repository at this point in the history
Documentation updated
  • Loading branch information
SDK Automation committed Jul 29, 2020
1 parent 52907c7 commit a07c01b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sdk/apimanagement/arm-apimanagement/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ export interface ProductEntityBaseParameters {
* automatically enabling developers to call the product’s APIs immediately after subscribing. If
* true, administrators must manually approve the subscription before the developer can any of
* the product’s APIs. Can be present only if subscriptionRequired property is present and has a
* value of false.
* value of true.
*/
approvalRequired?: boolean;
/**
* Whether the number of subscriptions a user can have to this product at the same time. Set to
* null or omit to allow unlimited per user subscriptions. Can be present only if
* subscriptionRequired property is present and has a value of false.
* subscriptionRequired property is present and has a value of true.
*/
subscriptionsLimit?: number;
/**
Expand Down Expand Up @@ -839,13 +839,13 @@ export interface ProductContract extends Resource {
* automatically enabling developers to call the product’s APIs immediately after subscribing. If
* true, administrators must manually approve the subscription before the developer can any of
* the product’s APIs. Can be present only if subscriptionRequired property is present and has a
* value of false.
* value of true.
*/
approvalRequired?: boolean;
/**
* Whether the number of subscriptions a user can have to this product at the same time. Set to
* null or omit to allow unlimited per user subscriptions. Can be present only if
* subscriptionRequired property is present and has a value of false.
* subscriptionRequired property is present and has a value of true.
*/
subscriptionsLimit?: number;
/**
Expand Down Expand Up @@ -4083,13 +4083,13 @@ export interface ProductUpdateParameters {
* automatically enabling developers to call the product’s APIs immediately after subscribing. If
* true, administrators must manually approve the subscription before the developer can any of
* the product’s APIs. Can be present only if subscriptionRequired property is present and has a
* value of false.
* value of true.
*/
approvalRequired?: boolean;
/**
* Whether the number of subscriptions a user can have to this product at the same time. Set to
* null or omit to allow unlimited per user subscriptions. Can be present only if
* subscriptionRequired property is present and has a value of false.
* subscriptionRequired property is present and has a value of true.
*/
subscriptionsLimit?: number;
/**
Expand Down

0 comments on commit a07c01b

Please sign in to comment.