<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unified access gateway extension migration to 2.0 (VMWare) in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Unified-access-gateway-extension-migration-to-2-0-VMWare/m-p/240913#M4235</link>
    <description>&lt;P&gt;On earlier steps when it showed the initialization of a new workspace for Python then it should have created the main and init files already into the workspace.&lt;/P&gt;
&lt;P&gt;Maybe try re-running those steps.&lt;/P&gt;</description>
    <pubDate>Sun, 24 Mar 2024 23:53:02 GMT</pubDate>
    <dc:creator>Mike_L</dc:creator>
    <dc:date>2024-03-24T23:53:02Z</dc:date>
    <item>
      <title>Unified access gateway extension migration to 2.0 VMWare</title>
      <link>https://community.dynatrace.com/t5/Extensions/Unified-access-gateway-extension-migration-to-2-0-VMWare/m-p/240323#M4217</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;
&lt;P&gt;Can I get guidance for migrating for UAG plugin to 2.0 version.&lt;/P&gt;
&lt;P&gt;Need help to get started, any documentation you can point me to would be helpful.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;AK&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 14:25:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Unified-access-gateway-extension-migration-to-2-0-VMWare/m-p/240323#M4217</guid>
      <dc:creator>AK</dc:creator>
      <dc:date>2024-05-10T14:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unified access gateway extension migration to 2.0 (VMWare)</title>
      <link>https://community.dynatrace.com/t5/Extensions/Unified-access-gateway-extension-migration-to-2-0-VMWare/m-p/240391#M4219</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If you want to do it yourself these are the two best resources:&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=g-lPIZx66BA" target="_blank"&gt;https://www.youtube.com/watch?v=g-lPIZx66BA&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://dynatrace-extensions.github.io/dt-extensions-python-sdk/guides/migration.html" target="_blank"&gt;https://dynatrace-extensions.github.io/dt-extensions-python-sdk/guides/migration.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can also reach out to our services department for an engagement.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 11:09:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Unified-access-gateway-extension-migration-to-2-0-VMWare/m-p/240391#M4219</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-03-19T11:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unified access gateway extension migration to 2.0 (VMWare)</title>
      <link>https://community.dynatrace.com/t5/Extensions/Unified-access-gateway-extension-migration-to-2-0-VMWare/m-p/240908#M4234</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;I imported remote extension from the environment, it shows just one file 'activationSchema.json'&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AK_0-1711298402721.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/18496i10AE30A9787C3A17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AK_0-1711298402721.png" alt="AK_0-1711298402721.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm stuck at&amp;nbsp;"&lt;A href="https://dynatrace-extensions.github.io/dt-extensions-python-sdk/guides/migration.html#modify-the-extension-code" target="_self"&gt;Modify the extension code&lt;/A&gt;", it says,&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Move your existing extension code to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;__main__.py&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file of the new extension.&lt;/LI&gt;&lt;LI&gt;The easiest way to accomplish this is by pasting the code from your existing extension class into the new&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;ExtensionImpl&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;class.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class=""&gt;Where do I get '&lt;SPAN class=""&gt;__main__.py&lt;/SPAN&gt;'? and when it says "&lt;EM&gt;pasting a code from your existing extension class into the new&amp;nbsp;&lt;SPAN class=""&gt;ExtensionImpl&lt;/SPAN&gt;&amp;nbsp;class&lt;/EM&gt;", how this can be done?&lt;/DIV&gt;&lt;DIV class=""&gt;Please guide me more in this case, steps in document are not clear.&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2024 17:09:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Unified-access-gateway-extension-migration-to-2-0-VMWare/m-p/240908#M4234</guid>
      <dc:creator>AK</dc:creator>
      <dc:date>2024-03-24T17:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unified access gateway extension migration to 2.0 (VMWare)</title>
      <link>https://community.dynatrace.com/t5/Extensions/Unified-access-gateway-extension-migration-to-2-0-VMWare/m-p/240913#M4235</link>
      <description>&lt;P&gt;On earlier steps when it showed the initialization of a new workspace for Python then it should have created the main and init files already into the workspace.&lt;/P&gt;
&lt;P&gt;Maybe try re-running those steps.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2024 23:53:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Unified-access-gateway-extension-migration-to-2-0-VMWare/m-p/240913#M4235</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-03-24T23:53:02Z</dc:date>
    </item>
  </channel>
</rss>

