* Add all columns to allpackages csv files
* Add new package data to all package csv
* Add Type and use Update-Release-Versions.ps1 script
* Remove allpackages directory
* Add mgmt tab and remove all index
* Fix broken links for other packages
* Refactor nav in templates
* Rename data to client
* Add side nav and fix index pages
* handle no ga release
* insert a line between functions
* updates to the jekyll template
* fix syntax
* correct variable usage
* updating for preveiw links
* simpler implementation
* we shouldn't autogenerate if we've placed a custom URL
* handle NA as a special case. we can't just treat it as preview
* Make JS Package full package name
* Make Java CSV consistent and update scripts
* Add Type column to each csv
* Update versions to latest
* Fix TrimmedPackage replacement
* Fix some more issues with the site templates
* Make NA badges empty
* Fix broken docs link
* Change naming to use PascalCase rather than snake_case in the C++ guidelines.
* Fix up members to follow the m_ and g_ prefixes agreed to 2020-04-02, fix ids to follow the hierarchy, and separate naming rules as the document originally intended. Factored out rules that apply to all naming, like being clear and concise.
* Don't use 'Api' as example namespace name.
This document has been rewritten to clarify for partners (and our own team) how to incorporate the arch board into creating new libraries and adding features into existing libraries. It now details the number and types of meetings that should happen for new work and big feature adds. It also now describes a lighter process for smaller changes and gives guidance for previewing API changes before going GA.
Instructions on how to create API reviews has been updated based on current tooling.
- Add links for latest release for each language
- Add script to update to latest package versions
- Clean-up the older generation scripts
- Instead of failing to update because of missing docs we detect and simply don't display the link for the missing docs.
To update the latest versions data run the following script "./eng/scripts/Update-Release-Versions.ps1"
The environment variables AZURE_CLOUD, AZURE_SUBSCRIPTION_ID, and AZURE_RESOURCE_GROUP are environment variables which impact multiple client libraries across the SDK and are not Identity specific. Furthermore AZURE_SUBSCRIPTION_ID and AZURE_RESOURCE_GROUP don't apply to Identity at all.
* Removing old data as preparation for new Jekyll site
* Jekyll site implementation
* Updated links in README
* Corrected link for TypeScript
* Replacement for PR #526
* Integration of PR #538
* Rename of the sidebar titles, per bterlson
* External links open in same tab
* Added common redirects for the guidelines
* Added redirects for migration from the azuresdkspec site
* Added general guidelines redirect
* Added Review Process
* Replacement for PR #541
* Moved README-EXAMPLE to repo
* Fixing links in .NET guidelines
* (#312) Made the guidelines and policy release versioning agree