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

[servicebus sdk] missing name on entities datamodel returned from admin client #16692

Closed
serbrech opened this issue Dec 20, 2021 · 0 comments · Fixed by #21632
Closed

[servicebus sdk] missing name on entities datamodel returned from admin client #16692

serbrech opened this issue Dec 20, 2021 · 0 comments · Fixed by #21632
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. Service Bus

Comments

@serbrech
Copy link
Member

Bug Report

admin client seem to be missing some properties when getting entities.

in .net the entity types contain name, and systemdata :
https://github.com/Azure/azure-sdk-for-net/blob/c92daee4c73eb7cbeb8f7b4ac461dd07710e2f73/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Models/ServiceBusSubscriptionData.Serialization.cs#L100-L103

in go there isn't even the name, only the properties struct :

return &CreateSubscriptionResponse{
		RawResponse: resp,
		CreateSubscriptionResult: CreateSubscriptionResult{
			SubscriptionProperties: *newProps,
		},
	}, nil

  • import path of package in question, e.g. .../services/compute/mgmt/2018-06-01/compute
  • SDK version e.g. master, latest, 18.1.0
    • Specify the exact commit if possible; one way to get this is the REVISION
      column output by dep status "github.com/Azure/azure-sdk-for-go.
  • output of go version
  • What happened?
  • What did you expect or want to happen?
  • How can we reproduce it?
  • Anything we should know about your environment.
@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Dec 20, 2021
@RickWinter RickWinter added bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. Service Bus labels Dec 23, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Dec 23, 2021
@RickWinter RickWinter modified the milestones: [2022] March, [2022] August Jun 2, 2022
@RickWinter RickWinter modified the milestones: 2022-08, 2022-10 Sep 1, 2022
@RickWinter RickWinter modified the milestones: 2022-10, 2023-04 Jan 10, 2023
@RickWinter RickWinter removed this from the 2023-04 milestone Aug 29, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. Service Bus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants