mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
GCP deprecations (#53355)
* gcdns_record deprecation * gcdns_zone deprecation * gcp_forwarding_rule deprecation * gcp_url_map deprecation * gcspanner deprecation * gcp_healthcheck deprecation * porting guide * test failures * forgot to rename * deprecating * porting guide changes * unit test fixes * changing ignores
This commit is contained in:
committed by
John R Barker
parent
316d1db29f
commit
e298de0986
@@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from ansible.modules.cloud.google.gcp_forwarding_rule import _build_global_forwarding_rule_dict
|
||||
from ansible.modules.cloud.google._gcp_forwarding_rule import _build_global_forwarding_rule_dict
|
||||
|
||||
|
||||
class TestGCPFowardingRule(unittest.TestCase):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from ansible.modules.cloud.google.gcp_url_map import _build_path_matchers, _build_url_map_dict
|
||||
from ansible.modules.cloud.google._gcp_url_map import _build_path_matchers, _build_url_map_dict
|
||||
|
||||
|
||||
class TestGCPUrlMap(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user