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 3c0f6032116d2d556dcadac75d9d5c739d5c8b49 into fa3c64c04f3166a0d16908292ccc8425bed70e14
  • Loading branch information
SDKAuto committed Feb 2, 2024
1 parent 9ae828c commit 15f2b1f
Show file tree
Hide file tree
Showing 100 changed files with 2,050 additions and 32,164 deletions.
25 changes: 25 additions & 0 deletions sdk/resourcemanager/appservice/armappservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Release History

## 3.0.0 (2024-02-02)
### Breaking Changes

- Function `*EnvironmentsClient.BeginApproveOrRejectPrivateEndpointConnection` parameter(s) have been changed from `(context.Context, string, string, string, PrivateLinkConnectionApprovalRequestResource, *EnvironmentsClientBeginApproveOrRejectPrivateEndpointConnectionOptions)` to `(context.Context, string, string, string, RemotePrivateEndpointConnectionARMResource, *EnvironmentsClientBeginApproveOrRejectPrivateEndpointConnectionOptions)`
- Function `*StaticSitesClient.BeginApproveOrRejectPrivateEndpointConnection` parameter(s) have been changed from `(context.Context, string, string, string, PrivateLinkConnectionApprovalRequestResource, *StaticSitesClientBeginApproveOrRejectPrivateEndpointConnectionOptions)` to `(context.Context, string, string, string, RemotePrivateEndpointConnectionARMResource, *StaticSitesClientBeginApproveOrRejectPrivateEndpointConnectionOptions)`
- Function `*WebAppsClient.BeginApproveOrRejectPrivateEndpointConnection` parameter(s) have been changed from `(context.Context, string, string, string, PrivateLinkConnectionApprovalRequestResource, *WebAppsClientBeginApproveOrRejectPrivateEndpointConnectionOptions)` to `(context.Context, string, string, string, RemotePrivateEndpointConnectionARMResource, *WebAppsClientBeginApproveOrRejectPrivateEndpointConnectionOptions)`
- Function `*WebAppsClient.BeginApproveOrRejectPrivateEndpointConnectionSlot` parameter(s) have been changed from `(context.Context, string, string, string, string, PrivateLinkConnectionApprovalRequestResource, *WebAppsClientBeginApproveOrRejectPrivateEndpointConnectionSlotOptions)` to `(context.Context, string, string, string, string, RemotePrivateEndpointConnectionARMResource, *WebAppsClientBeginApproveOrRejectPrivateEndpointConnectionSlotOptions)`

### Features Added

- New value `StorageTypeBlobContainer` added to enum type `StorageType`
- New enum type `AuthenticationType` with values `AuthenticationTypeStorageAccountConnectionString`, `AuthenticationTypeSystemAssignedIdentity`, `AuthenticationTypeUserAssignedIdentity`
- New enum type `RuntimeName` with values `RuntimeNameCustom`, `RuntimeNameDotnetIsolated`, `RuntimeNameJava`, `RuntimeNameNode`, `RuntimeNamePowershell`, `RuntimeNamePython`
- New struct `FunctionAppConfig`
- New struct `FunctionsAlwaysReadyConfig`
- New struct `FunctionsDeployment`
- New struct `FunctionsDeploymentStorage`
- New struct `FunctionsDeploymentStorageAuthentication`
- New struct `FunctionsRuntime`
- 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
6 changes: 3 additions & 3 deletions sdk/resourcemanager/appservice/armappservice/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure App Service Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v2)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v2)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v3)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v3)

The `armappservice` module provides operations for working with Azure App Service.

Expand All @@ -20,7 +20,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/v2
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v3
```

## Authorization
Expand Down 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: 3.0.0
```
Loading

0 comments on commit 15f2b1f

Please sign in to comment.