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

Bug Report: Resource ID is missing in API Management Logger response #4211

Closed
JunyiYi opened this issue Mar 4, 2019 · 4 comments
Closed

Comments

@JunyiYi
Copy link

JunyiYi commented Mar 4, 2019

Bug Report

Resource ID is missing in API Management Logger response.

@tombuildsstuff
Copy link
Contributor

@jhendrixMSFT
Copy link
Member

@JunyiYi
Copy link
Author

JunyiYi commented Mar 4, 2019

Hi @tombuildsstuff @jhendrixMSFT , it is my fault of not explaining it clearly. The Resource ID here represents properties.resourceId, not the ID of the logger.

For example, in the response body of this example, I mean the resourceId property is missing.

{
  "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/loggers/loggerId",
  ...
  "properties": {
    ...
    "resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.EventHub/namespaces/hydraeventhub-ns"
  }
}

@jhendrixMSFT
Copy link
Member

Thanks for clarifying. Since this is an issue with the swagger I've ported this issue to Azure/azure-rest-api-specs#5318

@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants