<?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: Create/Update Azure Network/Group Objects for Public IP Space (77.30-below) in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40380#M2660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wyatt, Could you give me a little more detail. I just tried this on my 77.30 gateway/mgmt and it's still working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2018 23:54:02 GMT</pubDate>
    <dc:creator>Adam_Forester</dc:creator>
    <dc:date>2018-09-13T23:54:02Z</dc:date>
    <item>
      <title>Create/Update Azure Network/Group Objects for Public IP Space (77.30-below)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40378#M2658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H2&gt;## Version 2: Updated to support Ubuntu/Linux&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Overview&lt;/H2&gt;&lt;P&gt;The purpose of this code is to generate objects based on the Azure Public IP;&amp;nbsp;&lt;A class="link-titled" href="https://www.microsoft.com/en-us/download/details.aspx?id=41653" title="https://www.microsoft.com/en-us/download/details.aspx?id=41653"&gt;Download Microsoft Azure Datacenter IP Ranges from Official Microsoft Download Center&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The scripts were made for users of the R77 code that have to maintain Azure objects for rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Description&lt;/H2&gt;&lt;P&gt;The code is to be used on systems 77.30 and below. For the R80 and above code please go here;&amp;nbsp;&lt;A href="https://community.checkpoint.com/docs/DOC-2023"&gt;Create objects for Azure Data-Center IP ranges - Python script&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are 3&amp;nbsp;scripts contained in the attached ZIP file. They are all Bash scripts;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Azure-get-public.sh –&amp;nbsp;This is the main script you will execute. It will automatically download the latest Public_IP list from Microsoft and output the files needed for import.&lt;/LI&gt;&lt;LI&gt;Cp-grp-maker.sh – is called by the main script. This puts all the network objects into the dbedit format for a Simple Group&lt;/LI&gt;&lt;LI&gt;Cp-net-maker.sh – is called by the main script. Puts all subnets into the dbedit format for network objects.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Requires curl, wget, awk, cat, sed, and &lt;STRONG&gt;XMLSTARLET&lt;/STRONG&gt; (this is used to parse Azure’s XML format) &lt;BR /&gt;The script will generate 3&amp;nbsp;dbedit&amp;nbsp;files per Azure&amp;nbsp;region;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;net-import.txt - Will create&amp;nbsp;all the network objects for that region&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;group-import.txt - Will create a simple group for that region and put all network objects for that region into the group.&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;group-import-update.txt - This file is to be used to update groups that have already been built using the&amp;nbsp;&lt;EM&gt;Regionname-&lt;/EM&gt;&lt;SPAN&gt;net-import.txt script previously.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Instructions&lt;/H2&gt;&lt;P&gt;Download the attached zip file.&lt;/P&gt;&lt;P&gt;Unzip the contents into a folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script requires;&amp;nbsp;&lt;SPAN&gt;curl, &lt;/SPAN&gt;wget&lt;SPAN&gt;, awk, cat, sed, and &lt;/SPAN&gt;&lt;STRONG&gt;XMLSTARLET&lt;/STRONG&gt;&lt;SPAN&gt; (this is used to parse Azure’s XML format)&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Ubuntu - apt-get install&amp;nbsp;xmlstarlet&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Mac - Use Homebrew - 'brew install xmlstarlet'&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Exectute the script (make sure you have internet access) - ./azure-get-public.sh&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;The script will clean up any previous files from previous imports.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;The script will call out to Microsoft to download the latest Public_IPs* list. Parses the XML for regions/subnets and puts them into a named file for each subnet and translates the Mask-length&lt;SPAN&gt; into a dotted format. &lt;/SPAN&gt;Lastly&lt;SPAN&gt;, it runs those region files through the other scripts to create the &lt;/SPAN&gt;dbedit&lt;SPAN&gt; outputs.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Default naming convention; NETWORK objects are named &lt;/SPAN&gt;azure&lt;SPAN&gt;-&lt;EM&gt;regionname&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;EM&gt;x.x.x.x&lt;/EM&gt;. GROUP objects are named&amp;nbsp;&lt;/SPAN&gt;azure&lt;SPAN&gt;-&lt;EM&gt;regionname&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;The output is 3&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;dbedit&amp;nbsp;files per Azure&amp;nbsp;region;&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;net-import.txt - Will create&amp;nbsp;all the network objects for that region&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;group-import.txt - Will create a simple group for that region and put all network objects for that region into the group.&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;&lt;EM&gt;Regionname-&lt;/EM&gt;group-import-update.txt - This file is to be used to update groups that have already been built using the&amp;nbsp;&lt;EM&gt;Regionname-&lt;/EM&gt;&lt;SPAN&gt;net-import.txt script previously.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move the files for each region you wish to create over to your Managment server. Follow the instructions in&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;sk30383;&amp;nbsp;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk30383&amp;amp;partition=Advanced&amp;amp;product=Security" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk30383&amp;amp;partition=Advanced&amp;amp;product=Security"&gt;Using a dbedit script to create new network objects and network object groups&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;EM&gt;You must always import the NETWORK file before importing the GROUP file.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; font-size: 14px;"&gt;&lt;STRONG&gt;You can run this &amp;nbsp;NETWORK script multiple times for updates. Each time the script is run dbedit will skip over objects that are already made. The&amp;nbsp;&lt;EM&gt;Regionname-group-import-update.txt&amp;nbsp;&lt;/EM&gt;file will be used to update group objects that are already created.&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GitHub for Code:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/WadesWeaponShed/Azure-Region-Objects-R77_Below" title="https://github.com/WadesWeaponShed/Azure-Region-Objects-R77_Below"&gt;GitHub - WadesWeaponShed/Azure-Region-Objects-R77_Below: This will allow you to build network and group objects per regi…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Code Version&lt;/H2&gt;&lt;P&gt;Code version 1.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Tested on version&lt;/H2&gt;&lt;P&gt;R77 and below DBEDIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 13px; color: #ff0000;"&gt;&lt;STRONG&gt;NOTICE: &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6667px; color: #999999;"&gt;&lt;STRONG&gt;By using this sample code you agree to terms and conditions in this &lt;A href="https://community.checkpoint.com/docs/DOC-1042"&gt;Terms and Conditions&lt;/A&gt; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 13:09:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40378#M2658</guid>
      <dc:creator>Adam_Forester</dc:creator>
      <dc:date>2017-06-26T13:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update Azure Network/Group Objects for Public IP Space (77.30-below)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40379#M2659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;This document and script look great, but it appears that it may no longer be working. Is there some tweaks to the script that need to be made to ensure it continues to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 22:15:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40379#M2659</guid>
      <dc:creator>Wyatt_Felger</dc:creator>
      <dc:date>2018-09-13T22:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update Azure Network/Group Objects for Public IP Space (77.30-below)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40380#M2660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wyatt, Could you give me a little more detail. I just tried this on my 77.30 gateway/mgmt and it's still working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 23:54:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40380#M2660</guid>
      <dc:creator>Adam_Forester</dc:creator>
      <dc:date>2018-09-13T23:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update Azure Network/Group Objects for Public IP Space (77.30-below)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40381#M2661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checkpoint Community won't let me pm you the info, because you aren't following me. But here are the details.&lt;/P&gt;&lt;P&gt;I am running into issues when trying to run this in Ubuntu.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Downloading latest IP list&lt;BR /&gt;&lt;SPAN&gt;2018-09-13 20:59:54 URL:&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://download.microsoft.com/download/0/1/8/018E208D-54F8-44CD-AA26-CD7BC9524A8C/PublicIPs_20180910.xml" rel="nofollow"&gt;https://download.microsoft.com/download/0/1/8/018E208D-54F8-44CD-AA26-CD7BC9524A8C/PublicIPs_20180910.xml&lt;/A&gt;&lt;SPAN&gt; [95329] -&amp;gt; "PublicIPs_20180910.xml" [1]&lt;/SPAN&gt;&lt;BR /&gt;./azure-get-public.sh: line 10: xml: command not found&lt;BR /&gt;There are&amp;nbsp; regions&lt;BR /&gt;./azure-get-public.sh: line 14: xml: command not found&lt;BR /&gt;Making Individual Files for Regions&lt;BR /&gt;./azure-get-public.sh: line 16: xml: command not found&lt;BR /&gt;sed: invalid option -- 'g'&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 03:01:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40381#M2661</guid>
      <dc:creator>Wyatt_Felger</dc:creator>
      <dc:date>2018-09-14T03:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update Azure Network/Group Objects for Public IP Space (77.30-below)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40382#M2662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you install xmlstarlet on the box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:08:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40382#M2662</guid>
      <dc:creator>Adam_Forester</dc:creator>
      <dc:date>2018-09-14T14:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update Azure Network/Group Objects for Public IP Space (77.30-below)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40383#M2663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it's installed on my Ubuntu box: &lt;SPAN&gt;xmlstarlet is already the newest version (1.6.1-2).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But please note your instructions have a typo for Ubuntu. &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ubuntu - apt-get install&amp;nbsp;xmstarlet&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;^Missing a l, should be: Ubuntu - apt-get install&amp;nbsp;xmlstarlet&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ubuntu - apt-get install&amp;nbsp;xmstarlet&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are you able to still run this in Ubuntu?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 22:57:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40383#M2663</guid>
      <dc:creator>Wyatt_Felger</dc:creator>
      <dc:date>2018-09-14T22:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update Azure Network/Group Objects for Public IP Space (77.30-below)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40384#M2664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey sorry, it took me a couple days to respond. I fixed it... apparently, in Ubuntu I couldn't use the short name of 'XML' for xmlstarlet. You can find the updated here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/WadesWeaponShed/Azure-Region-Objects-R77_Below" title="https://github.com/WadesWeaponShed/Azure-Region-Objects-R77_Below"&gt;GitHub - WadesWeaponShed/Azure-Region-Objects-R77_Below: This will allow you to build network and group objects per regi…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 16:48:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40384#M2664</guid>
      <dc:creator>Adam_Forester</dc:creator>
      <dc:date>2018-09-20T16:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update Azure Network/Group Objects for Public IP Space (77.30-below)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40385#M2665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings Adam.&lt;/P&gt;&lt;P&gt;Apparently, everything gone well around here. But on SmartDashboard I´m not be able to see the new objects created. Could you know what went wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Expert@fw-gerencia:0]# ls&lt;BR /&gt;brazilsouth-group-import.txt brazilsouth-net-import.txt&lt;BR /&gt;[Expert@fw-gerencia:0]# sed -i 's/[[:space:]]*$//' brazilsouth-net-import.txt&lt;BR /&gt;[Expert@fw-gerencia:0]# sed -i 's/[[:space:]]*$//' brazilsouth-group-import.txt&lt;BR /&gt;[Expert@fw-gerencia:0]# pwd&lt;BR /&gt;/home/admin&lt;BR /&gt;[Expert@fw-gerencia:0]# dbedit -local -globallock -f /home/admin/brazilsouth-net -import.txt&lt;BR /&gt;network_objects::azure-brazilsouth-104.41.0.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.232.160.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.232.192.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.232.32.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.233.0.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.233.128.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.233.130.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.233.132.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.233.136.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.233.192.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.233.24.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.234.160.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.235.196.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.235.200.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.235.224.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.235.240.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.235.248.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.235.32.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.235.64.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.237.195.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.237.200.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.237.248.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.238.128.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.238.192.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.239.112.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.239.204.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-191.239.240.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-20.190.145.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-20.40.112.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-20.40.16.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-20.40.32.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-23.97.96.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-40.126.17.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-40.90.133.32 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-40.90.141.64 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-40.90.144.224 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-52.108.36.0 Updated Successfully&lt;BR /&gt;network_objects::azure-brazilsouth-52.109.108.0 Updated Successfully&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2018 14:47:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40385#M2665</guid>
      <dc:creator>Rick_Rodrix</dc:creator>
      <dc:date>2018-12-26T14:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update Azure Network/Group Objects for Public IP Space (77.30-below)</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40386#M2666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick, just got back from Holiday so sorry for the delay. Did you get this figured out? My first questions would be is this an MDS environment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2018 18:08:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Create-Update-Azure-Network-Group-Objects-for-Public-IP-Space-77/m-p/40386#M2666</guid>
      <dc:creator>Adam_Forester</dc:creator>
      <dc:date>2018-12-31T18:08:18Z</dc:date>
    </item>
  </channel>
</rss>

