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

519 Коммитов

Автор SHA1 Сообщение Дата
Christopher Scott 56d723e9ac
fb 2023-01-20 17:30:41 -06:00
Christopher Scott 7eafcdbb01 fb 2022-10-28 13:37:45 -05:00
Christopher Scott 162a8f1fb6 fb 2022-10-28 13:33:12 -05:00
Christopher Scott f8defac2f1 fb 2022-10-28 13:31:30 -05:00
Christopher Scott 3c22706771
Apply suggestions from code review
Co-authored-by: Anne Thompson <annelo@microsoft.com>
2022-10-28 12:39:24 -05:00
Christopher Scott 606a2ccb84 fb 2022-10-27 14:41:28 -05:00
Christopher Scott 39af816661 Update guidelines for NullableResponse<T> 2022-10-27 14:32:10 -05:00
m-nash 0b114129b2
initial draft on param ordering guidelines (#4385)
* initial draft on param ordering guidelines

* swap content type to be after body
2022-10-17 16:09:07 -07:00
Rick Winter b13a94d051
Update retry guidelines (#4913)
* Update retry guidelines

* Add additional SHOULD condition
2022-10-13 13:04:34 -07:00
Travis Prescott 42c52b92ad
Update guideline (#4954)
Change bitcode guideline.
2022-10-12 11:43:09 -07:00
Wes Haggard a0abbf3fe6
Fix broken link to npm releases (#4852) 2022-09-19 16:03:25 -07:00
Travis Prescott 00d9125c2d
Update enum guideline. (#4831) 2022-09-16 09:15:12 -07:00
Laurent Mazuel 37852b69bc
Update Python version supported (#4565)
* Update design.md

* Remove sentences on universal wheel

* Update example with Py3 syntax

* More Py 3

* Update docs/python/_includes/example_client.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update docs/python/_includes/example_client.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update docs/python/_includes/example_client.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update docs/python/_includes/example_client.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update docs/python/_includes/example_client.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update docs/python/_includes/example_client.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update docs/python/design.md

Co-authored-by: Anna Tisch <antisch@microsoft.com>

Co-authored-by: Anna Tisch <antisch@microsoft.com>
2022-09-06 13:19:51 -07:00
Joel Hendrix 2c8747a7df
Update constants as enums to reflect GA design (#4750)
* Update constants as enums to reflect GA design

* revise
2022-08-30 09:46:44 -07:00
Scott Addie 5117a9a3f4
Update MSI product name used in guidelines (#4584) 2022-07-27 16:23:59 -07:00
Sima Zhu 7793298c07
Bump macOs version to macos-11 (#4579) 2022-07-27 15:53:15 -07:00
Krzysztof Cwalina 27b20b2ac0
updated LRO guidelines to the new WaitUntil pattern. (#4575)
* updated LRO guidelines

* added note about the older pattern

* wording fixes

* review feedback

* pr review fixes
2022-07-26 10:33:14 -07:00
Joel Hendrix 7d74c7afe1
Clean-up of various Go design guidelines (#4556)
Updates reflect the current state of the world for naming of options and
response envelope types.
Promote client constructors that use AAD token auth or the service
preferred authentication mechanism.
Paged and long-running operations now return their respective generic
types.
Resuming an LRO now uses the resume token in the Begin* method.
2022-07-20 11:30:10 -07:00
Liudmila Molkova c85e35fa71
Add nested client span guidance (#4367)
* Add nested client span guidance and fix contentions
* Add more cross-lang and new .NET distribute tracing guidance
2022-07-07 10:31:42 -07:00
Laurent Mazuel 1f71918de2
Remove Python 3.6 from support (#4503) 2022-07-06 16:18:32 -07:00
Mario Guerra d51e90a266
Fix table formatting (#4447) 2022-06-15 08:46:08 -07:00
Travis Prescott cd585b4d55
[Swift] Draft event guidelines (#4229)
* Draft event guidelines.

* Updates.

* Tweak suggested guidelines

* Update guidance on typealias.

* no message
2022-06-09 10:10:50 -07:00
Liudmila Molkova 9bd1f5ba23
Tracing conventions: Update requirement levels (#4384) 2022-06-06 13:41:10 -07:00
Jeff Fisher dc94ded866
[js] Add guidance about avoiding subclassing across package boundaries. (#3205)
* Add guidance about avoiding subclassing across package boundaries.
2022-05-16 11:41:56 -07:00
Rick Winter b3eaca8416
Update support statement for Go, C, C++ (#3967)
* Update support statement for Go, C, C++

* Apply suggestions from code review

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

Co-authored-by: Victor Vazquez <victor.vazquez@microsoft.com>
Co-authored-by: Ahson Khan <ahson_ahmedk@yahoo.com>
2022-05-11 19:14:45 +00:00
Heath Stewart 9f4a177721
Use `var` for .NET docs where acceptable (#4241)
.NET style only allows `var` for obvious types, like instantiation. .NET SDK guidelines should match this guidance to avoid confusion.
2022-04-26 14:37:29 -07:00
Heath Stewart 2b5091fb6f
Add requirement about passing service version (#3809)
* Add requirement about passing service version

* Updated text based on internal discussions
2022-04-15 21:04:40 +00:00
Mario Guerra c350ca72c8
adding section 5 on legacy package management (#4092)
* adding section 5 on legacy package management

* adding section 5 on legacy package management

* Update docs/policies/releases.md

Co-authored-by: Jesse Squire <jsquire@microsoft.com>

* Update docs/policies/releases.md

Co-authored-by: Jesse Squire <jsquire@microsoft.com>

* Update docs/policies/releases.md

Co-authored-by: Jesse Squire <jsquire@microsoft.com>

* Update docs/policies/releases.md

Co-authored-by: Jesse Squire <jsquire@microsoft.com>

* Update docs/policies/releases.md

Co-authored-by: Jesse Squire <jsquire@microsoft.com>

* Update docs/policies/releases.md

Co-authored-by: Jesse Squire <jsquire@microsoft.com>

* Update docs/policies/releases.md

Co-authored-by: Jesse Squire <jsquire@microsoft.com>

* Update docs/policies/releases.md

Co-authored-by: Jesse Squire <jsquire@microsoft.com>

* Update docs/policies/releases.md

Co-authored-by: Jesse Squire <jsquire@microsoft.com>

* Update docs/policies/releases.md

Co-authored-by: Jesse Squire <jsquire@microsoft.com>

* Update docs/policies/releases.md

Co-authored-by: Jesse Squire <jsquire@microsoft.com>

* Update docs/policies/releases.md

* Update docs/policies/releases.md

* Update docs/policies/releases.md

* Update docs/policies/releases.md

* Update docs/policies/releases.md

* Update docs/policies/releases.md

* Update docs/policies/releases.md

* Update docs/policies/releases.md

* Update docs/policies/releases.md

* Update docs/policies/releases.md

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Update docs/policies/releases.md

* Update docs/policies/releases.md

* Apply suggestions from code review

Co-authored-by: mario-guerra <marioguerra@microsoft.com>
Co-authored-by: Jesse Squire <jsquire@microsoft.com>
2022-04-13 13:37:49 -05:00
Travis Prescott e23632ce1b
Update guidelines around API version for iOS and Android. (#4077) 2022-03-29 10:41:52 -07:00
Wes Haggard 1a94ae5b3f
Change remaing references from retired to deprecated (#4063) 2022-03-21 10:47:46 -07:00
Mario Guerra 6d47117445
Change wording to reflect deprecation vs retirement (#4053) 2022-03-21 10:31:41 -07:00
Alex Ghiondea 2c0c8afed8
Update support.md (#3961)
Fix the link to the .NET matrix.
2022-03-11 09:58:17 -08:00
Mike Kistler b38cf7641c
Fix terminology for SDK releases (#3968) 2022-03-02 08:55:53 -08:00
Laurent Mazuel 30c07a46d6
Update correct Python versions (#3960) 2022-02-28 11:41:04 -08:00
Alex Ghiondea 74cebba335
Update support.md (#3963)
* Update support.md

* Update support.md
2022-02-28 10:03:50 -08:00
Travis Prescott 663c1cd7a3
Update design.md (#3193)
* Update design.md

iOS Guidelines Updates

* Update docs/ios/design.md

Co-authored-by: Mike Kistler <85643503+mikekistler@users.noreply.github.com>

* Review feedback

Co-authored-by: Mike Kistler <85643503+mikekistler@users.noreply.github.com>
2022-02-25 14:08:52 -08:00
praveenkuttappan a9003724d4
Updated release policies to mention about JS npm tags (#3934) 2022-02-17 15:45:20 -05:00
Travis Prescott d531c9a3ea
Add docstring default guidance (#3928) 2022-02-16 15:17:03 -08:00
Mario Guerra 9011f7d4b2
Add description of 'support retired' package state (#3858) 2022-02-03 09:50:37 -08:00
Srikanta 56fb2c1846
Clarify parameter validation (#3836)
* Clarify parameter validation

* clarify service and client params

* update param validation

* update client param validation guideline
2022-02-02 21:02:15 +00:00
Anne Thompson 9f2ffe5326
Some small edits to help clarify parameter validation guidance (#3832)
* tweaks to parameter validation wording

* pr fb

* pr fb

* nit whitespace
2022-02-02 20:08:30 +00:00
Scott Addie 36b7b8f3c4
Add docs guideline for Acrolinx VS Code extension (#3842) 2022-01-27 15:11:55 -06:00
Ramya Rao 807d123c93
Remove the guideline around CIDR (#3719) 2022-01-14 12:29:19 -08:00
Anne Thompson 146a7c5c86
Update .NET ClientOptions guidelines to reflect precedent (#3771) 2022-01-12 14:08:32 -08:00
Wes Haggard 73ff379b68
Update .NET Standard 2.0 link (#3767)
The old link pointed to an archived repo so needed to update to official docs site.
2022-01-12 09:00:27 -08:00
Scott Addie 5cfefa6f7c
Add Azure.Monitor namespace to approved list in .NET design guidelines (#3746) 2022-01-10 18:34:46 -06:00
Lori Fraleigh 10d2cd7d66
Update reviewprocess.md (#3718)
Updated email address for arch board
2022-01-03 08:52:48 -08:00
Azure SDK Bot 898c87eda1
Update package index with latest published versions (#3567)
* Fix cloudevent link
* Fix broken swift api-guidelines links
2021-11-05 17:46:02 +00:00
Liudmila Molkova 7fd06977f3
Remove etc from distributed tracing header list (#3557)
Limit distributed tracing headers to W3C Trace-Context. This is important to keep this set closed, especially for CORS configuration in Azure.

Similar to https://github.com/Azure/azure-sdk/pull/3554. Apparently we have it in multiple places
2021-11-03 15:41:18 -07:00
Liudmila Molkova 86467856b2
Remove etc from distributed tracing header list (#3554)
Limit distributed tracing headers to W3C Trace-Context. This is important to keep this set closed, especially for CORS configuration in Azure.
2021-11-02 22:56:26 -07:00