Skip to content

Commit

Permalink
Merge pull request #144 from perfectsense/bugfix/network-refactor
Browse files Browse the repository at this point in the history
Fixes for Network resource post refactor
  • Loading branch information
deepanjan90 authored Jul 25, 2024
2 parents 888bed5 + 6756248 commit f146b6b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/java/gyro/azure/network/NetworkFinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
import gyro.azure.AzureFinder;
import gyro.core.Type;

/**
* Query network.
*
* Example
* -------
*
* .. code-block:: gyro
*
* network: $(external-query azure::network {})
*/
@Type("network")
public class NetworkFinder extends AzureFinder<Network, NetworkResource> {

Expand Down

0 comments on commit f146b6b

Please sign in to comment.