Skip to content

Commit

Permalink
regenerate with 3360920245f8c06e10f5e349ce3dca5e4d10372e
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin Jian committed Sep 14, 2020
1 parent e6b1872 commit 2cfa877
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sdk/storage/storage-blob/src/generated/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1214,12 +1214,12 @@ export interface ContainerRestoreOptionalParams extends coreHttp.RequestOptionsB
*/
requestId?: string;
/**
* Optional. Version 2019-12-12 and laster. Specifies the name of the deleted container to
* Optional. Version 2019-12-12 and later. Specifies the name of the deleted container to
* restore.
*/
deletedContainerName?: string;
/**
* Optional. Version 2019-12-12 and laster. Specifies the version of the deleted container to
* Optional. Version 2019-12-12 and later. Specifies the version of the deleted container to
* restore.
*/
deletedContainerVersion?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class File {

/**
* Creates a new file or replaces a file. Note it only initializes the file with no content.
* @param fileContentLength Specifies the maximum size for the file, up to 1 TB.
* @param fileContentLength Specifies the maximum size for the file, up to 4 TB.
* @param fileAttributes If specified, the provided file attributes shall be set. Default value:
* ‘Archive’ for file and ‘Directory’ for directory. ‘None’ can also be specified as default.
* @param fileCreatedOn Creation time for the file/directory. Default value: Now.
Expand All @@ -38,7 +38,7 @@ export class File {
*/
create(fileContentLength: number, fileAttributes: string, fileCreatedOn: string, fileLastWriteOn: string, options?: Models.FileCreateOptionalParams): Promise<Models.FileCreateResponse>;
/**
* @param fileContentLength Specifies the maximum size for the file, up to 1 TB.
* @param fileContentLength Specifies the maximum size for the file, up to 4 TB.
* @param fileAttributes If specified, the provided file attributes shall be set. Default value:
* ‘Archive’ for file and ‘Directory’ for directory. ‘None’ can also be specified as default.
* @param fileCreatedOn Creation time for the file/directory. Default value: Now.
Expand All @@ -47,7 +47,7 @@ export class File {
*/
create(fileContentLength: number, fileAttributes: string, fileCreatedOn: string, fileLastWriteOn: string, callback: coreHttp.ServiceCallback<void>): void;
/**
* @param fileContentLength Specifies the maximum size for the file, up to 1 TB.
* @param fileContentLength Specifies the maximum size for the file, up to 4 TB.
* @param fileAttributes If specified, the provided file attributes shall be set. Default value:
* ‘Archive’ for file and ‘Directory’ for directory. ‘None’ can also be specified as default.
* @param fileCreatedOn Creation time for the file/directory. Default value: Now.
Expand Down

0 comments on commit 2cfa877

Please sign in to comment.