From 9e16d9b194681d57d20a9c979886a7bb40eac195 Mon Sep 17 00:00:00 2001 From: Samir <85890442+sa-progress@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:17:28 +0530 Subject: [PATCH] Docs updated Signed-off-by: Samir <85890442+sa-progress@users.noreply.github.com> --- mmv1/products/compute/inspec.yaml | 1 - mmv1/products/metastore/inspec.yaml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 mmv1/products/metastore/inspec.yaml diff --git a/mmv1/products/compute/inspec.yaml b/mmv1/products/compute/inspec.yaml index 14ec8ba6e..c63dc0f02 100644 --- a/mmv1/products/compute/inspec.yaml +++ b/mmv1/products/compute/inspec.yaml @@ -143,7 +143,6 @@ overrides: !ruby/object:Overrides::ResourceOverrides singular_extra_examples: third_party/inspec/documentation/google_compute_region_instance_group_manager.md plural_extra_examples: third_party/inspec/documentation/google_compute_region_instance_group_managers.md additional_functions: third_party/inspec/custom_functions/google_compute_zone_operation.erb - additional_functions: third_party/inspec/custom_functions/google_compute_region_instance_group.erb properties: id: !ruby/object:Overrides::Inspec::PropertyOverride override_name: "instance_group_manager_id" diff --git a/mmv1/products/metastore/inspec.yaml b/mmv1/products/metastore/inspec.yaml new file mode 100644 index 000000000..28cb365e9 --- /dev/null +++ b/mmv1/products/metastore/inspec.yaml @@ -0,0 +1,15 @@ +# Copyright 2017 Google Inc. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- !ruby/object:Provider::Inspec::Config +overrides: !ruby/object:Overrides::ResourceOverrides