Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XOmniverse committed Oct 11, 2024
1 parent f4789f4 commit e72f772
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ datasource "ds_azure_subscriptions" do
path "/subscriptions/"
query "api-version","2020-01-01"
header "User-Agent", "RS Policies"
# Ignore status 400, 403, and 404 which can be returned in certain (legacy) types of Azure Subscriptions
ignore_status [400, 403, 404]
end
result do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ datasource "ds_google_projects" do
host "cloudresourcemanager.googleapis.com"
path "/v1/projects/"
query "filter", "lifecycleState=ACTIVE"
ignore_status [400, 403, 404]
end
result do
encoding "json"
Expand Down

0 comments on commit e72f772

Please sign in to comment.