We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, In documentation policy looks like
describe google_project_alert_policy(name: 'projects/spaterson-project/alertPolicies/9271751234503117449') do it { should exist } end
When code wait for policy argument :
policy
@policy = @gcp.gcp_client(Google::Apis::MonitoringV3::MonitoringService).get_project_alert_policy(opts[:policy])
The text was updated successfully, but these errors were encountered:
Quite right, looks like a copy paste error, will fix.
Sorry, something went wrong.
Updates to docs as pointed out in #86.
005af92
Signed-off-by: Stuart Paterson <[email protected]>
Merge pull request #86 from modular-magician/codegen-pr-1281
c810e8c
Inspec health check
No branches or pull requests
Hello,
In documentation policy looks like
When code wait for
policy
argument :The text was updated successfully, but these errors were encountered: