Skip to content

Commit ec35163

Browse files
Copilotmatthchr
andauthored
Add operationalinsights API version 2025-07-01 (#5026)
* Initial plan * Add operationalinsights 2025-07-01 API configuration and generate types Co-authored-by: matthchr <[email protected]> * Add sample and test file for operationalinsights v1api20250701 Co-authored-by: matthchr <[email protected]> * Update hub version to v1api20250701 in workspace customization Co-authored-by: matthchr <[email protected]> * Record tests * Regenerate --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: matthchr <[email protected]> Co-authored-by: Matthew Christopher <[email protected]>
1 parent 99f168e commit ec35163

35 files changed

+17440
-646
lines changed

docs/hugo/content/reference/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,14 @@ These resource(s) are available for use in the current release of ASO. Different
865865

866866
To install the CRDs for these resources, your ASO configuration must include `operationalinsights.azure.com/*` as 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.
867867

868+
### Next Release
869+
870+
Development of these new resources is complete and they will be available in the next release of ASO.
871+
872+
| Resource | ARM Version | CRD Version | Supported From | Sample |
873+
|-----------|-------------|-------------|----------------|---------------------------------------------------------------------------------------------------------------------------------|
874+
| Workspace | 2025-07-01 | v20250701 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/operationalinsights/v1api/v20250701_workspace.yaml) |
875+
868876
### Released
869877

870878
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.

docs/hugo/content/reference/operationalinsights/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ no_list: true
55
---
66
To install the CRDs for these resources, your ASO configuration must include `operationalinsights.azure.com/*` as 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.
77

8+
### Next Release
9+
10+
Development of these new resources is complete and they will be available in the next release of ASO.
11+
12+
| Resource | ARM Version | CRD Version | Supported From | Sample |
13+
|-----------|-------------|-------------|----------------|---------------------------------------------------------------------------------------------------------------------------------|
14+
| Workspace | 2025-07-01 | v20250701 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/operationalinsights/v1api/v20250701_workspace.yaml) |
15+
816
### Released
917

1018
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.

v2/api/operationalinsights/customizations/workspace_extension.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
v1 "k8s.io/api/core/v1"
1717
"sigs.k8s.io/controller-runtime/pkg/conversion"
1818

19-
"github.com/Azure/azure-service-operator/v2/api/operationalinsights/v1api20210601/storage"
19+
"github.com/Azure/azure-service-operator/v2/api/operationalinsights/v20250701/storage"
2020
"github.com/Azure/azure-service-operator/v2/internal/genericarmclient"
2121
"github.com/Azure/azure-service-operator/v2/internal/set"
2222
"github.com/Azure/azure-service-operator/v2/internal/util/to"

v2/api/operationalinsights/customizations/workspace_extension_types_gen.go

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v2/api/operationalinsights/v1api20210601/storage/structure.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,27 @@ Workspace: Resource
8080
├── PropertyBag: genruntime.PropertyBag
8181
└── QuotaNextResetTime: *string
8282

83+
augmentConversionForPrivateLinkScopedResource_STATUS: Interface
84+
85+
augmentConversionForWorkspace: Interface
86+
87+
augmentConversionForWorkspaceCapping: Interface
88+
89+
augmentConversionForWorkspaceCapping_STATUS: Interface
90+
91+
augmentConversionForWorkspaceFeatures: Interface
92+
93+
augmentConversionForWorkspaceFeatures_STATUS: Interface
94+
95+
augmentConversionForWorkspaceOperatorSecrets: Interface
96+
97+
augmentConversionForWorkspaceOperatorSpec: Interface
98+
99+
augmentConversionForWorkspaceSku: Interface
100+
101+
augmentConversionForWorkspaceSku_STATUS: Interface
102+
103+
augmentConversionForWorkspace_STATUS: Interface
104+
105+
augmentConversionForWorkspace_Spec: Interface
106+

0 commit comments

Comments
 (0)