We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b5574 commit c9350d8Copy full SHA for c9350d8
migrationtool/convert_yaml.py
@@ -1,6 +1,10 @@
1
-import argparse
+# -*- coding: utf-8 -*-
2
+
3
+# Copyright (c) 2025 Cloud Software Group, Inc.
4
+# MIT License (see LICENSE or https://opensource.org/licenses/MIT)import argparse
5
6
import yaml
7
+import argparse
8
from resourcelist import (
9
netscaler_login_specifics,
10
play_level_keys_list,
migrationtool/resourcelist.py
@@ -1,3 +1,7 @@
+# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
resource_map = {
"citrix_adc_appfw_confidfield": "netscaler.adc.appfwconfidfield",
"citrix_adc_appfw_fieldtype": "netscaler.adc.appfwfieldtype",
0 commit comments