Skip to content

Commit

Permalink
CodeGen from PR 22084 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge d0a3bc5d7632147f9a776ea7d1eb4cdfed4c7a36 into f69c52dd603c79a8b29ba51483e3aa7fe1b56212
  • Loading branch information
SDKAuto committed Jan 6, 2023
1 parent 2679c6b commit 654b093
Show file tree
Hide file tree
Showing 67 changed files with 2,392 additions and 9,645 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

## 2.1.0 (2023-01-06)
### Features Added

- New type alias `DefaultAction` with values `DefaultActionAllow`, `DefaultActionDeny`
- New type alias `WorkflowHealthState` with values `WorkflowHealthStateHealthy`, `WorkflowHealthStateNotSpecified`, `WorkflowHealthStateUnhealthy`, `WorkflowHealthStateUnknown`
- New function `*WebAppsClient.DeployWorkflowArtifacts(context.Context, string, string, *WebAppsClientDeployWorkflowArtifactsOptions) (WebAppsClientDeployWorkflowArtifactsResponse, error)`
- New function `*WebAppsClient.DeployWorkflowArtifactsSlot(context.Context, string, string, string, *WebAppsClientDeployWorkflowArtifactsSlotOptions) (WebAppsClientDeployWorkflowArtifactsSlotResponse, error)`
- New function `*WebAppsClient.GetInstanceWorkflowSlot(context.Context, string, string, string, string, *WebAppsClientGetInstanceWorkflowSlotOptions) (WebAppsClientGetInstanceWorkflowSlotResponse, error)`
- New function `*WebAppsClient.GetWorkflow(context.Context, string, string, string, *WebAppsClientGetWorkflowOptions) (WebAppsClientGetWorkflowResponse, error)`
- New function `*WebAppsClient.ListInstanceWorkflowsConfigurationConnectionsSlot(context.Context, string, string, string, *WebAppsClientListInstanceWorkflowsConfigurationConnectionsSlotOptions) (WebAppsClientListInstanceWorkflowsConfigurationConnectionsSlotResponse, error)`
- New function `*WebAppsClient.NewListInstanceWorkflowsSlotPager(string, string, string, *WebAppsClientListInstanceWorkflowsSlotOptions) *runtime.Pager[WebAppsClientListInstanceWorkflowsSlotResponse]`
- New function `*WebAppsClient.ListWorkflowsConfiguration(context.Context, string, string, *WebAppsClientListWorkflowsConfigurationOptions) (WebAppsClientListWorkflowsConfigurationResponse, error)`
- New function `*WebAppsClient.NewListWorkflowsPager(string, string, *WebAppsClientListWorkflowsOptions) *runtime.Pager[WebAppsClientListWorkflowsResponse]`
- New struct `WebAppsClientListInstanceWorkflowsSlotResponse`
- New struct `WebAppsClientListWorkflowsResponse`
- New struct `WorkflowArtifacts`
- New struct `WorkflowEnvelope`
- New struct `WorkflowEnvelopeCollection`
- New struct `WorkflowEnvelopeProperties`
- New struct `WorkflowHealth`
- New field `IPSecurityRestrictionsDefaultAction` in struct `SiteConfig`
- New field `Metadata` in struct `SiteConfig`
- New field `ScmIPSecurityRestrictionsDefaultAction` in struct `SiteConfig`


## 2.0.0 (2022-07-12)
### Breaking Changes

Expand Down
Loading

0 comments on commit 654b093

Please sign in to comment.