GitHubActionConfiguration Class

The GitHub action configuration.

Inheritance
GitHubActionConfiguration

Constructor

GitHubActionConfiguration(*, code_configuration: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.GitHubActionCodeConfiguration] = None, container_configuration: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.GitHubActionContainerConfiguration] = None, is_linux: Optional[bool] = None, generate_workflow_file: Optional[bool] = None, **kwargs)

Parameters

code_configuration
GitHubActionCodeConfiguration
Required

GitHub Action code configuration.

container_configuration
GitHubActionContainerConfiguration
Required

GitHub Action container configuration.

is_linux
bool
Required

This will help determine the workflow configuration to select.

generate_workflow_file
bool
Required

Workflow option to determine whether the workflow file should be generated and written to the repository.