Skip to content

Commit

Permalink
CodeGen from PR 27358 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 892685745d5da68aeb68595844ada3bda346f628 into 690decdc976a1a83ccd09a8a61440cbb517e8591
  • Loading branch information
SDKAuto committed Jan 11, 2024
1 parent c99ab58 commit 37c0917
Show file tree
Hide file tree
Showing 69 changed files with 1,878 additions and 32,106 deletions.
14 changes: 14 additions & 0 deletions sdk/resourcemanager/appservice/armappservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release History

## 2.4.0 (2024-01-11)
### Features Added

- New struct `FunctionAppConfig`
- New struct `FunctionsAlwaysReadyConfig`
- New struct `FunctionsDeployment`
- New struct `FunctionsDeploymentStorage`
- New struct `FunctionsDeploymentStorageAuthentication`
- New struct `FunctionsScaleAndConcurrency`
- New struct `FunctionsScaleAndConcurrencyTriggers`
- New struct `FunctionsScaleAndConcurrencyTriggersHTTP`
- New field `FunctionAppConfig`, `VnetBackupRestoreEnabled` in struct `SiteProperties`


## 2.3.0 (2023-11-30)
### 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 @@ -57,7 +57,7 @@ clientFactory, err := armappservice.NewClientFactory(<subscription ID>, cred, &o
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewWebAppsClient()
client := clientFactory.NewCertificateOrdersClient()
```

## Fakes
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/738ab25fe76324897f273645906d4a0415068a6c/specification/web/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/738ab25fe76324897f273645906d4a0415068a6c/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: 2.3.0
tag: package-2023-01
module-version: 2.4.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

0 comments on commit 37c0917

Please sign in to comment.