def _update_initial(
self,
resource_group_name: str,
map_name: str,
properties: Union[_models.MapsResourceTagsUpdate, _types.MapsResourceTagsUpdate, IO[bytes]],
**kwargs: Any
) -> Iterator[bytes]:
error_map: MutableMapping = {
401: ClientAuthenticationError,
404: ResourceNotFoundError,
409: ResourceExistsError,
304: ResourceNotModifiedError,
}
For https://github.com/Azure/azure-rest-api-specs/tree/9ee5902c9557817bc4a859ebc13f757515aac5d7/specification/azuredependencymap/DependencyMap.Management, the generated sdk code is:
But the
MapsResourceTagsUpdateis not generated intypes.py.Reproduce
Use latest python emitter to generate sdk code with command
tsp-client init -c https://github.com/Azure/azure-rest-api-specs/blob/9ee5902c9557817bc4a859ebc13f757515aac5d7/specification/azuredependencymap/DependencyMap.Management/tspconfig.yamlin azure-sdk-for-python repo.