Skip to content

Commit a07c01b

Browse files
author
SDK Automation
committed
Generated from da00763d30e6e0a47dc90c58fbcb14cbcb2db295
Documentation updated
1 parent 52907c7 commit a07c01b

File tree

1 file changed

+6
-6
lines changed
  • sdk/apimanagement/arm-apimanagement/src/models

1 file changed

+6
-6
lines changed

sdk/apimanagement/arm-apimanagement/src/models/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ export interface ProductEntityBaseParameters {
163163
* automatically enabling developers to call the product’s APIs immediately after subscribing. If
164164
* true, administrators must manually approve the subscription before the developer can any of
165165
* the product’s APIs. Can be present only if subscriptionRequired property is present and has a
166-
* value of false.
166+
* value of true.
167167
*/
168168
approvalRequired?: boolean;
169169
/**
170170
* Whether the number of subscriptions a user can have to this product at the same time. Set to
171171
* null or omit to allow unlimited per user subscriptions. Can be present only if
172-
* subscriptionRequired property is present and has a value of false.
172+
* subscriptionRequired property is present and has a value of true.
173173
*/
174174
subscriptionsLimit?: number;
175175
/**
@@ -839,13 +839,13 @@ export interface ProductContract extends Resource {
839839
* automatically enabling developers to call the product’s APIs immediately after subscribing. If
840840
* true, administrators must manually approve the subscription before the developer can any of
841841
* the product’s APIs. Can be present only if subscriptionRequired property is present and has a
842-
* value of false.
842+
* value of true.
843843
*/
844844
approvalRequired?: boolean;
845845
/**
846846
* Whether the number of subscriptions a user can have to this product at the same time. Set to
847847
* null or omit to allow unlimited per user subscriptions. Can be present only if
848-
* subscriptionRequired property is present and has a value of false.
848+
* subscriptionRequired property is present and has a value of true.
849849
*/
850850
subscriptionsLimit?: number;
851851
/**
@@ -4083,13 +4083,13 @@ export interface ProductUpdateParameters {
40834083
* automatically enabling developers to call the product’s APIs immediately after subscribing. If
40844084
* true, administrators must manually approve the subscription before the developer can any of
40854085
* the product’s APIs. Can be present only if subscriptionRequired property is present and has a
4086-
* value of false.
4086+
* value of true.
40874087
*/
40884088
approvalRequired?: boolean;
40894089
/**
40904090
* Whether the number of subscriptions a user can have to this product at the same time. Set to
40914091
* null or omit to allow unlimited per user subscriptions. Can be present only if
4092-
* subscriptionRequired property is present and has a value of false.
4092+
* subscriptionRequired property is present and has a value of true.
40934093
*/
40944094
subscriptionsLimit?: number;
40954095
/**

0 commit comments

Comments
 (0)