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 azure.developer.* namespace to registered namespaces #7074

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions docs/tables/registered_namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The following are a list of registered namespaces.
| `azure.ai.formrecognizer` | [Form Recognizer] |
| `azure.ai.textanalytics` | [Text Analytics] |
| `azure.data.appconfiguration` | [App Configuration] |
| `azure.developer.devcenter` | [Dev Center] |
| `azure.cosmos` | [Azure Cosmos DB] |
| `azure.messaging.eventhubs` | [Event Hubs] |
catalinaperalta marked this conversation as resolved.
Show resolved Hide resolved
| `azure.messaging.servicebus` | [Service Bus] |
Expand All @@ -37,6 +38,7 @@ To register a new namespace, contact the [Architecture Board].
[Azure Cosmos DB]: https://azure.microsoft.com/services/cosmos-db/
[Azure Search]: https://azure.microsoft.com/services/search/
[Azure Storage]: https://azure.microsoft.com/services/storage
[Dev Center]: https://azure.microsoft.com/services/dev-box/
[Event Hubs]: https://azure.microsoft.com/services/event-hubs/
[Form Recognizer]: https://azure.microsoft.com/services/cognitive-services/form-recognizer/
[Key Vault]: https://azure.microsoft.com/services/key-vault/
Expand Down
Loading