️ Azure SDK for Java API documentation repository. Content here is mostly auto-generated.
Перейти к файлу
yucwan 979c806f69 Update Eclipse quickstart and sign in guidance with new device login feature (#825)
General updates to this article.
2019-05-09 15:26:53 -07:00
breadcrumb clean up breadcrumbs 2018-10-29 16:11:49 -07:00
docs-ref-autogen CI Update 2019-05-09 15:12:44 +00:00
docs-ref-conceptual Update Eclipse quickstart and sign in guidance with new device login feature (#825) 2019-05-09 15:26:53 -07:00
docs-ref-mapping Adding HDInsight to release 2019-04-18 17:51:25 -07:00
docs-ref-overwrite 📦 Update documentation 2018-06-26 23:21:38 -07:00
docs-ref-services Fix version number and method casing. 2019-04-18 11:11:39 -07:00
legacy update the uid for ref service page 2018-11-07 18:46:31 +08:00
preview Trying to fix preview TOC 2019-04-15 13:31:06 -07:00
.gitattributes Initialize open publishing repository: https://github.com/Azure/azure-docs-sdk-java of branch master 2018-07-17 16:15:50 +00:00
.gitignore Add elastic db (#311) 2017-11-28 17:09:24 +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 Update .openpublishing.publish.config.json 2019-04-02 18:35:00 -07:00
.openpublishing.redirection.json clean up building warnings 2018-10-19 15:15:14 -07: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
code2yaml.json Switching to Storage SDK to pull from centeralized repo 2019-04-29 12:34:01 -07:00
docfx.json Fix Azure managment metadata 2019-02-20 10:00:43 -08:00
repo.json Switching to Storage SDK to pull from centeralized repo 2019-04-29 12:34:01 -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.