Skip to content

Commit 777c9be

Browse files
author
SDKAuto
committed
CodeGen from PR 26545 in Azure/azure-rest-api-specs
Merge bac47cabba1a17e5386330925ff1782b0ded9328 into b672a0b301338a570af2e5430b4b7691f909a094
1 parent f0b1058 commit 777c9be

File tree

71 files changed

+12073
-39140
lines changed

Some content is hidden

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

71 files changed

+12073
-39140
lines changed

sdk/resourcemanager/appservice/armappservice/CHANGELOG.md

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

3+
## 3.0.0 (2023-11-03)
4+
### Breaking Changes
5+
6+
- Field `Interface` of struct `WebAppsClientCreateOneDeployOperationResponse` has been removed
7+
- Field `Interface` of struct `WebAppsClientGetOneDeployStatusResponse` has been removed
8+
9+
### Features Added
10+
11+
- New enum type `DaprLogLevel` with values `DaprLogLevelDebug`, `DaprLogLevelError`, `DaprLogLevelInfo`, `DaprLogLevelWarn`
12+
- New enum type `TLSCipherSuites` with values `TLSCipherSuitesTLSAES128GCMSHA256`, `TLSCipherSuitesTLSAES256GCMSHA384`, `TLSCipherSuitesTLSECDHEECDSAWITHAES128CBCSHA256`, `TLSCipherSuitesTLSECDHEECDSAWITHAES128GCMSHA256`, `TLSCipherSuitesTLSECDHEECDSAWITHAES256GCMSHA384`, `TLSCipherSuitesTLSECDHERSAWITHAES128CBCSHA`, `TLSCipherSuitesTLSECDHERSAWITHAES128CBCSHA256`, `TLSCipherSuitesTLSECDHERSAWITHAES128GCMSHA256`, `TLSCipherSuitesTLSECDHERSAWITHAES256CBCSHA`, `TLSCipherSuitesTLSECDHERSAWITHAES256CBCSHA384`, `TLSCipherSuitesTLSECDHERSAWITHAES256GCMSHA384`, `TLSCipherSuitesTLSRSAWITHAES128CBCSHA`, `TLSCipherSuitesTLSRSAWITHAES128CBCSHA256`, `TLSCipherSuitesTLSRSAWITHAES128GCMSHA256`, `TLSCipherSuitesTLSRSAWITHAES256CBCSHA`, `TLSCipherSuitesTLSRSAWITHAES256CBCSHA256`, `TLSCipherSuitesTLSRSAWITHAES256GCMSHA384`
13+
- New function `*ClientFactory.NewGetUsagesInLocationClient() *GetUsagesInLocationClient`
14+
- New function `NewGetUsagesInLocationClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GetUsagesInLocationClient, error)`
15+
- New function `*GetUsagesInLocationClient.NewListPager(string, *GetUsagesInLocationClientListOptions) *runtime.Pager[GetUsagesInLocationClientListResponse]`
16+
- New function `*WebSiteManagementClient.NewListAseRegionsPager(*WebSiteManagementClientListAseRegionsOptions) *runtime.Pager[WebSiteManagementClientListAseRegionsResponse]`
17+
- New struct `AseRegion`
18+
- New struct `AseRegionCollection`
19+
- New struct `AseRegionProperties`
20+
- New struct `DaprConfig`
21+
- New struct `OneDeployRequest`
22+
- New struct `ResourceConfig`
23+
- New field `EnvironmentID` in struct `ResourceNameAvailabilityRequest`
24+
- New field `MinTLSCipherSuite` in struct `SiteConfig`
25+
- New field `DaprConfig`, `ResourceConfig`, `WorkloadProfileName` in struct `SiteProperties`
26+
- New field `Request` in struct `WebAppsClientCreateOneDeployOperationOptions`
27+
- New anonymous field `Deployment` in struct `WebAppsClientCreateOneDeployOperationResponse`
28+
- New anonymous field `Deployment` in struct `WebAppsClientGetOneDeployStatusResponse`
29+
30+
331
## 2.1.1 (2023-04-14)
432
### Bug Fixes
533

sdk/resourcemanager/appservice/armappservice/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/10c740b7224771c889cfb92f128168f5a0568c26/specification/web/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/10c740b7224771c889cfb92f128168f5a0568c26/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: 2.1.1
11+
module-version: 3.0.0
1212

1313
```

sdk/resourcemanager/appservice/armappservice/certificateorders_client.go

Lines changed: 184 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/appservice/armappservice/certificateorders_client_example_test.go

Lines changed: 0 additions & 952 deletions
This file was deleted.

sdk/resourcemanager/appservice/armappservice/certificateordersdiagnostics_client.go

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/appservice/armappservice/certificateordersdiagnostics_client_example_test.go

Lines changed: 0 additions & 150 deletions
This file was deleted.

sdk/resourcemanager/appservice/armappservice/certificateregistrationprovider_client.go

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)