Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 5 additions & 5 deletions docs/hugo/content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1092,9 +1092,9 @@ To install the CRDs for these resources, your ASO configuration must include `we
### 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.
| Resource | ARM Version | CRD Version | Supported From | Sample |
|----------------------------------------------------------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------------|
| [ServerFarm]({{< relref "/reference/web/v1api20220301#ServerFarm" >}}) | 2022-03-01 | v1api20220301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/web/v1api/v1api20220301_serverfarm.yaml) |
| [Site]({{< relref "/reference/web/v1api20220301#Site" >}}) | 2022-03-01 | v1api20220301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/web/v1api/v1api20220301_site.yaml) |
| [SitesSourcecontrol]({{< relref "/reference/web/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) |
| Resource | ARM Version | CRD Version | Supported From | Sample |
|----------------------------------------------------------------------------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------|
| [ServerFarm]({{< relref "/reference/web/v1api20220301#ServerFarm" >}}) | 2022-03-01 | v1api20220301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/web/v1api20220301/v1api20220301_serverfarm.yaml) |
| [Site]({{< relref "/reference/web/v1api20220301#Site" >}}) | 2022-03-01 | v1api20220301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/web/v1api20220301/v1api20220301_site.yaml) |
| [SitesSourcecontrol]({{< relref "/reference/web/v1api20220301#SitesSourcecontrol" >}}) | 2022-03-01 | v1api20220301 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/web/v1api20220301/v1api20220301_sitessourcecontrol.yaml) |

10 changes: 5 additions & 5 deletions docs/hugo/content/reference/web/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ To install the CRDs for these resources, your ASO configuration must include `we
### 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.
| Resource | ARM Version | CRD Version | Supported From | Sample |
|----------------------------------------------------------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------------|
| [ServerFarm]({{< relref "/reference/web/v1api20220301#ServerFarm" >}}) | 2022-03-01 | v1api20220301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/web/v1api/v1api20220301_serverfarm.yaml) |
| [Site]({{< relref "/reference/web/v1api20220301#Site" >}}) | 2022-03-01 | v1api20220301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/web/v1api/v1api20220301_site.yaml) |
| [SitesSourcecontrol]({{< relref "/reference/web/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) |
| Resource | ARM Version | CRD Version | Supported From | Sample |
|----------------------------------------------------------------------------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------|
| [ServerFarm]({{< relref "/reference/web/v1api20220301#ServerFarm" >}}) | 2022-03-01 | v1api20220301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/web/v1api20220301/v1api20220301_serverfarm.yaml) |
| [Site]({{< relref "/reference/web/v1api20220301#Site" >}}) | 2022-03-01 | v1api20220301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/web/v1api20220301/v1api20220301_site.yaml) |
| [SitesSourcecontrol]({{< relref "/reference/web/v1api20220301#SitesSourcecontrol" >}}) | 2022-03-01 | v1api20220301 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/web/v1api20220301/v1api20220301_sitessourcecontrol.yaml) |

Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ import (
"github.com/Azure/azure-service-operator/v2/pkg/genruntime"
)

// If recording this test, might need to manually purge the old App config: az appconfig purge --name asotest-confstore-fsrajl
// If recording this test, might need to manually purge the old App config: az appconfig purge --name <name>
// Through the portal, search for "App Conifguration" and then "Manage deleted stores"

func Test_AppConfiguration_ConfigurationStore_CRUD(t *testing.T) {
func Test_AppConfiguration_ConfigurationStore_20220501_CRUD(t *testing.T) {
t.Parallel()

if *isLive {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func AKS_ManagedCluster_TrustedAccessRoleBinding_20231001_CRUD(
sa := newStorageAccount(tc, resourceGroup)
tc.CreateResourceAndWait(sa)

kv := newVault20210401preview("kv", tc, resourceGroup)
kv := newVault20210401preview("kv2", tc, resourceGroup)
tc.CreateResourceAndWait(kv)

// Create workspace
Expand Down
Loading