[servicebus sdk] missing name on entities datamodel returned from admin client #16692
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
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 :azure-sdk-for-go/sdk/messaging/azservicebus/admin/admin_client_subscription.go
Line 18 in 893c1d2
.../services/compute/mgmt/2018-06-01/compute
master
,latest
,18.1.0
column output by
dep status "github.com/Azure/azure-sdk-for-go
.go version
The text was updated successfully, but these errors were encountered: