levimatheri
levimatheri
**What would you like to be added**: A service-level health check for Azure AI Search that uses [`SearchIndexClient`](https://learn.microsoft.com/dotnet/api/azure.search.documents.indexes.searchindexclient?view=azure-dotnet). **Why is this needed**: The existing Azure Search health check added by...
Closes #51. Implement self-hosted gateway/APIs. @mirsaeedi Please review, thank you.
For #55. Add support for importing GraphQL API. @mirsaeedi Please review.
Hello @mirsaeedi. No rush on this one: APIM provides [self-hosted gateway](https://docs.microsoft.com/en-us/azure/api-management/self-hosted-gateway-overview), and associating APIs with particular gateway(s). We are interested in using this feature in the near future, I am...
The ARM schema has [`graphql-link` spec format](https://docs.microsoft.com/en-us/azure/templates/microsoft.apimanagement/service/apis?pivots=deployment-language-arm-template#apicreateorupdateproperties-1) now. It would be nice if we could support this to allow importing GraphQL APIs. As far as implementation, was thinking we could...
**Bicep version** 0.29.47 **Describe the bug** When working with resource defined types, Bicep does not offer resource provider completion when there's an unmatched `
**Is your feature request related to a problem? Please describe.** When using resource defined types, assigning a mismatched type to a property does not emit a warning. For example: ```...
Add `deployer()` function to Az namespace to return information about the principal that initiated the current deployment operation. Note: This is not ready to be merged, as the backend rollout...
**Bicep version** 0.30.23 **Describe the bug** When typing a '/' in the registry path, completion is no longer provided (see below) I think it makes sense to make this work...
**Is your feature request related to a problem? Please describe.** For user-defined types, 'Go to definition' currently only works for the type itself, but not for the associated properties: ```...