Skip to content
Open
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
95fd37c
Initial plan
Copilot Sep 21, 2025
4d0fa7f
Add ConfigurationStore v1api20240601 and initial child resource confi…
Copilot Sep 21, 2025
9c05ea9
Successfully generate AppConfiguration v1api20240601 child resources:…
Copilot Sep 21, 2025
47abac2
Add sample YAML files for AppConfiguration v1api20240601 resources
Copilot Sep 21, 2025
bf3d66a
Regenerate structure.txt files after running full code generation build
Copilot Sep 21, 2025
4717eeb
Restructure samples and add CRUD test and KubernetesSecretExporter su…
Copilot Sep 22, 2025
f433984
Simplify ConfigurationStore extensions to only work with hub version
Copilot Nov 12, 2025
15dd55b
Fix compilation errors
theunrepentantgeek Nov 12, 2025
d3fdc3e
Fix tests
theunrepentantgeek Nov 12, 2025
8796d6e
Merge branch 'main' into copilot/fix-3338
theunrepentantgeek Nov 12, 2025
a5a998d
Merge branch 'main' into copilot/fix-3338
theunrepentantgeek Nov 26, 2025
68cec94
Update azure-arm.yaml
theunrepentantgeek Nov 26, 2025
012c04b
Move for new versioning
theunrepentantgeek Nov 26, 2025
06ce9d5
Move samples
theunrepentantgeek Nov 26, 2025
9b36e9b
Update indexes
theunrepentantgeek Nov 26, 2025
c9ce259
Update index files
theunrepentantgeek Nov 26, 2025
9839ede
Fix sample selection bug
theunrepentantgeek Nov 28, 2025
44213fe
Record sample
theunrepentantgeek Nov 28, 2025
ad9205b
Fix samples
theunrepentantgeek Dec 1, 2025
f278b60
Fix test and rerecord
theunrepentantgeek Dec 1, 2025
a6642bc
Redact app configuration keys
theunrepentantgeek Nov 23, 2025
a83032b
Code gardening
theunrepentantgeek Dec 1, 2025
670ac25
Merge branch 'main' into copilot/fix-3338
theunrepentantgeek Dec 1, 2025
48403fb
Update recording
theunrepentantgeek Dec 1, 2025
d0fdec4
Merge main
theunrepentantgeek Dec 3, 2025
370e284
Tidy sample
theunrepentantgeek Dec 3, 2025
bd0e7c3
Remove SystemData from spec
theunrepentantgeek Dec 3, 2025
d0ee082
Make tests more general
theunrepentantgeek Dec 3, 2025
41f0c96
Fix merge
theunrepentantgeek Dec 4, 2025
90319cc
Reformat code
theunrepentantgeek Dec 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/hugo/content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@ These are older versions of resources still available for use in the current rel

To install the CRDs for these resources, your ASO configuration must include `appconfiguration.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.

### 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 |
|--------------------|-------------|-------------|----------------|-------------------------------------------------------------------------------------------------------------------------------------------|
| ConfigurationStore | 2024-06-01 | v20240601 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/appconfiguration/v20240601/v20240601_configurationstore.yaml) |
| KeyValue | 2024-06-01 | v20240601 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/appconfiguration/v20240601/v20240601_keyvalue.yaml) |
| Replica | 2024-06-01 | v20240601 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/appconfiguration/v20240601/v20240601_replica.yaml) |
| Snapshot | 2024-06-01 | v20240601 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/appconfiguration/v20240601/v20240601_snapshot.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
11 changes: 11 additions & 0 deletions docs/hugo/content/reference/appconfiguration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ no_list: true
---
To install the CRDs for these resources, your ASO configuration must include `appconfiguration.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.

### 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 |
|--------------------|-------------|-------------|----------------|-------------------------------------------------------------------------------------------------------------------------------------------|
| ConfigurationStore | 2024-06-01 | v20240601 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/appconfiguration/v20240601/v20240601_configurationstore.yaml) |
| KeyValue | 2024-06-01 | v20240601 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/appconfiguration/v20240601/v20240601_keyvalue.yaml) |
| Replica | 2024-06-01 | v20240601 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/appconfiguration/v20240601/v20240601_replica.yaml) |
| Snapshot | 2024-06-01 | v20240601 | v2.17.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/appconfiguration/v20240601/v20240601_snapshot.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.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
v1 "k8s.io/api/core/v1"
"sigs.k8s.io/controller-runtime/pkg/conversion"

storage "github.com/Azure/azure-service-operator/v2/api/appconfiguration/v1api20220501/storage"
storage "github.com/Azure/azure-service-operator/v2/api/appconfiguration/v20240601/storage"
"github.com/Azure/azure-service-operator/v2/internal/genericarmclient"
"github.com/Azure/azure-service-operator/v2/internal/set"
"github.com/Azure/azure-service-operator/v2/internal/util/to"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

. "github.com/onsi/gomega"

appconfiguration "github.com/Azure/azure-service-operator/v2/api/appconfiguration/v1api20220501/storage"
appconfiguration "github.com/Azure/azure-service-operator/v2/api/appconfiguration/v20240601/storage"
"github.com/Azure/azure-service-operator/v2/internal/reflecthelpers"
testreflect "github.com/Azure/azure-service-operator/v2/internal/testcommon/reflect"
)
Expand Down

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.

6 changes: 6 additions & 0 deletions v2/api/appconfiguration/customizations/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ github.com/Azure/azure-service-operator/v2/api/appconfiguration/customizations
------------------------------------------------------------------------------
ConfigurationStoreExtension: Object (0 properties)

KeyValueExtension: Object (0 properties)

ReplicaExtension: Object (0 properties)

SnapshotExtension: Object (0 properties)

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: 1 addition & 16 deletions v2/api/appconfiguration/v1api20220501/arm/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ConfigurationStore_STATUS: Object (9 properties)
β”œβ”€β”€ Tags: map[string]string
└── Type: *string

ConfigurationStore_Spec: Object (7 properties)
ConfigurationStore_Spec: Object (6 properties)
β”œβ”€β”€ Identity: *Object (2 properties)
β”‚ β”œβ”€β”€ Type: *Enum (4 values)
β”‚ β”‚ β”œβ”€β”€ "None"
Expand All @@ -87,20 +87,5 @@ ConfigurationStore_Spec: Object (7 properties)
β”‚ └── SoftDeleteRetentionInDays: *int
β”œβ”€β”€ Sku: *Object (1 property)
β”‚ └── Name: *string
β”œβ”€β”€ SystemData: *Object (6 properties)
β”‚ β”œβ”€β”€ CreatedAt: *string
β”‚ β”œβ”€β”€ CreatedBy: *string
β”‚ β”œβ”€β”€ CreatedByType: *Enum (4 values)
β”‚ β”‚ β”œβ”€β”€ "Application"
β”‚ β”‚ β”œβ”€β”€ "Key"
β”‚ β”‚ β”œβ”€β”€ "ManagedIdentity"
β”‚ β”‚ └── "User"
β”‚ β”œβ”€β”€ LastModifiedAt: *string
β”‚ β”œβ”€β”€ LastModifiedBy: *string
β”‚ └── LastModifiedByType: *Enum (4 values)
β”‚ β”œβ”€β”€ "Application"
β”‚ β”œβ”€β”€ "Key"
β”‚ β”œβ”€β”€ "ManagedIdentity"
β”‚ └── "User"
└── Tags: map[string]string

Loading
Loading