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

539 Коммитов

Автор SHA1 Сообщение Дата
Wes Haggard 5b05fe2c72
Fix cpp centos broken link (#6623) 2023-09-12 09:30:29 -07:00
Kashif Khan 7edd03b617
update enum section to remove six (#6365) 2023-07-05 15:58:48 -05:00
Mariana Rios Flores 9542fc3e3c
trying again (#6024) 2023-06-21 14:35:12 -07:00
Anton Kolesnyk 12bf71dea4
C++ guidelines: fix more instances of `_detail` namespace naming (#6173)
https://github.com/Azure/azure-sdk/pull/6172#pullrequestreview-1451925000
2023-05-30 22:58:41 +00:00
Anton Kolesnyk 8929fc70d6
C++ guidelines: update `_detail` namespace naming (#6172) 2023-05-30 22:36:41 +00:00
Rick Winter 0785d05727
Update C++ guidelines for _detail namespace (#6161)
Update the guidelines with the correct `_detail` namespace pattern.
2023-05-26 11:31:19 -07:00
JoshLove-msft 2982173302
Update RequestFailedException docs (#6107)
* Update RequestFailedException docs

* pr fb

* swap order

* PR fb
2023-05-22 14:44:41 -07:00
Azure SDK Bot 2bfda7363c
Update package index with latest published versions (#6117)
* Update package index with latest published versions

* Update js-packages.csv

* Update js.yml

* Update distributed-tracing-conventions.md

---------

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2023-05-15 21:01:53 +00:00
Mike Kistler 7987d88df6
Add general guidelines for support of repeatability headers (#5952) 2023-05-04 06:34:38 -07:00
Mariana Rios Flores b36eea8f33
update table format (#6006) 2023-05-02 15:00:15 -07:00
Rick Winter 717cea6414
Add requirement for GetURL onto ServiceClients (#5996)
* Add requirement for ServiceClients to include a `GetURL()` method
2023-05-02 12:16:33 -07:00
Mariana Rios Flores c03f8f2c26
Update review process information (#5898)
Co-authored-by: Anne Thompson <annelo@microsoft.com>
2023-04-18 15:55:00 -07:00
Heath Stewart 044b66a576
Improve docs on hotfix branching process (#5859) 2023-04-05 14:05:40 -07:00
Matt Gertz b2ee83fcf5
Added statement on 3rd party tech usage (#5840)
* Added  statment on 3rd party tech usage

* Swapped sentences in one paragraph.
2023-03-30 13:38:13 -07:00
Praven Kuttappan 8e790d5a73
Update API review guidelines (#5522)
* update apiview guidelines
2023-02-21 09:30:14 -05:00
Heath Stewart 7ceb5f6240
Add guidelines about .NET TFMs (#5433)
* Add guidelines about .NET TFMs

Resolves #5361

* Resolve PR feedback
2023-02-08 16:04:25 -08:00
Heath Stewart 51e50fff3b
Fix intended link in .NET guidelines (#5516)
Also adds an aka mention of another common form including "Newtonsoft".
2023-02-06 15:32:31 -08:00
Liudmila Molkova e8ae48cf9e
Converge Azure SDK with OpenTelemetry semantic conventions (#5398)
* Converge Azure SDK and otel semantic conventions
2023-01-25 14:55:19 -08:00
Mike Kistler 01909a154a
Client guidelines (#5277)
* Initial draft of service client guidance
* Consumers can specify api version on client constructor
* Address PR review comments
2023-01-25 10:12:21 -06:00
Christopher Scott ae803d8d5a
Add RequestContext to the guidelines around cancellation (#4752)
* add RequestContext to the guidelines around cancellation
2023-01-24 16:17:39 -06:00
Lori Fraleigh 8cf75b4f1c
Update releases.md (#5373)
Beta releases are mandatory for products going through APEX
2023-01-17 15:43:04 -08:00
pavelprystinka bd523bc954
Fix java guidelines typo (#5384) 2023-01-17 12:40:21 +13:00
Jose Manuel Heredia Hidalgo 9d33c28026
Update User-Agent guideline (#5196)
* Update User-Agent guideline

* update notation

* update example

* Apply suggestions from code review

Co-authored-by: Jonathan Giles <jonathan.giles@microsoft.com>

* Address comments

* add example

Co-authored-by: Jonathan Giles <jonathan.giles@microsoft.com>
2023-01-11 13:34:36 -08:00
Madalyn Redding 07807fe510
Update LRO Documentation (#5249)
Update the LRO documentation to reflect polling the operation rather than the client.
2022-12-13 14:54:41 -08:00
Rick Winter 99352b0ffa
Fix links (#5093) 2022-11-10 20:07:39 +00:00
Johan Stenberg (MSFT) 8612d7255f
Remove references to Python 2.7 support (#4561)
Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>
2022-11-08 13:57:09 -08:00
Scott Addie 42288a3e34
Add troubleshooting guide entry to documentation page (#5040)
* Add troubleshooting guide entry to documentation page

* Replace docs.microsoft.com references
2022-11-02 09:12:13 -07: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