|
1 | 1 | # Release History |
2 | 2 |
|
| 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 | + |
3 | 28 | ## 2.0.0 (2022-07-12) |
4 | 29 | ### Breaking Changes |
5 | 30 |
|
|
0 commit comments