Skip to content

Commit

Permalink
Add support for Insight/Webtest 2022-06-15 (#3911)
Browse files Browse the repository at this point in the history
* Add support for Insight/Webtest 2022-06-15

* Update submodule

* Add extra line

* Merge main and run generator
  • Loading branch information
super-harsh authored Apr 17, 2024
1 parent 2d8d216 commit 8757da6
Show file tree
Hide file tree
Showing 26 changed files with 14,217 additions and 1,290 deletions.
8 changes: 8 additions & 0 deletions docs/hugo/content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,14 @@ These resource(s) are available for use in the current release of ASO. Different

To install the CRDs for these resources, your ASO configuration must include `insights.azure.com/*` as a one of the configured CRD patterns. See [CRD Management in ASO](https://azure.github.io/azure-service-operator/guide/crd-management/) for details on doing this for both [Helm](https://azure.github.io/azure-service-operator/guide/crd-management/#helm) and [YAML](https://azure.github.io/azure-service-operator/guide/crd-management/#yaml) based installations.

### Next Release

Development of these new resources is complete and they will be available in the next release of ASO.

| Resource | ARM Version | CRD Version | Supported From | Sample |
|--------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------|
| [Webtest](https://azure.github.io/azure-service-operator/reference/insights/v1api20220615/#insights.azure.com/v1api20220615.Webtest) | 2022-06-15 | v1api20220615 | v2.7.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/insights/v1api/v1api20220615_webtest.yaml) |

### Released

These resource(s) are available for use in the current release of ASO. Different versions of a given resource reflect different versions of the Azure ARM API.
Expand Down
8 changes: 8 additions & 0 deletions docs/hugo/content/reference/insights/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ no_list: true
---
To install the CRDs for these resources, your ASO configuration must include `insights.azure.com/*` as a one of the configured CRD patterns. See [CRD Management in ASO](https://azure.github.io/azure-service-operator/guide/crd-management/) for details on doing this for both [Helm](https://azure.github.io/azure-service-operator/guide/crd-management/#helm) and [YAML](https://azure.github.io/azure-service-operator/guide/crd-management/#yaml) based installations.

### Next Release

Development of these new resources is complete and they will be available in the next release of ASO.

| Resource | ARM Version | CRD Version | Supported From | Sample |
|--------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------|
| [Webtest](https://azure.github.io/azure-service-operator/reference/insights/v1api20220615/#insights.azure.com/v1api20220615.Webtest) | 2022-06-15 | v1api20220615 | v2.7.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/insights/v1api/v1api20220615_webtest.yaml) |

### Released

These resource(s) are available for use in the current release of ASO. Different versions of a given resource reflect different versions of the Azure ARM API.
Expand Down

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

195 changes: 105 additions & 90 deletions v2/api/insights/v1api20180501preview/storage/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,93 +2,108 @@
github.com/Azure/azure-service-operator/v2/api/insights/v1api20180501preview/storage
├── APIVersion: Enum (1 value)
│ └── "2018-05-01-preview"
└── Webtest: Resource
├── Owner: resources/v1apiv20191001.ResourceGroup
├── Spec: Object (18 properties)
│ ├── AzureName: string
│ ├── Configuration: *Object (2 properties)
│ │ ├── PropertyBag: genruntime.PropertyBag
│ │ └── WebTest: *string
│ ├── Description: *string
│ ├── Enabled: *bool
│ ├── Frequency: *int
│ ├── Kind: *string
│ ├── Location: *string
│ ├── Locations: Object (2 properties)[]
│ │ ├── Id: *string
│ │ └── PropertyBag: genruntime.PropertyBag
│ ├── Name: *string
│ ├── OriginalVersion: string
│ ├── Owner: *genruntime.KnownResourceReference
│ ├── PropertyBag: genruntime.PropertyBag
│ ├── Request: *Object (7 properties)
│ │ ├── FollowRedirects: *bool
│ │ ├── Headers: Object (3 properties)[]
│ │ │ ├── Key: *string
│ │ │ ├── PropertyBag: genruntime.PropertyBag
│ │ │ └── Value: *string
│ │ ├── HttpVerb: *string
│ │ ├── ParseDependentRequests: *bool
│ │ ├── PropertyBag: genruntime.PropertyBag
│ │ ├── RequestBody: *string
│ │ └── RequestUrl: *string
│ ├── RetryEnabled: *bool
│ ├── SyntheticMonitorId: *string
│ ├── Tags: map[string]string
│ ├── Timeout: *int
│ └── ValidationRules: *Object (6 properties)
│ ├── ContentValidation: *Object (4 properties)
│ │ ├── ContentMatch: *string
│ │ ├── IgnoreCase: *bool
│ │ ├── PassIfTextFound: *bool
│ │ └── PropertyBag: genruntime.PropertyBag
│ ├── ExpectedHttpStatusCode: *int
│ ├── IgnoreHttpsStatusCode: *bool
│ ├── PropertyBag: genruntime.PropertyBag
│ ├── SSLCertRemainingLifetimeCheck: *int
│ └── SSLCheck: *bool
└── Status: Object (20 properties)
├── Conditions: conditions.Condition[]
├── Configuration: *Object (2 properties)
│ ├── PropertyBag: genruntime.PropertyBag
│ └── WebTest: *string
├── Description: *string
├── Enabled: *bool
├── Frequency: *int
├── Id: *string
├── Kind: *string
├── Location: *string
├── Locations: Object (2 properties)[]
│ ├── Id: *string
│ └── PropertyBag: genruntime.PropertyBag
├── Name: *string
├── PropertiesName: *string
├── PropertyBag: genruntime.PropertyBag
├── ProvisioningState: *string
├── Request: *Object (7 properties)
│ ├── FollowRedirects: *bool
│ ├── Headers: Object (3 properties)[]
│ │ ├── Key: *string
│ │ ├── PropertyBag: genruntime.PropertyBag
│ │ └── Value: *string
│ ├── HttpVerb: *string
│ ├── ParseDependentRequests: *bool
│ ├── PropertyBag: genruntime.PropertyBag
│ ├── RequestBody: *string
│ └── RequestUrl: *string
├── RetryEnabled: *bool
├── SyntheticMonitorId: *string
├── Tags: map[string]string
├── Timeout: *int
├── Type: *string
└── ValidationRules: *Object (6 properties)
├── ContentValidation: *Object (4 properties)
│ ├── ContentMatch: *string
│ ├── IgnoreCase: *bool
│ ├── PassIfTextFound: *bool
│ └── PropertyBag: genruntime.PropertyBag
├── ExpectedHttpStatusCode: *int
├── IgnoreHttpsStatusCode: *bool
├── PropertyBag: genruntime.PropertyBag
├── SSLCertRemainingLifetimeCheck: *int
└── SSLCheck: *bool
├── Webtest: Resource
│ ├── Owner: resources/v1apiv20191001.ResourceGroup
│ ├── Spec: Object (18 properties)
│ │ ├── AzureName: string
│ │ ├── Configuration: *Object (2 properties)
│ │ │ ├── PropertyBag: genruntime.PropertyBag
│ │ │ └── WebTest: *string
│ │ ├── Description: *string
│ │ ├── Enabled: *bool
│ │ ├── Frequency: *int
│ │ ├── Kind: *string
│ │ ├── Location: *string
│ │ ├── Locations: Object (2 properties)[]
│ │ │ ├── Id: *string
│ │ │ └── PropertyBag: genruntime.PropertyBag
│ │ ├── Name: *string
│ │ ├── OriginalVersion: string
│ │ ├── Owner: *genruntime.KnownResourceReference
│ │ ├── PropertyBag: genruntime.PropertyBag
│ │ ├── Request: *Object (7 properties)
│ │ │ ├── FollowRedirects: *bool
│ │ │ ├── Headers: Object (3 properties)[]
│ │ │ │ ├── Key: *string
│ │ │ │ ├── PropertyBag: genruntime.PropertyBag
│ │ │ │ └── Value: *string
│ │ │ ├── HttpVerb: *string
│ │ │ ├── ParseDependentRequests: *bool
│ │ │ ├── PropertyBag: genruntime.PropertyBag
│ │ │ ├── RequestBody: *string
│ │ │ └── RequestUrl: *string
│ │ ├── RetryEnabled: *bool
│ │ ├── SyntheticMonitorId: *string
│ │ ├── Tags: map[string]string
│ │ ├── Timeout: *int
│ │ └── ValidationRules: *Object (6 properties)
│ │ ├── ContentValidation: *Object (4 properties)
│ │ │ ├── ContentMatch: *string
│ │ │ ├── IgnoreCase: *bool
│ │ │ ├── PassIfTextFound: *bool
│ │ │ └── PropertyBag: genruntime.PropertyBag
│ │ ├── ExpectedHttpStatusCode: *int
│ │ ├── IgnoreHttpsStatusCode: *bool
│ │ ├── PropertyBag: genruntime.PropertyBag
│ │ ├── SSLCertRemainingLifetimeCheck: *int
│ │ └── SSLCheck: *bool
│ └── Status: Object (20 properties)
│ ├── Conditions: conditions.Condition[]
│ ├── Configuration: *Object (2 properties)
│ │ ├── PropertyBag: genruntime.PropertyBag
│ │ └── WebTest: *string
│ ├── Description: *string
│ ├── Enabled: *bool
│ ├── Frequency: *int
│ ├── Id: *string
│ ├── Kind: *string
│ ├── Location: *string
│ ├── Locations: Object (2 properties)[]
│ │ ├── Id: *string
│ │ └── PropertyBag: genruntime.PropertyBag
│ ├── Name: *string
│ ├── PropertiesName: *string
│ ├── PropertyBag: genruntime.PropertyBag
│ ├── ProvisioningState: *string
│ ├── Request: *Object (7 properties)
│ │ ├── FollowRedirects: *bool
│ │ ├── Headers: Object (3 properties)[]
│ │ │ ├── Key: *string
│ │ │ ├── PropertyBag: genruntime.PropertyBag
│ │ │ └── Value: *string
│ │ ├── HttpVerb: *string
│ │ ├── ParseDependentRequests: *bool
│ │ ├── PropertyBag: genruntime.PropertyBag
│ │ ├── RequestBody: *string
│ │ └── RequestUrl: *string
│ ├── RetryEnabled: *bool
│ ├── SyntheticMonitorId: *string
│ ├── Tags: map[string]string
│ ├── Timeout: *int
│ ├── Type: *string
│ └── ValidationRules: *Object (6 properties)
│ ├── ContentValidation: *Object (4 properties)
│ │ ├── ContentMatch: *string
│ │ ├── IgnoreCase: *bool
│ │ ├── PassIfTextFound: *bool
│ │ └── PropertyBag: genruntime.PropertyBag
│ ├── ExpectedHttpStatusCode: *int
│ ├── IgnoreHttpsStatusCode: *bool
│ ├── PropertyBag: genruntime.PropertyBag
│ ├── SSLCertRemainingLifetimeCheck: *int
│ └── SSLCheck: *bool
├── augmentConversionForHeaderField: Interface
├── augmentConversionForHeaderField_STATUS: Interface
├── augmentConversionForWebTestGeolocation: Interface
├── augmentConversionForWebTestGeolocation_STATUS: Interface
├── augmentConversionForWebTestProperties_Configuration: Interface
├── augmentConversionForWebTestProperties_Configuration_STATUS: Interface
├── augmentConversionForWebTestProperties_Request: Interface
├── augmentConversionForWebTestProperties_Request_STATUS: Interface
├── augmentConversionForWebTestProperties_ValidationRules: Interface
├── augmentConversionForWebTestProperties_ValidationRules_ContentValidation: Interface
├── augmentConversionForWebTestProperties_ValidationRules_ContentValidation_STATUS: Interface
├── augmentConversionForWebTestProperties_ValidationRules_STATUS: Interface
├── augmentConversionForWebtest: Interface
├── augmentConversionForWebtest_STATUS: Interface
└── augmentConversionForWebtest_Spec: Interface
Loading

0 comments on commit 8757da6

Please sign in to comment.