forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
33931.txt
93 lines (84 loc) · 3.93 KB
/
33931.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
```release-note:bug
resource/aws_quicksight_analysis: Nested `column_index` and `row_index` arguments now properly handle zero values
```
```release-note:bug
resource/aws_quicksight_dashboard: Nested `column_index` and `row_index` arguments now properly handle zero values
```
```release-note:bug
resource/aws_quicksight_template: Nested `column_index` and `row_index` arguments now properly handle zero values
```
```release-note:bug
resource/aws_quicksight_analysis: Fix handling of the nested `rolling_date` argument
```
```release-note:bug
resource/aws_quicksight_dashboard: Fix handling of the nested `rolling_date` argument
```
```release-note:bug
resource/aws_quicksight_template: Fix handling of the nested `rolling_date` argument
```
```release-note:bug
resource/aws_quicksight_analysis: Fix handling of the nested `select_all_options` argument
```
```release-note:bug
resource/aws_quicksight_dashboard: Fix handling of the nested `select_all_options` argument
```
```release-note:bug
resource/aws_quicksight_template: Fix handling of the nested `select_all_options` argument
```
```release-note:bug
resource/aws_quicksight_analysis: Fix handling of the nested `visual_ids` argument
```
```release-note:bug
resource/aws_quicksight_dashboard: Fix handling of the nested `visual_ids` argument
```
```release-note:bug
resource/aws_quicksight_template: Fix handling of the nested `visual_ids` argument
```
```release-note:bug
resource/aws_quicksight_analysis: Fixes to various optional blocks utilizing the shared column schema definition
```
```release-note:bug
resource/aws_quicksight_dashboard: Fixes to various optional blocks utilizing the shared column schema definition
```
```release-note:bug
resource/aws_quicksight_template: Fixes to various optional blocks utilizing the shared column schema definition
```
```release-note:bug
resource/aws_quicksight_analysis: Fix handling of the nested `number_scale`, `prefix`, and `suffix` integer arguments
```
```release-note:bug
resource/aws_quicksight_dashboard: Fix handling of the nested `number_scale`, `prefix`, and `suffix` integer arguments
```
```release-note:bug
resource/aws_quicksight_template: Fix handling of the nested `number_scale`, `prefix`, and `suffix` integer arguments
```
```release-note:enhancement
resource/aws_quicksight_analysis: Add `number_display_format_configuration` and `percentage_display_format_configuration` to nested `numeric_format_configuration` argument
```
```release-note:enhancement
resource/aws_quicksight_dashboard: Add `number_display_format_configuration` and `percentage_display_format_configuration` to nested `numeric_format_configuration` argument
```
```release-note:enhancement
resource/aws_quicksight_template: Add `number_display_format_configuration` and `percentage_display_format_configuration` to nested `numeric_format_configuration` argument
```
```release-note:enhancement
resource/aws_quicksight_analysis: Add `definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline` attribute
```
```release-note:enhancement
resource/aws_quicksight_dashboard: Add `definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline` attribute
```
```release-note:enhancement
resource/aws_quicksight_template: Add `definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline` attribute
```
```release-note:enhancement
resource/aws_quicksight_analysis: Add `definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options` attribute
```
```release-note:enhancement
resource/aws_quicksight_dashboard: Add `definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options` attribute
```
```release-note:enhancement
resource/aws_quicksight_template: Add `definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options` attribute
```
```release-note:bug
resource/aws_quicksight_data_set: Increase `permissions.actions` maximum item limit to 20, aligning with the AWS API limits
```