Skip to content

Commit

Permalink
POL-1422 Fix AWS New Marketplace Products (#2867)
Browse files Browse the repository at this point in the history
* update

* fix

* update

* fix

* update

* fix

* update

* update

* update

* update
  • Loading branch information
XOmniverse authored Dec 2, 2024
1 parent e5470ed commit 68250cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6332,7 +6332,7 @@
{
"id": "./operational/aws/marketplace_new_products/aws_marketplace_new_products.pt",
"name": "AWS New Marketplace Products",
"version": "0.3.3",
"version": "0.3.4",
"providers": [
{
"name": "flexera",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3685,7 +3685,7 @@
required: true
- id: "./operational/aws/marketplace_new_products/aws_marketplace_new_products.pt"
name: AWS New Marketplace Products
version: 0.3.3
version: 0.3.4
:providers:
- :name: flexera
:permissions:
Expand Down
4 changes: 4 additions & 0 deletions operational/aws/marketplace_new_products/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.3.4

- Fixed code issue preventing policy from successfully completing.

## v0.3.3

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ severity "low"
category "Cost"
default_frequency "weekly"
info(
version: "0.3.3",
version: "0.3.4",
provider: "AWS",
service: "Marketplace",
policy_set: "New Marketplace Products",
Expand Down Expand Up @@ -163,7 +163,7 @@ end

datasource "ds_current_products" do
request do
run_script $js_get_products, $ds_top_level_bcs, rs_org_id, rs_optima_host, 3
run_script $js_get_products, $ds_top_level_bcs, 3, rs_org_id, rs_optima_host
end
result do
encoding "json"
Expand Down

0 comments on commit 68250cf

Please sign in to comment.