Skip to content

Commit

Permalink
regenerate smoke test clients
Browse files Browse the repository at this point in the history
  • Loading branch information
chradek committed May 21, 2020
1 parent e3b6987 commit eca44be
Show file tree
Hide file tree
Showing 265 changed files with 3,792 additions and 11,938 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3221,14 +3221,14 @@ export type AddsServicesListReplicationDetailsResponse = ReplicationDetailsList
*/
export interface AddsServicesListReplicationSummaryOptionalParams
extends coreHttp.OperationOptions {
/**
* The take count , which specifies the number of elements that can be returned from a sequence.
*/
takeCount?: number;
/**
* The server property filter to apply.
*/
filter?: string;
/**
* The take count , which specifies the number of elements that can be returned from a sequence.
*/
takeCount?: number;
}

/**
Expand Down Expand Up @@ -3918,14 +3918,14 @@ export type AddsServiceMembersListNextResponse = AddsServiceMembers & {
*/
export interface AdDomainServiceMembersListOptionalParams
extends coreHttp.OperationOptions {
/**
* The take count , which specifies the number of elements that can be returned from a sequence.
*/
takeCount?: number;
/**
* The server property filter to apply.
*/
filter?: string;
/**
* The take count , which specifies the number of elements that can be returned from a sequence.
*/
takeCount?: number;
/**
* The custom query.
*/
Expand Down Expand Up @@ -3957,14 +3957,14 @@ export type AdDomainServiceMembersListResponse = AddsServiceMembers & {
*/
export interface AdDomainServiceMembersListNextOptionalParams
extends coreHttp.OperationOptions {
/**
* The take count , which specifies the number of elements that can be returned from a sequence.
*/
takeCount?: number;
/**
* The server property filter to apply.
*/
filter?: string;
/**
* The take count , which specifies the number of elements that can be returned from a sequence.
*/
takeCount?: number;
/**
* The custom query.
*/
Expand Down
Loading

0 comments on commit eca44be

Please sign in to comment.