Skip to content
Closed
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
43 changes: 43 additions & 0 deletions sdk/resourcemanager/appservice/armappservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Release History

## 5.0.0 (2025-05-07)
### Breaking Changes

- Enum `ActiveRevisionsMode` has been removed
- Enum `ContainerAppProvisioningState` has been removed
- Enum `IngressTransportMethod` has been removed
- Enum `RevisionHealthState` has been removed
- Enum `RevisionProvisioningState` has been removed
- Function `*ClientFactory.NewContainerAppsClient` has been removed
- Function `*ClientFactory.NewContainerAppsRevisionsClient` has been removed
- Function `NewContainerAppsClient` has been removed
- Function `*ContainerAppsClient.BeginCreateOrUpdate` has been removed
- Function `*ContainerAppsClient.BeginDelete` has been removed
- Function `*ContainerAppsClient.Get` has been removed
- Function `*ContainerAppsClient.NewListByResourceGroupPager` has been removed
- Function `*ContainerAppsClient.NewListBySubscriptionPager` has been removed
- Function `*ContainerAppsClient.ListSecrets` has been removed
- Function `NewContainerAppsRevisionsClient` has been removed
- Function `*ContainerAppsRevisionsClient.ActivateRevision` has been removed
- Function `*ContainerAppsRevisionsClient.DeactivateRevision` has been removed
- Function `*ContainerAppsRevisionsClient.GetRevision` has been removed
- Function `*ContainerAppsRevisionsClient.NewListRevisionsPager` has been removed
- Function `*ContainerAppsRevisionsClient.RestartRevision` has been removed
- Struct `Configuration` has been removed
- Struct `ContainerApp` has been removed
- Struct `ContainerAppCollection` has been removed
- Struct `ContainerAppProperties` has been removed
- Struct `ContainerAppSecret` has been removed
- Struct `Ingress` has been removed
- Struct `RegistryCredentials` has been removed
- Struct `Revision` has been removed
- Struct `RevisionCollection` has been removed
- Struct `RevisionProperties` has been removed
- Struct `Secret` has been removed
- Struct `SecretsCollection` has been removed
- Struct `TrafficWeight` has been removed
- Field `StringDictionary` of struct `WebAppsClientListFunctionKeysResponse` has been removed

### Features Added

- New field `Value` in struct `WebAppsClientListFunctionKeysResponse`


## 4.1.0 (2024-11-20)
### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/appservice/armappservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
Install the Azure App Service module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v4
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v5
```

## Authorization
Expand Down
7 changes: 3 additions & 4 deletions sdk/resourcemanager/appservice/armappservice/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/b5d78da207e9c5d8f82e95224039867271f47cdf/specification/web/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/b5d78da207e9c5d8f82e95224039867271f47cdf/specification/web/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/web/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/web/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 4.1.0
tag: package-2024-04
module-version: 5.0.0
```

Large diffs are not rendered by default.

This file was deleted.

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

This file was deleted.

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

Loading