Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reference to REST API official documentation #430

Merged
merged 3 commits into from
Nov 11, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,9 @@ Subscribe to the following repo to be notified of announcements and updates abou

## REST API Reference

The following reference pages are available to describe the Azure App Configuration API surface in detail.

**Resources**
* [Keys](./docs/REST/keys.md)
* [Key-Values](./docs/REST/kv.md)
* [Labels](./docs/REST/labels.md)
* [Locks](./docs/REST/locks.md)
* [Revisions](./docs/REST/revisions.md)

**Protocol**
* [Authentication](./docs/REST/authentication/index.md)
* [Authorization](./docs/REST/authorization/index.md)
* [Consistency Model](./docs/REST/consistency.md)
* [Common Headers](./docs/REST/headers.md)
* [Throttling](./docs/REST/throttling.md)
* [Versioning](./docs/REST/versioning.md)

**Development**
* [Fiddler](./docs/Development/fiddler.md)
* [Postman](./docs/Development/postman.md)
Follow links below for the Azure App Configuration REST API reference
* [Key-vaule data operation](https://docs.microsoft.com/azure/azure-app-configuration/rest-api)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vaule -> value

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching it, @weshaggard :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only happened upon this because this PR broken some links in some of our app config samples. I just fixed up Azure/azure-sdk-for-net#17127.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, pages on Github tend to change more often. With REST API references moved to the official docs site, we also hope those links can be more 'permanent' and provide better discovery.

* [Configuration store management](https://docs.microsoft.com/rest/api/appconfiguration/)
zhenlan marked this conversation as resolved.
Show resolved Hide resolved

## Client Libraries

Expand Down
60 changes: 0 additions & 60 deletions docs/Development/fiddler.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/Development/postman.md

This file was deleted.

64 changes: 0 additions & 64 deletions docs/REST/authentication/aad.md

This file was deleted.

Loading