mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Removes deprecated "append" param from snat pool (#32953)
This param was deprecated in 2.4 and slated for removal in 2.5. This patch removes it.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"kind": "tm:ltm:snatpool:snatpoolstate",
|
||||
"name": "asdasd",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/asdasd",
|
||||
"generation": 40,
|
||||
"selfLink": "https://localhost/mgmt/tm/ltm/snatpool/~Common~asdasd?ver=12.1.2",
|
||||
"members": [
|
||||
"/Common/1.1.1.1",
|
||||
"/Common/2.2.2.2"
|
||||
],
|
||||
"membersReference": [
|
||||
{
|
||||
"link": "https://localhost/mgmt/tm/ltm/snat-translation/~Common~1.1.1.1?ver=12.1.2"
|
||||
},
|
||||
{
|
||||
"link": "https://localhost/mgmt/tm/ltm/snat-translation/~Common~2.2.2.2?ver=12.1.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user