Skip to content

Commit

Permalink
Adding support for Microsoft.Web sites/sourcecontrols (#4491)
Browse files Browse the repository at this point in the history
* Adding support for Microsoft.Web sites/sourcecontrols

* Addressing feedbacks

* Addressing feedbacks

---------

Co-authored-by: nshekhar <nshekhar@adobe.com>
  • Loading branch information
nishant221 and nshekhar221 authored Jan 21, 2025
1 parent 650d879 commit 87e627e
Show file tree
Hide file tree
Showing 25 changed files with 8,967 additions and 656 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 @@ -805,6 +805,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 `web.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 |
|--------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------------|
| [SitesSourcecontrol](https://azure.github.io/azure-service-operator/reference/web/v1api20220301/#web.azure.com/v1api20220301.SitesSourcecontrol) | 2022-03-01 | v1api20220301 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/web/v1api/v1api20220301_sitessourcecontrol.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/web/_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 `web.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 |
|--------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------------|
| [SitesSourcecontrol](https://azure.github.io/azure-service-operator/reference/web/v1api20220301/#web.azure.com/v1api20220301.SitesSourcecontrol) | 2022-03-01 | v1api20220301 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/web/v1api/v1api20220301_sitessourcecontrol.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.

1 change: 1 addition & 0 deletions v2/api/web/customizations/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ github.com/Azure/azure-service-operator/v2/api/web/customizations
-----------------------------------------------------------------
ServerFarmExtension: Object (0 properties)
SiteExtension: Object (0 properties)
SitesSourcecontrolExtension: Object (0 properties)
96 changes: 96 additions & 0 deletions v2/api/web/v1api20220301/arm/sites_sourcecontrol_spec_types_gen.go

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

Loading

0 comments on commit 87e627e

Please sign in to comment.