Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
colawwj a7f73e94c6
storage-track2-release (#21103)
* storage-track2-release

* update
2022-04-01 14:12:34 +08:00
colawwj 8f92921797
[AzureStack][Mgmt]hybrid-profile-2020-09-01-for-storage (#20741) 2022-03-09 14:34:46 +08:00
colawwj 921810a62b
Separate ci.yml and ci.mgmt.yml (#20354) 2022-02-18 10:28:11 +08:00
Wei Dong e5a1b0523b
track2 @azure/arm-storage (#16218)
* track2 @azure/arm-storage

* update

* update

* update

* update changelog

* update

* update

Co-authored-by: qiaozha <qiaozha@microsoft.com>
2021-07-16 08:25:50 +08:00
Chidozie Ononiwu a64747cf6a Rename hardcoded master links to use main 2021-06-22 15:51:16 -07:00
Sima Zhu 349613a6bd
Added main branch in ci yaml files (#13926) 2021-02-25 09:17:54 -08:00
Mitch Denny 2a62f1a27b
Adjust CI YAML headers (#10607) 2020-08-19 13:51:36 +10:00
Lin Jian 410dbb845a
[storage] STG73 features preview (#9532)
* storage-internal-avro parser (#8893)

* IReadable

* Avro compiles

* use storage-internal-avro as shared source in storage-blob

* local build config

* test and bug fix

* rename IReadable to AvroReadable, separate the stream implementation with the interface declaration we need different implementation in browsers

* add "private": true to pacakge.json

* use Record

* me

* fix

* tentative: use string enum instead of string union to avoid two copies of constant string

Co-authored-by: Lin Jian <ljian3377@gmail.com>

* [Storage][Blob] Regenerate with Dec19 swagger

* avor parser offset fix; Readable interface update (#9088)

* [Storage] Regenerate API review

* [storage] avro parser fix (#9154)

* fix

* resolve PR comments: remove useless assignment

* AvroReadableFromStream: removeListener when read succeeds

* remove listener when error callback triggered

Co-authored-by: Lin Jian <ljian3377@gmail.com>

* [Storage] Dec19 - Quickquery (#9112)

* [Storage] Quick query

* [Storage] Quick query API review

* [Storage] Quick query recording

* [Storage] Quick query test case update

* [Storage] Resolve comments

* regenerate storage-blob

* re-generate storage-file-share

* regenrate datalake and undo adding mode to storageClient and storageClientContext

* update datalake service version to 2019-12-12

* [Storage] QuickQuery - Make BlobQueryCsvTextConfiguration properties optional (#9484)

* [storage][blob] blob versioning (#7886)

* blob versioning

* support 'bv' SAS

* add response headers to getProperties & api-extract

* fix comments

* add versionId to getBlob response headers

* fix broken undelete test

* undo 'add snapshot to options'

* replace withVersionId() with getURLWithVersionId()

* Revert "replace withVersionId() with getURLWithVersionId()"

This reverts commit eb1d90d34783b7717ca0a6a651ba2c53a637be48.

* hide the versionId option in convenience layer

* add more tests

* fix comments

* change version to preview

* fix merge error

Co-authored-by: Lin Jian <ljian3377@gmail.com>

* [storage] added change feed (#9151)

* fix

* change feed with mininal live tests

* mocking tests

* format code & rename buildAvroReader parameter name

* add README.md

* change eventTime type from string to Date

* Update sdk/storage/storage-blob-changefeed/README.md

Co-authored-by: Jeremy Meng <yumeng@microsoft.com>

* Update sdk/storage/storage-blob-changefeed/README.md

Co-authored-by: Jeremy Meng <yumeng@microsoft.com>

* Update sdk/storage/storage-blob-changefeed/README.md

Co-authored-by: Jeremy Meng <yumeng@microsoft.com>

* PR comments

* Rename eTag to etag in BlobChangeFeedEventData

* remove hns only properties in change event record

* fix minor bug in avro

* Update sdk/storage/storage-blob-changefeed/README.md

Co-authored-by: Brian Terlson <brian.terlson@microsoft.com>

* Update sdk/storage/storage-blob-changefeed/README.md

Co-authored-by: Brian Terlson <brian.terlson@microsoft.com>

* rename to BlobChangeFeedGetChangesOptions and fix comments

* update api

Co-authored-by: Lin Jian <ljian3377@gmail.com>
Co-authored-by: Jeremy Meng <yumeng@microsoft.com>
Co-authored-by: Brian Terlson <brian.terlson@microsoft.com>

* [storage][blob & datalake] Jumbo blob (#9480)

* Jumbo putBlock, putBlob, datalake file append

* undo upload ArrayBuffer

* minor edit

Co-authored-by: Lin Jian <ljian3377@gmail.com>

* [Storage] Support blob tags (recording will be added later) (#9440)

* [Storage] Support blob tags (recording will be added later)

* [Storage] Unify blob tags type Tags everywhere in options and responses

* [Storage] Blob tags - resolve comments

* update service version to 2019-12-12

* blob tags test record

* fix listContainer options

* wip

* record skipped test for Jumbo

* set default formatter

* me

* wip

* blob record node

* record

* add version check for x permission

* record for browser

* wip

* wip

* wip

* wip

* add f for account SAS permission

* add permission f, and x for container

* wip

* me

* me

* PR comments

* me

* record changefeed

* record with blobversioning disabled

* record skipped test for browser

* wip

* avro compatible with Node v8

* fix test record

* fix record

* fix ae-forgotten-export

* lint

* fall back to util for old node.js TextEncoder

* release pipeline for change feed

* [storage][file] large smb files (#9624)

* create large smb files

* wip

* record test

* me

Co-authored-by: Lin Jian <ljian3377@gmail.com>

* [storage] added set Expiry (#9560)

* add set expiry

* add check for input

* use Date instead of a time string

* call blob endpoint directly in datalake

* undo evenhub package.json

* add alternative version and use number instead of decimal string for
expiresOn relative

* add timeToExpireInMs to option

* use string literals instead of enum

* keep old enum for backward compatibility

* nit

Co-authored-by: Lin Jian <ljian3377@gmail.com>

* merge fix

* omit doc in storage-internal-avro

* Revert "[storage] added set Expiry (#9560)"

This reverts commit c3b4414b09.

* nit

* skip live tests for blob tags and quick query

* change path for ts-samples

Co-authored-by: Lin Jian <ljian3377@gmail.com>
Co-authored-by: XiaoningLiu <xiaoning.liu.leon@gmail.com>
Co-authored-by: Xiaoning Liu <xiaonli@microsoft.com>
Co-authored-by: Jeremy Meng <yumeng@microsoft.com>
Co-authored-by: Brian Terlson <brian.terlson@microsoft.com>
2020-07-01 10:59:28 +08:00
Chidozie Ononiwu d740741ae8
Reference tools repo version (#9577)
* Add initial Refs for repositiory

* Initial Changes to refs JS

* Switch template referencing to use extends

* Remove resources from archetype-sdk-integration.yml
2020-06-17 11:13:11 -07:00
Mitch Denny 20677d76cf
Disable feature CI builds. (#6916) 2020-01-14 13:44:06 +11:00
xiaonlimsft 6b631ad92f
[Storage] azure-storage-file-datalake (#6337)
* [Storage] ADLSgen2

* [Storage] Added testcases;

* [Storage] Skipped samples execution for datalake

* [Storage] rush update

* [Storage] Resolve PR comments; Fixed failed cases;

* [Storage] update docsetting to skip check storage-file-datalake

* [Storage] Record tests

* [Storage] Added readme, changelog, breaking change; Updated paths to pathItems for listPaths;

* [Storage] Added samples

* [Storage] Fixed issues when rename paths to pathItems for listPaths; Update permissions to PathPermission type for listPaths;

* [Storage] Updated release pipeline config

* [Storage] Fixed typos per comments; Update to MIT license for samples;

* [Storage] Resolve PR comments
2019-12-05 10:58:26 +08:00
Ramya Rao 9c84d46fbe
[Storage] Rename storage-file to storage-file-share (#5734) 2019-10-24 13:46:37 -07:00
Chidozie Ononiwu d748b4d2cb
Update Azure SDK tools Consumption Story (#5076) 2019-09-10 10:25:59 -07:00
Mitch Denny e5ee0ff930
Unified pipelines for keyvault, eventhubs, template and more (#4951)
* First stab of integrating unified pipelines into JS repo.
2019-09-04 19:54:39 +10:00
Mitch Denny ee9b4a9d32 Add feature branch triggers. (#4116) 2019-07-05 15:00:19 -07:00
Mitch Denny cdf431a1e6
Build by service directory (part 2) (#3647)
* Setup CI pipelines to run at the service directory level.
2019-06-12 16:07:07 -07:00
Mitch Denny e3b9a4f4da
Setting up for by-service pipelines. (#3635)
* Setting up for by-service pipelines.

* Fixed up path filters and template references.
2019-06-10 15:03:26 -07:00