Skip to content

Commit 981963d

Browse files
author
SDKAuto
committed
CodeGen from PR 34452 in Azure/azure-rest-api-specs
Merge c0f2e8412416f3daf98ad4ee6fbb1b62f3170693 into 903e7ca5b4afaa5828df1fb709aa0f5801966087
1 parent 6f70840 commit 981963d

File tree

110 files changed

+6909
-37952
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+6909
-37952
lines changed

sdk/resourcemanager/appservice/armappservice/CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,69 @@
11
# Release History
22

3+
## 5.0.0 (2025-05-13)
4+
### Breaking Changes
5+
6+
- Enum `ActiveRevisionsMode` has been removed
7+
- Enum `ContainerAppProvisioningState` has been removed
8+
- Enum `IngressTransportMethod` has been removed
9+
- Enum `RevisionHealthState` has been removed
10+
- Enum `RevisionProvisioningState` has been removed
11+
- Function `*ClientFactory.NewContainerAppsClient` has been removed
12+
- Function `*ClientFactory.NewContainerAppsRevisionsClient` has been removed
13+
- Function `NewContainerAppsClient` has been removed
14+
- Function `*ContainerAppsClient.BeginCreateOrUpdate` has been removed
15+
- Function `*ContainerAppsClient.BeginDelete` has been removed
16+
- Function `*ContainerAppsClient.Get` has been removed
17+
- Function `*ContainerAppsClient.NewListByResourceGroupPager` has been removed
18+
- Function `*ContainerAppsClient.NewListBySubscriptionPager` has been removed
19+
- Function `*ContainerAppsClient.ListSecrets` has been removed
20+
- Function `NewContainerAppsRevisionsClient` has been removed
21+
- Function `*ContainerAppsRevisionsClient.ActivateRevision` has been removed
22+
- Function `*ContainerAppsRevisionsClient.DeactivateRevision` has been removed
23+
- Function `*ContainerAppsRevisionsClient.GetRevision` has been removed
24+
- Function `*ContainerAppsRevisionsClient.NewListRevisionsPager` has been removed
25+
- Function `*ContainerAppsRevisionsClient.RestartRevision` has been removed
26+
- Struct `Configuration` has been removed
27+
- Struct `ContainerApp` has been removed
28+
- Struct `ContainerAppCollection` has been removed
29+
- Struct `ContainerAppProperties` has been removed
30+
- Struct `ContainerAppSecret` has been removed
31+
- Struct `Ingress` has been removed
32+
- Struct `RegistryCredentials` has been removed
33+
- Struct `Revision` has been removed
34+
- Struct `RevisionCollection` has been removed
35+
- Struct `RevisionProperties` has been removed
36+
- Struct `Secret` has been removed
37+
- Struct `SecretsCollection` has been removed
38+
- Struct `TrafficWeight` has been removed
39+
- Field `VnetBackupRestoreEnabled`, `VnetContentShareEnabled`, `VnetImagePullEnabled`, `VnetRouteAllEnabled` of struct `SiteProperties` has been removed
40+
41+
### Features Added
42+
43+
- New function `*ClientFactory.NewSiteCertificatesClient() *SiteCertificatesClient`
44+
- New function `NewSiteCertificatesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SiteCertificatesClient, error)`
45+
- New function `*SiteCertificatesClient.CreateOrUpdate(context.Context, string, string, string, AppCertificate, *SiteCertificatesClientCreateOrUpdateOptions) (SiteCertificatesClientCreateOrUpdateResponse, error)`
46+
- New function `*SiteCertificatesClient.CreateOrUpdateSlot(context.Context, string, string, string, string, AppCertificate, *SiteCertificatesClientCreateOrUpdateSlotOptions) (SiteCertificatesClientCreateOrUpdateSlotResponse, error)`
47+
- New function `*SiteCertificatesClient.Delete(context.Context, string, string, string, *SiteCertificatesClientDeleteOptions) (SiteCertificatesClientDeleteResponse, error)`
48+
- New function `*SiteCertificatesClient.DeleteSlot(context.Context, string, string, string, string, *SiteCertificatesClientDeleteSlotOptions) (SiteCertificatesClientDeleteSlotResponse, error)`
49+
- New function `*SiteCertificatesClient.Get(context.Context, string, string, string, *SiteCertificatesClientGetOptions) (SiteCertificatesClientGetResponse, error)`
50+
- New function `*SiteCertificatesClient.GetSlot(context.Context, string, string, string, string, *SiteCertificatesClientGetSlotOptions) (SiteCertificatesClientGetSlotResponse, error)`
51+
- New function `*SiteCertificatesClient.NewListPager(string, string, *SiteCertificatesClientListOptions) *runtime.Pager[SiteCertificatesClientListResponse]`
52+
- New function `*SiteCertificatesClient.NewListSlotPager(string, string, string, *SiteCertificatesClientListSlotOptions) *runtime.Pager[SiteCertificatesClientListSlotResponse]`
53+
- New function `*SiteCertificatesClient.Update(context.Context, string, string, string, AppCertificatePatchResource, *SiteCertificatesClientUpdateOptions) (SiteCertificatesClientUpdateResponse, error)`
54+
- New function `*SiteCertificatesClient.UpdateSlot(context.Context, string, string, string, string, AppCertificatePatchResource, *SiteCertificatesClientUpdateSlotOptions) (SiteCertificatesClientUpdateSlotResponse, error)`
55+
- New function `*WebSiteManagementClient.RegionalCheckNameAvailability(context.Context, string, DnlResourceNameAvailabilityRequest, *WebSiteManagementClientRegionalCheckNameAvailabilityOptions) (WebSiteManagementClientRegionalCheckNameAvailabilityResponse, error)`
56+
- New struct `DnlResourceNameAvailability`
57+
- New struct `DnlResourceNameAvailabilityRequest`
58+
- New struct `ErrorPage`
59+
- New struct `OutboundVnetRouting`
60+
- New field `AsyncScalingEnabled` in struct `PlanProperties`
61+
- New field `Http20ProxyFlag` in struct `SiteConfig`
62+
- New field `InheritAppSettingsAndConnectionStrings` in struct `SiteContainerProperties`
63+
- New field `ClientAffinityProxyEnabled` in struct `SitePatchResourceProperties`
64+
- New field `ClientAffinityPartitioningEnabled`, `ClientAffinityProxyEnabled`, `OutboundVnetRouting`, `SSHEnabled` in struct `SiteProperties`
65+
66+
367
## 4.1.0 (2024-11-20)
468
### Features Added
569

sdk/resourcemanager/appservice/armappservice/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
1818
Install the Azure App Service module:
1919

2020
```sh
21-
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v4
21+
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v5
2222
```
2323

2424
## Authorization

sdk/resourcemanager/appservice/armappservice/autorest.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/b5d78da207e9c5d8f82e95224039867271f47cdf/specification/web/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/b5d78da207e9c5d8f82e95224039867271f47cdf/specification/web/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/web/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/web/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 4.1.0
12-
tag: package-2024-04
11+
module-version: 5.0.0
1312
```

0 commit comments

Comments
 (0)