// Code generated by azure-service-operator-codegen. DO NOT EDIT.
github.com/Azure/azure-service-operator/v2/api/resources/v1api20200601
├── APIVersion: Enum (1 value)
│   └── "2020-06-01"
├── ResourceGroup: Resource
│   ├── Spec: Object (4 properties)
│   │   ├── AzureName: Validated<string> (2 rules)
│   │   │   ├── Rule 0: MaxLength: 90
│   │   │   └── Rule 1: MinLength: 1
│   │   ├── Location: *string
│   │   ├── ManagedBy: *string
│   │   └── Tags: map[string]string
│   └── Status: Object (8 properties)
│       ├── Conditions: conditions.Condition[]
│       ├── Id: *string
│       ├── Location: *string
│       ├── ManagedBy: *string
│       ├── Name: *string
│       ├── Properties: *Object (1 property)
│       │   └── ProvisioningState: *string
│       ├── Tags: map[string]string
│       └── Type: *string
├── ResourceGroup_STATUS_ARM: 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_ARM: Object (4 properties)
    ├── Location: *string
    ├── ManagedBy: *string
    ├── Name: string
    └── Tags: map[string]string
