Skip to content

Commit 8785fc4

Browse files
authoredApr 4, 2023
chore: upgrade provider from 5.18.3 to version 5.19.0 (#1411)
This PR upgrades provider to version 5.19.0
1 parent 7b8e82b commit 8785fc4

File tree

120 files changed

+855
-220
lines changed

Some content is hidden

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

120 files changed

+855
-220
lines changed
 

‎docs/actionsRunnerGroup.csharp.md

+93-21
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ Must be unique amongst siblings in the same scope
6767
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.getStringMapAttribute">GetStringMapAttribute</a></code> | *No description.* |
6868
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.interpolationForAttribute">InterpolationForAttribute</a></code> | *No description.* |
6969
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.resetId">ResetId</a></code> | *No description.* |
70+
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.resetRestrictedToWorkflows">ResetRestrictedToWorkflows</a></code> | *No description.* |
7071
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.resetSelectedRepositoryIds">ResetSelectedRepositoryIds</a></code> | *No description.* |
72+
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.resetSelectedWorkflows">ResetSelectedWorkflows</a></code> | *No description.* |
7173

7274
---
7375

@@ -261,12 +263,24 @@ private IResolvable InterpolationForAttribute(string TerraformAttribute)
261263
private void ResetId()
262264
```
263265

266+
##### `ResetRestrictedToWorkflows` <a name="ResetRestrictedToWorkflows" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.resetRestrictedToWorkflows"></a>
267+
268+
```csharp
269+
private void ResetRestrictedToWorkflows()
270+
```
271+
264272
##### `ResetSelectedRepositoryIds` <a name="ResetSelectedRepositoryIds" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.resetSelectedRepositoryIds"></a>
265273

266274
```csharp
267275
private void ResetSelectedRepositoryIds()
268276
```
269277

278+
##### `ResetSelectedWorkflows` <a name="ResetSelectedWorkflows" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.resetSelectedWorkflows"></a>
279+
280+
```csharp
281+
private void ResetSelectedWorkflows()
282+
```
283+
270284
#### Static Functions <a name="Static Functions" id="Static Functions"></a>
271285

272286
| **Name** | **Description** |
@@ -359,17 +373,19 @@ ActionsRunnerGroup.IsTerraformResource(object X);
359373
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.default">Default</a></code> | <code>HashiCorp.Cdktf.IResolvable</code> | *No description.* |
360374
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.etag">Etag</a></code> | <code>string</code> | *No description.* |
361375
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.inherited">Inherited</a></code> | <code>HashiCorp.Cdktf.IResolvable</code> | *No description.* |
362-
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.restrictedToWorkflows">RestrictedToWorkflows</a></code> | <code>HashiCorp.Cdktf.IResolvable</code> | *No description.* |
363376
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.runnersUrl">RunnersUrl</a></code> | <code>string</code> | *No description.* |
364377
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.selectedRepositoriesUrl">SelectedRepositoriesUrl</a></code> | <code>string</code> | *No description.* |
365-
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.selectedWorkflows">SelectedWorkflows</a></code> | <code>string[]</code> | *No description.* |
366378
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.idInput">IdInput</a></code> | <code>string</code> | *No description.* |
367379
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.nameInput">NameInput</a></code> | <code>string</code> | *No description.* |
380+
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.restrictedToWorkflowsInput">RestrictedToWorkflowsInput</a></code> | <code>object</code> | *No description.* |
368381
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.selectedRepositoryIdsInput">SelectedRepositoryIdsInput</a></code> | <code>double[]</code> | *No description.* |
382+
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.selectedWorkflowsInput">SelectedWorkflowsInput</a></code> | <code>string[]</code> | *No description.* |
369383
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.visibilityInput">VisibilityInput</a></code> | <code>string</code> | *No description.* |
370384
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.id">Id</a></code> | <code>string</code> | *No description.* |
371385
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.name">Name</a></code> | <code>string</code> | *No description.* |
386+
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.restrictedToWorkflows">RestrictedToWorkflows</a></code> | <code>object</code> | *No description.* |
372387
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.selectedRepositoryIds">SelectedRepositoryIds</a></code> | <code>double[]</code> | *No description.* |
388+
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.selectedWorkflows">SelectedWorkflows</a></code> | <code>string[]</code> | *No description.* |
373389
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.visibility">Visibility</a></code> | <code>string</code> | *No description.* |
374390

375391
---
@@ -556,16 +572,6 @@ public IResolvable Inherited { get; }
556572

557573
---
558574

559-
##### `RestrictedToWorkflows`<sup>Required</sup> <a name="RestrictedToWorkflows" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.restrictedToWorkflows"></a>
560-
561-
```csharp
562-
public IResolvable RestrictedToWorkflows { get; }
563-
```
564-
565-
- *Type:* HashiCorp.Cdktf.IResolvable
566-
567-
---
568-
569575
##### `RunnersUrl`<sup>Required</sup> <a name="RunnersUrl" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.runnersUrl"></a>
570576

571577
```csharp
@@ -586,33 +592,33 @@ public string SelectedRepositoriesUrl { get; }
586592

587593
---
588594

589-
##### `SelectedWorkflows`<sup>Required</sup> <a name="SelectedWorkflows" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.selectedWorkflows"></a>
595+
##### `IdInput`<sup>Optional</sup> <a name="IdInput" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.idInput"></a>
590596

591597
```csharp
592-
public string[] SelectedWorkflows { get; }
598+
public string IdInput { get; }
593599
```
594600

595-
- *Type:* string[]
601+
- *Type:* string
596602

597603
---
598604

599-
##### `IdInput`<sup>Optional</sup> <a name="IdInput" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.idInput"></a>
605+
##### `NameInput`<sup>Optional</sup> <a name="NameInput" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.nameInput"></a>
600606

601607
```csharp
602-
public string IdInput { get; }
608+
public string NameInput { get; }
603609
```
604610

605611
- *Type:* string
606612

607613
---
608614

609-
##### `NameInput`<sup>Optional</sup> <a name="NameInput" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.nameInput"></a>
615+
##### `RestrictedToWorkflowsInput`<sup>Optional</sup> <a name="RestrictedToWorkflowsInput" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.restrictedToWorkflowsInput"></a>
610616

611617
```csharp
612-
public string NameInput { get; }
618+
public object RestrictedToWorkflowsInput { get; }
613619
```
614620

615-
- *Type:* string
621+
- *Type:* object
616622

617623
---
618624

@@ -626,6 +632,16 @@ public double[] SelectedRepositoryIdsInput { get; }
626632

627633
---
628634

635+
##### `SelectedWorkflowsInput`<sup>Optional</sup> <a name="SelectedWorkflowsInput" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.selectedWorkflowsInput"></a>
636+
637+
```csharp
638+
public string[] SelectedWorkflowsInput { get; }
639+
```
640+
641+
- *Type:* string[]
642+
643+
---
644+
629645
##### `VisibilityInput`<sup>Optional</sup> <a name="VisibilityInput" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.visibilityInput"></a>
630646

631647
```csharp
@@ -656,6 +672,16 @@ public string Name { get; }
656672

657673
---
658674

675+
##### `RestrictedToWorkflows`<sup>Required</sup> <a name="RestrictedToWorkflows" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.restrictedToWorkflows"></a>
676+
677+
```csharp
678+
public object RestrictedToWorkflows { get; }
679+
```
680+
681+
- *Type:* object
682+
683+
---
684+
659685
##### `SelectedRepositoryIds`<sup>Required</sup> <a name="SelectedRepositoryIds" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.selectedRepositoryIds"></a>
660686

661687
```csharp
@@ -666,6 +692,16 @@ public double[] SelectedRepositoryIds { get; }
666692

667693
---
668694

695+
##### `SelectedWorkflows`<sup>Required</sup> <a name="SelectedWorkflows" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.selectedWorkflows"></a>
696+
697+
```csharp
698+
public string[] SelectedWorkflows { get; }
699+
```
700+
701+
- *Type:* string[]
702+
703+
---
704+
669705
##### `Visibility`<sup>Required</sup> <a name="Visibility" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroup.property.visibility"></a>
670706

671707
```csharp
@@ -714,7 +750,9 @@ new ActionsRunnerGroupConfig {
714750
string Name,
715751
string Visibility,
716752
string Id = null,
717-
double[] SelectedRepositoryIds = null
753+
object RestrictedToWorkflows = null,
754+
double[] SelectedRepositoryIds = null,
755+
string[] SelectedWorkflows = null
718756
};
719757
```
720758

@@ -732,7 +770,9 @@ new ActionsRunnerGroupConfig {
732770
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroupConfig.property.name">Name</a></code> | <code>string</code> | Name of the runner group. |
733771
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroupConfig.property.visibility">Visibility</a></code> | <code>string</code> | The visibility of the runner group. |
734772
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroupConfig.property.id">Id</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/github/r/actions_runner_group#id ActionsRunnerGroup#id}. |
773+
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroupConfig.property.restrictedToWorkflows">RestrictedToWorkflows</a></code> | <code>object</code> | If 'true', the runner group will be restricted to running only the workflows specified in the 'selected_workflows' array. |
735774
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroupConfig.property.selectedRepositoryIds">SelectedRepositoryIds</a></code> | <code>double[]</code> | List of repository IDs that can access the runner group. |
775+
| <code><a href="#@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroupConfig.property.selectedWorkflows">SelectedWorkflows</a></code> | <code>string[]</code> | List of workflows the runner group should be allowed to run. |
736776

737777
---
738778

@@ -849,6 +889,22 @@ If you experience problems setting this value it might not be settable. Please t
849889

850890
---
851891

892+
##### `RestrictedToWorkflows`<sup>Optional</sup> <a name="RestrictedToWorkflows" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroupConfig.property.restrictedToWorkflows"></a>
893+
894+
```csharp
895+
public object RestrictedToWorkflows { get; set; }
896+
```
897+
898+
- *Type:* object
899+
900+
If 'true', the runner group will be restricted to running only the workflows specified in the 'selected_workflows' array.
901+
902+
Defaults to 'false'.
903+
904+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/github/r/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows}
905+
906+
---
907+
852908
##### `SelectedRepositoryIds`<sup>Optional</sup> <a name="SelectedRepositoryIds" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroupConfig.property.selectedRepositoryIds"></a>
853909

854910
```csharp
@@ -863,5 +919,21 @@ Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/githu
863919

864920
---
865921

922+
##### `SelectedWorkflows`<sup>Optional</sup> <a name="SelectedWorkflows" id="@cdktf/provider-github.actionsRunnerGroup.ActionsRunnerGroupConfig.property.selectedWorkflows"></a>
923+
924+
```csharp
925+
public string[] SelectedWorkflows { get; set; }
926+
```
927+
928+
- *Type:* string[]
929+
930+
List of workflows the runner group should be allowed to run.
931+
932+
This setting will be ignored unless restricted_to_workflows is set to 'true'.
933+
934+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/github/r/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows}
935+
936+
---
937+
866938

867939

0 commit comments

Comments
 (0)
Please sign in to comment.