Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Storage version 2023-01-01 #3613

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
17 changes: 17 additions & 0 deletions docs/hugo/content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,23 @@ 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 `storage.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 |
|--------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
| StorageAccount | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccount.yaml) |
| StorageAccountsBlobService | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsblobservice.yaml) |
| StorageAccountsBlobServicesContainer | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsblobservicescontainer.yaml) |
| StorageAccountsFileService | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsfileservice.yaml) |
| StorageAccountsFileServicesShare | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsfileservicesshare.yaml) |
| StorageAccountsManagementPolicy | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsmanagementpolicy.yaml) |
| StorageAccountsQueueService | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsqueueservice.yaml) |
| StorageAccountsQueueServicesQueue | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsqueueservicesqueue.yaml) |
| StorageAccountsTableService | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountstableservice.yaml) |
| StorageAccountsTableServicesTable | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountstableservicestable.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
17 changes: 17 additions & 0 deletions docs/hugo/content/reference/storage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ no_list: true
---
To install the CRDs for these resources, your ASO configuration must include `storage.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 |
|--------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
| StorageAccount | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccount.yaml) |
| StorageAccountsBlobService | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsblobservice.yaml) |
| StorageAccountsBlobServicesContainer | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsblobservicescontainer.yaml) |
| StorageAccountsFileService | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsfileservice.yaml) |
| StorageAccountsFileServicesShare | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsfileservicesshare.yaml) |
| StorageAccountsManagementPolicy | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsmanagementpolicy.yaml) |
| StorageAccountsQueueService | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsqueueservice.yaml) |
| StorageAccountsQueueServicesQueue | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountsqueueservicesqueue.yaml) |
| StorageAccountsTableService | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountstableservice.yaml) |
| StorageAccountsTableServicesTable | 2023-01-01 | v1api20230101 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/storage/v1api20230101/v1api20230101_storageaccountstableservicestable.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
3 changes: 0 additions & 3 deletions v2/api/apimanagement/v1api20220801/storage/api_types_gen.go

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.

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.

36 changes: 8 additions & 28 deletions v2/api/apimanagement/v1api20220801/storage/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801/stora
│ │ │ │ ├── OpenidProviderId: *string
│ │ │ │ └── PropertyBag: genruntime.PropertyBag
│ │ │ └── PropertyBag: genruntime.PropertyBag
│ │ ├── AzureName: Validated<string> (3 rules)
│ │ │ ├── Rule 0: MaxLength: 256
│ │ │ ├── Rule 1: MinLength: 1
│ │ │ └── Rule 2: Pattern: "^[^*#&+:<>?]+$"
│ │ ├── AzureName: string
│ │ ├── Contact: *Object (4 properties)
│ │ │ ├── Email: *string
│ │ │ ├── Name: *string
Expand Down Expand Up @@ -138,10 +135,7 @@ github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801/stora
├── ApiVersionSet: Resource
│ ├── Owner: github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801.Service
│ ├── Spec: Object (9 properties)
│ │ ├── AzureName: Validated<string> (3 rules)
│ │ │ ├── Rule 0: MaxLength: 80
│ │ │ ├── Rule 1: MinLength: 1
│ │ │ └── Rule 2: Pattern: "^[^*#&+:<>?]+$"
│ │ ├── AzureName: string
│ │ ├── Description: *string
│ │ ├── DisplayName: *string
│ │ ├── OriginalVersion: string
Expand All @@ -164,9 +158,7 @@ github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801/stora
├── Backend: Resource
│ ├── Owner: github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801.Service
│ ├── Spec: Object (13 properties)
│ │ ├── AzureName: Validated<string> (2 rules)
│ │ │ ├── Rule 0: MaxLength: 80
│ │ │ └── Rule 1: MinLength: 1
│ │ ├── AzureName: string
│ │ ├── Credentials: *Object (6 properties)
│ │ │ ├── Authorization: *Object (3 properties)
│ │ │ │ ├── Parameter: *string
Expand Down Expand Up @@ -252,9 +244,7 @@ github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801/stora
├── NamedValue: Resource
│ ├── Owner: github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801.Service
│ ├── Spec: Object (9 properties)
│ │ ├── AzureName: Validated<string> (2 rules)
│ │ │ ├── Rule 0: MaxLength: 256
│ │ │ └── Rule 1: Pattern: "^[^*#&+:<>?]+$"
│ │ ├── AzureName: string
│ │ ├── DisplayName: *string
│ │ ├── KeyVault: *Object (4 properties)
│ │ │ ├── IdentityClientId: *string
Expand Down Expand Up @@ -305,10 +295,7 @@ github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801/stora
├── PolicyFragment: Resource
│ ├── Owner: github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801.Service
│ ├── Spec: Object (7 properties)
│ │ ├── AzureName: Validated<string> (3 rules)
│ │ │ ├── Rule 0: MaxLength: 80
│ │ │ ├── Rule 1: MinLength: 1
│ │ │ └── Rule 2: Pattern: "(^[\\w]+$)|(^[\\w][\\w\\-]+[\\w]$)"
│ │ ├── AzureName: string
│ │ ├── Description: *string
│ │ ├── Format: *string
│ │ ├── OriginalVersion: string
Expand All @@ -328,9 +315,7 @@ github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801/stora
│ ├── Owner: github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801.Service
│ ├── Spec: Object (11 properties)
│ │ ├── ApprovalRequired: *bool
│ │ ├── AzureName: Validated<string> (2 rules)
│ │ │ ├── Rule 0: MaxLength: 256
│ │ │ └── Rule 1: MinLength: 1
│ │ ├── AzureName: string
│ │ ├── Description: *string
│ │ ├── DisplayName: *string
│ │ ├── OriginalVersion: string
Expand Down Expand Up @@ -373,10 +358,7 @@ github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801/stora
│ │ ├── ApiVersionConstraint: *Object (2 properties)
│ │ │ ├── MinApiVersion: *string
│ │ │ └── PropertyBag: genruntime.PropertyBag
│ │ ├── AzureName: Validated<string> (3 rules)
│ │ │ ├── Rule 0: MaxLength: 50
│ │ │ ├── Rule 1: MinLength: 1
│ │ │ └── Rule 2: Pattern: "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"
│ │ ├── AzureName: string
│ │ ├── Certificates: Object (5 properties)[]
│ │ │ ├── Certificate: *Object (7 properties)
│ │ │ │ ├── Expiry: *string
Expand Down Expand Up @@ -569,9 +551,7 @@ github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801/stora
├── Owner: github.com/Azure/azure-service-operator/v2/api/apimanagement/v1api20220801.Service
├── Spec: Object (12 properties)
│ ├── AllowTracing: *bool
│ ├── AzureName: Validated<string> (2 rules)
│ │ ├── Rule 0: MaxLength: 256
│ │ └── Rule 1: Pattern: "^[^*#&+:<>?]+$"
│ ├── AzureName: string
│ ├── DisplayName: *string
│ ├── OperatorSpec: *Object (2 properties)
│ │ ├── PropertyBag: genruntime.PropertyBag
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.

Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ github.com/Azure/azure-service-operator/v2/api/appconfiguration/v1api20220501/st
└── ConfigurationStore: Resource
├── Owner: github.com/Azure/azure-service-operator/v2/api/resources/v1apiv20191001.ResourceGroup
├── Spec: Object (16 properties)
│ ├── AzureName: Validated<string> (3 rules)
│ │ ├── Rule 0: MaxLength: 50
│ │ ├── Rule 1: MinLength: 5
│ │ └── Rule 2: Pattern: "^[a-zA-Z0-9_-]*$"
│ ├── AzureName: string
│ ├── CreateMode: *string
│ ├── DisableLocalAuth: *bool
│ ├── EnablePurgeProtection: *bool
Expand Down

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

5 changes: 1 addition & 4 deletions v2/api/batch/v1api20210101/storage/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ github.com/Azure/azure-service-operator/v2/api/batch/v1api20210101/storage
│ ├── AutoStorage: *Object (2 properties)
│ │ ├── PropertyBag: genruntime.PropertyBag
│ │ └── StorageAccountReference: *genruntime.ResourceReference
│ ├── AzureName: Validated<string> (3 rules)
│ │ ├── Rule 0: MaxLength: 24
│ │ ├── Rule 1: MinLength: 3
│ │ └── Rule 2: Pattern: "^[a-z0-9]+$"
│ ├── AzureName: string
│ ├── Encryption: *Object (3 properties)
│ │ ├── KeySource: *string
│ │ ├── KeyVaultProperties: *Object (2 properties)
Expand Down

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

Loading