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

7 Коммитов

Автор SHA1 Сообщение Дата
Jeremy Meng d5f6d677ec [EngSys] standardize OSS copyright header
- [eslint-plugin] github-source-headers rule should use "MIT License".

  This change updates our linter rule and the whole repository to have consistent
  license header.

***NO_CI***

- remove "All rights reserved." from header

- "MIT license" => "MIT License"
2024-08-27 13:01:38 -07:00
aditishree1 cd9baf8802
[cosmos] Adds v4 samples (#29316)
### Packages impacted by this PR
@azure/cosmos

### Issues associated with this PR


### Describe the problem that is addressed by this PR
This PR generates v4 samples and removes v4 features from v3 sample
folder.


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)

---------

Co-authored-by: Aditishree . <adlnu@microsoft.com>
2024-08-01 07:32:16 -07:00
Jeremy Meng 12b4dcc257 [EngSys] upgrade to prettier v3
***NO_CI***

- remove dev dependency `prettier` from non-tool packages when possible and
  update them to run vendored prettier for `check-format` and `format` scripts

- upgrade rest of packages to prettier v3

- run `rush format` for all rush packages

This is a follow-up to https://github.com/Azure/azure-sdk-for-js/pull/28127 to
move the rest of repo to prettier v3.
2024-01-10 18:45:01 -05:00
Jonathan Cárdenas c26f9c2ba3
Update prettier dev-dependency to v2.5.1 in Cosmos DB (#19506)
* Upgrade prettier version

* Format files

* rebuild cosmos, updating cosmos.api.md
2022-01-04 21:04:32 -06:00
Will Temple 2103dfa84a
[cosmosdb] Update samples. (#19498)
* [cosmosdb] Update samples.

* Update sdk/cosmosdb/cosmos/samples/v3/typescript/tsconfig.json
2021-12-21 17:52:02 -05:00
Sajeetharan 308309a08c
Fix Cosmos Samples (#18623)
* fix cosmos samples

* add Families.json

* samples 'strict' mode fix

* add assets folder

* fixes on the strict mode issues

* update assets path in samples-dev

* add generated samples via dev tool

* fix PR comments

* upgrade @azure/identity to identity v2

* fix lint issues

* [cosmosdb] Experimental sample generation

Co-authored-by: Will Temple <witemple@microsoft.com>
2021-11-16 14:34:41 -05:00
Zachary Foster 27ca49b1c6
[Cosmos] Migrate to samples v2 (#16486)
* samples v2 wip

* Fix more types

* Samples v2 migration

* sample CI readme

* more samples fixes

* fix link

* Fix broken links in sample output

* Fix lint, tsdoc ignored

* undo lint fix changes

* remove from lint

* Redo directories

* key

* skipFolder true

* Skip

* move skip to top

* Finish samples renames and locatings

* Try filename

* Fix path
2021-08-13 11:22:04 -04:00