Skip to content

Commit

Permalink
Move ARM types for resources (#4426)
Browse files Browse the repository at this point in the history
* Remove suppression for resources

* Update generated files for resources

* Update PR

* Format code
  • Loading branch information
theunrepentantgeek authored Nov 8, 2024
1 parent 97d0ccf commit a91754f
Show file tree
Hide file tree
Showing 11 changed files with 226 additions and 325 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions v2/api/resources/v1api20200601/arm/structure.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Code generated by azure-service-operator-codegen. DO NOT EDIT.
github.com/Azure/azure-service-operator/v2/api/resources/v1api20200601/arm
--------------------------------------------------------------------------
ResourceGroup_STATUS: Object (7 properties)
├── Id: *string
├── Location: *string
├── ManagedBy: *string
├── Name: *string
├── Properties: *Object (1 property)
│ └── ProvisioningState: *string
├── Tags: map[string]string
└── Type: *string
ResourceGroup_Spec: Object (4 properties)
├── Location: *string
├── ManagedBy: *string
├── Name: string
└── Tags: map[string]string
Loading

0 comments on commit a91754f

Please sign in to comment.