We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello We are unable to listsprites for AzureDNS
This code:
@startuml !include <azure/Networking/AzureDNS> listsprites @enduml
generates this
Also if we use
@startuml !include <azure/Networking/all> listsprites @enduml
We get an error:
The text was updated successfully, but these errors were encountered:
Hello @jcralbino,
Similar to:
In order to use azure/Networking/AzureDNS, you must to include azure/AzureCommon, as:
azure/Networking/AzureDNS
azure/AzureCommon
@startuml !include <azure/AzureCommon> !include <azure/Networking/AzureDNS> listsprites @enduml
Enjoy, Regards, Th.
Sorry, something went wrong.
I understand that this seems an approach used often
But for usability I believe the include of common should be inside of the all.puml ?
I think we might have to discuss some sort of standard or common convention to align across all std-lib source repos for this.
No branches or pull requests
Hello We are unable to listsprites for AzureDNS
This code:
generates this
Also if we use
We get an error:
The text was updated successfully, but these errors were encountered: