Service bus data plane type declaration files are out of date
See original GitHub issue@types/azure-sb is missing some service bus definitions:
I’m also curious, what’s the intended usage of this library when it comes to the multiple-sub-packages and @types
packages?
What combination should I be using?
@types/azure-sb
andazure
?azure-sb
and@types/azure-sb
?@types/azure
andazure-sb
?
Forked from https://github.com/Azure/azure-sdk-for-node/issues/2083#issuecomment-285924121 and filing on behalf of @atrauzzi
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Azure Service Bus - Message expiration (Time to Live)
This article explains about expiration and time to live (TTL) of Azure Service Bus messages. After such a deadline, the message is no...
Read more >NTD Reporting - Frequently Asked Questions | FTA
Voluntary Reporters must complete the National Transit Database (NTD) report in its entirety. With the expanded asset inventory, Voluntary ...
Read more >Be sure . . . declare everything - Travel.gc.ca
declare everything. Making your declaration. If you are returning to Canada by commercial aircraft, you will receive a Canada Border Services ...
Read more >RULES OF SUPREME COURT OF VIRGINIA
The date of entry of any final judgment, order, or decree is the date it is signed by the judge either on paper...
Read more >Publication 515 (2022), Withholding of Tax on Nonresident ...
Foreign freight charges or rental of equipment used outside the United States. ... Or, you can write to: Internal Revenue Service, Tax Forms...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any updates on this? I’m having issues with this as well and probably a lot of people.
Any answer to @despairblue 's questions? I’d like to fix them but need to know where to fix it first.
@pscanf Just a heads up that I’m having problems with this as well and like to fix them.
@types/azure-sb
is not imported by@types/azure
.@types/azure-sb
does in fact not export anything at all.It seems that most definitions are in
@types/azure
itself even though theazure
package itself seems to be a meta package importing and reexporting all the smaller ones. It’s certainly possible to just install one of it’s sub packages and use it.I wonder if the @types should be structured the same, and also if the types should go to @DefinitelyTyped or here, since a lot of packages already contain type defs in this repo.