<?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: Vsec controller fetch dynamic object error in Cloud Firewall</title>
    <link>https://community.checkpoint.com/t5/Cloud-Firewall/Vsec-controller-fetch-dynamic-object-error/m-p/197234#M4390</link>
    <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;The output above, the script is trying to create ‘VirtualMachineScaleSets.virtualMachines.GET' to the Azure VMSS scale set, which is not supported in "Flexible Orchestration mode". Thats why it throw an http 409 (conflict) error&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Other VMSS scale set we have are set Orchestration mode to “Uniform”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/orchestration-modes-api-comparison" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/orchestration-modes-api-comparison&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Nov 2023 19:59:13 GMT</pubDate>
    <dc:creator>Kim_Moberg</dc:creator>
    <dc:date>2023-11-06T19:59:13Z</dc:date>
    <item>
      <title>Vsec controller fetch dynamic object error</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/Vsec-controller-fetch-dynamic-object-error/m-p/197230#M4388</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Does the vsec controller have an issue with Azure VMSS scale set orchestrator mode when set to “flexible”?&lt;/P&gt;&lt;P&gt;I have an issue with vsec controller aka Cloudguard Controller that fetches dynamic objects from Azure AD.&lt;/P&gt;&lt;P&gt;When monitoring cloud_proxy.elg it should an error before it starts important objects. The error is a newly generated Azure VMSS Scale Set. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When we remove the scale set the vsec controller imports Azure AD objects when we deploy it again it stops working.&lt;/P&gt;&lt;P&gt;Therefore the focus are at the Azure VMSS Scale Set.&lt;/P&gt;&lt;P&gt;I see the error exception points to the new standard when to generated a new Scale Set and is related to Orchestration Mode. Newly Scale set the Orchestration Mode are “flexible” previously its “Uniform”.&lt;/P&gt;&lt;P&gt;Looking forward to be hearing from you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 19:33:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/Vsec-controller-fetch-dynamic-object-error/m-p/197230#M4388</guid>
      <dc:creator>Kim_Moberg</dc:creator>
      <dc:date>2023-11-06T19:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Vsec controller fetch dynamic object error</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/Vsec-controller-fetch-dynamic-object-error/m-p/197233#M4389</link>
      <description>&lt;P&gt;Out from cloud_proxy.elg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;——&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;06/11/23 14:42:11,058 ERROR scanner.azure.AzureDeployment [scanner-Azure-952355775]: Command failed:&lt;BR /&gt;ProcessOutputData{&lt;BR /&gt;&amp;nbsp; ProcessBuilder= [/opt/CPsuite-R81.10/fw1/Python/bin/python3, /opt/CPvsec-R81.10/scripts/azure/vsec.py, --max-time, 5000]&lt;BR /&gt;&amp;nbsp; errCode= 1&lt;BR /&gt;&amp;nbsp; processTimeoutSeconds= 100000&lt;BR /&gt;&amp;nbsp; processDurationSeconds= 409&lt;BR /&gt;&amp;nbsp; Process Output String=&amp;nbsp;&lt;BR /&gt;&amp;nbsp; Process Error String= Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 409&amp;nbsp;&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "OperationNotAllowed",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Operation \'VirtualMachineScaleSets.virtualMachines.GET\' is not allowed on Virtual Machine Scale Set \'test-scale-set\'."\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;multiprocessing.pool.RemoteTraceback:&amp;nbsp;&lt;BR /&gt;"""&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 409&amp;nbsp;&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "OperationNotAllowed",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Operation \'VirtualMachineScaleSets.virtualMachines.GET\' is not allowed on Virtual Machine Scale Set \'Test-Scale-set\'."\r\n&amp;nbsp; }\r\n}'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;During handling of the above exception, another exception occurred:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/multiprocessing/pool.py", line 121, in worker&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; result = (True, func(*args, **kwds))&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 128, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise ARMException(problem)&lt;BR /&gt;ARMException: ConnectivityProblem&lt;BR /&gt;"""&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;The above exception was the direct cause of the following exception:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 679, in main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub = get_sub(sub_obj, args.asg_pep)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 524, in get_sub&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vmss_obj[VIRTUAL_MACHINES] = vmss_obj[VIRTUAL_MACHINES].get()&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 91, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.headers, self.body = self.ar.get((1 &amp;lt;&amp;lt; 31) - 1)&lt;BR /&gt;&amp;nbsp; File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/multiprocessing/pool.py", line 657, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise self._value&lt;BR /&gt;ARMException: ConnectivityProblem&lt;BR /&gt;failed to retrieve subscription: 'subscription01' subscriptionId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 1/5&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 404 Not Found&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "NotFound",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Resource /subscriptions/xxxxxxxxx-xxxx-xxxx-xxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachineScaleSets/test-scale-set not found.",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "details": []\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 404 Not Found&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "NotFound",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Resource /subscriptions/xxxxxxxxx-xxxx-xxxx-xxxxxxxx/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachineScaleSets/test-scale-set not found.",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "details": []\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 409&amp;nbsp;&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "OperationNotAllowed",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Operation \'VirtualMachineScaleSets.virtualMachines.GET\' is not allowed on Virtual Machine Scale Set \'test-scale-set\'."\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;multiprocessing.pool.RemoteTraceback:&amp;nbsp;&lt;BR /&gt;"""&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 409&amp;nbsp;&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "OperationNotAllowed",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Operation \'VirtualMachineScaleSets.virtualMachines.GET\' is not allowed on Virtual Machine Scale Set \'test-scale-set\'."\r\n&amp;nbsp; }\r\n}'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;During handling of the above exception, another exception occurred:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/multiprocessing/pool.py", line 121, in worker&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; result = (True, func(*args, **kwds))&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 128, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise ARMException(problem)&lt;BR /&gt;ARMException: ConnectivityProblem&lt;BR /&gt;"""&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;The above exception was the direct cause of the following exception:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 679, in main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub = get_sub(sub_obj, args.asg_pep)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 524, in get_sub&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vmss_obj[VIRTUAL_MACHINES] = vmss_obj[VIRTUAL_MACHINES].get()&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 91, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.headers, self.body = self.ar.get((1 &amp;lt;&amp;lt; 31) - 1)&lt;BR /&gt;&amp;nbsp; File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/multiprocessing/pool.py", line 657, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise self._value&lt;BR /&gt;ARMException: ConnectivityProblem&lt;BR /&gt;failed to retrieve subscription: 'subscription01' subscriptionId: xxxxxx-xxxx-xxxxx-xxxx-xxxxxxxxxx 2/5&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 404 Not Found&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "NotFound",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Resource /subscriptions/xxxxxx-xxxx-xxxxx-xxxxx-xxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachineScaleSets/test-scale-set not found.",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "details": []\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 404 Not Found&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "NotFound",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Resource /subscriptions/xxxxxxxx-xxxxx-xxxx-xxxx-xxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachineScaleSets/test-scale-set not found.",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "details": []\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 409&amp;nbsp;&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "OperationNotAllowed",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Operation \'VirtualMachineScaleSets.virtualMachines.GET\' is not allowed on Virtual Machine Scale Set \'test-scale-ser\'."\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;multiprocessing.pool.RemoteTraceback:&amp;nbsp;&lt;BR /&gt;"""&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 409&amp;nbsp;&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "OperationNotAllowed",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Operation \'VirtualMachineScaleSets.virtualMachines.GET\' is not allowed on Virtual Machine Scale Set \'test-scale-ser\'."\r\n&amp;nbsp; }\r\n}'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;During handling of the above exception, another exception occurred:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/multiprocessing/pool.py", line 121, in worker&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; result = (True, func(*args, **kwds))&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 128, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise ARMException(problem)&lt;BR /&gt;ARMException: ConnectivityProblem&lt;BR /&gt;"""&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;The above exception was the direct cause of the following exception:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 679, in main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub = get_sub(sub_obj, args.asg_pep)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 524, in get_sub&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vmss_obj[VIRTUAL_MACHINES] = vmss_obj[VIRTUAL_MACHINES].get()&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 91, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.headers, self.body = self.ar.get((1 &amp;lt;&amp;lt; 31) - 1)&lt;BR /&gt;&amp;nbsp; File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/multiprocessing/pool.py", line 657, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise self._value&lt;BR /&gt;ARMException: ConnectivityProblem&lt;BR /&gt;failed to retrieve subscription: 'subscription01' subscriptionId: xxxxxx-xxxx-xxxxx-xxxx-xxxxxxxxx 3/5&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 404 Not Found&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "NotFound",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Resource /subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxxxxx/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachineScaleSets/test-scale-set not found.",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "details": []\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 404 Not Found&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "NotFound",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Resource /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachineScaleSets/test-scale-setnot found.",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "details": []\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 409&amp;nbsp;&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "OperationNotAllowed",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Operation \'VirtualMachineScaleSets.virtualMachines.GET\' is not allowed on Virtual Machine Scale Set \'test-scale-set\'."\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;multiprocessing.pool.RemoteTraceback:&amp;nbsp;&lt;BR /&gt;"""&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 409&amp;nbsp;&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "OperationNotAllowed",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Operation \'VirtualMachineScaleSets.virtualMachines.GET\' is not allowed on Virtual Machine Scale Set \'test-scale-set\'."\r\n&amp;nbsp; }\r\n}'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;During handling of the above exception, another exception occurred:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/multiprocessing/pool.py", line 121, in worker&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; result = (True, func(*args, **kwds))&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 128, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise ARMException(problem)&lt;BR /&gt;ARMException: ConnectivityProblem&lt;BR /&gt;"""&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;The above exception was the direct cause of the following exception:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 679, in main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub = get_sub(sub_obj, args.asg_pep)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 524, in get_sub&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vmss_obj[VIRTUAL_MACHINES] = vmss_obj[VIRTUAL_MACHINES].get()&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 91, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.headers, self.body = self.ar.get((1 &amp;lt;&amp;lt; 31) - 1)&lt;BR /&gt;&amp;nbsp; File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/multiprocessing/pool.py", line 657, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise self._value&lt;BR /&gt;ARMException: ConnectivityProblem&lt;BR /&gt;failed to retrieve subscription: 'Subscription01' subscriptionId: xxxxxxxx-xxxx-xxxx- xxxx-xxxxxxxxxx 4/5&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 404 Not Found&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "NotFound",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Resource /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachineScaleSets/test-scale-setnot found.",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "details": []\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 404 Not Found&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "NotFound",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Resource /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachineScaleSets/test-scale-set not found.",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "details": []\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 409&amp;nbsp;&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "OperationNotAllowed",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Operation \'VirtualMachineScaleSets.virtualMachines.GET\' is not allowed on Virtual Machine Scale Set \'test-scale-set\'."\r\n&amp;nbsp; }\r\n}'&lt;BR /&gt;multiprocessing.pool.RemoteTraceback:&amp;nbsp;&lt;BR /&gt;"""&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 409&amp;nbsp;&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "OperationNotAllowed",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Operation \'VirtualMachineScaleSets.virtualMachines.GET\' is not allowed on Virtual Machine Scale Set \'test-scale-set\'."\r\n&amp;nbsp; }\r\n}'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;During handling of the above exception, another exception occurred:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/multiprocessing/pool.py", line 121, in worker&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; result = (True, func(*args, **kwds))&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 128, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise ARMException(problem)&lt;BR /&gt;ARMException: ConnectivityProblem&lt;BR /&gt;"""&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;The above exception was the direct cause of the following exception:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 679, in main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub = get_sub(sub_obj, args.asg_pep)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 524, in get_sub&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vmss_obj[VIRTUAL_MACHINES] = vmss_obj[VIRTUAL_MACHINES].get()&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 91, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.headers, self.body = self.ar.get((1 &amp;lt;&amp;lt; 31) - 1)&lt;BR /&gt;&amp;nbsp; File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/multiprocessing/pool.py", line 657, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise self._value&lt;BR /&gt;ARMException: ConnectivityProblem&lt;BR /&gt;failed to retrieve subscription: ‘Subscription 01' subscriptionId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx 5/5&lt;BR /&gt;multiprocessing.pool.RemoteTraceback:&amp;nbsp;&lt;BR /&gt;"""&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 109, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return rest.arm(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 536, in arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_time=self.max_time)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/rest.py", line 153, in request&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers['proto'], headers['code'], headers['reason'], response)&lt;BR /&gt;rest.RequestException: HTTP/1.1 409&amp;nbsp;&lt;BR /&gt;b'{\r\n&amp;nbsp; "error": {\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": "OperationNotAllowed",\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Operation \'VirtualMachineScaleSets.virtualMachines.GET\' is not allowed on Virtual Machine Scale Set \'test-scale-set\'."\r\n&amp;nbsp; }\r\n}'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;During handling of the above exception, another exception occurred:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/multiprocessing/pool.py", line 121, in worker&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; result = (True, func(*args, **kwds))&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 128, in _arm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise ARMException(problem)&lt;BR /&gt;ARMException: ConnectivityProblem&lt;BR /&gt;"""&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;The above exception was the direct cause of the following exception:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 679, in main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub = get_sub(sub_obj, args.asg_pep)&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 524, in get_sub&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vmss_obj[VIRTUAL_MACHINES] = vmss_obj[VIRTUAL_MACHINES].get()&lt;BR /&gt;&amp;nbsp; File "/opt/CPvsec-R81.10/scripts/azure/vsec.py", line 91, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.headers, self.body = self.ar.get((1 &amp;lt;&amp;lt; 31) - 1)&lt;BR /&gt;&amp;nbsp; File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/multiprocessing/pool.py", line 657, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise self._value&lt;BR /&gt;ARMException: ConnectivityProblem&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;——-&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 19:53:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/Vsec-controller-fetch-dynamic-object-error/m-p/197233#M4389</guid>
      <dc:creator>Kim_Moberg</dc:creator>
      <dc:date>2023-11-06T19:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Vsec controller fetch dynamic object error</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/Vsec-controller-fetch-dynamic-object-error/m-p/197234#M4390</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;The output above, the script is trying to create ‘VirtualMachineScaleSets.virtualMachines.GET' to the Azure VMSS scale set, which is not supported in "Flexible Orchestration mode". Thats why it throw an http 409 (conflict) error&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Other VMSS scale set we have are set Orchestration mode to “Uniform”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/orchestration-modes-api-comparison" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/orchestration-modes-api-comparison&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 19:59:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/Vsec-controller-fetch-dynamic-object-error/m-p/197234#M4390</guid>
      <dc:creator>Kim_Moberg</dc:creator>
      <dc:date>2023-11-06T19:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Vsec controller fetch dynamic object error</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/Vsec-controller-fetch-dynamic-object-error/m-p/197269#M4391</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/9262"&gt;@Kim_Moberg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We have a fix for Azure VMSS flexible in the upcoming Jumbo, they can ask for a port fix.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Amos Shmuel.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 07:56:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/Vsec-controller-fetch-dynamic-object-error/m-p/197269#M4391</guid>
      <dc:creator>amoss</dc:creator>
      <dc:date>2023-11-07T07:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Vsec controller fetch dynamic object error</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/Vsec-controller-fetch-dynamic-object-error/m-p/200290#M4467</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/89944"&gt;@amoss&lt;/a&gt;&lt;/P&gt;&lt;P&gt;We have tried to follow TAC suggestion to upgrade our existing MDS installation on behalf of below info.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;"The fix is done on top T95 and ID is PRHF-29780 OR else upgraded to Take 110 as it is integrated into."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We ended up last week to upgrade from JHF94 to JHF 110 as recommended because the custom fix was fully implemented into the recommended release.&lt;/P&gt;&lt;P&gt;Now after the upgrade to JHF 110 we are still having the issue.&lt;/P&gt;&lt;P&gt;Now questions a raise.&lt;BR /&gt;Are there other dependencies other than having the MDS server upgraded to JHF 110?&lt;/P&gt;&lt;P&gt;The Cloudguard Controller running on the MDS Server are fetching objects from Azure.&lt;/P&gt;&lt;P&gt;Does the VSX Cluster Gateway HA run any services that which are dependent for fetching dynamic objects from Azure?&lt;/P&gt;&lt;P&gt;E.g., Would the VSX Cluster also need to be running JHF 110 or can that one run with a different version?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just asking because the Cloudguard Controller are only running from the&amp;nbsp; MDS server and that is the only part that has been upgraded to JHF 110.&lt;/P&gt;&lt;P&gt;I cannot find any information to the ARTG: Cloudguard Controller (&lt;SPAN&gt;sk115657)&lt;/SPAN&gt; guide on the support page telling how it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 12:17:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/Vsec-controller-fetch-dynamic-object-error/m-p/200290#M4467</guid>
      <dc:creator>Kim_Moberg</dc:creator>
      <dc:date>2023-12-12T12:17:42Z</dc:date>
    </item>
  </channel>
</rss>

