️ Azure SDK for Java API documentation repository. Content here is mostly auto-generated.
Перейти к файлу
Robert Outlaw e34dfdd376 fix samples bug 2017-11-08 16:11:14 -08:00
breadcrumb caps change in breadcrumbs 2017-06-19 21:43:58 -07:00
docs-ref-autogen Update Reference Content 2017-11-08 10:01:39 +00:00
docs-ref-conceptual fix samples bug 2017-11-08 16:11:14 -08:00
docs-ref-mapping add management API for Cosmos DB 2017-10-23 14:48:02 +08:00
docs-ref-overwrite Adding overwrite per issue #106 2017-05-16 14:57:25 -07:00
docs-ref-services C5890: Hardcoded EN locale in link 2017-10-24 12:39:12 -03:00
scripts ci should not run on master hard-coded 2017-07-19 10:36:22 +08:00
.gitignore update ignore file to ignore code2yaml tool 2017-06-01 15:35:45 +08:00
.openpublishing.build.ps1 Initialize open publishing repository: https://github.com/Azure/azure-docs-sdk-java of branch live 2016-07-22 08:20:10 +00:00
.openpublishing.publish.config.json fix landing data type 2017-08-01 15:15:08 -07:00
.openpublishing.redirection.json add redirection rules for enum url change 2017-09-08 14:54:30 +08:00
Auth.md Create Auth.md 2016-10-17 11:41:23 -07:00
LICENSE New license files from CELA. 2017-03-21 09:52:17 -07:00
LICENSE-CODE New license files from CELA. 2017-03-21 09:52:17 -07:00
README.md Update from CELA. 2017-03-21 09:51:40 -07:00
ThirdPartyNotices New license files from CELA. 2017-03-21 09:52:17 -07:00
appveyor.yml use vscopbld's access token 2017-10-24 17:09:14 +08:00
code2yaml.json exclude mgmt servicefabric 2017-11-08 17:57:09 +08:00
docfx.json Assign IoT SDK to correct service 2017-10-10 15:11:03 +01:00
repo.json udpate to version 1.3.0 2017-10-05 11:48:21 -07:00

README.md

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

How to Update the YAML content in the repo

  1. Clone the Azure sdk for Java
  2. Create a code2yaml.json config file to specify your input folder, output folder, exclude paths. you can refer to the template config file
  3. Run Code2Yaml.exe to generate YAML files.

Or you can run powershell Scripts/build.ps1, it would update the YAML files in api folder.