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

AzureDNS Sprite #104

Open
jcralbino opened this issue Apr 23, 2024 · 2 comments
Open

AzureDNS Sprite #104

jcralbino opened this issue Apr 23, 2024 · 2 comments

Comments

@jcralbino
Copy link

Hello We are unable to listsprites for AzureDNS

This code:

@startuml
!include <azure/Networking/AzureDNS>
listsprites
@enduml

generates this
image

Also if we use

@startuml
!include <azure/Networking/all>
listsprites
@enduml

We get an error:
image

@The-Lum
Copy link
Collaborator

The-Lum commented Apr 23, 2024

Hello @jcralbino,

Similar to:

In order to use azure/Networking/AzureDNS, you must to include azure/AzureCommon, as:

@startuml
!include <azure/AzureCommon>
!include <azure/Networking/AzureDNS>
listsprites
@enduml

Enjoy,
Regards,
Th.

@jcralbino
Copy link
Author

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants