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

333 Коммитов

Автор SHA1 Сообщение Дата
Chenjie Shi 800f47e65e
Add x-ms-internal extension (#4746) 2023-06-07 07:56:45 -07:00
Timothee Guerin dca9fe86e7
Format rfc7231 map to rfc1123 (#4741) 2023-05-26 07:12:15 -07:00
rockstarr-programmerr 1a4b0810e3
Fix small typo in document (#4697)
Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
2023-05-10 09:19:55 -07:00
Keegan Campbell faec80d71a
Small docs typo fix: swager --> swagger (#4713) 2023-05-05 18:20:10 +00:00
Jose Manuel Heredia Hidalgo ed6068aa7b
[Openapi to Cadl] Enum improvements (#4715)
* Support Any schema

* improvements

* Improvements in Enum translation

* Changelog

* Format and remove broken link

* fixfix lint

* Correctly case model, enum and property names

* Address comments
2023-02-24 13:04:37 -08:00
Mike Kistler f415b62c4c
Support final-state-schema LRO option (#4647) 2022-11-22 09:11:11 -08:00
Timothee Guerin 54d4190bfc
Remove `--model-validator` plugin referencing oav (#4673) 2022-11-18 11:18:35 -08:00
Timothee Guerin 03c46bd480
Feature: Allow defining in server variables/x-ms-parameterized-host (#4657)
* Api version

* Changelog

* Use parameter.in when available

* Set path for ServiceParameter

* Fix format

* Use x-name

* Set name from swagger

* Fix formatting

* Fix duplicate api-version parameter

* Use uri instead of path

* Make apiVersion param true

* Update autorest.typescript links

* Try regression testing on node 18

* Remove Node18 testing

Co-authored-by: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com>
Co-authored-by: David Wilson <daviwil@microsoft.com>
2022-11-03 11:22:08 -07:00
rockstarr-programmerr 5149dd0311
Fix small typo (#4631)
Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
2022-09-22 09:51:14 -07:00
Timothee Guerin 33336fe0e8
Update `x-ms-enum` docs to say name is optional (#4634) 2022-09-20 15:33:13 -07:00
Timothee Guerin d8a369d782
Fix: Suppressions (#4621) 2022-08-19 10:47:24 -07:00
Andrew Starr-Bochicchio 6257cb9318
Document where-operation-match directive. (#4604) 2022-07-27 17:22:16 -07:00
Timothee Guerin 02bdb739e3
Fix: `where-operation-match` not working with latest release (#4603) 2022-07-27 11:38:31 -07:00
Matthew Christopher e1a4ba0d53
Clean up docs a bit (#4589) 2022-07-27 10:21:02 -07:00
Timothee Guerin fd3bca3ac3
Bump version for july 2022 release (#4597) 2022-07-19 09:22:25 -07:00
Timothee Guerin bc64a8fe91
Feature: format: `arm-id` (#4596) 2022-07-18 15:46:08 -07:00
Timothee Guerin 810624d5b3
Contributing docs (#4502)
* Contributing docs

* Docs
2022-07-07 08:51:07 -07:00
rockstarr-programmerr 7523205342
Small mistake in built-in-directives.md (#4593)
In the "Rename property" section, the example is reading "remove-property"
2022-07-07 08:49:25 -07:00
Timothee Guerin 4efc62b3a0
Fix invalid docker files (#4590) 2022-07-06 15:03:05 -07:00
Timothee Guerin 3c5482b2a5
fix docs for x-ms-discriminator-value sample (#4588) 2022-07-06 11:44:29 -07:00
Sarangan Rajamanickam 9fb72ea4d7
Change Default Value to true for add-credentials [TS/JS SDKs] (#4562) 2022-06-16 13:35:13 -07:00
Weidong Xu 539078b009
Update flags.md for Java (#4541) 2022-05-31 07:46:41 -07:00
Robert Lyon 6bafe1cc29
[Permissions] x-ms-permissions extension docs (#4439) 2022-05-18 08:37:19 -07:00
Laurent Mazuel 77ac9545ce
Add LRO to archboard feedback guidance (#4527)
* Update archboard_feedback.md

* Update archboard_feedback.md

* Update archboard_feedback.md

* Update archboard_feedback.md
2022-05-03 15:06:34 -07:00
Laurent Mazuel dba58d0387
Update archboard_feedback.md 2022-04-19 15:38:42 -07:00
Laurent Mazuel 3680213af0
DPG Archboard feedback cheat sheet (#4507)
* Create archboard_feedback.md

* Update archboard_feedback.md

* Update archboard_feedback.md

* Update archboard_feedback.md

* Update archboard_feedback.md

* Update archboard_feedback.md

* Update archboard_feedback.md

* Fix link

* Update docs/openapi/howto/archboard_feedback.md

Co-authored-by: Ahson Khan <ahson_ahmedk@yahoo.com>

* Update docs/openapi/howto/archboard_feedback.md

Co-authored-by: Ahson Khan <ahson_ahmedk@yahoo.com>

* Add RLC to the mix

* Attribute name Mike's feedback

Co-authored-by: Ahson Khan <ahson_ahmedk@yahoo.com>
2022-04-19 14:23:48 -07:00
Mike Kistler 2abc85cdd7
Clarify method to get nextLink URL for x-ms-pageable (#4490) 2022-03-31 08:54:54 -07:00
Timothee Guerin a90c1768bd
Fix crash when having invalid cli arguments (#4484) 2022-03-22 11:45:08 -07:00
Matthew Christopher f9143c1316
Document x-ms-arm-id-details extension (#4150) 2022-03-17 11:11:58 -07:00
Timothee Guerin 49dc1da024
Prepare for release March 15 2022 (#4468) 2022-03-15 10:31:26 -07:00
Timothee Guerin 66c3f70a8a
Add new built-in directive `where-operation-match` and `remove-operation-match` taking regex (#4459) 2022-03-09 19:16:01 -08:00
changlong-liu cf0e478fdc
--default-optional-constants-to-none (#4447)
Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
Co-authored-by: iscai-msft <43154838+iscai-msft@users.noreply.github.com>
2022-03-09 15:11:24 -08:00
Timothee Guerin a586b3f65e
Update x-ms-mutability docs to clarify readonly vs x-ms-mutability (#4458) 2022-03-09 12:48:51 -08:00
Timothee Guerin c494852dd6
Internal: Provide formatting enforcement at the global level instead of eslint (#4436) 2022-02-25 18:01:02 -08:00
Timothee Guerin 855cc2eb44
Setup tsconfig to enable global tsc watch (#4435) 2022-02-25 15:52:12 -08:00
Timothee Guerin 7142d1042b
Feature: Standarization of request bodies (#4405) 2022-02-25 12:03:03 -08:00
Timothee Guerin d1b0dec2cc
Apply transforms in place (#4415) 2022-02-25 10:12:42 -08:00
Yanming Tang 4b865b74f6
Clarify `x-ms-identifiers` documentation (#4423)
* Update readme.md

Make it clear if there is "id" property in the object model, then there is no need to add the x-ms-identifiers annotation.

* Update readme.md

Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
2022-02-23 19:08:06 +00:00
Timothee Guerin 9b9b84362c
Rename llc to dpg (#4430) 2022-02-18 07:55:51 -08:00
Laurent Mazuel 8cc2cc5eb1
Clarify LRO options (#4420) 2022-02-11 11:50:18 -08:00
Timothee Guerin 90d697189c
Add operation-location to final-state-via options (#4404) 2022-01-27 11:23:10 -08:00
iscai-msft 63b8cf8d21
update python flags (#4403) 2022-01-25 12:13:25 -05:00
tejas ebc0289641
Fix typo in docs/generate/readme (#4389)
Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
2022-01-09 20:09:27 -08:00
Yanming Tang 3d19c81dae
Add x-ms-identifiers to extensions doc (#4369) 2021-11-24 10:31:33 -08:00
Laurent Mazuel 9eb229a8fc
Add x-ms-secret to extensions doc (#4365)
* Add x-ms-secret to extensions doc

* Update readme.md
2021-11-23 01:52:16 -08:00
Timothee Guerin f8060ecd4d
Add release notes for nov 2021 release (#4379) 2021-11-22 08:20:02 -08:00
Timothee Guerin c26b83921f
Update current behavior of x-ms-enum in docs (#4352) 2021-10-28 10:27:52 -07:00
Timothee Guerin 1b56b6a331 Merge release/3.6.x into main 2021-10-15 09:51:49 -07:00
Timothee Guerin 55efe04ed6
HotFix: Remove all extension methods on string and array causing weird behaviors (#4341) 2021-10-15 08:27:34 -07:00
Timothee Guerin a72bff32c1
Tweak `x-ms-client-default` docs (#4334) 2021-10-08 13:03:32 -07:00