Skip to content

Commit 654b093

Browse files
author
SDKAuto
committed
CodeGen from PR 22084 in Azure/azure-rest-api-specs
Merge d0a3bc5d7632147f9a776ea7d1eb4cdfed4c7a36 into f69c52dd603c79a8b29ba51483e3aa7fe1b56212
1 parent 2679c6b commit 654b093

File tree

67 files changed

+2392
-9645
lines changed

Some content is hidden

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

67 files changed

+2392
-9645
lines changed

sdk/resourcemanager/appservice/armappservice/CHANGELOG.md

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

3+
## 2.1.0 (2023-01-06)
4+
### Features Added
5+
6+
- New type alias `DefaultAction` with values `DefaultActionAllow`, `DefaultActionDeny`
7+
- New type alias `WorkflowHealthState` with values `WorkflowHealthStateHealthy`, `WorkflowHealthStateNotSpecified`, `WorkflowHealthStateUnhealthy`, `WorkflowHealthStateUnknown`
8+
- New function `*WebAppsClient.DeployWorkflowArtifacts(context.Context, string, string, *WebAppsClientDeployWorkflowArtifactsOptions) (WebAppsClientDeployWorkflowArtifactsResponse, error)`
9+
- New function `*WebAppsClient.DeployWorkflowArtifactsSlot(context.Context, string, string, string, *WebAppsClientDeployWorkflowArtifactsSlotOptions) (WebAppsClientDeployWorkflowArtifactsSlotResponse, error)`
10+
- New function `*WebAppsClient.GetInstanceWorkflowSlot(context.Context, string, string, string, string, *WebAppsClientGetInstanceWorkflowSlotOptions) (WebAppsClientGetInstanceWorkflowSlotResponse, error)`
11+
- New function `*WebAppsClient.GetWorkflow(context.Context, string, string, string, *WebAppsClientGetWorkflowOptions) (WebAppsClientGetWorkflowResponse, error)`
12+
- New function `*WebAppsClient.ListInstanceWorkflowsConfigurationConnectionsSlot(context.Context, string, string, string, *WebAppsClientListInstanceWorkflowsConfigurationConnectionsSlotOptions) (WebAppsClientListInstanceWorkflowsConfigurationConnectionsSlotResponse, error)`
13+
- New function `*WebAppsClient.NewListInstanceWorkflowsSlotPager(string, string, string, *WebAppsClientListInstanceWorkflowsSlotOptions) *runtime.Pager[WebAppsClientListInstanceWorkflowsSlotResponse]`
14+
- New function `*WebAppsClient.ListWorkflowsConfiguration(context.Context, string, string, *WebAppsClientListWorkflowsConfigurationOptions) (WebAppsClientListWorkflowsConfigurationResponse, error)`
15+
- New function `*WebAppsClient.NewListWorkflowsPager(string, string, *WebAppsClientListWorkflowsOptions) *runtime.Pager[WebAppsClientListWorkflowsResponse]`
16+
- New struct `WebAppsClientListInstanceWorkflowsSlotResponse`
17+
- New struct `WebAppsClientListWorkflowsResponse`
18+
- New struct `WorkflowArtifacts`
19+
- New struct `WorkflowEnvelope`
20+
- New struct `WorkflowEnvelopeCollection`
21+
- New struct `WorkflowEnvelopeProperties`
22+
- New struct `WorkflowHealth`
23+
- New field `IPSecurityRestrictionsDefaultAction` in struct `SiteConfig`
24+
- New field `Metadata` in struct `SiteConfig`
25+
- New field `ScmIPSecurityRestrictionsDefaultAction` in struct `SiteConfig`
26+
27+
328
## 2.0.0 (2022-07-12)
429
### Breaking Changes
530

0 commit comments

Comments
 (0)