diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/CHANGELOG.md b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/CHANGELOG.md index 720a79b70bce..c6a822a87169 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/CHANGELOG.md +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/CHANGELOG.md @@ -1,14 +1,47 @@ # Release History -## 1.4.0-beta.1 (Unreleased) +## 1.4.0-beta.1 (2026-08-10) + +- Azure Resource Manager PaloAltoNetworks Ngfw client library for Java. This package contains Microsoft Azure SDK for PaloAltoNetworks Ngfw Management SDK. Package api-version 2026-07-29-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). ### Features Added -### Breaking Changes +* `models.LogIngestionSettingsResources` was added + +* `models.CustomCaptureConfigurationsFilter` was added + +* `models.LogIngestionSettingsProperties` was added + +* `models.CustomCaptureConfigurationsStatus` was added + +* `models.CustomCaptureConfigurationsProtocol` was added + +* `models.CustomCaptureConfigurationsStage` was added + +* `models.LogDestinationV2` was added + +* `models.MonitorLogV2` was added + +* `models.LogIngestionSettingsResource` was added -### Bugs Fixed +* `models.CustomCaptureConfigurationsFirewallResource` was added + +* `models.CustomCaptureConfigurationsFirewallResources` was added + +* `models.CustomCaptureConfigurationsProperties` was added + +#### `models.FirewallResource$Definition` was modified + +* `withFirewallSku(java.lang.String)` was added + +#### `PaloAltoNetworksNgfwManager` was modified + +* `logIngestionSettingsResources()` was added +* `customCaptureConfigurationsFirewallResources()` was added + +#### `models.FirewallResource` was modified -### Other Changes +* `firewallSku()` was added ## 1.3.0 (2025-10-30) diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/README.md b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/README.md index 5de36ba69569..232b23c4835a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/README.md +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/README.md @@ -2,7 +2,7 @@ Azure Resource Manager PaloAltoNetworks Ngfw client library for Java. -This package contains Microsoft Azure SDK for PaloAltoNetworks Ngfw Management SDK. Package api-version 2025-10-08. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). +This package contains Microsoft Azure SDK for PaloAltoNetworks Ngfw Management SDK. Package api-version 2026-07-29-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). ## We'd love to hear your feedback @@ -32,7 +32,7 @@ Various documentation is available to help you get started com.azure.resourcemanager azure-resourcemanager-paloaltonetworks-ngfw - 1.3.0 + 1.4.0-beta.1 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/SAMPLE.md b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/SAMPLE.md index 9d9ffb414008..588307d113c8 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/SAMPLE.md +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/SAMPLE.md @@ -15,6 +15,13 @@ - [Get](#certificateobjectlocalrulestack_get) - [ListByLocalRulestacks](#certificateobjectlocalrulestack_listbylocalrulestacks) +## CustomCaptureConfigurationsFirewallResources + +- [CreateOrUpdate](#customcaptureconfigurationsfirewallresources_createorupdate) +- [Delete](#customcaptureconfigurationsfirewallresources_delete) +- [Get](#customcaptureconfigurationsfirewallresources_get) +- [ListByFirewall](#customcaptureconfigurationsfirewallresources_listbyfirewall) + ## FirewallStatus - [Get](#firewallstatus_get) @@ -93,6 +100,13 @@ - [Revert](#localrulestacks_revert) - [Update](#localrulestacks_update) +## LogIngestionSettingsResources + +- [CreateOrUpdate](#logingestionsettingsresources_createorupdate) +- [Delete](#logingestionsettingsresources_delete) +- [Get](#logingestionsettingsresources_get) +- [ListByFirewall](#logingestionsettingsresources_listbyfirewall) + ## MetricsObjectFirewall - [CreateOrUpdate](#metricsobjectfirewall_createorupdate) @@ -155,7 +169,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.models.BooleanEnum; */ public final class CertificateObjectGlobalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_CreateOrUpdate_MinimumSet_Gen. @@ -171,7 +185,7 @@ public final class CertificateObjectGlobalRulestackCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_CreateOrUpdate_MaximumSet_Gen. @@ -200,7 +214,7 @@ public final class CertificateObjectGlobalRulestackCreateOrUpdateSamples { */ public final class CertificateObjectGlobalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_Delete_MaximumSet_Gen. @@ -213,7 +227,7 @@ public final class CertificateObjectGlobalRulestackDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_Delete_MinimumSet_Gen. @@ -235,7 +249,7 @@ public final class CertificateObjectGlobalRulestackDeleteSamples { */ public final class CertificateObjectGlobalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_Get_MinimumSet_Gen. @@ -249,7 +263,7 @@ public final class CertificateObjectGlobalRulestackGetSamples { } /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_Get_MaximumSet_Gen. @@ -272,7 +286,7 @@ public final class CertificateObjectGlobalRulestackGetSamples { */ public final class CertificateObjectGlobalRulestackListSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_List_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_List_MaximumSet_Gen. @@ -285,7 +299,7 @@ public final class CertificateObjectGlobalRulestackListSamples { } /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_List_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_List_MinimumSet_Gen. @@ -309,7 +323,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.models.BooleanEnum; */ public final class CertificateObjectLocalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_CreateOrUpdate_MinimumSet_Gen. @@ -326,7 +340,7 @@ public final class CertificateObjectLocalRulestackCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_CreateOrUpdate_MaximumSet_Gen. @@ -356,7 +370,7 @@ public final class CertificateObjectLocalRulestackCreateOrUpdateSamples { */ public final class CertificateObjectLocalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_Delete_MaximumSet_Gen. @@ -370,7 +384,7 @@ public final class CertificateObjectLocalRulestackDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_Delete_MinimumSet_Gen. @@ -393,7 +407,7 @@ public final class CertificateObjectLocalRulestackDeleteSamples { */ public final class CertificateObjectLocalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_Get_MaximumSet_Gen. @@ -407,7 +421,7 @@ public final class CertificateObjectLocalRulestackGetSamples { } /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_Get_MinimumSet_Gen. @@ -430,7 +444,7 @@ public final class CertificateObjectLocalRulestackGetSamples { */ public final class CertificateObjectLocalRulestackListByLocalRulestacksSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen. @@ -444,7 +458,7 @@ public final class CertificateObjectLocalRulestackListByLocalRulestacksSamples { } /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen. @@ -459,6 +473,191 @@ public final class CertificateObjectLocalRulestackListByLocalRulestacksSamples { } ``` +### CustomCaptureConfigurationsFirewallResources_CreateOrUpdate + +```java +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFilter; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProperties; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProtocol; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsStage; +import java.util.Arrays; + +/** + * Samples for CustomCaptureConfigurationsFirewallResources CreateOrUpdate. + */ +public final class CustomCaptureConfigurationsFirewallResourcesCreateOrUpdateSamples { + /* + * x-ms-original-file: + * 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_CreateOrUpdate_MaximumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_CreateOrUpdate_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesCreateOrUpdateMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .createOrUpdateWithResponse("firewall-rg", "firewall1", + new CustomCaptureConfigurationsFirewallResourceInner() + .withProperties(new CustomCaptureConfigurationsProperties() + .withPcapFilter(Arrays.asList(new CustomCaptureConfigurationsFilter() + .withProtocol(CustomCaptureConfigurationsProtocol.TCP) + .withSourceIpAddress("10.0.0.5") + .withSourcePort(54321) + .withDestinationIpAddress("52.39.204.87") + .withDestinationPort(443))) + .withPcapStages(Arrays.asList(CustomCaptureConfigurationsStage.RECEIVE, + CustomCaptureConfigurationsStage.TRANSMIT, CustomCaptureConfigurationsStage.DROP)) + .withDurationInSec(120) + .withStorageAccountResourceId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Storage/storageAccounts/pcapstorage")), + com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: + * 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_CreateOrUpdate_MinimumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_CreateOrUpdate_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesCreateOrUpdateMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .createOrUpdateWithResponse("firewall-rg", "firewall1", + new CustomCaptureConfigurationsFirewallResourceInner() + .withProperties(new CustomCaptureConfigurationsProperties() + .withPcapFilter(Arrays.asList(new CustomCaptureConfigurationsFilter() + .withProtocol(CustomCaptureConfigurationsProtocol.TCP) + .withSourceIpAddress("10.0.0.5") + .withDestinationIpAddress("52.39.204.87") + .withDestinationPort(443))) + .withPcapStages(Arrays.asList(CustomCaptureConfigurationsStage.FIREWALL)) + .withDurationInSec(30) + .withStorageAccountResourceId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Storage/storageAccounts/pcapstorage")), + com.azure.core.util.Context.NONE); + } +} +``` + +### CustomCaptureConfigurationsFirewallResources_Delete + +```java +/** + * Samples for CustomCaptureConfigurationsFirewallResources Delete. + */ +public final class CustomCaptureConfigurationsFirewallResourcesDeleteSamples { + /* + * x-ms-original-file: 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_Delete_MinimumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_Delete_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesDeleteMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .deleteByResourceGroupWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_Delete_MaximumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_Delete_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesDeleteMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .deleteByResourceGroupWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } +} +``` + +### CustomCaptureConfigurationsFirewallResources_Get + +```java +/** + * Samples for CustomCaptureConfigurationsFirewallResources Get. + */ +public final class CustomCaptureConfigurationsFirewallResourcesGetSamples { + /* + * x-ms-original-file: 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_Get_MinimumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_Get_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesGetMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .getWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_Get_MaximumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_Get_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesGetMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .getWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } +} +``` + +### CustomCaptureConfigurationsFirewallResources_ListByFirewall + +```java +/** + * Samples for CustomCaptureConfigurationsFirewallResources ListByFirewall. + */ +public final class CustomCaptureConfigurationsFirewallResourcesListByFirewallSamples { + /* + * x-ms-original-file: + * 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_ListByFirewall_MaximumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_ListByFirewall_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesListByFirewallMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .listByFirewall("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: + * 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_ListByFirewall_MinimumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_ListByFirewall_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesListByFirewallMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .listByFirewall("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } +} +``` + ### FirewallStatus_Get ```java @@ -467,7 +666,7 @@ public final class CertificateObjectLocalRulestackListByLocalRulestacksSamples { */ public final class FirewallStatusGetSamples { /* - * x-ms-original-file: 2025-10-08/FirewallStatus_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FirewallStatus_Get_MinimumSet_Gen.json */ /** * Sample code: FirewallStatus_Get_MinimumSet_Gen. @@ -480,7 +679,7 @@ public final class FirewallStatusGetSamples { } /* - * x-ms-original-file: 2025-10-08/FirewallStatus_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FirewallStatus_Get_MaximumSet_Gen.json */ /** * Sample code: FirewallStatus_Get_MaximumSet_Gen. @@ -502,7 +701,7 @@ public final class FirewallStatusGetSamples { */ public final class FirewallStatusListByFirewallsSamples { /* - * x-ms-original-file: 2025-10-08/FirewallStatus_ListByFirewalls_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FirewallStatus_ListByFirewalls_MaximumSet_Gen.json */ /** * Sample code: FirewallStatus_ListByFirewalls_MaximumSet_Gen. @@ -515,7 +714,7 @@ public final class FirewallStatusListByFirewallsSamples { } /* - * x-ms-original-file: 2025-10-08/FirewallStatus_ListByFirewalls_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FirewallStatus_ListByFirewalls_MinimumSet_Gen.json */ /** * Sample code: FirewallStatus_ListByFirewalls_MinimumSet_Gen. @@ -565,7 +764,7 @@ import java.util.Map; */ public final class FirewallsCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: Firewalls_CreateOrUpdate_MaximumSet_Gen. @@ -632,6 +831,7 @@ public final class FirewallsCreateOrUpdateSamples { new AzureResourceManagerUserAssignedIdentity().withClientId("aaaa") .withPrincipalId("aaaaaaaaaaaaaaa")))) .withPanEtag("2bf4a339-294d-4c25-b0b2-ef649e9f5c12") + .withFirewallSku("PREMIUM") .withIsPanoramaManaged(BooleanEnum.TRUE) .withPanoramaConfig(new PanoramaConfig().withConfigString("bas64EncodedString")) .withAssociatedRulestack( @@ -650,7 +850,7 @@ public final class FirewallsCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/Firewalls_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: Firewalls_CreateOrUpdate_MinimumSet_Gen. @@ -697,7 +897,7 @@ public final class FirewallsCreateOrUpdateSamples { */ public final class FirewallsDeleteSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_Delete_MinimumSet_Gen.json */ /** * Sample code: Firewalls_Delete_MinimumSet_Gen. @@ -710,7 +910,7 @@ public final class FirewallsDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/Firewalls_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_Delete_MaximumSet_Gen.json */ /** * Sample code: Firewalls_Delete_MaximumSet_Gen. @@ -732,7 +932,7 @@ public final class FirewallsDeleteSamples { */ public final class FirewallsGetByResourceGroupSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_Get_MaximumSet_Gen.json */ /** * Sample code: Firewalls_Get_MaximumSet_Gen. @@ -746,7 +946,7 @@ public final class FirewallsGetByResourceGroupSamples { } /* - * x-ms-original-file: 2025-10-08/Firewalls_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_Get_MinimumSet_Gen.json */ /** * Sample code: Firewalls_Get_MinimumSet_Gen. @@ -769,7 +969,7 @@ public final class FirewallsGetByResourceGroupSamples { */ public final class FirewallsGetGlobalRulestackSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_getGlobalRulestack_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_getGlobalRulestack_MaximumSet_Gen.json */ /** * Sample code: Firewalls_getGlobalRulestack_MaximumSet_Gen. @@ -783,7 +983,7 @@ public final class FirewallsGetGlobalRulestackSamples { } /* - * x-ms-original-file: 2025-10-08/Firewalls_getGlobalRulestack_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_getGlobalRulestack_MinimumSet_Gen.json */ /** * Sample code: Firewalls_getGlobalRulestack_MinimumSet_Gen. @@ -806,7 +1006,7 @@ public final class FirewallsGetGlobalRulestackSamples { */ public final class FirewallsGetLogProfileSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_getLogProfile_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_getLogProfile_MinimumSet_Gen.json */ /** * Sample code: Firewalls_getLogProfile_MinimumSet_Gen. @@ -819,7 +1019,7 @@ public final class FirewallsGetLogProfileSamples { } /* - * x-ms-original-file: 2025-10-08/Firewalls_getLogProfile_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_getLogProfile_MaximumSet_Gen.json */ /** * Sample code: Firewalls_getLogProfile_MaximumSet_Gen. @@ -841,7 +1041,7 @@ public final class FirewallsGetLogProfileSamples { */ public final class FirewallsGetSupportInfoSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_getSupportInfo_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_getSupportInfo_MinimumSet_Gen.json */ /** * Sample code: Firewalls_getSupportInfo_MinimumSet_Gen. @@ -855,7 +1055,7 @@ public final class FirewallsGetSupportInfoSamples { } /* - * x-ms-original-file: 2025-10-08/Firewalls_getSupportInfo_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_getSupportInfo_MaximumSet_Gen.json */ /** * Sample code: Firewalls_getSupportInfo_MaximumSet_Gen. @@ -878,7 +1078,7 @@ public final class FirewallsGetSupportInfoSamples { */ public final class FirewallsListSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_ListBySubscription_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_ListBySubscription_MinimumSet_Gen.json */ /** * Sample code: Firewalls_ListBySubscription_MinimumSet_Gen. @@ -891,7 +1091,7 @@ public final class FirewallsListSamples { } /* - * x-ms-original-file: 2025-10-08/Firewalls_ListBySubscription_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_ListBySubscription_MaximumSet_Gen.json */ /** * Sample code: Firewalls_ListBySubscription_MaximumSet_Gen. @@ -913,7 +1113,7 @@ public final class FirewallsListSamples { */ public final class FirewallsListByResourceGroupSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_ListByResourceGroup_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_ListByResourceGroup_MaximumSet_Gen.json */ /** * Sample code: Firewalls_ListByResourceGroup_MaximumSet_Gen. @@ -926,7 +1126,7 @@ public final class FirewallsListByResourceGroupSamples { } /* - * x-ms-original-file: 2025-10-08/Firewalls_ListByResourceGroup_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_ListByResourceGroup_MinimumSet_Gen.json */ /** * Sample code: Firewalls_ListByResourceGroup_MinimumSet_Gen. @@ -957,7 +1157,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.models.StorageAccount; */ public final class FirewallsSaveLogProfileSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_saveLogProfile_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_saveLogProfile_MaximumSet_Gen.json */ /** * Sample code: Firewalls_saveLogProfile_MaximumSet_Gen. @@ -1032,7 +1232,7 @@ public final class FirewallsSaveLogProfileSamples { } /* - * x-ms-original-file: 2025-10-08/Firewalls_saveLogProfile_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_saveLogProfile_MinimumSet_Gen.json */ /** * Sample code: Firewalls_saveLogProfile_MinimumSet_Gen. @@ -1085,7 +1285,7 @@ import java.util.Map; */ public final class FirewallsUpdateSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_Update_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_Update_MinimumSet_Gen.json */ /** * Sample code: Firewalls_Update_MinimumSet_Gen. @@ -1101,7 +1301,7 @@ public final class FirewallsUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/Firewalls_Update_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_Update_MaximumSet_Gen.json */ /** * Sample code: Firewalls_Update_MaximumSet_Gen. @@ -1211,7 +1411,7 @@ import java.util.Arrays; */ public final class FqdnListGlobalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen. @@ -1230,7 +1430,7 @@ public final class FqdnListGlobalRulestackCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen. @@ -1255,7 +1455,7 @@ public final class FqdnListGlobalRulestackCreateOrUpdateSamples { */ public final class FqdnListGlobalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_Delete_MaximumSet_Gen. @@ -1268,7 +1468,7 @@ public final class FqdnListGlobalRulestackDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_Delete_MinimumSet_Gen. @@ -1290,7 +1490,7 @@ public final class FqdnListGlobalRulestackDeleteSamples { */ public final class FqdnListGlobalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_Get_MaximumSet_Gen. @@ -1303,7 +1503,7 @@ public final class FqdnListGlobalRulestackGetSamples { } /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_Get_MinimumSet_Gen. @@ -1325,7 +1525,7 @@ public final class FqdnListGlobalRulestackGetSamples { */ public final class FqdnListGlobalRulestackListSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_List_MinimumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_List_MinimumSet_Gen. @@ -1338,7 +1538,7 @@ public final class FqdnListGlobalRulestackListSamples { } /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_List_MaximumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_List_MaximumSet_Gen. @@ -1362,7 +1562,7 @@ import java.util.Arrays; */ public final class FqdnListLocalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_CreateOrUpdate_MaximumSet_Gen. @@ -1382,7 +1582,7 @@ public final class FqdnListLocalRulestackCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_CreateOrUpdate_MinimumSet_Gen. @@ -1408,7 +1608,7 @@ public final class FqdnListLocalRulestackCreateOrUpdateSamples { */ public final class FqdnListLocalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_Delete_MinimumSet_Gen. @@ -1421,7 +1621,7 @@ public final class FqdnListLocalRulestackDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_Delete_MaximumSet_Gen. @@ -1443,7 +1643,7 @@ public final class FqdnListLocalRulestackDeleteSamples { */ public final class FqdnListLocalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_Get_MinimumSet_Gen. @@ -1457,7 +1657,7 @@ public final class FqdnListLocalRulestackGetSamples { } /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_Get_MaximumSet_Gen. @@ -1480,7 +1680,7 @@ public final class FqdnListLocalRulestackGetSamples { */ public final class FqdnListLocalRulestackListByLocalRulestacksSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen. @@ -1493,7 +1693,7 @@ public final class FqdnListLocalRulestackListByLocalRulestacksSamples { } /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen. @@ -1515,7 +1715,7 @@ public final class FqdnListLocalRulestackListByLocalRulestacksSamples { */ public final class GlobalRulestackCommitSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_commit_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_commit_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_commit_MaximumSet_Gen. @@ -1528,7 +1728,7 @@ public final class GlobalRulestackCommitSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_commit_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_commit_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_commit_MinimumSet_Gen. @@ -1561,7 +1761,7 @@ import java.util.Map; */ public final class GlobalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_CreateOrUpdate_MinimumSet_Gen. @@ -1576,7 +1776,7 @@ public final class GlobalRulestackCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_CreateOrUpdate_MaximumSet_Gen. @@ -1632,7 +1832,7 @@ public final class GlobalRulestackCreateOrUpdateSamples { */ public final class GlobalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_Delete_MaximumSet_Gen. @@ -1645,7 +1845,7 @@ public final class GlobalRulestackDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_Delete_MinimumSet_Gen. @@ -1667,7 +1867,7 @@ public final class GlobalRulestackDeleteSamples { */ public final class GlobalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_Get_MinimumSet_Gen. @@ -1680,7 +1880,7 @@ public final class GlobalRulestackGetSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_Get_MaximumSet_Gen. @@ -1702,7 +1902,7 @@ public final class GlobalRulestackGetSamples { */ public final class GlobalRulestackGetChangeLogSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_getChangeLog_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_getChangeLog_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_getChangeLog_MinimumSet_Gen. @@ -1715,7 +1915,7 @@ public final class GlobalRulestackGetChangeLogSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_getChangeLog_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_getChangeLog_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_getChangeLog_MaximumSet_Gen. @@ -1737,7 +1937,7 @@ public final class GlobalRulestackGetChangeLogSamples { */ public final class GlobalRulestackListSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_List_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_List_MinimumSet_Gen. @@ -1750,7 +1950,7 @@ public final class GlobalRulestackListSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_List_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_List_MaximumSet_Gen. @@ -1774,7 +1974,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.models.AdvSecurityObjectT */ public final class GlobalRulestackListAdvancedSecurityObjectsSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listAdvancedSecurityObjects_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listAdvancedSecurityObjects_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_listAdvancedSecurityObjects_MaximumSet_Gen. @@ -1789,7 +1989,7 @@ public final class GlobalRulestackListAdvancedSecurityObjectsSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listAdvancedSecurityObjects_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listAdvancedSecurityObjects_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_listAdvancedSecurityObjects_MinimumSet_Gen. @@ -1813,7 +2013,7 @@ public final class GlobalRulestackListAdvancedSecurityObjectsSamples { */ public final class GlobalRulestackListAppIdsSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listAppIds_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listAppIds_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_listAppIds_MaximumSet_Gen. @@ -1827,7 +2027,7 @@ public final class GlobalRulestackListAppIdsSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listAppIds_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listAppIds_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_listAppIds_MinimumSet_Gen. @@ -1850,7 +2050,7 @@ public final class GlobalRulestackListAppIdsSamples { */ public final class GlobalRulestackListCountriesSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listCountries_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listCountries_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_listCountries_MinimumSet_Gen. @@ -1863,7 +2063,7 @@ public final class GlobalRulestackListCountriesSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listCountries_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listCountries_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_listCountries_MaximumSet_Gen. @@ -1885,7 +2085,7 @@ public final class GlobalRulestackListCountriesSamples { */ public final class GlobalRulestackListFirewallsSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listFirewalls_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listFirewalls_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_listFirewalls_MaximumSet_Gen. @@ -1898,7 +2098,7 @@ public final class GlobalRulestackListFirewallsSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listFirewalls_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listFirewalls_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_listFirewalls_MinimumSet_Gen. @@ -1920,7 +2120,7 @@ public final class GlobalRulestackListFirewallsSamples { */ public final class GlobalRulestackListPredefinedUrlCategoriesSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listPredefinedUrlCategories_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listPredefinedUrlCategories_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_listPredefinedUrlCategories_MaximumSet_Gen. @@ -1934,7 +2134,7 @@ public final class GlobalRulestackListPredefinedUrlCategoriesSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listPredefinedUrlCategories_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listPredefinedUrlCategories_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_listPredefinedUrlCategories_MinimumSet_Gen. @@ -1959,7 +2159,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.models.SecurityServicesTy */ public final class GlobalRulestackListSecurityServicesSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listSecurityServices_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listSecurityServices_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_listSecurityServices_MinimumSet_Gen. @@ -1974,7 +2174,7 @@ public final class GlobalRulestackListSecurityServicesSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listSecurityServices_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listSecurityServices_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_listSecurityServices_MaximumSet_Gen. @@ -1998,7 +2198,7 @@ public final class GlobalRulestackListSecurityServicesSamples { */ public final class GlobalRulestackRevertSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_revert_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_revert_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_revert_MinimumSet_Gen. @@ -2011,7 +2211,7 @@ public final class GlobalRulestackRevertSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_revert_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_revert_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_revert_MaximumSet_Gen. @@ -2045,7 +2245,7 @@ import java.util.Map; */ public final class GlobalRulestackUpdateSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_Update_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_Update_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_Update_MaximumSet_Gen. @@ -2080,7 +2280,7 @@ public final class GlobalRulestackUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_Update_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_Update_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_Update_MinimumSet_Gen. @@ -2125,7 +2325,7 @@ import java.util.Arrays; */ public final class LocalRulesCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: LocalRules_CreateOrUpdate_MinimumSet_Gen. @@ -2142,7 +2342,7 @@ public final class LocalRulesCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRules_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: LocalRules_CreateOrUpdate_MaximumSet_Gen. @@ -2193,7 +2393,7 @@ public final class LocalRulesCreateOrUpdateSamples { */ public final class LocalRulesDeleteSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_Delete_MaximumSet_Gen.json */ /** * Sample code: LocalRules_Delete_MaximumSet_Gen. @@ -2206,7 +2406,7 @@ public final class LocalRulesDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRules_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_Delete_MinimumSet_Gen.json */ /** * Sample code: LocalRules_Delete_MinimumSet_Gen. @@ -2228,7 +2428,7 @@ public final class LocalRulesDeleteSamples { */ public final class LocalRulesGetSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_Get_MaximumSet_Gen.json */ /** * Sample code: LocalRules_Get_MaximumSet_Gen. @@ -2241,7 +2441,7 @@ public final class LocalRulesGetSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRules_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_Get_MinimumSet_Gen.json */ /** * Sample code: LocalRules_Get_MinimumSet_Gen. @@ -2263,7 +2463,7 @@ public final class LocalRulesGetSamples { */ public final class LocalRulesGetCountersSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_getCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_getCounters_MaximumSet_Gen.json */ /** * Sample code: LocalRules_getCounters_MaximumSet_Gen. @@ -2277,7 +2477,7 @@ public final class LocalRulesGetCountersSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRules_getCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_getCounters_MinimumSet_Gen.json */ /** * Sample code: LocalRules_getCounters_MinimumSet_Gen. @@ -2300,7 +2500,7 @@ public final class LocalRulesGetCountersSamples { */ public final class LocalRulesListByLocalRulestacksSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_ListByLocalRulestacks_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_ListByLocalRulestacks_MinimumSet_Gen.json */ /** * Sample code: LocalRules_ListByLocalRulestacks_MinimumSet_Gen. @@ -2313,7 +2513,7 @@ public final class LocalRulesListByLocalRulestacksSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRules_ListByLocalRulestacks_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_ListByLocalRulestacks_MaximumSet_Gen.json */ /** * Sample code: LocalRules_ListByLocalRulestacks_MaximumSet_Gen. @@ -2335,7 +2535,7 @@ public final class LocalRulesListByLocalRulestacksSamples { */ public final class LocalRulesRefreshCountersSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_refreshCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_refreshCounters_MinimumSet_Gen.json */ /** * Sample code: LocalRules_refreshCounters_MinimumSet_Gen. @@ -2349,7 +2549,7 @@ public final class LocalRulesRefreshCountersSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRules_refreshCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_refreshCounters_MaximumSet_Gen.json */ /** * Sample code: LocalRules_refreshCounters_MaximumSet_Gen. @@ -2372,7 +2572,7 @@ public final class LocalRulesRefreshCountersSamples { */ public final class LocalRulesResetCountersSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_resetCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_resetCounters_MaximumSet_Gen.json */ /** * Sample code: LocalRules_resetCounters_MaximumSet_Gen. @@ -2386,7 +2586,7 @@ public final class LocalRulesResetCountersSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRules_resetCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_resetCounters_MinimumSet_Gen.json */ /** * Sample code: LocalRules_resetCounters_MinimumSet_Gen. @@ -2409,7 +2609,7 @@ public final class LocalRulesResetCountersSamples { */ public final class LocalRulestacksCommitSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_commit_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_commit_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_commit_MinimumSet_Gen. @@ -2422,7 +2622,7 @@ public final class LocalRulestacksCommitSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_commit_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_commit_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_commit_MaximumSet_Gen. @@ -2454,7 +2654,7 @@ import java.util.Map; */ public final class LocalRulestacksCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_CreateOrUpdate_MinimumSet_Gen. @@ -2467,7 +2667,7 @@ public final class LocalRulestacksCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_CreateOrUpdate_MaximumSet_Gen. @@ -2525,7 +2725,7 @@ public final class LocalRulestacksCreateOrUpdateSamples { */ public final class LocalRulestacksDeleteSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_Delete_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_Delete_MaximumSet_Gen. @@ -2538,7 +2738,7 @@ public final class LocalRulestacksDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_Delete_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_Delete_MinimumSet_Gen. @@ -2560,7 +2760,7 @@ public final class LocalRulestacksDeleteSamples { */ public final class LocalRulestacksGetByResourceGroupSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_Get_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_Get_MaximumSet_Gen. @@ -2573,7 +2773,7 @@ public final class LocalRulestacksGetByResourceGroupSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_Get_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_Get_MinimumSet_Gen. @@ -2595,7 +2795,7 @@ public final class LocalRulestacksGetByResourceGroupSamples { */ public final class LocalRulestacksGetChangeLogSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_getChangeLog_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_getChangeLog_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_getChangeLog_MinimumSet_Gen. @@ -2608,7 +2808,7 @@ public final class LocalRulestacksGetChangeLogSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_getChangeLog_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_getChangeLog_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_getChangeLog_MaximumSet_Gen. @@ -2630,7 +2830,7 @@ public final class LocalRulestacksGetChangeLogSamples { */ public final class LocalRulestacksGetSupportInfoSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_getSupportInfo_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_getSupportInfo_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_getSupportInfo_MinimumSet_Gen. @@ -2644,7 +2844,7 @@ public final class LocalRulestacksGetSupportInfoSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_getSupportInfo_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_getSupportInfo_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_getSupportInfo_MaximumSet_Gen. @@ -2667,7 +2867,7 @@ public final class LocalRulestacksGetSupportInfoSamples { */ public final class LocalRulestacksListSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_ListBySubscription_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_ListBySubscription_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_ListBySubscription_MaximumSet_Gen. @@ -2680,7 +2880,7 @@ public final class LocalRulestacksListSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_ListBySubscription_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_ListBySubscription_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_ListBySubscription_MinimumSet_Gen. @@ -2704,7 +2904,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.models.AdvSecurityObjectT */ public final class LocalRulestacksListAdvancedSecurityObjectsSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listAdvancedSecurityObjects_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listAdvancedSecurityObjects_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_listAdvancedSecurityObjects_MaximumSet_Gen. @@ -2720,7 +2920,7 @@ public final class LocalRulestacksListAdvancedSecurityObjectsSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listAdvancedSecurityObjects_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listAdvancedSecurityObjects_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_listAdvancedSecurityObjects_MinimumSet_Gen. @@ -2744,7 +2944,7 @@ public final class LocalRulestacksListAdvancedSecurityObjectsSamples { */ public final class LocalRulestacksListAppIdsSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listAppIds_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listAppIds_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_listAppIds_MaximumSet_Gen. @@ -2758,7 +2958,7 @@ public final class LocalRulestacksListAppIdsSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listAppIds_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listAppIds_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_listAppIds_MinimumSet_Gen. @@ -2781,7 +2981,7 @@ public final class LocalRulestacksListAppIdsSamples { */ public final class LocalRulestacksListByResourceGroupSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_ListByResourceGroup_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_ListByResourceGroup_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_ListByResourceGroup_MaximumSet_Gen. @@ -2794,7 +2994,7 @@ public final class LocalRulestacksListByResourceGroupSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_ListByResourceGroup_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_ListByResourceGroup_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_ListByResourceGroup_MinimumSet_Gen. @@ -2816,7 +3016,7 @@ public final class LocalRulestacksListByResourceGroupSamples { */ public final class LocalRulestacksListCountriesSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listCountries_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listCountries_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_listCountries_MaximumSet_Gen. @@ -2829,7 +3029,7 @@ public final class LocalRulestacksListCountriesSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listCountries_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listCountries_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_listCountries_MinimumSet_Gen. @@ -2851,7 +3051,7 @@ public final class LocalRulestacksListCountriesSamples { */ public final class LocalRulestacksListFirewallsSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listFirewalls_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listFirewalls_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_listFirewalls_MinimumSet_Gen. @@ -2864,7 +3064,7 @@ public final class LocalRulestacksListFirewallsSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listFirewalls_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listFirewalls_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_listFirewalls_MaximumSet_Gen. @@ -2886,7 +3086,7 @@ public final class LocalRulestacksListFirewallsSamples { */ public final class LocalRulestacksListPredefinedUrlCategoriesSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listPredefinedUrlCategories_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listPredefinedUrlCategories_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_listPredefinedUrlCategories_MinimumSet_Gen. @@ -2900,7 +3100,7 @@ public final class LocalRulestacksListPredefinedUrlCategoriesSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listPredefinedUrlCategories_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listPredefinedUrlCategories_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_listPredefinedUrlCategories_MaximumSet_Gen. @@ -2925,7 +3125,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.models.SecurityServicesTy */ public final class LocalRulestacksListSecurityServicesSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listSecurityServices_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listSecurityServices_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_listSecurityServices_MinimumSet_Gen. @@ -2940,7 +3140,7 @@ public final class LocalRulestacksListSecurityServicesSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listSecurityServices_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listSecurityServices_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_listSecurityServices_MaximumSet_Gen. @@ -2964,7 +3164,7 @@ public final class LocalRulestacksListSecurityServicesSamples { */ public final class LocalRulestacksRevertSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_revert_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_revert_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_revert_MaximumSet_Gen. @@ -2977,7 +3177,7 @@ public final class LocalRulestacksRevertSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_revert_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_revert_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_revert_MinimumSet_Gen. @@ -3011,7 +3211,7 @@ import java.util.Map; */ public final class LocalRulestacksUpdateSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_Update_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_Update_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_Update_MaximumSet_Gen. @@ -3049,7 +3249,7 @@ public final class LocalRulestacksUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_Update_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_Update_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_Update_MinimumSet_Gen. @@ -3078,6 +3278,191 @@ public final class LocalRulestacksUpdateSamples { } ``` +### LogIngestionSettingsResources_CreateOrUpdate + +```java +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogIngestionSettingsResourceInner; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogDestinationV2; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogIngestionSettingsProperties; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.MonitorLogV2; + +/** + * Samples for LogIngestionSettingsResources CreateOrUpdate. + */ +public final class LogIngestionSettingsResourcesCreateOrUpdateSamples { + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_CreateOrUpdate_MaximumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_CreateOrUpdate_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesCreateOrUpdateMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .createOrUpdateWithResponse("firewall-rg", "firewall1", new LogIngestionSettingsResourceInner() + .withProperties(new LogIngestionSettingsProperties().withCommonDestination( + new LogDestinationV2().withMonitorConfigurationsV2(new MonitorLogV2().withDcrId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Insights/dataCollectionRules/dcr1") + .withLogIngestionEndpoint("https://dce1.eastus-1.ingest.monitor.azure.com") + .withDcrImmutableId("dcr-961d3dcf06f8402ebe071efc3eb19005") + .withStreamName("Custom-PANLogs_CL"))) + .withTrafficLogDestination(new LogDestinationV2().withMonitorConfigurationsV2(new MonitorLogV2() + .withDcrId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Insights/dataCollectionRules/dcr1") + .withLogIngestionEndpoint("https://dce1.eastus-1.ingest.monitor.azure.com") + .withDcrImmutableId("dcr-961d3dcf06f8402ebe071efc3eb19005") + .withStreamName("Custom-PANTrafficLogs_CL"))) + .withThreatLogDestination(new LogDestinationV2().withMonitorConfigurationsV2(new MonitorLogV2() + .withDcrId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Insights/dataCollectionRules/dcr2") + .withLogIngestionEndpoint("https://dce1.eastus-1.ingest.monitor.azure.com") + .withDcrImmutableId("dcr-772e4ecf17f9513fce182efc4fc2a116") + .withStreamName("Custom-PANThreatLogs_CL"))) + .withDecryptLogDestination(new LogDestinationV2().withMonitorConfigurationsV2(new MonitorLogV2() + .withDcrId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Insights/dataCollectionRules/dcr3") + .withLogIngestionEndpoint("https://dce1.eastus-1.ingest.monitor.azure.com") + .withDcrImmutableId("dcr-883f5fdf28fa624dfe293efc5fd3b227") + .withStreamName("Custom-PANDecryptLogs_CL")))), + com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_CreateOrUpdate_MinimumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_CreateOrUpdate_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesCreateOrUpdateMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .createOrUpdateWithResponse("firewall-rg", "firewall1", new LogIngestionSettingsResourceInner() + .withProperties(new LogIngestionSettingsProperties().withCommonDestination( + new LogDestinationV2().withMonitorConfigurationsV2(new MonitorLogV2().withDcrId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Insights/dataCollectionRules/dcr1") + .withLogIngestionEndpoint("https://dce1.eastus-1.ingest.monitor.azure.com") + .withDcrImmutableId("dcr-961d3dcf06f8402ebe071efc3eb19005") + .withStreamName("Custom-PANTrafficLogs_CL")))), + com.azure.core.util.Context.NONE); + } +} +``` + +### LogIngestionSettingsResources_Delete + +```java +/** + * Samples for LogIngestionSettingsResources Delete. + */ +public final class LogIngestionSettingsResourcesDeleteSamples { + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_Delete_MaximumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_Delete_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesDeleteMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .deleteByResourceGroupWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_Delete_MinimumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_Delete_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesDeleteMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .deleteByResourceGroupWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } +} +``` + +### LogIngestionSettingsResources_Get + +```java +/** + * Samples for LogIngestionSettingsResources Get. + */ +public final class LogIngestionSettingsResourcesGetSamples { + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_Get_MaximumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_Get_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesGetMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .getWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_Get_MinimumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_Get_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesGetMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .getWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } +} +``` + +### LogIngestionSettingsResources_ListByFirewall + +```java +/** + * Samples for LogIngestionSettingsResources ListByFirewall. + */ +public final class LogIngestionSettingsResourcesListByFirewallSamples { + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_ListByFirewall_MaximumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_ListByFirewall_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesListByFirewallMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .listByFirewall("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_ListByFirewall_MinimumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_ListByFirewall_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesListByFirewallMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .listByFirewall("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } +} +``` + ### MetricsObjectFirewall_CreateOrUpdate ```java @@ -3088,7 +3473,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.MetricsObje */ public final class MetricsObjectFirewallCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_CreateOrUpdate_MinimumSet_Gen. @@ -3105,7 +3490,7 @@ public final class MetricsObjectFirewallCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_CreateOrUpdate_MaximumSet_Gen. @@ -3132,7 +3517,7 @@ public final class MetricsObjectFirewallCreateOrUpdateSamples { */ public final class MetricsObjectFirewallDeleteSamples { /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_Delete_MaximumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_Delete_MaximumSet_Gen. @@ -3146,7 +3531,7 @@ public final class MetricsObjectFirewallDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_Delete_MinimumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_Delete_MinimumSet_Gen. @@ -3169,7 +3554,7 @@ public final class MetricsObjectFirewallDeleteSamples { */ public final class MetricsObjectFirewallGetSamples { /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_Get_MinimumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_Get_MinimumSet_Gen. @@ -3183,7 +3568,7 @@ public final class MetricsObjectFirewallGetSamples { } /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_Get_MaximumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_Get_MaximumSet_Gen. @@ -3206,7 +3591,7 @@ public final class MetricsObjectFirewallGetSamples { */ public final class MetricsObjectFirewallListByFirewallsSamples { /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_ListByFirewalls_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_ListByFirewalls_MinimumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_ListByFirewalls_MinimumSet_Gen. @@ -3219,7 +3604,7 @@ public final class MetricsObjectFirewallListByFirewallsSamples { } /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_ListByFirewalls_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_ListByFirewalls_MaximumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_ListByFirewalls_MaximumSet_Gen. @@ -3241,7 +3626,7 @@ public final class MetricsObjectFirewallListByFirewallsSamples { */ public final class OperationsListSamples { /* - * x-ms-original-file: 2025-10-08/Operations_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Operations_List_MinimumSet_Gen.json */ /** * Sample code: Operations_List_MinimumSet_Gen. @@ -3254,7 +3639,7 @@ public final class OperationsListSamples { } /* - * x-ms-original-file: 2025-10-08/Operations_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Operations_List_MaximumSet_Gen.json */ /** * Sample code: Operations_List_MaximumSet_Gen. @@ -3276,7 +3661,8 @@ public final class OperationsListSamples { */ public final class PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberSamples { /* - * x-ms-original-file: 2025-10-08/PaloAltoNetworksCloudngfwOperations_createProductSerialNumber_MinimumSet_Gen.json + * x-ms-original-file: + * 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_createProductSerialNumber_MinimumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_createProductSerialNumber_MinimumSet_Gen. @@ -3290,7 +3676,8 @@ public final class PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberS } /* - * x-ms-original-file: 2025-10-08/PaloAltoNetworksCloudngfwOperations_createProductSerialNumber_MaximumSet_Gen.json + * x-ms-original-file: + * 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_createProductSerialNumber_MaximumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_createProductSerialNumber_MaximumSet_Gen. @@ -3313,7 +3700,8 @@ public final class PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberS */ public final class PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsSamples { /* - * x-ms-original-file: 2025-10-08/PaloAltoNetworksCloudngfwOperations_listCloudManagerTenants_MinimumSet_Gen.json + * x-ms-original-file: + * 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_listCloudManagerTenants_MinimumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_listCloudManagerTenants_MinimumSet_Gen. @@ -3327,7 +3715,8 @@ public final class PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsSam } /* - * x-ms-original-file: 2025-10-08/PaloAltoNetworksCloudngfwOperations_listCloudManagerTenants_MaximumSet_Gen.json + * x-ms-original-file: + * 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_listCloudManagerTenants_MaximumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_listCloudManagerTenants_MaximumSet_Gen. @@ -3351,7 +3740,7 @@ public final class PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsSam public final class PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusSamples { /* * x-ms-original-file: - * 2025-10-08/PaloAltoNetworksCloudngfwOperations_listProductSerialNumberStatus_MinimumSet_Gen.json + * 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_listProductSerialNumberStatus_MinimumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_listProductSerialNumberStatus_MinimumSet_Gen. @@ -3366,7 +3755,7 @@ public final class PaloAltoNetworksCloudngfwOperationsListProductSerialNumberSta /* * x-ms-original-file: - * 2025-10-08/PaloAltoNetworksCloudngfwOperations_listProductSerialNumberStatus_MaximumSet_Gen.json + * 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_listProductSerialNumberStatus_MaximumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_listProductSerialNumberStatus_MaximumSet_Gen. @@ -3389,7 +3778,7 @@ public final class PaloAltoNetworksCloudngfwOperationsListProductSerialNumberSta */ public final class PaloAltoNetworksCloudngfwOperationsListSupportInfoSamples { /* - * x-ms-original-file: 2025-10-08/PaloAltoNetworksCloudngfwOperations_listSupportInfo_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_listSupportInfo_MinimumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_listSupportInfo_MinimumSet_Gen. @@ -3402,7 +3791,7 @@ public final class PaloAltoNetworksCloudngfwOperationsListSupportInfoSamples { } /* - * x-ms-original-file: 2025-10-08/PaloAltoNetworksCloudngfwOperations_listSupportInfo_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_listSupportInfo_MaximumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_listSupportInfo_MaximumSet_Gen. @@ -3435,7 +3824,7 @@ import java.util.Arrays; */ public final class PostRulesCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: PostRules_CreateOrUpdate_MaximumSet_Gen. @@ -3476,7 +3865,7 @@ public final class PostRulesCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/PostRules_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: PostRules_CreateOrUpdate_MinimumSet_Gen. @@ -3500,7 +3889,7 @@ public final class PostRulesCreateOrUpdateSamples { */ public final class PostRulesDeleteSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_Delete_MinimumSet_Gen.json */ /** * Sample code: PostRules_Delete_MinimumSet_Gen. @@ -3513,7 +3902,7 @@ public final class PostRulesDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/PostRules_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_Delete_MaximumSet_Gen.json */ /** * Sample code: PostRules_Delete_MaximumSet_Gen. @@ -3535,7 +3924,7 @@ public final class PostRulesDeleteSamples { */ public final class PostRulesGetSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_Get_MinimumSet_Gen.json */ /** * Sample code: PostRules_Get_MinimumSet_Gen. @@ -3548,7 +3937,7 @@ public final class PostRulesGetSamples { } /* - * x-ms-original-file: 2025-10-08/PostRules_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_Get_MaximumSet_Gen.json */ /** * Sample code: PostRules_Get_MaximumSet_Gen. @@ -3570,7 +3959,7 @@ public final class PostRulesGetSamples { */ public final class PostRulesGetCountersSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_getCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_getCounters_MinimumSet_Gen.json */ /** * Sample code: PostRules_getCounters_MinimumSet_Gen. @@ -3583,7 +3972,7 @@ public final class PostRulesGetCountersSamples { } /* - * x-ms-original-file: 2025-10-08/PostRules_getCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_getCounters_MaximumSet_Gen.json */ /** * Sample code: PostRules_getCounters_MaximumSet_Gen. @@ -3605,7 +3994,7 @@ public final class PostRulesGetCountersSamples { */ public final class PostRulesListSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_List_MinimumSet_Gen.json */ /** * Sample code: PostRules_List_MinimumSet_Gen. @@ -3618,7 +4007,7 @@ public final class PostRulesListSamples { } /* - * x-ms-original-file: 2025-10-08/PostRules_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_List_MaximumSet_Gen.json */ /** * Sample code: PostRules_List_MaximumSet_Gen. @@ -3640,7 +4029,7 @@ public final class PostRulesListSamples { */ public final class PostRulesRefreshCountersSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_refreshCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_refreshCounters_MaximumSet_Gen.json */ /** * Sample code: PostRules_refreshCounters_MaximumSet_Gen. @@ -3653,7 +4042,7 @@ public final class PostRulesRefreshCountersSamples { } /* - * x-ms-original-file: 2025-10-08/PostRules_refreshCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_refreshCounters_MinimumSet_Gen.json */ /** * Sample code: PostRules_refreshCounters_MinimumSet_Gen. @@ -3675,7 +4064,7 @@ public final class PostRulesRefreshCountersSamples { */ public final class PostRulesResetCountersSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_resetCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_resetCounters_MaximumSet_Gen.json */ /** * Sample code: PostRules_resetCounters_MaximumSet_Gen. @@ -3688,7 +4077,7 @@ public final class PostRulesResetCountersSamples { } /* - * x-ms-original-file: 2025-10-08/PostRules_resetCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_resetCounters_MinimumSet_Gen.json */ /** * Sample code: PostRules_resetCounters_MinimumSet_Gen. @@ -3721,7 +4110,7 @@ import java.util.Arrays; */ public final class PreRulesCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: PreRules_CreateOrUpdate_MaximumSet_Gen. @@ -3762,7 +4151,7 @@ public final class PreRulesCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/PreRules_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: PreRules_CreateOrUpdate_MinimumSet_Gen. @@ -3786,7 +4175,7 @@ public final class PreRulesCreateOrUpdateSamples { */ public final class PreRulesDeleteSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_Delete_MinimumSet_Gen.json */ /** * Sample code: PreRules_Delete_MinimumSet_Gen. @@ -3799,7 +4188,7 @@ public final class PreRulesDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/PreRules_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_Delete_MaximumSet_Gen.json */ /** * Sample code: PreRules_Delete_MaximumSet_Gen. @@ -3821,7 +4210,7 @@ public final class PreRulesDeleteSamples { */ public final class PreRulesGetSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_Get_MaximumSet_Gen.json */ /** * Sample code: PreRules_Get_MaximumSet_Gen. @@ -3834,7 +4223,7 @@ public final class PreRulesGetSamples { } /* - * x-ms-original-file: 2025-10-08/PreRules_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_Get_MinimumSet_Gen.json */ /** * Sample code: PreRules_Get_MinimumSet_Gen. @@ -3856,7 +4245,7 @@ public final class PreRulesGetSamples { */ public final class PreRulesGetCountersSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_getCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_getCounters_MinimumSet_Gen.json */ /** * Sample code: PreRules_getCounters_MinimumSet_Gen. @@ -3869,7 +4258,7 @@ public final class PreRulesGetCountersSamples { } /* - * x-ms-original-file: 2025-10-08/PreRules_getCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_getCounters_MaximumSet_Gen.json */ /** * Sample code: PreRules_getCounters_MaximumSet_Gen. @@ -3891,7 +4280,7 @@ public final class PreRulesGetCountersSamples { */ public final class PreRulesListSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_List_MinimumSet_Gen.json */ /** * Sample code: PreRules_List_MinimumSet_Gen. @@ -3904,7 +4293,7 @@ public final class PreRulesListSamples { } /* - * x-ms-original-file: 2025-10-08/PreRules_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_List_MaximumSet_Gen.json */ /** * Sample code: PreRules_List_MaximumSet_Gen. @@ -3926,7 +4315,7 @@ public final class PreRulesListSamples { */ public final class PreRulesRefreshCountersSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_refreshCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_refreshCounters_MaximumSet_Gen.json */ /** * Sample code: PreRules_refreshCounters_MaximumSet_Gen. @@ -3939,7 +4328,7 @@ public final class PreRulesRefreshCountersSamples { } /* - * x-ms-original-file: 2025-10-08/PreRules_refreshCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_refreshCounters_MinimumSet_Gen.json */ /** * Sample code: PreRules_refreshCounters_MinimumSet_Gen. @@ -3961,7 +4350,7 @@ public final class PreRulesRefreshCountersSamples { */ public final class PreRulesResetCountersSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_resetCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_resetCounters_MinimumSet_Gen.json */ /** * Sample code: PreRules_resetCounters_MinimumSet_Gen. @@ -3974,7 +4363,7 @@ public final class PreRulesResetCountersSamples { } /* - * x-ms-original-file: 2025-10-08/PreRules_resetCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_resetCounters_MaximumSet_Gen.json */ /** * Sample code: PreRules_resetCounters_MaximumSet_Gen. @@ -3999,7 +4388,7 @@ import java.util.Arrays; */ public final class PrefixListGlobalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen. @@ -4018,7 +4407,7 @@ public final class PrefixListGlobalRulestackCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen. @@ -4043,7 +4432,7 @@ public final class PrefixListGlobalRulestackCreateOrUpdateSamples { */ public final class PrefixListGlobalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_Delete_MaximumSet_Gen. @@ -4056,7 +4445,7 @@ public final class PrefixListGlobalRulestackDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_Delete_MinimumSet_Gen. @@ -4078,7 +4467,7 @@ public final class PrefixListGlobalRulestackDeleteSamples { */ public final class PrefixListGlobalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_Get_MinimumSet_Gen. @@ -4091,7 +4480,7 @@ public final class PrefixListGlobalRulestackGetSamples { } /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_Get_MaximumSet_Gen. @@ -4113,7 +4502,7 @@ public final class PrefixListGlobalRulestackGetSamples { */ public final class PrefixListGlobalRulestackListSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_List_MaximumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_List_MaximumSet_Gen. @@ -4126,7 +4515,7 @@ public final class PrefixListGlobalRulestackListSamples { } /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_List_MinimumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_List_MinimumSet_Gen. @@ -4150,7 +4539,7 @@ import java.util.Arrays; */ public final class PrefixListLocalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_CreateOrUpdate_MinimumSet_Gen. @@ -4167,7 +4556,7 @@ public final class PrefixListLocalRulestackCreateOrUpdateSamples { } /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_CreateOrUpdate_MaximumSet_Gen. @@ -4196,7 +4585,7 @@ public final class PrefixListLocalRulestackCreateOrUpdateSamples { */ public final class PrefixListLocalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_Delete_MinimumSet_Gen. @@ -4209,7 +4598,7 @@ public final class PrefixListLocalRulestackDeleteSamples { } /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_Delete_MaximumSet_Gen. @@ -4231,7 +4620,7 @@ public final class PrefixListLocalRulestackDeleteSamples { */ public final class PrefixListLocalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_Get_MinimumSet_Gen. @@ -4245,7 +4634,7 @@ public final class PrefixListLocalRulestackGetSamples { } /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_Get_MaximumSet_Gen. @@ -4268,7 +4657,7 @@ public final class PrefixListLocalRulestackGetSamples { */ public final class PrefixListLocalRulestackListByLocalRulestacksSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen. @@ -4282,7 +4671,7 @@ public final class PrefixListLocalRulestackListByLocalRulestacksSamples { } /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/pom.xml b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/pom.xml index c47112b59023..226e4f110d25 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/pom.xml +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/pom.xml @@ -3,7 +3,7 @@ ~ Licensed under the MIT License. ~ Code generated by Microsoft (R) TypeSpec Code Generator. --> - + 4.0.0 com.azure @@ -18,7 +18,7 @@ jar Microsoft Azure SDK for PaloAltoNetworks Ngfw Management - This package contains Microsoft Azure SDK for PaloAltoNetworks Ngfw Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package api-version 2025-10-08. + This package contains Microsoft Azure SDK for PaloAltoNetworks Ngfw Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package api-version 2026-07-29-preview. https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/PaloAltoNetworksNgfwManager.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/PaloAltoNetworksNgfwManager.java index c38c0a23fe67..2ad997439d3d 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/PaloAltoNetworksNgfwManager.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/PaloAltoNetworksNgfwManager.java @@ -27,6 +27,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksNgfwManagementClient; import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.CertificateObjectGlobalRulestacksImpl; import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.CertificateObjectLocalRulestacksImpl; +import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.CustomCaptureConfigurationsFirewallResourcesImpl; import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.FirewallStatusImpl; import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.FirewallsImpl; import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.FqdnListGlobalRulestacksImpl; @@ -34,6 +35,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.GlobalRulestacksImpl; import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.LocalRulesImpl; import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.LocalRulestacksImpl; +import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.LogIngestionSettingsResourcesImpl; import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.MetricsObjectFirewallsImpl; import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.OperationsImpl; import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PaloAltoNetworksCloudngfwOperationsImpl; @@ -44,6 +46,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PrefixListLocalRulestacksImpl; import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CertificateObjectGlobalRulestacks; import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CertificateObjectLocalRulestacks; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFirewallResources; import com.azure.resourcemanager.paloaltonetworks.ngfw.models.FirewallStatus; import com.azure.resourcemanager.paloaltonetworks.ngfw.models.Firewalls; import com.azure.resourcemanager.paloaltonetworks.ngfw.models.FqdnListGlobalRulestacks; @@ -51,6 +54,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.models.GlobalRulestacks; import com.azure.resourcemanager.paloaltonetworks.ngfw.models.LocalRules; import com.azure.resourcemanager.paloaltonetworks.ngfw.models.LocalRulestacks; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogIngestionSettingsResources; import com.azure.resourcemanager.paloaltonetworks.ngfw.models.MetricsObjectFirewalls; import com.azure.resourcemanager.paloaltonetworks.ngfw.models.Operations; import com.azure.resourcemanager.paloaltonetworks.ngfw.models.PaloAltoNetworksCloudngfwOperations; @@ -72,6 +76,10 @@ public final class PaloAltoNetworksNgfwManager { private Operations operations; + private CustomCaptureConfigurationsFirewallResources customCaptureConfigurationsFirewallResources; + + private LogIngestionSettingsResources logIngestionSettingsResources; + private GlobalRulestacks globalRulestacks; private CertificateObjectGlobalRulestacks certificateObjectGlobalRulestacks; @@ -329,6 +337,32 @@ public Operations operations() { return operations; } + /** + * Gets the resource collection API of CustomCaptureConfigurationsFirewallResources. + * + * @return Resource collection API of CustomCaptureConfigurationsFirewallResources. + */ + public CustomCaptureConfigurationsFirewallResources customCaptureConfigurationsFirewallResources() { + if (this.customCaptureConfigurationsFirewallResources == null) { + this.customCaptureConfigurationsFirewallResources = new CustomCaptureConfigurationsFirewallResourcesImpl( + clientObject.getCustomCaptureConfigurationsFirewallResources(), this); + } + return customCaptureConfigurationsFirewallResources; + } + + /** + * Gets the resource collection API of LogIngestionSettingsResources. + * + * @return Resource collection API of LogIngestionSettingsResources. + */ + public LogIngestionSettingsResources logIngestionSettingsResources() { + if (this.logIngestionSettingsResources == null) { + this.logIngestionSettingsResources + = new LogIngestionSettingsResourcesImpl(clientObject.getLogIngestionSettingsResources(), this); + } + return logIngestionSettingsResources; + } + /** * Gets the resource collection API of GlobalRulestacks. * diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/CustomCaptureConfigurationsFirewallResourcesClient.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/CustomCaptureConfigurationsFirewallResourcesClient.java new file mode 100644 index 000000000000..86250cbc3482 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/CustomCaptureConfigurationsFirewallResourcesClient.java @@ -0,0 +1,146 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.fluent; + +import com.azure.core.annotation.ReturnType; +import com.azure.core.annotation.ServiceMethod; +import com.azure.core.http.rest.PagedIterable; +import com.azure.core.http.rest.Response; +import com.azure.core.util.Context; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner; + +/** + * An instance of this class provides access to all the operations defined in + * CustomCaptureConfigurationsFirewallResourcesClient. + */ +public interface CustomCaptureConfigurationsFirewallResourcesClient { + /** + * Get the current Custom Capture Configuration for a firewall. Always returns 200 OK + body. Caller reads + * properties.pcapStatus to know whether to keep polling. Body field properties.nextCheckInSeconds advises when to + * poll next (omitted on terminal states). + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the current Custom Capture Configuration for a firewall along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Response getWithResponse(String resourceGroupName, + String firewallName, Context context); + + /** + * Get the current Custom Capture Configuration for a firewall. Always returns 200 OK + body. Caller reads + * properties.pcapStatus to know whether to keep polling. Body field properties.nextCheckInSeconds advises when to + * poll next (omitted on terminal states). + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the current Custom Capture Configuration for a firewall. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + CustomCaptureConfigurationsFirewallResourceInner get(String resourceGroupName, String firewallName); + + /** + * Start a Custom Capture Configuration on a firewall. SYNC — returns 200 OK + body immediately. Body's + * properties.pcapStatus reflects current state (typically InProgress). Caller polls GET on its own clock using + * properties.nextCheckInSeconds as the cadence hint. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return custom Capture Configuration on a firewall (singleton) along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Response createOrUpdateWithResponse(String resourceGroupName, + String firewallName, CustomCaptureConfigurationsFirewallResourceInner resource, Context context); + + /** + * Start a Custom Capture Configuration on a firewall. SYNC — returns 200 OK + body immediately. Body's + * properties.pcapStatus reflects current state (typically InProgress). Caller polls GET on its own clock using + * properties.nextCheckInSeconds as the cadence hint. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return custom Capture Configuration on a firewall (singleton). + */ + @ServiceMethod(returns = ReturnType.SINGLE) + CustomCaptureConfigurationsFirewallResourceInner createOrUpdate(String resourceGroupName, String firewallName, + CustomCaptureConfigurationsFirewallResourceInner resource); + + /** + * Delete the Custom Capture Configuration on a firewall. SYNC — clears any in-progress or terminal capture state. + * Returns 200 on success or 204 when no configuration exists. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Response deleteWithResponse(String resourceGroupName, String firewallName, Context context); + + /** + * Delete the Custom Capture Configuration on a firewall. SYNC — clears any in-progress or terminal capture state. + * Returns 200 on success or 204 when no configuration exists. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + void delete(String resourceGroupName, String firewallName); + + /** + * List Custom Capture Configurations under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation as paginated response with + * {@link PagedIterable}. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + PagedIterable listByFirewall(String resourceGroupName, + String firewallName); + + /** + * List Custom Capture Configurations under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation as paginated response with + * {@link PagedIterable}. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + PagedIterable listByFirewall(String resourceGroupName, + String firewallName, Context context); +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/LogIngestionSettingsResourcesClient.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/LogIngestionSettingsResourcesClient.java new file mode 100644 index 000000000000..a1e54eb2dc49 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/LogIngestionSettingsResourcesClient.java @@ -0,0 +1,143 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.fluent; + +import com.azure.core.annotation.ReturnType; +import com.azure.core.annotation.ServiceMethod; +import com.azure.core.http.rest.PagedIterable; +import com.azure.core.http.rest.Response; +import com.azure.core.util.Context; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogIngestionSettingsResourceInner; + +/** + * An instance of this class provides access to all the operations defined in LogIngestionSettingsResourcesClient. + */ +public interface LogIngestionSettingsResourcesClient { + /** + * Get the Log Ingestion Settings for a firewall. Live read from the partner. Returns 200 OK with the current + * settings, or 404 when log ingestion has not been configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the Log Ingestion Settings for a firewall along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Response getWithResponse(String resourceGroupName, String firewallName, + Context context); + + /** + * Get the Log Ingestion Settings for a firewall. Live read from the partner. Returns 200 OK with the current + * settings, or 404 when log ingestion has not been configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the Log Ingestion Settings for a firewall. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + LogIngestionSettingsResourceInner get(String resourceGroupName, String firewallName); + + /** + * Create or update the Log Ingestion Settings for a firewall. SYNC — forwards to the partner and returns 200 OK (or + * 201 Created on first create) with the persisted settings. commonDestination.monitorConfigurationsV2 (dcrId, + * logIngestionEndpoint, dcrImmutableId, streamName) drives where the firewall logs are ingested. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return log Ingestion Settings on a firewall (singleton — the name is always 'default') along with + * {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Response createOrUpdateWithResponse(String resourceGroupName, + String firewallName, LogIngestionSettingsResourceInner resource, Context context); + + /** + * Create or update the Log Ingestion Settings for a firewall. SYNC — forwards to the partner and returns 200 OK (or + * 201 Created on first create) with the persisted settings. commonDestination.monitorConfigurationsV2 (dcrId, + * logIngestionEndpoint, dcrImmutableId, streamName) drives where the firewall logs are ingested. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return log Ingestion Settings on a firewall (singleton — the name is always 'default'). + */ + @ServiceMethod(returns = ReturnType.SINGLE) + LogIngestionSettingsResourceInner createOrUpdate(String resourceGroupName, String firewallName, + LogIngestionSettingsResourceInner resource); + + /** + * Delete (clear) the Log Ingestion Settings for a firewall. SYNC — soft-clears the DCR destination on the partner + * (logs have no partner delete API). Returns 200 on success or 204 when nothing is configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Response deleteWithResponse(String resourceGroupName, String firewallName, Context context); + + /** + * Delete (clear) the Log Ingestion Settings for a firewall. SYNC — soft-clears the DCR destination on the partner + * (logs have no partner delete API). Returns 200 on success or 204 when nothing is configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + void delete(String resourceGroupName, String firewallName); + + /** + * List the Log Ingestion Settings under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation as paginated response with + * {@link PagedIterable}. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + PagedIterable listByFirewall(String resourceGroupName, String firewallName); + + /** + * List the Log Ingestion Settings under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation as paginated response with + * {@link PagedIterable}. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + PagedIterable listByFirewall(String resourceGroupName, String firewallName, + Context context); +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PaloAltoNetworksCloudngfwOperationsClient.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PaloAltoNetworksCloudngfwOperationsClient.java index 225257f907d9..a21afcdd6cd4 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PaloAltoNetworksCloudngfwOperationsClient.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PaloAltoNetworksCloudngfwOperationsClient.java @@ -18,7 +18,7 @@ */ public interface PaloAltoNetworksCloudngfwOperationsClient { /** - * The createProductSerialNumber operation. + * A long-running provider action. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -30,7 +30,7 @@ public interface PaloAltoNetworksCloudngfwOperationsClient { Response createProductSerialNumberWithResponse(Context context); /** - * The createProductSerialNumber operation. + * A long-running provider action. * * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -40,7 +40,7 @@ public interface PaloAltoNetworksCloudngfwOperationsClient { ProductSerialNumberRequestStatusInner createProductSerialNumber(); /** - * The listCloudManagerTenants operation. + * A long-running provider action. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -52,7 +52,7 @@ public interface PaloAltoNetworksCloudngfwOperationsClient { Response listCloudManagerTenantsWithResponse(Context context); /** - * The listCloudManagerTenants operation. + * A long-running provider action. * * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -62,7 +62,7 @@ public interface PaloAltoNetworksCloudngfwOperationsClient { CloudManagerTenantListInner listCloudManagerTenants(); /** - * The listProductSerialNumberStatus operation. + * A long-running provider action. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -74,7 +74,7 @@ public interface PaloAltoNetworksCloudngfwOperationsClient { Response listProductSerialNumberStatusWithResponse(Context context); /** - * The listProductSerialNumberStatus operation. + * A long-running provider action. * * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -84,7 +84,7 @@ public interface PaloAltoNetworksCloudngfwOperationsClient { ProductSerialNumberStatusInner listProductSerialNumberStatus(); /** - * The listSupportInfo operation. + * A long-running provider action. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -96,7 +96,7 @@ public interface PaloAltoNetworksCloudngfwOperationsClient { Response listSupportInfoWithResponse(Context context); /** - * The listSupportInfo operation. + * A long-running provider action. * * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PaloAltoNetworksNgfwManagementClient.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PaloAltoNetworksNgfwManagementClient.java index a8f4077394d7..523c5c26768f 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PaloAltoNetworksNgfwManagementClient.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PaloAltoNetworksNgfwManagementClient.java @@ -53,6 +53,20 @@ public interface PaloAltoNetworksNgfwManagementClient { */ OperationsClient getOperations(); + /** + * Gets the CustomCaptureConfigurationsFirewallResourcesClient object to access its operations. + * + * @return the CustomCaptureConfigurationsFirewallResourcesClient object. + */ + CustomCaptureConfigurationsFirewallResourcesClient getCustomCaptureConfigurationsFirewallResources(); + + /** + * Gets the LogIngestionSettingsResourcesClient object to access its operations. + * + * @return the LogIngestionSettingsResourcesClient object. + */ + LogIngestionSettingsResourcesClient getLogIngestionSettingsResources(); + /** * Gets the GlobalRulestacksClient object to access its operations. * diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CustomCaptureConfigurationsFirewallResourceInner.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CustomCaptureConfigurationsFirewallResourceInner.java new file mode 100644 index 000000000000..87010eae9f32 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CustomCaptureConfigurationsFirewallResourceInner.java @@ -0,0 +1,160 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.management.ProxyResource; +import com.azure.core.management.SystemData; +import com.azure.json.JsonReader; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProperties; +import java.io.IOException; + +/** + * Custom Capture Configuration on a firewall (singleton). Sync child resource — caller polls GET to track pcapStatus + * until terminal (Success / Failed). + */ +@Fluent +public final class CustomCaptureConfigurationsFirewallResourceInner extends ProxyResource { + /* + * The resource-specific properties for this resource. + */ + private CustomCaptureConfigurationsProperties properties; + + /* + * Azure Resource Manager metadata containing createdBy and modifiedBy information. + */ + private SystemData systemData; + + /* + * The type of the resource. + */ + private String type; + + /* + * The name of the resource. + */ + private String name; + + /* + * Fully qualified resource Id for the resource. + */ + private String id; + + /** + * Creates an instance of CustomCaptureConfigurationsFirewallResourceInner class. + */ + public CustomCaptureConfigurationsFirewallResourceInner() { + } + + /** + * Get the properties property: The resource-specific properties for this resource. + * + * @return the properties value. + */ + public CustomCaptureConfigurationsProperties properties() { + return this.properties; + } + + /** + * Set the properties property: The resource-specific properties for this resource. + * + * @param properties the properties value to set. + * @return the CustomCaptureConfigurationsFirewallResourceInner object itself. + */ + public CustomCaptureConfigurationsFirewallResourceInner + withProperties(CustomCaptureConfigurationsProperties properties) { + this.properties = properties; + return this; + } + + /** + * Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information. + * + * @return the systemData value. + */ + public SystemData systemData() { + return this.systemData; + } + + /** + * Get the type property: The type of the resource. + * + * @return the type value. + */ + @Override + public String type() { + return this.type; + } + + /** + * Get the name property: The name of the resource. + * + * @return the name value. + */ + @Override + public String name() { + return this.name; + } + + /** + * Get the id property: Fully qualified resource Id for the resource. + * + * @return the id value. + */ + @Override + public String id() { + return this.id; + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeJsonField("properties", this.properties); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of CustomCaptureConfigurationsFirewallResourceInner from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of CustomCaptureConfigurationsFirewallResourceInner if the JsonReader was pointing to an + * instance of it, or null if it was pointing to JSON null. + * @throws IllegalStateException If the deserialized JSON object was missing any required properties. + * @throws IOException If an error occurs while reading the CustomCaptureConfigurationsFirewallResourceInner. + */ + public static CustomCaptureConfigurationsFirewallResourceInner fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + CustomCaptureConfigurationsFirewallResourceInner deserializedCustomCaptureConfigurationsFirewallResourceInner + = new CustomCaptureConfigurationsFirewallResourceInner(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("id".equals(fieldName)) { + deserializedCustomCaptureConfigurationsFirewallResourceInner.id = reader.getString(); + } else if ("name".equals(fieldName)) { + deserializedCustomCaptureConfigurationsFirewallResourceInner.name = reader.getString(); + } else if ("type".equals(fieldName)) { + deserializedCustomCaptureConfigurationsFirewallResourceInner.type = reader.getString(); + } else if ("properties".equals(fieldName)) { + deserializedCustomCaptureConfigurationsFirewallResourceInner.properties + = CustomCaptureConfigurationsProperties.fromJson(reader); + } else if ("systemData".equals(fieldName)) { + deserializedCustomCaptureConfigurationsFirewallResourceInner.systemData + = SystemData.fromJson(reader); + } else { + reader.skipChildren(); + } + } + + return deserializedCustomCaptureConfigurationsFirewallResourceInner; + }); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FirewallDeploymentProperties.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FirewallDeploymentProperties.java index b92334912c4f..9ab0018e49be 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FirewallDeploymentProperties.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FirewallDeploymentProperties.java @@ -32,6 +32,11 @@ public final class FirewallDeploymentProperties implements JsonSerializable { + LogIngestionSettingsResourceInner deserializedLogIngestionSettingsResourceInner + = new LogIngestionSettingsResourceInner(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("id".equals(fieldName)) { + deserializedLogIngestionSettingsResourceInner.id = reader.getString(); + } else if ("name".equals(fieldName)) { + deserializedLogIngestionSettingsResourceInner.name = reader.getString(); + } else if ("type".equals(fieldName)) { + deserializedLogIngestionSettingsResourceInner.type = reader.getString(); + } else if ("properties".equals(fieldName)) { + deserializedLogIngestionSettingsResourceInner.properties + = LogIngestionSettingsProperties.fromJson(reader); + } else if ("systemData".equals(fieldName)) { + deserializedLogIngestionSettingsResourceInner.systemData = SystemData.fromJson(reader); + } else { + reader.skipChildren(); + } + } + + return deserializedLogIngestionSettingsResourceInner; + }); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CustomCaptureConfigurationsFirewallResourceImpl.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CustomCaptureConfigurationsFirewallResourceImpl.java new file mode 100644 index 000000000000..5b5f70648981 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CustomCaptureConfigurationsFirewallResourceImpl.java @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.implementation; + +import com.azure.core.management.SystemData; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFirewallResource; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProperties; + +public final class CustomCaptureConfigurationsFirewallResourceImpl + implements CustomCaptureConfigurationsFirewallResource { + private CustomCaptureConfigurationsFirewallResourceInner innerObject; + + private final com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager serviceManager; + + CustomCaptureConfigurationsFirewallResourceImpl(CustomCaptureConfigurationsFirewallResourceInner innerObject, + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager serviceManager) { + this.innerObject = innerObject; + this.serviceManager = serviceManager; + } + + public String id() { + return this.innerModel().id(); + } + + public String name() { + return this.innerModel().name(); + } + + public String type() { + return this.innerModel().type(); + } + + public CustomCaptureConfigurationsProperties properties() { + return this.innerModel().properties(); + } + + public SystemData systemData() { + return this.innerModel().systemData(); + } + + public CustomCaptureConfigurationsFirewallResourceInner innerModel() { + return this.innerObject; + } + + private com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager() { + return this.serviceManager; + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CustomCaptureConfigurationsFirewallResourcesClientImpl.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CustomCaptureConfigurationsFirewallResourcesClientImpl.java new file mode 100644 index 000000000000..82dcbc16e397 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CustomCaptureConfigurationsFirewallResourcesClientImpl.java @@ -0,0 +1,592 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.implementation; + +import com.azure.core.annotation.BodyParam; +import com.azure.core.annotation.Delete; +import com.azure.core.annotation.ExpectedResponses; +import com.azure.core.annotation.Get; +import com.azure.core.annotation.HeaderParam; +import com.azure.core.annotation.Headers; +import com.azure.core.annotation.Host; +import com.azure.core.annotation.HostParam; +import com.azure.core.annotation.PathParam; +import com.azure.core.annotation.Put; +import com.azure.core.annotation.QueryParam; +import com.azure.core.annotation.ReturnType; +import com.azure.core.annotation.ServiceInterface; +import com.azure.core.annotation.ServiceMethod; +import com.azure.core.annotation.UnexpectedResponseExceptionType; +import com.azure.core.http.rest.PagedFlux; +import com.azure.core.http.rest.PagedIterable; +import com.azure.core.http.rest.PagedResponse; +import com.azure.core.http.rest.PagedResponseBase; +import com.azure.core.http.rest.Response; +import com.azure.core.http.rest.RestProxy; +import com.azure.core.management.exception.ManagementException; +import com.azure.core.util.Context; +import com.azure.core.util.FluxUtil; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CustomCaptureConfigurationsFirewallResourcesClient; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner; +import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.CustomCaptureConfigurationsFirewallResourceListResult; +import reactor.core.publisher.Mono; + +/** + * An instance of this class provides access to all the operations defined in + * CustomCaptureConfigurationsFirewallResourcesClient. + */ +public final class CustomCaptureConfigurationsFirewallResourcesClientImpl + implements CustomCaptureConfigurationsFirewallResourcesClient { + /** + * The proxy service used to perform REST calls. + */ + private final CustomCaptureConfigurationsFirewallResourcesService service; + + /** + * The service client containing this operation class. + */ + private final PaloAltoNetworksNgfwManagementClientImpl client; + + /** + * Initializes an instance of CustomCaptureConfigurationsFirewallResourcesClientImpl. + * + * @param client the instance of the service client containing this operation class. + */ + CustomCaptureConfigurationsFirewallResourcesClientImpl(PaloAltoNetworksNgfwManagementClientImpl client) { + this.service = RestProxy.create(CustomCaptureConfigurationsFirewallResourcesService.class, + client.getHttpPipeline(), client.getSerializerAdapter()); + this.client = client; + } + + /** + * The interface defining all the services for + * PaloAltoNetworksNgfwManagementClientCustomCaptureConfigurationsFirewallResources to be used by the proxy service + * to perform REST calls. + */ + @Host("{endpoint}") + @ServiceInterface(name = "PaloAltoNetworksNgfwManagementClientCustomCaptureConfigurationsFirewallResources") + public interface CustomCaptureConfigurationsFirewallResourcesService { + @Headers({ "Content-Type: application/json" }) + @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/customCaptureConfigurations/default") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> get(@HostParam("endpoint") String endpoint, + @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + @HeaderParam("Accept") String accept, Context context); + + @Headers({ "Content-Type: application/json" }) + @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/customCaptureConfigurations/default") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Response getSync(@HostParam("endpoint") String endpoint, + @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + @HeaderParam("Accept") String accept, Context context); + + @Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/customCaptureConfigurations/default") + @ExpectedResponses({ 200, 201 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> createOrUpdate( + @HostParam("endpoint") String endpoint, @QueryParam("api-version") String apiVersion, + @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + @HeaderParam("Content-Type") String contentType, @HeaderParam("Accept") String accept, + @BodyParam("application/json") CustomCaptureConfigurationsFirewallResourceInner resource, Context context); + + @Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/customCaptureConfigurations/default") + @ExpectedResponses({ 200, 201 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Response createOrUpdateSync( + @HostParam("endpoint") String endpoint, @QueryParam("api-version") String apiVersion, + @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + @HeaderParam("Content-Type") String contentType, @HeaderParam("Accept") String accept, + @BodyParam("application/json") CustomCaptureConfigurationsFirewallResourceInner resource, Context context); + + @Headers({ "Accept: application/json;q=0.9", "Content-Type: application/json" }) + @Delete("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/customCaptureConfigurations/default") + @ExpectedResponses({ 200, 204 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> delete(@HostParam("endpoint") String endpoint, + @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + Context context); + + @Headers({ "Accept: application/json;q=0.9", "Content-Type: application/json" }) + @Delete("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/customCaptureConfigurations/default") + @ExpectedResponses({ 200, 204 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Response deleteSync(@HostParam("endpoint") String endpoint, @QueryParam("api-version") String apiVersion, + @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + Context context); + + @Headers({ "Content-Type: application/json" }) + @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/customCaptureConfigurations") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> listByFirewall( + @HostParam("endpoint") String endpoint, @QueryParam("api-version") String apiVersion, + @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + @HeaderParam("Accept") String accept, Context context); + + @Headers({ "Content-Type: application/json" }) + @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/customCaptureConfigurations") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Response listByFirewallSync( + @HostParam("endpoint") String endpoint, @QueryParam("api-version") String apiVersion, + @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + @HeaderParam("Accept") String accept, Context context); + + @Headers({ "Content-Type: application/json" }) + @Get("{nextLink}") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> listByFirewallNext( + @PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("endpoint") String endpoint, + @HeaderParam("Accept") String accept, Context context); + + @Headers({ "Content-Type: application/json" }) + @Get("{nextLink}") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Response listByFirewallNextSync( + @PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("endpoint") String endpoint, + @HeaderParam("Accept") String accept, Context context); + } + + /** + * Get the current Custom Capture Configuration for a firewall. Always returns 200 OK + body. Caller reads + * properties.pcapStatus to know whether to keep polling. Body field properties.nextCheckInSeconds advises when to + * poll next (omitted on terminal states). + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the current Custom Capture Configuration for a firewall along with {@link Response} on successful + * completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> + getWithResponseAsync(String resourceGroupName, String firewallName) { + final String accept = "application/json"; + return FluxUtil + .withContext(context -> service.get(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, accept, context)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Get the current Custom Capture Configuration for a firewall. Always returns 200 OK + body. Caller reads + * properties.pcapStatus to know whether to keep polling. Body field properties.nextCheckInSeconds advises when to + * poll next (omitted on terminal states). + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the current Custom Capture Configuration for a firewall on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono getAsync(String resourceGroupName, + String firewallName) { + return getWithResponseAsync(resourceGroupName, firewallName).flatMap(res -> Mono.justOrEmpty(res.getValue())); + } + + /** + * Get the current Custom Capture Configuration for a firewall. Always returns 200 OK + body. Caller reads + * properties.pcapStatus to know whether to keep polling. Body field properties.nextCheckInSeconds advises when to + * poll next (omitted on terminal states). + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the current Custom Capture Configuration for a firewall along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response getWithResponse(String resourceGroupName, + String firewallName, Context context) { + final String accept = "application/json"; + return service.getSync(this.client.getEndpoint(), this.client.getApiVersion(), this.client.getSubscriptionId(), + resourceGroupName, firewallName, accept, context); + } + + /** + * Get the current Custom Capture Configuration for a firewall. Always returns 200 OK + body. Caller reads + * properties.pcapStatus to know whether to keep polling. Body field properties.nextCheckInSeconds advises when to + * poll next (omitted on terminal states). + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the current Custom Capture Configuration for a firewall. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public CustomCaptureConfigurationsFirewallResourceInner get(String resourceGroupName, String firewallName) { + return getWithResponse(resourceGroupName, firewallName, Context.NONE).getValue(); + } + + /** + * Start a Custom Capture Configuration on a firewall. SYNC — returns 200 OK + body immediately. Body's + * properties.pcapStatus reflects current state (typically InProgress). Caller polls GET on its own clock using + * properties.nextCheckInSeconds as the cadence hint. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return custom Capture Configuration on a firewall (singleton) along with {@link Response} on successful + * completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> createOrUpdateWithResponseAsync( + String resourceGroupName, String firewallName, CustomCaptureConfigurationsFirewallResourceInner resource) { + final String contentType = "application/json"; + final String accept = "application/json"; + return FluxUtil + .withContext(context -> service.createOrUpdate(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, contentType, accept, resource, + context)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Start a Custom Capture Configuration on a firewall. SYNC — returns 200 OK + body immediately. Body's + * properties.pcapStatus reflects current state (typically InProgress). Caller polls GET on its own clock using + * properties.nextCheckInSeconds as the cadence hint. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return custom Capture Configuration on a firewall (singleton) on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono createOrUpdateAsync(String resourceGroupName, + String firewallName, CustomCaptureConfigurationsFirewallResourceInner resource) { + return createOrUpdateWithResponseAsync(resourceGroupName, firewallName, resource) + .flatMap(res -> Mono.justOrEmpty(res.getValue())); + } + + /** + * Start a Custom Capture Configuration on a firewall. SYNC — returns 200 OK + body immediately. Body's + * properties.pcapStatus reflects current state (typically InProgress). Caller polls GET on its own clock using + * properties.nextCheckInSeconds as the cadence hint. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return custom Capture Configuration on a firewall (singleton) along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response createOrUpdateWithResponse( + String resourceGroupName, String firewallName, CustomCaptureConfigurationsFirewallResourceInner resource, + Context context) { + final String contentType = "application/json"; + final String accept = "application/json"; + return service.createOrUpdateSync(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, contentType, accept, resource, context); + } + + /** + * Start a Custom Capture Configuration on a firewall. SYNC — returns 200 OK + body immediately. Body's + * properties.pcapStatus reflects current state (typically InProgress). Caller polls GET on its own clock using + * properties.nextCheckInSeconds as the cadence hint. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return custom Capture Configuration on a firewall (singleton). + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public CustomCaptureConfigurationsFirewallResourceInner createOrUpdate(String resourceGroupName, + String firewallName, CustomCaptureConfigurationsFirewallResourceInner resource) { + return createOrUpdateWithResponse(resourceGroupName, firewallName, resource, Context.NONE).getValue(); + } + + /** + * Delete the Custom Capture Configuration on a firewall. SYNC — clears any in-progress or terminal capture state. + * Returns 200 on success or 204 when no configuration exists. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the {@link Response} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> deleteWithResponseAsync(String resourceGroupName, String firewallName) { + return FluxUtil + .withContext(context -> service.delete(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, context)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Delete the Custom Capture Configuration on a firewall. SYNC — clears any in-progress or terminal capture state. + * Returns 200 on success or 204 when no configuration exists. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return A {@link Mono} that completes when a successful response is received. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono deleteAsync(String resourceGroupName, String firewallName) { + return deleteWithResponseAsync(resourceGroupName, firewallName).flatMap(ignored -> Mono.empty()); + } + + /** + * Delete the Custom Capture Configuration on a firewall. SYNC — clears any in-progress or terminal capture state. + * Returns 200 on success or 204 when no configuration exists. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response deleteWithResponse(String resourceGroupName, String firewallName, Context context) { + return service.deleteSync(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, context); + } + + /** + * Delete the Custom Capture Configuration on a firewall. SYNC — clears any in-progress or terminal capture state. + * Returns 200 on success or 204 when no configuration exists. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public void delete(String resourceGroupName, String firewallName) { + deleteWithResponse(resourceGroupName, firewallName, Context.NONE); + } + + /** + * List Custom Capture Configurations under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation along with + * {@link PagedResponse} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> + listByFirewallSinglePageAsync(String resourceGroupName, String firewallName) { + final String accept = "application/json"; + return FluxUtil + .withContext(context -> service.listByFirewall(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, accept, context)) + .>map( + res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), + res.getValue().value(), res.getValue().nextLink(), null)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * List Custom Capture Configurations under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation as paginated response with + * {@link PagedFlux}. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + private PagedFlux listByFirewallAsync(String resourceGroupName, + String firewallName) { + return new PagedFlux<>(() -> listByFirewallSinglePageAsync(resourceGroupName, firewallName), + nextLink -> listByFirewallNextSinglePageAsync(nextLink)); + } + + /** + * List Custom Capture Configurations under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation along with + * {@link PagedResponse}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private PagedResponse + listByFirewallSinglePage(String resourceGroupName, String firewallName) { + final String accept = "application/json"; + Response res + = service.listByFirewallSync(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, accept, Context.NONE); + return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), + res.getValue().nextLink(), null); + } + + /** + * List Custom Capture Configurations under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation along with + * {@link PagedResponse}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private PagedResponse + listByFirewallSinglePage(String resourceGroupName, String firewallName, Context context) { + final String accept = "application/json"; + Response res + = service.listByFirewallSync(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, accept, context); + return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), + res.getValue().nextLink(), null); + } + + /** + * List Custom Capture Configurations under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation as paginated response with + * {@link PagedIterable}. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedIterable listByFirewall(String resourceGroupName, + String firewallName) { + return new PagedIterable<>(() -> listByFirewallSinglePage(resourceGroupName, firewallName), + nextLink -> listByFirewallNextSinglePage(nextLink)); + } + + /** + * List Custom Capture Configurations under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation as paginated response with + * {@link PagedIterable}. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedIterable listByFirewall(String resourceGroupName, + String firewallName, Context context) { + return new PagedIterable<>(() -> listByFirewallSinglePage(resourceGroupName, firewallName, context), + nextLink -> listByFirewallNextSinglePage(nextLink, context)); + } + + /** + * Get the next page of items. + * + * @param nextLink The URL to get the next list of items. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation along with + * {@link PagedResponse} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> + listByFirewallNextSinglePageAsync(String nextLink) { + final String accept = "application/json"; + return FluxUtil + .withContext(context -> service.listByFirewallNext(nextLink, this.client.getEndpoint(), accept, context)) + .>map( + res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), + res.getValue().value(), res.getValue().nextLink(), null)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Get the next page of items. + * + * @param nextLink The URL to get the next list of items. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation along with + * {@link PagedResponse}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private PagedResponse + listByFirewallNextSinglePage(String nextLink) { + final String accept = "application/json"; + Response res + = service.listByFirewallNextSync(nextLink, this.client.getEndpoint(), accept, Context.NONE); + return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), + res.getValue().nextLink(), null); + } + + /** + * Get the next page of items. + * + * @param nextLink The URL to get the next list of items. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation along with + * {@link PagedResponse}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private PagedResponse + listByFirewallNextSinglePage(String nextLink, Context context) { + final String accept = "application/json"; + Response res + = service.listByFirewallNextSync(nextLink, this.client.getEndpoint(), accept, context); + return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), + res.getValue().nextLink(), null); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CustomCaptureConfigurationsFirewallResourcesImpl.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CustomCaptureConfigurationsFirewallResourcesImpl.java new file mode 100644 index 000000000000..b1f3d64214f2 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CustomCaptureConfigurationsFirewallResourcesImpl.java @@ -0,0 +1,101 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.implementation; + +import com.azure.core.http.rest.PagedIterable; +import com.azure.core.http.rest.Response; +import com.azure.core.http.rest.SimpleResponse; +import com.azure.core.util.Context; +import com.azure.core.util.logging.ClientLogger; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CustomCaptureConfigurationsFirewallResourcesClient; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFirewallResource; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFirewallResources; + +public final class CustomCaptureConfigurationsFirewallResourcesImpl + implements CustomCaptureConfigurationsFirewallResources { + private static final ClientLogger LOGGER = new ClientLogger(CustomCaptureConfigurationsFirewallResourcesImpl.class); + + private final CustomCaptureConfigurationsFirewallResourcesClient innerClient; + + private final com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager serviceManager; + + public CustomCaptureConfigurationsFirewallResourcesImpl( + CustomCaptureConfigurationsFirewallResourcesClient innerClient, + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager serviceManager) { + this.innerClient = innerClient; + this.serviceManager = serviceManager; + } + + public Response getWithResponse(String resourceGroupName, + String firewallName, Context context) { + Response inner + = this.serviceClient().getWithResponse(resourceGroupName, firewallName, context); + return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(), + new CustomCaptureConfigurationsFirewallResourceImpl(inner.getValue(), this.manager())); + } + + public CustomCaptureConfigurationsFirewallResource get(String resourceGroupName, String firewallName) { + CustomCaptureConfigurationsFirewallResourceInner inner + = this.serviceClient().get(resourceGroupName, firewallName); + if (inner != null) { + return new CustomCaptureConfigurationsFirewallResourceImpl(inner, this.manager()); + } else { + return null; + } + } + + public Response createOrUpdateWithResponse(String resourceGroupName, + String firewallName, CustomCaptureConfigurationsFirewallResourceInner resource, Context context) { + Response inner + = this.serviceClient().createOrUpdateWithResponse(resourceGroupName, firewallName, resource, context); + return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(), + new CustomCaptureConfigurationsFirewallResourceImpl(inner.getValue(), this.manager())); + } + + public CustomCaptureConfigurationsFirewallResource createOrUpdate(String resourceGroupName, String firewallName, + CustomCaptureConfigurationsFirewallResourceInner resource) { + CustomCaptureConfigurationsFirewallResourceInner inner + = this.serviceClient().createOrUpdate(resourceGroupName, firewallName, resource); + if (inner != null) { + return new CustomCaptureConfigurationsFirewallResourceImpl(inner, this.manager()); + } else { + return null; + } + } + + public Response deleteByResourceGroupWithResponse(String resourceGroupName, String firewallName, + Context context) { + return this.serviceClient().deleteWithResponse(resourceGroupName, firewallName, context); + } + + public void deleteByResourceGroup(String resourceGroupName, String firewallName) { + this.serviceClient().delete(resourceGroupName, firewallName); + } + + public PagedIterable listByFirewall(String resourceGroupName, + String firewallName) { + PagedIterable inner + = this.serviceClient().listByFirewall(resourceGroupName, firewallName); + return ResourceManagerUtils.mapPage(inner, + inner1 -> new CustomCaptureConfigurationsFirewallResourceImpl(inner1, this.manager())); + } + + public PagedIterable listByFirewall(String resourceGroupName, + String firewallName, Context context) { + PagedIterable inner + = this.serviceClient().listByFirewall(resourceGroupName, firewallName, context); + return ResourceManagerUtils.mapPage(inner, + inner1 -> new CustomCaptureConfigurationsFirewallResourceImpl(inner1, this.manager())); + } + + private CustomCaptureConfigurationsFirewallResourcesClient serviceClient() { + return this.innerClient; + } + + private com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager() { + return this.serviceManager; + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallResourceImpl.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallResourceImpl.java index 9dba9467396c..d8284603ab50 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallResourceImpl.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallResourceImpl.java @@ -74,6 +74,10 @@ public String panEtag() { return this.innerModel().panEtag(); } + public String firewallSku() { + return this.innerModel().firewallSku(); + } + public NetworkProfile networkProfile() { return this.innerModel().networkProfile(); } @@ -308,6 +312,11 @@ public FirewallResourceImpl withPanEtag(String panEtag) { return this; } + public FirewallResourceImpl withFirewallSku(String firewallSku) { + this.innerModel().withFirewallSku(firewallSku); + return this; + } + public FirewallResourceImpl withIsPanoramaManaged(BooleanEnum isPanoramaManaged) { this.innerModel().withIsPanoramaManaged(isPanoramaManaged); return this; diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogIngestionSettingsResourceImpl.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogIngestionSettingsResourceImpl.java new file mode 100644 index 000000000000..15e4de2e7cce --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogIngestionSettingsResourceImpl.java @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.implementation; + +import com.azure.core.management.SystemData; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogIngestionSettingsResourceInner; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogIngestionSettingsProperties; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogIngestionSettingsResource; + +public final class LogIngestionSettingsResourceImpl implements LogIngestionSettingsResource { + private LogIngestionSettingsResourceInner innerObject; + + private final com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager serviceManager; + + LogIngestionSettingsResourceImpl(LogIngestionSettingsResourceInner innerObject, + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager serviceManager) { + this.innerObject = innerObject; + this.serviceManager = serviceManager; + } + + public String id() { + return this.innerModel().id(); + } + + public String name() { + return this.innerModel().name(); + } + + public String type() { + return this.innerModel().type(); + } + + public LogIngestionSettingsProperties properties() { + return this.innerModel().properties(); + } + + public SystemData systemData() { + return this.innerModel().systemData(); + } + + public LogIngestionSettingsResourceInner innerModel() { + return this.innerObject; + } + + private com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager() { + return this.serviceManager; + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogIngestionSettingsResourcesClientImpl.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogIngestionSettingsResourcesClientImpl.java new file mode 100644 index 000000000000..de23de75f206 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogIngestionSettingsResourcesClientImpl.java @@ -0,0 +1,573 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.implementation; + +import com.azure.core.annotation.BodyParam; +import com.azure.core.annotation.Delete; +import com.azure.core.annotation.ExpectedResponses; +import com.azure.core.annotation.Get; +import com.azure.core.annotation.HeaderParam; +import com.azure.core.annotation.Headers; +import com.azure.core.annotation.Host; +import com.azure.core.annotation.HostParam; +import com.azure.core.annotation.PathParam; +import com.azure.core.annotation.Put; +import com.azure.core.annotation.QueryParam; +import com.azure.core.annotation.ReturnType; +import com.azure.core.annotation.ServiceInterface; +import com.azure.core.annotation.ServiceMethod; +import com.azure.core.annotation.UnexpectedResponseExceptionType; +import com.azure.core.http.rest.PagedFlux; +import com.azure.core.http.rest.PagedIterable; +import com.azure.core.http.rest.PagedResponse; +import com.azure.core.http.rest.PagedResponseBase; +import com.azure.core.http.rest.Response; +import com.azure.core.http.rest.RestProxy; +import com.azure.core.management.exception.ManagementException; +import com.azure.core.util.Context; +import com.azure.core.util.FluxUtil; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LogIngestionSettingsResourcesClient; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogIngestionSettingsResourceInner; +import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.LogIngestionSettingsResourceListResult; +import reactor.core.publisher.Mono; + +/** + * An instance of this class provides access to all the operations defined in LogIngestionSettingsResourcesClient. + */ +public final class LogIngestionSettingsResourcesClientImpl implements LogIngestionSettingsResourcesClient { + /** + * The proxy service used to perform REST calls. + */ + private final LogIngestionSettingsResourcesService service; + + /** + * The service client containing this operation class. + */ + private final PaloAltoNetworksNgfwManagementClientImpl client; + + /** + * Initializes an instance of LogIngestionSettingsResourcesClientImpl. + * + * @param client the instance of the service client containing this operation class. + */ + LogIngestionSettingsResourcesClientImpl(PaloAltoNetworksNgfwManagementClientImpl client) { + this.service = RestProxy.create(LogIngestionSettingsResourcesService.class, client.getHttpPipeline(), + client.getSerializerAdapter()); + this.client = client; + } + + /** + * The interface defining all the services for PaloAltoNetworksNgfwManagementClientLogIngestionSettingsResources to + * be used by the proxy service to perform REST calls. + */ + @Host("{endpoint}") + @ServiceInterface(name = "PaloAltoNetworksNgfwManagementClientLogIngestionSettingsResources") + public interface LogIngestionSettingsResourcesService { + @Headers({ "Content-Type: application/json" }) + @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/logIngestionSettings/default") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> get(@HostParam("endpoint") String endpoint, + @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + @HeaderParam("Accept") String accept, Context context); + + @Headers({ "Content-Type: application/json" }) + @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/logIngestionSettings/default") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Response getSync(@HostParam("endpoint") String endpoint, + @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + @HeaderParam("Accept") String accept, Context context); + + @Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/logIngestionSettings/default") + @ExpectedResponses({ 200, 201 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> createOrUpdate(@HostParam("endpoint") String endpoint, + @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + @HeaderParam("Content-Type") String contentType, @HeaderParam("Accept") String accept, + @BodyParam("application/json") LogIngestionSettingsResourceInner resource, Context context); + + @Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/logIngestionSettings/default") + @ExpectedResponses({ 200, 201 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Response createOrUpdateSync(@HostParam("endpoint") String endpoint, + @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + @HeaderParam("Content-Type") String contentType, @HeaderParam("Accept") String accept, + @BodyParam("application/json") LogIngestionSettingsResourceInner resource, Context context); + + @Headers({ "Accept: application/json;q=0.9", "Content-Type: application/json" }) + @Delete("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/logIngestionSettings/default") + @ExpectedResponses({ 200, 204 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> delete(@HostParam("endpoint") String endpoint, + @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + Context context); + + @Headers({ "Accept: application/json;q=0.9", "Content-Type: application/json" }) + @Delete("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/logIngestionSettings/default") + @ExpectedResponses({ 200, 204 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Response deleteSync(@HostParam("endpoint") String endpoint, @QueryParam("api-version") String apiVersion, + @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + Context context); + + @Headers({ "Content-Type: application/json" }) + @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/logIngestionSettings") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> listByFirewall(@HostParam("endpoint") String endpoint, + @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + @HeaderParam("Accept") String accept, Context context); + + @Headers({ "Content-Type: application/json" }) + @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/logIngestionSettings") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Response listByFirewallSync(@HostParam("endpoint") String endpoint, + @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("firewallName") String firewallName, + @HeaderParam("Accept") String accept, Context context); + + @Headers({ "Content-Type: application/json" }) + @Get("{nextLink}") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> listByFirewallNext( + @PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("endpoint") String endpoint, + @HeaderParam("Accept") String accept, Context context); + + @Headers({ "Content-Type: application/json" }) + @Get("{nextLink}") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(ManagementException.class) + Response listByFirewallNextSync( + @PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("endpoint") String endpoint, + @HeaderParam("Accept") String accept, Context context); + } + + /** + * Get the Log Ingestion Settings for a firewall. Live read from the partner. Returns 200 OK with the current + * settings, or 404 when log ingestion has not been configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the Log Ingestion Settings for a firewall along with {@link Response} on successful completion of + * {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> getWithResponseAsync(String resourceGroupName, + String firewallName) { + final String accept = "application/json"; + return FluxUtil + .withContext(context -> service.get(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, accept, context)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Get the Log Ingestion Settings for a firewall. Live read from the partner. Returns 200 OK with the current + * settings, or 404 when log ingestion has not been configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the Log Ingestion Settings for a firewall on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono getAsync(String resourceGroupName, String firewallName) { + return getWithResponseAsync(resourceGroupName, firewallName).flatMap(res -> Mono.justOrEmpty(res.getValue())); + } + + /** + * Get the Log Ingestion Settings for a firewall. Live read from the partner. Returns 200 OK with the current + * settings, or 404 when log ingestion has not been configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the Log Ingestion Settings for a firewall along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response getWithResponse(String resourceGroupName, String firewallName, + Context context) { + final String accept = "application/json"; + return service.getSync(this.client.getEndpoint(), this.client.getApiVersion(), this.client.getSubscriptionId(), + resourceGroupName, firewallName, accept, context); + } + + /** + * Get the Log Ingestion Settings for a firewall. Live read from the partner. Returns 200 OK with the current + * settings, or 404 when log ingestion has not been configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the Log Ingestion Settings for a firewall. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public LogIngestionSettingsResourceInner get(String resourceGroupName, String firewallName) { + return getWithResponse(resourceGroupName, firewallName, Context.NONE).getValue(); + } + + /** + * Create or update the Log Ingestion Settings for a firewall. SYNC — forwards to the partner and returns 200 OK (or + * 201 Created on first create) with the persisted settings. commonDestination.monitorConfigurationsV2 (dcrId, + * logIngestionEndpoint, dcrImmutableId, streamName) drives where the firewall logs are ingested. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return log Ingestion Settings on a firewall (singleton — the name is always 'default') along with + * {@link Response} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> createOrUpdateWithResponseAsync(String resourceGroupName, + String firewallName, LogIngestionSettingsResourceInner resource) { + final String contentType = "application/json"; + final String accept = "application/json"; + return FluxUtil + .withContext(context -> service.createOrUpdate(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, contentType, accept, resource, + context)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Create or update the Log Ingestion Settings for a firewall. SYNC — forwards to the partner and returns 200 OK (or + * 201 Created on first create) with the persisted settings. commonDestination.monitorConfigurationsV2 (dcrId, + * logIngestionEndpoint, dcrImmutableId, streamName) drives where the firewall logs are ingested. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return log Ingestion Settings on a firewall (singleton — the name is always 'default') on successful completion + * of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono createOrUpdateAsync(String resourceGroupName, String firewallName, + LogIngestionSettingsResourceInner resource) { + return createOrUpdateWithResponseAsync(resourceGroupName, firewallName, resource) + .flatMap(res -> Mono.justOrEmpty(res.getValue())); + } + + /** + * Create or update the Log Ingestion Settings for a firewall. SYNC — forwards to the partner and returns 200 OK (or + * 201 Created on first create) with the persisted settings. commonDestination.monitorConfigurationsV2 (dcrId, + * logIngestionEndpoint, dcrImmutableId, streamName) drives where the firewall logs are ingested. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return log Ingestion Settings on a firewall (singleton — the name is always 'default') along with + * {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response createOrUpdateWithResponse(String resourceGroupName, + String firewallName, LogIngestionSettingsResourceInner resource, Context context) { + final String contentType = "application/json"; + final String accept = "application/json"; + return service.createOrUpdateSync(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, contentType, accept, resource, context); + } + + /** + * Create or update the Log Ingestion Settings for a firewall. SYNC — forwards to the partner and returns 200 OK (or + * 201 Created on first create) with the persisted settings. commonDestination.monitorConfigurationsV2 (dcrId, + * logIngestionEndpoint, dcrImmutableId, streamName) drives where the firewall logs are ingested. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return log Ingestion Settings on a firewall (singleton — the name is always 'default'). + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public LogIngestionSettingsResourceInner createOrUpdate(String resourceGroupName, String firewallName, + LogIngestionSettingsResourceInner resource) { + return createOrUpdateWithResponse(resourceGroupName, firewallName, resource, Context.NONE).getValue(); + } + + /** + * Delete (clear) the Log Ingestion Settings for a firewall. SYNC — soft-clears the DCR destination on the partner + * (logs have no partner delete API). Returns 200 on success or 204 when nothing is configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the {@link Response} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> deleteWithResponseAsync(String resourceGroupName, String firewallName) { + return FluxUtil + .withContext(context -> service.delete(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, context)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Delete (clear) the Log Ingestion Settings for a firewall. SYNC — soft-clears the DCR destination on the partner + * (logs have no partner delete API). Returns 200 on success or 204 when nothing is configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return A {@link Mono} that completes when a successful response is received. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono deleteAsync(String resourceGroupName, String firewallName) { + return deleteWithResponseAsync(resourceGroupName, firewallName).flatMap(ignored -> Mono.empty()); + } + + /** + * Delete (clear) the Log Ingestion Settings for a firewall. SYNC — soft-clears the DCR destination on the partner + * (logs have no partner delete API). Returns 200 on success or 204 when nothing is configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response deleteWithResponse(String resourceGroupName, String firewallName, Context context) { + return service.deleteSync(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, context); + } + + /** + * Delete (clear) the Log Ingestion Settings for a firewall. SYNC — soft-clears the DCR destination on the partner + * (logs have no partner delete API). Returns 200 on success or 204 when nothing is configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public void delete(String resourceGroupName, String firewallName) { + deleteWithResponse(resourceGroupName, firewallName, Context.NONE); + } + + /** + * List the Log Ingestion Settings under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation along with {@link PagedResponse} on + * successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> + listByFirewallSinglePageAsync(String resourceGroupName, String firewallName) { + final String accept = "application/json"; + return FluxUtil + .withContext(context -> service.listByFirewall(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, accept, context)) + .>map(res -> new PagedResponseBase<>(res.getRequest(), + res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * List the Log Ingestion Settings under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation as paginated response with + * {@link PagedFlux}. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + private PagedFlux listByFirewallAsync(String resourceGroupName, + String firewallName) { + return new PagedFlux<>(() -> listByFirewallSinglePageAsync(resourceGroupName, firewallName), + nextLink -> listByFirewallNextSinglePageAsync(nextLink)); + } + + /** + * List the Log Ingestion Settings under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation along with {@link PagedResponse}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private PagedResponse listByFirewallSinglePage(String resourceGroupName, + String firewallName) { + final String accept = "application/json"; + Response res + = service.listByFirewallSync(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, accept, Context.NONE); + return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), + res.getValue().nextLink(), null); + } + + /** + * List the Log Ingestion Settings under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation along with {@link PagedResponse}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private PagedResponse listByFirewallSinglePage(String resourceGroupName, + String firewallName, Context context) { + final String accept = "application/json"; + Response res + = service.listByFirewallSync(this.client.getEndpoint(), this.client.getApiVersion(), + this.client.getSubscriptionId(), resourceGroupName, firewallName, accept, context); + return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), + res.getValue().nextLink(), null); + } + + /** + * List the Log Ingestion Settings under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation as paginated response with + * {@link PagedIterable}. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedIterable listByFirewall(String resourceGroupName, + String firewallName) { + return new PagedIterable<>(() -> listByFirewallSinglePage(resourceGroupName, firewallName), + nextLink -> listByFirewallNextSinglePage(nextLink)); + } + + /** + * List the Log Ingestion Settings under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation as paginated response with + * {@link PagedIterable}. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedIterable listByFirewall(String resourceGroupName, + String firewallName, Context context) { + return new PagedIterable<>(() -> listByFirewallSinglePage(resourceGroupName, firewallName, context), + nextLink -> listByFirewallNextSinglePage(nextLink, context)); + } + + /** + * Get the next page of items. + * + * @param nextLink The URL to get the next list of items. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation along with {@link PagedResponse} on + * successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> listByFirewallNextSinglePageAsync(String nextLink) { + final String accept = "application/json"; + return FluxUtil + .withContext(context -> service.listByFirewallNext(nextLink, this.client.getEndpoint(), accept, context)) + .>map(res -> new PagedResponseBase<>(res.getRequest(), + res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Get the next page of items. + * + * @param nextLink The URL to get the next list of items. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation along with {@link PagedResponse}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private PagedResponse listByFirewallNextSinglePage(String nextLink) { + final String accept = "application/json"; + Response res + = service.listByFirewallNextSync(nextLink, this.client.getEndpoint(), accept, Context.NONE); + return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), + res.getValue().nextLink(), null); + } + + /** + * Get the next page of items. + * + * @param nextLink The URL to get the next list of items. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation along with {@link PagedResponse}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private PagedResponse listByFirewallNextSinglePage(String nextLink, + Context context) { + final String accept = "application/json"; + Response res + = service.listByFirewallNextSync(nextLink, this.client.getEndpoint(), accept, context); + return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), + res.getValue().nextLink(), null); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogIngestionSettingsResourcesImpl.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogIngestionSettingsResourcesImpl.java new file mode 100644 index 000000000000..ea1e8d503a0d --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogIngestionSettingsResourcesImpl.java @@ -0,0 +1,97 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.implementation; + +import com.azure.core.http.rest.PagedIterable; +import com.azure.core.http.rest.Response; +import com.azure.core.http.rest.SimpleResponse; +import com.azure.core.util.Context; +import com.azure.core.util.logging.ClientLogger; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LogIngestionSettingsResourcesClient; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogIngestionSettingsResourceInner; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogIngestionSettingsResource; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogIngestionSettingsResources; + +public final class LogIngestionSettingsResourcesImpl implements LogIngestionSettingsResources { + private static final ClientLogger LOGGER = new ClientLogger(LogIngestionSettingsResourcesImpl.class); + + private final LogIngestionSettingsResourcesClient innerClient; + + private final com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager serviceManager; + + public LogIngestionSettingsResourcesImpl(LogIngestionSettingsResourcesClient innerClient, + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager serviceManager) { + this.innerClient = innerClient; + this.serviceManager = serviceManager; + } + + public Response getWithResponse(String resourceGroupName, String firewallName, + Context context) { + Response inner + = this.serviceClient().getWithResponse(resourceGroupName, firewallName, context); + return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(), + new LogIngestionSettingsResourceImpl(inner.getValue(), this.manager())); + } + + public LogIngestionSettingsResource get(String resourceGroupName, String firewallName) { + LogIngestionSettingsResourceInner inner = this.serviceClient().get(resourceGroupName, firewallName); + if (inner != null) { + return new LogIngestionSettingsResourceImpl(inner, this.manager()); + } else { + return null; + } + } + + public Response createOrUpdateWithResponse(String resourceGroupName, + String firewallName, LogIngestionSettingsResourceInner resource, Context context) { + Response inner + = this.serviceClient().createOrUpdateWithResponse(resourceGroupName, firewallName, resource, context); + return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(), + new LogIngestionSettingsResourceImpl(inner.getValue(), this.manager())); + } + + public LogIngestionSettingsResource createOrUpdate(String resourceGroupName, String firewallName, + LogIngestionSettingsResourceInner resource) { + LogIngestionSettingsResourceInner inner + = this.serviceClient().createOrUpdate(resourceGroupName, firewallName, resource); + if (inner != null) { + return new LogIngestionSettingsResourceImpl(inner, this.manager()); + } else { + return null; + } + } + + public Response deleteByResourceGroupWithResponse(String resourceGroupName, String firewallName, + Context context) { + return this.serviceClient().deleteWithResponse(resourceGroupName, firewallName, context); + } + + public void deleteByResourceGroup(String resourceGroupName, String firewallName) { + this.serviceClient().delete(resourceGroupName, firewallName); + } + + public PagedIterable listByFirewall(String resourceGroupName, String firewallName) { + PagedIterable inner + = this.serviceClient().listByFirewall(resourceGroupName, firewallName); + return ResourceManagerUtils.mapPage(inner, + inner1 -> new LogIngestionSettingsResourceImpl(inner1, this.manager())); + } + + public PagedIterable listByFirewall(String resourceGroupName, String firewallName, + Context context) { + PagedIterable inner + = this.serviceClient().listByFirewall(resourceGroupName, firewallName, context); + return ResourceManagerUtils.mapPage(inner, + inner1 -> new LogIngestionSettingsResourceImpl(inner1, this.manager())); + } + + private LogIngestionSettingsResourcesClient serviceClient() { + return this.innerClient; + } + + private com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager() { + return this.serviceManager; + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksCloudngfwOperationsClientImpl.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksCloudngfwOperationsClientImpl.java index 81b1a12a22d9..59a681656a16 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksCloudngfwOperationsClientImpl.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksCloudngfwOperationsClientImpl.java @@ -127,7 +127,7 @@ Response listSupportInfoSync(@HostParam("endpoint") Strin } /** - * The createProductSerialNumber operation. + * A long-running provider action. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -144,7 +144,7 @@ private Mono> createProductSeria } /** - * The createProductSerialNumber operation. + * A long-running provider action. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -156,7 +156,7 @@ private Mono createProductSerialNumberAsy } /** - * The createProductSerialNumber operation. + * A long-running provider action. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -172,7 +172,7 @@ public Response createProductSerialNumber } /** - * The createProductSerialNumber operation. + * A long-running provider action. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -184,7 +184,7 @@ public ProductSerialNumberRequestStatusInner createProductSerialNumber() { } /** - * The listCloudManagerTenants operation. + * A long-running provider action. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -200,7 +200,7 @@ private Mono> listCloudManagerTenantsWithR } /** - * The listCloudManagerTenants operation. + * A long-running provider action. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -212,7 +212,7 @@ private Mono listCloudManagerTenantsAsync() { } /** - * The listCloudManagerTenants operation. + * A long-running provider action. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -228,7 +228,7 @@ public Response listCloudManagerTenantsWithResponse } /** - * The listCloudManagerTenants operation. + * A long-running provider action. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -240,7 +240,7 @@ public CloudManagerTenantListInner listCloudManagerTenants() { } /** - * The listProductSerialNumberStatus operation. + * A long-running provider action. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -257,7 +257,7 @@ private Mono> listProductSerialNumberSt } /** - * The listProductSerialNumberStatus operation. + * A long-running provider action. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -269,7 +269,7 @@ private Mono listProductSerialNumberStatusAsync( } /** - * The listProductSerialNumberStatus operation. + * A long-running provider action. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -285,7 +285,7 @@ public Response listProductSerialNumberStatusWit } /** - * The listProductSerialNumberStatus operation. + * A long-running provider action. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -297,7 +297,7 @@ public ProductSerialNumberStatusInner listProductSerialNumberStatus() { } /** - * The listSupportInfo operation. + * A long-running provider action. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -313,7 +313,7 @@ private Mono> listSupportInfoWithResponseAsync() } /** - * The listSupportInfo operation. + * A long-running provider action. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -325,7 +325,7 @@ private Mono listSupportInfoAsync() { } /** - * The listSupportInfo operation. + * A long-running provider action. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -341,7 +341,7 @@ public Response listSupportInfoWithResponse(Context conte } /** - * The listSupportInfo operation. + * A long-running provider action. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksNgfwManagementClientImpl.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksNgfwManagementClientImpl.java index 22654502bc6f..256a6f304bb4 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksNgfwManagementClientImpl.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksNgfwManagementClientImpl.java @@ -28,6 +28,7 @@ import com.azure.core.util.serializer.SerializerEncoding; import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient; import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CustomCaptureConfigurationsFirewallResourcesClient; import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallStatusClient; import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient; import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient; @@ -35,6 +36,7 @@ import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient; import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient; import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LogIngestionSettingsResourcesClient; import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient; import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.OperationsClient; import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient; @@ -155,6 +157,34 @@ public OperationsClient getOperations() { return this.operations; } + /** + * The CustomCaptureConfigurationsFirewallResourcesClient object to access its operations. + */ + private final CustomCaptureConfigurationsFirewallResourcesClient customCaptureConfigurationsFirewallResources; + + /** + * Gets the CustomCaptureConfigurationsFirewallResourcesClient object to access its operations. + * + * @return the CustomCaptureConfigurationsFirewallResourcesClient object. + */ + public CustomCaptureConfigurationsFirewallResourcesClient getCustomCaptureConfigurationsFirewallResources() { + return this.customCaptureConfigurationsFirewallResources; + } + + /** + * The LogIngestionSettingsResourcesClient object to access its operations. + */ + private final LogIngestionSettingsResourcesClient logIngestionSettingsResources; + + /** + * Gets the LogIngestionSettingsResourcesClient object to access its operations. + * + * @return the LogIngestionSettingsResourcesClient object. + */ + public LogIngestionSettingsResourcesClient getLogIngestionSettingsResources() { + return this.logIngestionSettingsResources; + } + /** * The GlobalRulestacksClient object to access its operations. */ @@ -382,8 +412,11 @@ public PaloAltoNetworksCloudngfwOperationsClient getPaloAltoNetworksCloudngfwOpe this.defaultPollInterval = defaultPollInterval; this.endpoint = endpoint; this.subscriptionId = subscriptionId; - this.apiVersion = "2025-10-08"; + this.apiVersion = "2026-07-29-preview"; this.operations = new OperationsClientImpl(this); + this.customCaptureConfigurationsFirewallResources + = new CustomCaptureConfigurationsFirewallResourcesClientImpl(this); + this.logIngestionSettingsResources = new LogIngestionSettingsResourcesClientImpl(this); this.globalRulestacks = new GlobalRulestacksClientImpl(this); this.certificateObjectGlobalRulestacks = new CertificateObjectGlobalRulestacksClientImpl(this); this.fqdnListGlobalRulestacks = new FqdnListGlobalRulestacksClientImpl(this); diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/CustomCaptureConfigurationsFirewallResourceListResult.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/CustomCaptureConfigurationsFirewallResourceListResult.java new file mode 100644 index 000000000000..e549352478d5 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/CustomCaptureConfigurationsFirewallResourceListResult.java @@ -0,0 +1,99 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models; + +import com.azure.core.annotation.Immutable; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner; +import java.io.IOException; +import java.util.List; + +/** + * The response of a CustomCaptureConfigurationsFirewallResource list operation. + */ +@Immutable +public final class CustomCaptureConfigurationsFirewallResourceListResult + implements JsonSerializable { + /* + * The CustomCaptureConfigurationsFirewallResource items on this page + */ + private List value; + + /* + * The link to the next page of items + */ + private String nextLink; + + /** + * Creates an instance of CustomCaptureConfigurationsFirewallResourceListResult class. + */ + private CustomCaptureConfigurationsFirewallResourceListResult() { + } + + /** + * Get the value property: The CustomCaptureConfigurationsFirewallResource items on this page. + * + * @return the value value. + */ + public List value() { + return this.value; + } + + /** + * Get the nextLink property: The link to the next page of items. + * + * @return the nextLink value. + */ + public String nextLink() { + return this.nextLink; + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeArrayField("value", this.value, (writer, element) -> writer.writeJson(element)); + jsonWriter.writeStringField("nextLink", this.nextLink); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of CustomCaptureConfigurationsFirewallResourceListResult from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of CustomCaptureConfigurationsFirewallResourceListResult if the JsonReader was pointing to an + * instance of it, or null if it was pointing to JSON null. + * @throws IllegalStateException If the deserialized JSON object was missing any required properties. + * @throws IOException If an error occurs while reading the CustomCaptureConfigurationsFirewallResourceListResult. + */ + public static CustomCaptureConfigurationsFirewallResourceListResult fromJson(JsonReader jsonReader) + throws IOException { + return jsonReader.readObject(reader -> { + CustomCaptureConfigurationsFirewallResourceListResult deserializedCustomCaptureConfigurationsFirewallResourceListResult + = new CustomCaptureConfigurationsFirewallResourceListResult(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("value".equals(fieldName)) { + List value = reader + .readArray(reader1 -> CustomCaptureConfigurationsFirewallResourceInner.fromJson(reader1)); + deserializedCustomCaptureConfigurationsFirewallResourceListResult.value = value; + } else if ("nextLink".equals(fieldName)) { + deserializedCustomCaptureConfigurationsFirewallResourceListResult.nextLink = reader.getString(); + } else { + reader.skipChildren(); + } + } + + return deserializedCustomCaptureConfigurationsFirewallResourceListResult; + }); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/LogIngestionSettingsResourceListResult.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/LogIngestionSettingsResourceListResult.java new file mode 100644 index 000000000000..c72c32012633 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/LogIngestionSettingsResourceListResult.java @@ -0,0 +1,98 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models; + +import com.azure.core.annotation.Immutable; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogIngestionSettingsResourceInner; +import java.io.IOException; +import java.util.List; + +/** + * The response of a LogIngestionSettingsResource list operation. + */ +@Immutable +public final class LogIngestionSettingsResourceListResult + implements JsonSerializable { + /* + * The LogIngestionSettingsResource items on this page + */ + private List value; + + /* + * The link to the next page of items + */ + private String nextLink; + + /** + * Creates an instance of LogIngestionSettingsResourceListResult class. + */ + private LogIngestionSettingsResourceListResult() { + } + + /** + * Get the value property: The LogIngestionSettingsResource items on this page. + * + * @return the value value. + */ + public List value() { + return this.value; + } + + /** + * Get the nextLink property: The link to the next page of items. + * + * @return the nextLink value. + */ + public String nextLink() { + return this.nextLink; + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeArrayField("value", this.value, (writer, element) -> writer.writeJson(element)); + jsonWriter.writeStringField("nextLink", this.nextLink); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of LogIngestionSettingsResourceListResult from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of LogIngestionSettingsResourceListResult if the JsonReader was pointing to an instance of + * it, or null if it was pointing to JSON null. + * @throws IllegalStateException If the deserialized JSON object was missing any required properties. + * @throws IOException If an error occurs while reading the LogIngestionSettingsResourceListResult. + */ + public static LogIngestionSettingsResourceListResult fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + LogIngestionSettingsResourceListResult deserializedLogIngestionSettingsResourceListResult + = new LogIngestionSettingsResourceListResult(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("value".equals(fieldName)) { + List value + = reader.readArray(reader1 -> LogIngestionSettingsResourceInner.fromJson(reader1)); + deserializedLogIngestionSettingsResourceListResult.value = value; + } else if ("nextLink".equals(fieldName)) { + deserializedLogIngestionSettingsResourceListResult.nextLink = reader.getString(); + } else { + reader.skipChildren(); + } + } + + return deserializedLogIngestionSettingsResourceListResult; + }); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsFilter.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsFilter.java new file mode 100644 index 000000000000..17b8b66cf135 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsFilter.java @@ -0,0 +1,200 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; + +/** + * A single packet-capture filter rule. sourcePort is OPTIONAL — when omitted, any source port matches. + */ +@Fluent +public final class CustomCaptureConfigurationsFilter implements JsonSerializable { + /* + * Network protocol — TCP or UDP. + */ + private CustomCaptureConfigurationsProtocol protocol; + + /* + * Source IPv4 address in dotted format (e.g., 10.0.0.5). + */ + private String sourceIpAddress; + + /* + * Source port number (1-65535). Optional — omit to match any source port. + */ + private Integer sourcePort; + + /* + * Destination IPv4 address in dotted format (e.g., 52.39.204.87). + */ + private String destinationIpAddress; + + /* + * Destination port number (1-65535). Required. + */ + private int destinationPort; + + /** + * Creates an instance of CustomCaptureConfigurationsFilter class. + */ + public CustomCaptureConfigurationsFilter() { + } + + /** + * Get the protocol property: Network protocol — TCP or UDP. + * + * @return the protocol value. + */ + public CustomCaptureConfigurationsProtocol protocol() { + return this.protocol; + } + + /** + * Set the protocol property: Network protocol — TCP or UDP. + * + * @param protocol the protocol value to set. + * @return the CustomCaptureConfigurationsFilter object itself. + */ + public CustomCaptureConfigurationsFilter withProtocol(CustomCaptureConfigurationsProtocol protocol) { + this.protocol = protocol; + return this; + } + + /** + * Get the sourceIpAddress property: Source IPv4 address in dotted format (e.g., 10.0.0.5). + * + * @return the sourceIpAddress value. + */ + public String sourceIpAddress() { + return this.sourceIpAddress; + } + + /** + * Set the sourceIpAddress property: Source IPv4 address in dotted format (e.g., 10.0.0.5). + * + * @param sourceIpAddress the sourceIpAddress value to set. + * @return the CustomCaptureConfigurationsFilter object itself. + */ + public CustomCaptureConfigurationsFilter withSourceIpAddress(String sourceIpAddress) { + this.sourceIpAddress = sourceIpAddress; + return this; + } + + /** + * Get the sourcePort property: Source port number (1-65535). Optional — omit to match any source port. + * + * @return the sourcePort value. + */ + public Integer sourcePort() { + return this.sourcePort; + } + + /** + * Set the sourcePort property: Source port number (1-65535). Optional — omit to match any source port. + * + * @param sourcePort the sourcePort value to set. + * @return the CustomCaptureConfigurationsFilter object itself. + */ + public CustomCaptureConfigurationsFilter withSourcePort(Integer sourcePort) { + this.sourcePort = sourcePort; + return this; + } + + /** + * Get the destinationIpAddress property: Destination IPv4 address in dotted format (e.g., 52.39.204.87). + * + * @return the destinationIpAddress value. + */ + public String destinationIpAddress() { + return this.destinationIpAddress; + } + + /** + * Set the destinationIpAddress property: Destination IPv4 address in dotted format (e.g., 52.39.204.87). + * + * @param destinationIpAddress the destinationIpAddress value to set. + * @return the CustomCaptureConfigurationsFilter object itself. + */ + public CustomCaptureConfigurationsFilter withDestinationIpAddress(String destinationIpAddress) { + this.destinationIpAddress = destinationIpAddress; + return this; + } + + /** + * Get the destinationPort property: Destination port number (1-65535). Required. + * + * @return the destinationPort value. + */ + public int destinationPort() { + return this.destinationPort; + } + + /** + * Set the destinationPort property: Destination port number (1-65535). Required. + * + * @param destinationPort the destinationPort value to set. + * @return the CustomCaptureConfigurationsFilter object itself. + */ + public CustomCaptureConfigurationsFilter withDestinationPort(int destinationPort) { + this.destinationPort = destinationPort; + return this; + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("protocol", this.protocol == null ? null : this.protocol.toString()); + jsonWriter.writeStringField("sourceIpAddress", this.sourceIpAddress); + jsonWriter.writeStringField("destinationIpAddress", this.destinationIpAddress); + jsonWriter.writeIntField("destinationPort", this.destinationPort); + jsonWriter.writeNumberField("sourcePort", this.sourcePort); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of CustomCaptureConfigurationsFilter from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of CustomCaptureConfigurationsFilter if the JsonReader was pointing to an instance of it, or + * null if it was pointing to JSON null. + * @throws IllegalStateException If the deserialized JSON object was missing any required properties. + * @throws IOException If an error occurs while reading the CustomCaptureConfigurationsFilter. + */ + public static CustomCaptureConfigurationsFilter fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + CustomCaptureConfigurationsFilter deserializedCustomCaptureConfigurationsFilter + = new CustomCaptureConfigurationsFilter(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("protocol".equals(fieldName)) { + deserializedCustomCaptureConfigurationsFilter.protocol + = CustomCaptureConfigurationsProtocol.fromString(reader.getString()); + } else if ("sourceIpAddress".equals(fieldName)) { + deserializedCustomCaptureConfigurationsFilter.sourceIpAddress = reader.getString(); + } else if ("destinationIpAddress".equals(fieldName)) { + deserializedCustomCaptureConfigurationsFilter.destinationIpAddress = reader.getString(); + } else if ("destinationPort".equals(fieldName)) { + deserializedCustomCaptureConfigurationsFilter.destinationPort = reader.getInt(); + } else if ("sourcePort".equals(fieldName)) { + deserializedCustomCaptureConfigurationsFilter.sourcePort = reader.getNullable(JsonReader::getInt); + } else { + reader.skipChildren(); + } + } + + return deserializedCustomCaptureConfigurationsFilter; + }); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsFirewallResource.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsFirewallResource.java new file mode 100644 index 000000000000..c51d92afc7e9 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsFirewallResource.java @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.models; + +import com.azure.core.management.SystemData; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner; + +/** + * An immutable client-side representation of CustomCaptureConfigurationsFirewallResource. + */ +public interface CustomCaptureConfigurationsFirewallResource { + /** + * Gets the id property: Fully qualified resource Id for the resource. + * + * @return the id value. + */ + String id(); + + /** + * Gets the name property: The name of the resource. + * + * @return the name value. + */ + String name(); + + /** + * Gets the type property: The type of the resource. + * + * @return the type value. + */ + String type(); + + /** + * Gets the properties property: The resource-specific properties for this resource. + * + * @return the properties value. + */ + CustomCaptureConfigurationsProperties properties(); + + /** + * Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information. + * + * @return the systemData value. + */ + SystemData systemData(); + + /** + * Gets the inner + * com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner + * object. + * + * @return the inner object. + */ + CustomCaptureConfigurationsFirewallResourceInner innerModel(); +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsFirewallResources.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsFirewallResources.java new file mode 100644 index 000000000000..b70a43797d9e --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsFirewallResources.java @@ -0,0 +1,135 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.models; + +import com.azure.core.http.rest.PagedIterable; +import com.azure.core.http.rest.Response; +import com.azure.core.util.Context; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner; + +/** + * Resource collection API of CustomCaptureConfigurationsFirewallResources. + */ +public interface CustomCaptureConfigurationsFirewallResources { + /** + * Get the current Custom Capture Configuration for a firewall. Always returns 200 OK + body. Caller reads + * properties.pcapStatus to know whether to keep polling. Body field properties.nextCheckInSeconds advises when to + * poll next (omitted on terminal states). + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the current Custom Capture Configuration for a firewall along with {@link Response}. + */ + Response getWithResponse(String resourceGroupName, String firewallName, + Context context); + + /** + * Get the current Custom Capture Configuration for a firewall. Always returns 200 OK + body. Caller reads + * properties.pcapStatus to know whether to keep polling. Body field properties.nextCheckInSeconds advises when to + * poll next (omitted on terminal states). + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the current Custom Capture Configuration for a firewall. + */ + CustomCaptureConfigurationsFirewallResource get(String resourceGroupName, String firewallName); + + /** + * Start a Custom Capture Configuration on a firewall. SYNC — returns 200 OK + body immediately. Body's + * properties.pcapStatus reflects current state (typically InProgress). Caller polls GET on its own clock using + * properties.nextCheckInSeconds as the cadence hint. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return custom Capture Configuration on a firewall (singleton) along with {@link Response}. + */ + Response createOrUpdateWithResponse(String resourceGroupName, + String firewallName, CustomCaptureConfigurationsFirewallResourceInner resource, Context context); + + /** + * Start a Custom Capture Configuration on a firewall. SYNC — returns 200 OK + body immediately. Body's + * properties.pcapStatus reflects current state (typically InProgress). Caller polls GET on its own clock using + * properties.nextCheckInSeconds as the cadence hint. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return custom Capture Configuration on a firewall (singleton). + */ + CustomCaptureConfigurationsFirewallResource createOrUpdate(String resourceGroupName, String firewallName, + CustomCaptureConfigurationsFirewallResourceInner resource); + + /** + * Delete the Custom Capture Configuration on a firewall. SYNC — clears any in-progress or terminal capture state. + * Returns 200 on success or 204 when no configuration exists. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the {@link Response}. + */ + Response deleteByResourceGroupWithResponse(String resourceGroupName, String firewallName, Context context); + + /** + * Delete the Custom Capture Configuration on a firewall. SYNC — clears any in-progress or terminal capture state. + * Returns 200 on success or 204 when no configuration exists. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + */ + void deleteByResourceGroup(String resourceGroupName, String firewallName); + + /** + * List Custom Capture Configurations under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation as paginated response with + * {@link PagedIterable}. + */ + PagedIterable listByFirewall(String resourceGroupName, + String firewallName); + + /** + * List Custom Capture Configurations under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a CustomCaptureConfigurationsFirewallResource list operation as paginated response with + * {@link PagedIterable}. + */ + PagedIterable listByFirewall(String resourceGroupName, + String firewallName, Context context); +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsProperties.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsProperties.java new file mode 100644 index 000000000000..a9b542a5a42d --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsProperties.java @@ -0,0 +1,275 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; +import java.util.List; + +/** + * Properties of a Custom Capture Configuration. NOTE: this is a sync proxy resource, NOT an LRO — there is + * intentionally no provisioningState field. + */ +@Fluent +public final class CustomCaptureConfigurationsProperties + implements JsonSerializable { + /* + * List of filters to match packets against (1-4 entries). Required on PUT (input). May be omitted in GET responses + * while pcapStatus is InProgress because the backend has not finalized echo-back yet; echoed in terminal Success + * responses. + */ + private List pcapFilter; + + /* + * List of firewall stages where packets should be captured (1-4 entries). Required on PUT (input). May be omitted + * in GET responses while pcapStatus is InProgress because the backend has not finalized echo-back yet; echoed in + * terminal Success responses. + */ + private List pcapStages; + + /* + * Capture duration in seconds (1-180). Required on PUT (input). May be omitted in GET responses while pcapStatus is + * InProgress because the backend has not finalized echo-back yet; echoed in terminal Success responses. + */ + private Integer durationInSec; + + /* + * ARM resource ID of the customer's storage account where the capture file will be written. Required on PUT + * (input). May be omitted in GET responses while pcapStatus is InProgress because the backend has not finalized + * echo-back yet; echoed in terminal Success responses. + */ + private String storageAccountResourceId; + + /* + * Current capture status. Read-only. Clients should poll GET until this is Success or Failed. + */ + private CustomCaptureConfigurationsStatus pcapStatus; + + /* + * Detailed reason for the current status, populated by PAN. Typically set when pcapStatus is Failed. Read-only. + */ + private String pcapDetailReason; + + /* + * Polling-cadence hint in seconds. Set on non-terminal responses (pcapStatus = InProgress) so clients know how long + * to wait before the next GET. Omitted on terminal responses (Success / Failed). Read-only. + */ + private Integer nextCheckInSeconds; + + /* + * Human-readable status message for display in client UIs (Portal blade, CLI output, etc.). English only. + * Read-only. + */ + private String message; + + /** + * Creates an instance of CustomCaptureConfigurationsProperties class. + */ + public CustomCaptureConfigurationsProperties() { + } + + /** + * Get the pcapFilter property: List of filters to match packets against (1-4 entries). Required on PUT (input). May + * be omitted in GET responses while pcapStatus is InProgress because the backend has not finalized echo-back yet; + * echoed in terminal Success responses. + * + * @return the pcapFilter value. + */ + public List pcapFilter() { + return this.pcapFilter; + } + + /** + * Set the pcapFilter property: List of filters to match packets against (1-4 entries). Required on PUT (input). May + * be omitted in GET responses while pcapStatus is InProgress because the backend has not finalized echo-back yet; + * echoed in terminal Success responses. + * + * @param pcapFilter the pcapFilter value to set. + * @return the CustomCaptureConfigurationsProperties object itself. + */ + public CustomCaptureConfigurationsProperties withPcapFilter(List pcapFilter) { + this.pcapFilter = pcapFilter; + return this; + } + + /** + * Get the pcapStages property: List of firewall stages where packets should be captured (1-4 entries). Required on + * PUT (input). May be omitted in GET responses while pcapStatus is InProgress because the backend has not finalized + * echo-back yet; echoed in terminal Success responses. + * + * @return the pcapStages value. + */ + public List pcapStages() { + return this.pcapStages; + } + + /** + * Set the pcapStages property: List of firewall stages where packets should be captured (1-4 entries). Required on + * PUT (input). May be omitted in GET responses while pcapStatus is InProgress because the backend has not finalized + * echo-back yet; echoed in terminal Success responses. + * + * @param pcapStages the pcapStages value to set. + * @return the CustomCaptureConfigurationsProperties object itself. + */ + public CustomCaptureConfigurationsProperties withPcapStages(List pcapStages) { + this.pcapStages = pcapStages; + return this; + } + + /** + * Get the durationInSec property: Capture duration in seconds (1-180). Required on PUT (input). May be omitted in + * GET responses while pcapStatus is InProgress because the backend has not finalized echo-back yet; echoed in + * terminal Success responses. + * + * @return the durationInSec value. + */ + public Integer durationInSec() { + return this.durationInSec; + } + + /** + * Set the durationInSec property: Capture duration in seconds (1-180). Required on PUT (input). May be omitted in + * GET responses while pcapStatus is InProgress because the backend has not finalized echo-back yet; echoed in + * terminal Success responses. + * + * @param durationInSec the durationInSec value to set. + * @return the CustomCaptureConfigurationsProperties object itself. + */ + public CustomCaptureConfigurationsProperties withDurationInSec(Integer durationInSec) { + this.durationInSec = durationInSec; + return this; + } + + /** + * Get the storageAccountResourceId property: ARM resource ID of the customer's storage account where the capture + * file will be written. Required on PUT (input). May be omitted in GET responses while pcapStatus is InProgress + * because the backend has not finalized echo-back yet; echoed in terminal Success responses. + * + * @return the storageAccountResourceId value. + */ + public String storageAccountResourceId() { + return this.storageAccountResourceId; + } + + /** + * Set the storageAccountResourceId property: ARM resource ID of the customer's storage account where the capture + * file will be written. Required on PUT (input). May be omitted in GET responses while pcapStatus is InProgress + * because the backend has not finalized echo-back yet; echoed in terminal Success responses. + * + * @param storageAccountResourceId the storageAccountResourceId value to set. + * @return the CustomCaptureConfigurationsProperties object itself. + */ + public CustomCaptureConfigurationsProperties withStorageAccountResourceId(String storageAccountResourceId) { + this.storageAccountResourceId = storageAccountResourceId; + return this; + } + + /** + * Get the pcapStatus property: Current capture status. Read-only. Clients should poll GET until this is Success or + * Failed. + * + * @return the pcapStatus value. + */ + public CustomCaptureConfigurationsStatus pcapStatus() { + return this.pcapStatus; + } + + /** + * Get the pcapDetailReason property: Detailed reason for the current status, populated by PAN. Typically set when + * pcapStatus is Failed. Read-only. + * + * @return the pcapDetailReason value. + */ + public String pcapDetailReason() { + return this.pcapDetailReason; + } + + /** + * Get the nextCheckInSeconds property: Polling-cadence hint in seconds. Set on non-terminal responses (pcapStatus = + * InProgress) so clients know how long to wait before the next GET. Omitted on terminal responses (Success / + * Failed). Read-only. + * + * @return the nextCheckInSeconds value. + */ + public Integer nextCheckInSeconds() { + return this.nextCheckInSeconds; + } + + /** + * Get the message property: Human-readable status message for display in client UIs (Portal blade, CLI output, + * etc.). English only. Read-only. + * + * @return the message value. + */ + public String message() { + return this.message; + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeArrayField("pcapFilter", this.pcapFilter, (writer, element) -> writer.writeJson(element)); + jsonWriter.writeArrayField("pcapStages", this.pcapStages, + (writer, element) -> writer.writeString(element == null ? null : element.toString())); + jsonWriter.writeNumberField("durationInSec", this.durationInSec); + jsonWriter.writeStringField("storageAccountResourceId", this.storageAccountResourceId); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of CustomCaptureConfigurationsProperties from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of CustomCaptureConfigurationsProperties if the JsonReader was pointing to an instance of it, + * or null if it was pointing to JSON null. + * @throws IOException If an error occurs while reading the CustomCaptureConfigurationsProperties. + */ + public static CustomCaptureConfigurationsProperties fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + CustomCaptureConfigurationsProperties deserializedCustomCaptureConfigurationsProperties + = new CustomCaptureConfigurationsProperties(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("pcapFilter".equals(fieldName)) { + List pcapFilter + = reader.readArray(reader1 -> CustomCaptureConfigurationsFilter.fromJson(reader1)); + deserializedCustomCaptureConfigurationsProperties.pcapFilter = pcapFilter; + } else if ("pcapStages".equals(fieldName)) { + List pcapStages + = reader.readArray(reader1 -> CustomCaptureConfigurationsStage.fromString(reader1.getString())); + deserializedCustomCaptureConfigurationsProperties.pcapStages = pcapStages; + } else if ("durationInSec".equals(fieldName)) { + deserializedCustomCaptureConfigurationsProperties.durationInSec + = reader.getNullable(JsonReader::getInt); + } else if ("storageAccountResourceId".equals(fieldName)) { + deserializedCustomCaptureConfigurationsProperties.storageAccountResourceId = reader.getString(); + } else if ("pcapStatus".equals(fieldName)) { + deserializedCustomCaptureConfigurationsProperties.pcapStatus + = CustomCaptureConfigurationsStatus.fromString(reader.getString()); + } else if ("pcapDetailReason".equals(fieldName)) { + deserializedCustomCaptureConfigurationsProperties.pcapDetailReason = reader.getString(); + } else if ("nextCheckInSeconds".equals(fieldName)) { + deserializedCustomCaptureConfigurationsProperties.nextCheckInSeconds + = reader.getNullable(JsonReader::getInt); + } else if ("message".equals(fieldName)) { + deserializedCustomCaptureConfigurationsProperties.message = reader.getString(); + } else { + reader.skipChildren(); + } + } + + return deserializedCustomCaptureConfigurationsProperties; + }); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsProtocol.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsProtocol.java new file mode 100644 index 000000000000..0fc6853fe68c --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsProtocol.java @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.models; + +import com.azure.core.util.ExpandableStringEnum; +import java.util.Collection; + +/** + * Network protocol filter for packet capture. + */ +public final class CustomCaptureConfigurationsProtocol + extends ExpandableStringEnum { + /** + * Transmission Control Protocol. + */ + public static final CustomCaptureConfigurationsProtocol TCP = fromString("TCP"); + + /** + * User Datagram Protocol. + */ + public static final CustomCaptureConfigurationsProtocol UDP = fromString("UDP"); + + /** + * Creates a new instance of CustomCaptureConfigurationsProtocol value. + * + * @deprecated Use the {@link #fromString(String)} factory method. + */ + @Deprecated + public CustomCaptureConfigurationsProtocol() { + } + + /** + * Creates or finds a CustomCaptureConfigurationsProtocol from its string representation. + * + * @param name a name to look for. + * @return the corresponding CustomCaptureConfigurationsProtocol. + */ + public static CustomCaptureConfigurationsProtocol fromString(String name) { + return fromString(name, CustomCaptureConfigurationsProtocol.class); + } + + /** + * Gets known CustomCaptureConfigurationsProtocol values. + * + * @return known CustomCaptureConfigurationsProtocol values. + */ + public static Collection values() { + return values(CustomCaptureConfigurationsProtocol.class); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsStage.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsStage.java new file mode 100644 index 000000000000..d8a0ec610f4a --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsStage.java @@ -0,0 +1,61 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.models; + +import com.azure.core.util.ExpandableStringEnum; +import java.util.Collection; + +/** + * Firewall stage at which to capture packets. + */ +public final class CustomCaptureConfigurationsStage extends ExpandableStringEnum { + /** + * Capture packets when received by the firewall. + */ + public static final CustomCaptureConfigurationsStage RECEIVE = fromString("Receive"); + + /** + * Capture packets when transmitted by the firewall. + */ + public static final CustomCaptureConfigurationsStage TRANSMIT = fromString("Transmit"); + + /** + * Capture packets at the firewall processing stage. + */ + public static final CustomCaptureConfigurationsStage FIREWALL = fromString("Firewall"); + + /** + * Capture packets that were dropped by the firewall. + */ + public static final CustomCaptureConfigurationsStage DROP = fromString("Drop"); + + /** + * Creates a new instance of CustomCaptureConfigurationsStage value. + * + * @deprecated Use the {@link #fromString(String)} factory method. + */ + @Deprecated + public CustomCaptureConfigurationsStage() { + } + + /** + * Creates or finds a CustomCaptureConfigurationsStage from its string representation. + * + * @param name a name to look for. + * @return the corresponding CustomCaptureConfigurationsStage. + */ + public static CustomCaptureConfigurationsStage fromString(String name) { + return fromString(name, CustomCaptureConfigurationsStage.class); + } + + /** + * Gets known CustomCaptureConfigurationsStage values. + * + * @return known CustomCaptureConfigurationsStage values. + */ + public static Collection values() { + return values(CustomCaptureConfigurationsStage.class); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsStatus.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsStatus.java new file mode 100644 index 000000000000..dc04c09b0d06 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsStatus.java @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.models; + +import com.azure.core.util.ExpandableStringEnum; +import java.util.Collection; + +/** + * Current state of the custom capture operation. Single source of truth — clients poll until this reaches a terminal + * value (Success / Failed). + */ +public final class CustomCaptureConfigurationsStatus extends ExpandableStringEnum { + /** + * Capture is still running. + */ + public static final CustomCaptureConfigurationsStatus IN_PROGRESS = fromString("InProgress"); + + /** + * Capture completed successfully and the file has been written to storage. + */ + public static final CustomCaptureConfigurationsStatus SUCCESS = fromString("Success"); + + /** + * Capture failed; see properties.pcapDetailReason and the root error envelope for details. + */ + public static final CustomCaptureConfigurationsStatus FAILED = fromString("Failed"); + + /** + * Creates a new instance of CustomCaptureConfigurationsStatus value. + * + * @deprecated Use the {@link #fromString(String)} factory method. + */ + @Deprecated + public CustomCaptureConfigurationsStatus() { + } + + /** + * Creates or finds a CustomCaptureConfigurationsStatus from its string representation. + * + * @param name a name to look for. + * @return the corresponding CustomCaptureConfigurationsStatus. + */ + public static CustomCaptureConfigurationsStatus fromString(String name) { + return fromString(name, CustomCaptureConfigurationsStatus.class); + } + + /** + * Gets known CustomCaptureConfigurationsStatus values. + * + * @return known CustomCaptureConfigurationsStatus values. + */ + public static Collection values() { + return values(CustomCaptureConfigurationsStatus.class); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallResource.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallResource.java index 0c6681fb8fdc..a046c1e4b2f3 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallResource.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallResource.java @@ -73,6 +73,13 @@ public interface FirewallResource { */ String panEtag(); + /** + * Gets the firewallSku property: Firewall SKU type, Default will be STANDARD. + * + * @return the firewallSku value. + */ + String firewallSku(); + /** * Gets the networkProfile property: Network settings. * @@ -287,11 +294,11 @@ interface WithMarketplaceDetails { * The stage of the FirewallResource definition which contains all the minimum required properties for the * resource to be created, but also allows for any other optional properties to be specified. */ - interface WithCreate - extends DefinitionStages.WithTags, DefinitionStages.WithIdentity, DefinitionStages.WithPanEtag, - DefinitionStages.WithIsPanoramaManaged, DefinitionStages.WithIsStrataCloudManaged, - DefinitionStages.WithPanoramaConfig, DefinitionStages.WithStrataCloudManagerConfig, - DefinitionStages.WithAssociatedRulestack, DefinitionStages.WithFrontEndSettings { + interface WithCreate extends DefinitionStages.WithTags, DefinitionStages.WithIdentity, + DefinitionStages.WithPanEtag, DefinitionStages.WithFirewallSku, DefinitionStages.WithIsPanoramaManaged, + DefinitionStages.WithIsStrataCloudManaged, DefinitionStages.WithPanoramaConfig, + DefinitionStages.WithStrataCloudManagerConfig, DefinitionStages.WithAssociatedRulestack, + DefinitionStages.WithFrontEndSettings { /** * Executes the create request. * @@ -347,6 +354,19 @@ interface WithPanEtag { WithCreate withPanEtag(String panEtag); } + /** + * The stage of the FirewallResource definition allowing to specify firewallSku. + */ + interface WithFirewallSku { + /** + * Specifies the firewallSku property: Firewall SKU type, Default will be STANDARD.. + * + * @param firewallSku Firewall SKU type, Default will be STANDARD. + * @return the next definition stage. + */ + WithCreate withFirewallSku(String firewallSku); + } + /** * The stage of the FirewallResource definition allowing to specify isPanoramaManaged. */ diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogDestinationV2.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogDestinationV2.java new file mode 100644 index 000000000000..9f1921100ab7 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogDestinationV2.java @@ -0,0 +1,144 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; + +/** + * Log Destination for the Azure Monitor Log Ingestion (Data Collection Rule) method. Carries the DCR-based + * `monitorConfigurationsV2`. + */ +@Fluent +public final class LogDestinationV2 implements JsonSerializable { + /* + * Storage account configurations + */ + private StorageAccount storageConfigurations; + + /* + * Event Hub configurations + */ + private EventHub eventHubConfigurations; + + /* + * Azure Monitor Log Ingestion (Data Collection Rule) configuration for this destination. + */ + private MonitorLogV2 monitorConfigurationsV2; + + /** + * Creates an instance of LogDestinationV2 class. + */ + public LogDestinationV2() { + } + + /** + * Get the storageConfigurations property: Storage account configurations. + * + * @return the storageConfigurations value. + */ + public StorageAccount storageConfigurations() { + return this.storageConfigurations; + } + + /** + * Set the storageConfigurations property: Storage account configurations. + * + * @param storageConfigurations the storageConfigurations value to set. + * @return the LogDestinationV2 object itself. + */ + public LogDestinationV2 withStorageConfigurations(StorageAccount storageConfigurations) { + this.storageConfigurations = storageConfigurations; + return this; + } + + /** + * Get the eventHubConfigurations property: Event Hub configurations. + * + * @return the eventHubConfigurations value. + */ + public EventHub eventHubConfigurations() { + return this.eventHubConfigurations; + } + + /** + * Set the eventHubConfigurations property: Event Hub configurations. + * + * @param eventHubConfigurations the eventHubConfigurations value to set. + * @return the LogDestinationV2 object itself. + */ + public LogDestinationV2 withEventHubConfigurations(EventHub eventHubConfigurations) { + this.eventHubConfigurations = eventHubConfigurations; + return this; + } + + /** + * Get the monitorConfigurationsV2 property: Azure Monitor Log Ingestion (Data Collection Rule) configuration for + * this destination. + * + * @return the monitorConfigurationsV2 value. + */ + public MonitorLogV2 monitorConfigurationsV2() { + return this.monitorConfigurationsV2; + } + + /** + * Set the monitorConfigurationsV2 property: Azure Monitor Log Ingestion (Data Collection Rule) configuration for + * this destination. + * + * @param monitorConfigurationsV2 the monitorConfigurationsV2 value to set. + * @return the LogDestinationV2 object itself. + */ + public LogDestinationV2 withMonitorConfigurationsV2(MonitorLogV2 monitorConfigurationsV2) { + this.monitorConfigurationsV2 = monitorConfigurationsV2; + return this; + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeJsonField("storageConfigurations", this.storageConfigurations); + jsonWriter.writeJsonField("eventHubConfigurations", this.eventHubConfigurations); + jsonWriter.writeJsonField("monitorConfigurationsV2", this.monitorConfigurationsV2); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of LogDestinationV2 from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of LogDestinationV2 if the JsonReader was pointing to an instance of it, or null if it was + * pointing to JSON null. + * @throws IOException If an error occurs while reading the LogDestinationV2. + */ + public static LogDestinationV2 fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + LogDestinationV2 deserializedLogDestinationV2 = new LogDestinationV2(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("storageConfigurations".equals(fieldName)) { + deserializedLogDestinationV2.storageConfigurations = StorageAccount.fromJson(reader); + } else if ("eventHubConfigurations".equals(fieldName)) { + deserializedLogDestinationV2.eventHubConfigurations = EventHub.fromJson(reader); + } else if ("monitorConfigurationsV2".equals(fieldName)) { + deserializedLogDestinationV2.monitorConfigurationsV2 = MonitorLogV2.fromJson(reader); + } else { + reader.skipChildren(); + } + } + + return deserializedLogDestinationV2; + }); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogIngestionSettingsProperties.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogIngestionSettingsProperties.java new file mode 100644 index 000000000000..9a2d6cf3f54b --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogIngestionSettingsProperties.java @@ -0,0 +1,257 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; + +/** + * Log Ingestion Settings for a firewall (Azure Monitor Log Ingestion / Data Collection Rule based). + */ +@Fluent +public final class LogIngestionSettingsProperties implements JsonSerializable { + /* + * One of possible log type + */ + private LogType logType; + + /* + * Log option SAME/INDIVIDUAL + */ + private LogOption logOption; + + /* + * Application Insight details + */ + private ApplicationInsights applicationInsights; + + /* + * Common destination configurations + */ + private LogDestinationV2 commonDestination; + + /* + * Traffic destination configurations + */ + private LogDestinationV2 trafficLogDestination; + + /* + * Threat destination configurations + */ + private LogDestinationV2 threatLogDestination; + + /* + * Decrypt destination configurations + */ + private LogDestinationV2 decryptLogDestination; + + /** + * Creates an instance of LogIngestionSettingsProperties class. + */ + public LogIngestionSettingsProperties() { + } + + /** + * Get the logType property: One of possible log type. + * + * @return the logType value. + */ + public LogType logType() { + return this.logType; + } + + /** + * Set the logType property: One of possible log type. + * + * @param logType the logType value to set. + * @return the LogIngestionSettingsProperties object itself. + */ + public LogIngestionSettingsProperties withLogType(LogType logType) { + this.logType = logType; + return this; + } + + /** + * Get the logOption property: Log option SAME/INDIVIDUAL. + * + * @return the logOption value. + */ + public LogOption logOption() { + return this.logOption; + } + + /** + * Set the logOption property: Log option SAME/INDIVIDUAL. + * + * @param logOption the logOption value to set. + * @return the LogIngestionSettingsProperties object itself. + */ + public LogIngestionSettingsProperties withLogOption(LogOption logOption) { + this.logOption = logOption; + return this; + } + + /** + * Get the applicationInsights property: Application Insight details. + * + * @return the applicationInsights value. + */ + public ApplicationInsights applicationInsights() { + return this.applicationInsights; + } + + /** + * Set the applicationInsights property: Application Insight details. + * + * @param applicationInsights the applicationInsights value to set. + * @return the LogIngestionSettingsProperties object itself. + */ + public LogIngestionSettingsProperties withApplicationInsights(ApplicationInsights applicationInsights) { + this.applicationInsights = applicationInsights; + return this; + } + + /** + * Get the commonDestination property: Common destination configurations. + * + * @return the commonDestination value. + */ + public LogDestinationV2 commonDestination() { + return this.commonDestination; + } + + /** + * Set the commonDestination property: Common destination configurations. + * + * @param commonDestination the commonDestination value to set. + * @return the LogIngestionSettingsProperties object itself. + */ + public LogIngestionSettingsProperties withCommonDestination(LogDestinationV2 commonDestination) { + this.commonDestination = commonDestination; + return this; + } + + /** + * Get the trafficLogDestination property: Traffic destination configurations. + * + * @return the trafficLogDestination value. + */ + public LogDestinationV2 trafficLogDestination() { + return this.trafficLogDestination; + } + + /** + * Set the trafficLogDestination property: Traffic destination configurations. + * + * @param trafficLogDestination the trafficLogDestination value to set. + * @return the LogIngestionSettingsProperties object itself. + */ + public LogIngestionSettingsProperties withTrafficLogDestination(LogDestinationV2 trafficLogDestination) { + this.trafficLogDestination = trafficLogDestination; + return this; + } + + /** + * Get the threatLogDestination property: Threat destination configurations. + * + * @return the threatLogDestination value. + */ + public LogDestinationV2 threatLogDestination() { + return this.threatLogDestination; + } + + /** + * Set the threatLogDestination property: Threat destination configurations. + * + * @param threatLogDestination the threatLogDestination value to set. + * @return the LogIngestionSettingsProperties object itself. + */ + public LogIngestionSettingsProperties withThreatLogDestination(LogDestinationV2 threatLogDestination) { + this.threatLogDestination = threatLogDestination; + return this; + } + + /** + * Get the decryptLogDestination property: Decrypt destination configurations. + * + * @return the decryptLogDestination value. + */ + public LogDestinationV2 decryptLogDestination() { + return this.decryptLogDestination; + } + + /** + * Set the decryptLogDestination property: Decrypt destination configurations. + * + * @param decryptLogDestination the decryptLogDestination value to set. + * @return the LogIngestionSettingsProperties object itself. + */ + public LogIngestionSettingsProperties withDecryptLogDestination(LogDestinationV2 decryptLogDestination) { + this.decryptLogDestination = decryptLogDestination; + return this; + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("logType", this.logType == null ? null : this.logType.toString()); + jsonWriter.writeStringField("logOption", this.logOption == null ? null : this.logOption.toString()); + jsonWriter.writeJsonField("applicationInsights", this.applicationInsights); + jsonWriter.writeJsonField("commonDestination", this.commonDestination); + jsonWriter.writeJsonField("trafficLogDestination", this.trafficLogDestination); + jsonWriter.writeJsonField("threatLogDestination", this.threatLogDestination); + jsonWriter.writeJsonField("decryptLogDestination", this.decryptLogDestination); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of LogIngestionSettingsProperties from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of LogIngestionSettingsProperties if the JsonReader was pointing to an instance of it, or + * null if it was pointing to JSON null. + * @throws IOException If an error occurs while reading the LogIngestionSettingsProperties. + */ + public static LogIngestionSettingsProperties fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + LogIngestionSettingsProperties deserializedLogIngestionSettingsProperties + = new LogIngestionSettingsProperties(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("logType".equals(fieldName)) { + deserializedLogIngestionSettingsProperties.logType = LogType.fromString(reader.getString()); + } else if ("logOption".equals(fieldName)) { + deserializedLogIngestionSettingsProperties.logOption = LogOption.fromString(reader.getString()); + } else if ("applicationInsights".equals(fieldName)) { + deserializedLogIngestionSettingsProperties.applicationInsights + = ApplicationInsights.fromJson(reader); + } else if ("commonDestination".equals(fieldName)) { + deserializedLogIngestionSettingsProperties.commonDestination = LogDestinationV2.fromJson(reader); + } else if ("trafficLogDestination".equals(fieldName)) { + deserializedLogIngestionSettingsProperties.trafficLogDestination + = LogDestinationV2.fromJson(reader); + } else if ("threatLogDestination".equals(fieldName)) { + deserializedLogIngestionSettingsProperties.threatLogDestination = LogDestinationV2.fromJson(reader); + } else if ("decryptLogDestination".equals(fieldName)) { + deserializedLogIngestionSettingsProperties.decryptLogDestination + = LogDestinationV2.fromJson(reader); + } else { + reader.skipChildren(); + } + } + + return deserializedLogIngestionSettingsProperties; + }); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogIngestionSettingsResource.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogIngestionSettingsResource.java new file mode 100644 index 000000000000..213e87c44dc4 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogIngestionSettingsResource.java @@ -0,0 +1,56 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.models; + +import com.azure.core.management.SystemData; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogIngestionSettingsResourceInner; + +/** + * An immutable client-side representation of LogIngestionSettingsResource. + */ +public interface LogIngestionSettingsResource { + /** + * Gets the id property: Fully qualified resource Id for the resource. + * + * @return the id value. + */ + String id(); + + /** + * Gets the name property: The name of the resource. + * + * @return the name value. + */ + String name(); + + /** + * Gets the type property: The type of the resource. + * + * @return the type value. + */ + String type(); + + /** + * Gets the properties property: The resource-specific properties for this resource. + * + * @return the properties value. + */ + LogIngestionSettingsProperties properties(); + + /** + * Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information. + * + * @return the systemData value. + */ + SystemData systemData(); + + /** + * Gets the inner com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogIngestionSettingsResourceInner + * object. + * + * @return the inner object. + */ + LogIngestionSettingsResourceInner innerModel(); +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogIngestionSettingsResources.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogIngestionSettingsResources.java new file mode 100644 index 000000000000..16bf69b0541a --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogIngestionSettingsResources.java @@ -0,0 +1,133 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.models; + +import com.azure.core.http.rest.PagedIterable; +import com.azure.core.http.rest.Response; +import com.azure.core.util.Context; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogIngestionSettingsResourceInner; + +/** + * Resource collection API of LogIngestionSettingsResources. + */ +public interface LogIngestionSettingsResources { + /** + * Get the Log Ingestion Settings for a firewall. Live read from the partner. Returns 200 OK with the current + * settings, or 404 when log ingestion has not been configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the Log Ingestion Settings for a firewall along with {@link Response}. + */ + Response getWithResponse(String resourceGroupName, String firewallName, + Context context); + + /** + * Get the Log Ingestion Settings for a firewall. Live read from the partner. Returns 200 OK with the current + * settings, or 404 when log ingestion has not been configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the Log Ingestion Settings for a firewall. + */ + LogIngestionSettingsResource get(String resourceGroupName, String firewallName); + + /** + * Create or update the Log Ingestion Settings for a firewall. SYNC — forwards to the partner and returns 200 OK (or + * 201 Created on first create) with the persisted settings. commonDestination.monitorConfigurationsV2 (dcrId, + * logIngestionEndpoint, dcrImmutableId, streamName) drives where the firewall logs are ingested. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return log Ingestion Settings on a firewall (singleton — the name is always 'default') along with + * {@link Response}. + */ + Response createOrUpdateWithResponse(String resourceGroupName, String firewallName, + LogIngestionSettingsResourceInner resource, Context context); + + /** + * Create or update the Log Ingestion Settings for a firewall. SYNC — forwards to the partner and returns 200 OK (or + * 201 Created on first create) with the persisted settings. commonDestination.monitorConfigurationsV2 (dcrId, + * logIngestionEndpoint, dcrImmutableId, streamName) drives where the firewall logs are ingested. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param resource Resource create parameters. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return log Ingestion Settings on a firewall (singleton — the name is always 'default'). + */ + LogIngestionSettingsResource createOrUpdate(String resourceGroupName, String firewallName, + LogIngestionSettingsResourceInner resource); + + /** + * Delete (clear) the Log Ingestion Settings for a firewall. SYNC — soft-clears the DCR destination on the partner + * (logs have no partner delete API). Returns 200 on success or 204 when nothing is configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the {@link Response}. + */ + Response deleteByResourceGroupWithResponse(String resourceGroupName, String firewallName, Context context); + + /** + * Delete (clear) the Log Ingestion Settings for a firewall. SYNC — soft-clears the DCR destination on the partner + * (logs have no partner delete API). Returns 200 on success or 204 when nothing is configured. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + */ + void deleteByResourceGroup(String resourceGroupName, String firewallName); + + /** + * List the Log Ingestion Settings under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation as paginated response with + * {@link PagedIterable}. + */ + PagedIterable listByFirewall(String resourceGroupName, String firewallName); + + /** + * List the Log Ingestion Settings under a firewall. The resource is a singleton (name is fixed to 'default'), so + * the response contains at most one entry. + * + * @param resourceGroupName The name of the resource group. The name is case insensitive. + * @param firewallName Firewall resource name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response of a LogIngestionSettingsResource list operation as paginated response with + * {@link PagedIterable}. + */ + PagedIterable listByFirewall(String resourceGroupName, String firewallName, + Context context); +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MonitorLogV2.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MonitorLogV2.java new file mode 100644 index 000000000000..5262e1fc8216 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MonitorLogV2.java @@ -0,0 +1,179 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; + +/** + * Log collection using the Azure Monitor Log Ingestion API (Data Collection Rule based). + * This supersedes the legacy HTTP Data Collector `MonitorLog` for firewalls that have migrated + * to the modern DCR ingestion path. When this block is supplied, all four fields are required. + */ +@Fluent +public final class MonitorLogV2 implements JsonSerializable { + /* + * ARM resource ID of the Data Collection Rule (DCR) that governs how these logs are transformed and routed. + */ + private String dcrId; + + /* + * HTTPS logs ingestion endpoint that receives the data (the DCR's logs ingestion endpoint or its Data Collection + * Endpoint). + */ + private String logIngestionEndpoint; + + /* + * Immutable ID of the Data Collection Rule (the value that begins with `dcr-`). + */ + private String dcrImmutableId; + + /* + * DCR input stream that receives the data. For a custom table this is typically `Custom-`. + */ + private String streamName; + + /** + * Creates an instance of MonitorLogV2 class. + */ + public MonitorLogV2() { + } + + /** + * Get the dcrId property: ARM resource ID of the Data Collection Rule (DCR) that governs how these logs are + * transformed and routed. + * + * @return the dcrId value. + */ + public String dcrId() { + return this.dcrId; + } + + /** + * Set the dcrId property: ARM resource ID of the Data Collection Rule (DCR) that governs how these logs are + * transformed and routed. + * + * @param dcrId the dcrId value to set. + * @return the MonitorLogV2 object itself. + */ + public MonitorLogV2 withDcrId(String dcrId) { + this.dcrId = dcrId; + return this; + } + + /** + * Get the logIngestionEndpoint property: HTTPS logs ingestion endpoint that receives the data (the DCR's logs + * ingestion endpoint or its Data Collection Endpoint). + * + * @return the logIngestionEndpoint value. + */ + public String logIngestionEndpoint() { + return this.logIngestionEndpoint; + } + + /** + * Set the logIngestionEndpoint property: HTTPS logs ingestion endpoint that receives the data (the DCR's logs + * ingestion endpoint or its Data Collection Endpoint). + * + * @param logIngestionEndpoint the logIngestionEndpoint value to set. + * @return the MonitorLogV2 object itself. + */ + public MonitorLogV2 withLogIngestionEndpoint(String logIngestionEndpoint) { + this.logIngestionEndpoint = logIngestionEndpoint; + return this; + } + + /** + * Get the dcrImmutableId property: Immutable ID of the Data Collection Rule (the value that begins with `dcr-`). + * + * @return the dcrImmutableId value. + */ + public String dcrImmutableId() { + return this.dcrImmutableId; + } + + /** + * Set the dcrImmutableId property: Immutable ID of the Data Collection Rule (the value that begins with `dcr-`). + * + * @param dcrImmutableId the dcrImmutableId value to set. + * @return the MonitorLogV2 object itself. + */ + public MonitorLogV2 withDcrImmutableId(String dcrImmutableId) { + this.dcrImmutableId = dcrImmutableId; + return this; + } + + /** + * Get the streamName property: DCR input stream that receives the data. For a custom table this is typically + * `Custom-<TableName>`. + * + * @return the streamName value. + */ + public String streamName() { + return this.streamName; + } + + /** + * Set the streamName property: DCR input stream that receives the data. For a custom table this is typically + * `Custom-<TableName>`. + * + * @param streamName the streamName value to set. + * @return the MonitorLogV2 object itself. + */ + public MonitorLogV2 withStreamName(String streamName) { + this.streamName = streamName; + return this; + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("dcrId", this.dcrId); + jsonWriter.writeStringField("logIngestionEndpoint", this.logIngestionEndpoint); + jsonWriter.writeStringField("dcrImmutableId", this.dcrImmutableId); + jsonWriter.writeStringField("streamName", this.streamName); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of MonitorLogV2 from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of MonitorLogV2 if the JsonReader was pointing to an instance of it, or null if it was + * pointing to JSON null. + * @throws IllegalStateException If the deserialized JSON object was missing any required properties. + * @throws IOException If an error occurs while reading the MonitorLogV2. + */ + public static MonitorLogV2 fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + MonitorLogV2 deserializedMonitorLogV2 = new MonitorLogV2(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("dcrId".equals(fieldName)) { + deserializedMonitorLogV2.dcrId = reader.getString(); + } else if ("logIngestionEndpoint".equals(fieldName)) { + deserializedMonitorLogV2.logIngestionEndpoint = reader.getString(); + } else if ("dcrImmutableId".equals(fieldName)) { + deserializedMonitorLogV2.dcrImmutableId = reader.getString(); + } else if ("streamName".equals(fieldName)) { + deserializedMonitorLogV2.streamName = reader.getString(); + } else { + reader.skipChildren(); + } + } + + return deserializedMonitorLogV2; + }); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PaloAltoNetworksCloudngfwOperations.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PaloAltoNetworksCloudngfwOperations.java index a06f87286fbe..d895e6ec5190 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PaloAltoNetworksCloudngfwOperations.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PaloAltoNetworksCloudngfwOperations.java @@ -12,7 +12,7 @@ */ public interface PaloAltoNetworksCloudngfwOperations { /** - * The createProductSerialNumber operation. + * A long-running provider action. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -23,7 +23,7 @@ public interface PaloAltoNetworksCloudngfwOperations { Response createProductSerialNumberWithResponse(Context context); /** - * The createProductSerialNumber operation. + * A long-running provider action. * * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -32,7 +32,7 @@ public interface PaloAltoNetworksCloudngfwOperations { ProductSerialNumberRequestStatus createProductSerialNumber(); /** - * The listCloudManagerTenants operation. + * A long-running provider action. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -43,7 +43,7 @@ public interface PaloAltoNetworksCloudngfwOperations { Response listCloudManagerTenantsWithResponse(Context context); /** - * The listCloudManagerTenants operation. + * A long-running provider action. * * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -52,7 +52,7 @@ public interface PaloAltoNetworksCloudngfwOperations { CloudManagerTenantList listCloudManagerTenants(); /** - * The listProductSerialNumberStatus operation. + * A long-running provider action. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -63,7 +63,7 @@ public interface PaloAltoNetworksCloudngfwOperations { Response listProductSerialNumberStatusWithResponse(Context context); /** - * The listProductSerialNumberStatus operation. + * A long-running provider action. * * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -72,7 +72,7 @@ public interface PaloAltoNetworksCloudngfwOperations { ProductSerialNumberStatus listProductSerialNumberStatus(); /** - * The listSupportInfo operation. + * A long-running provider action. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -83,7 +83,7 @@ public interface PaloAltoNetworksCloudngfwOperations { Response listSupportInfoWithResponse(Context context); /** - * The listSupportInfo operation. + * A long-running provider action. * * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/resources/META-INF/azure-resourcemanager-paloaltonetworks-ngfw_metadata.json b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/resources/META-INF/azure-resourcemanager-paloaltonetworks-ngfw_metadata.json index 65a67029d1f2..05f54bde57c6 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/resources/META-INF/azure-resourcemanager-paloaltonetworks-ngfw_metadata.json +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/resources/META-INF/azure-resourcemanager-paloaltonetworks-ngfw_metadata.json @@ -1 +1 @@ -{"flavor":"azure","apiVersions":{"PaloAltoNetworks.Cloudngfw":"2025-10-08"},"crossLanguageDefinitions":{"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.list":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.listByLocalRulestacks":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.listByLocalRulestacks","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallStatusClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallStatusClient.get":"PaloAltoNetworks.Cloudngfw.FirewallStatusResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallStatusClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallStatusResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallStatusClient.listByFirewalls":"PaloAltoNetworks.Cloudngfw.FirewallStatusResources.listByFirewalls","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.FirewallResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.beginDelete":"PaloAltoNetworks.Cloudngfw.FirewallResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.FirewallResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.delete":"PaloAltoNetworks.Cloudngfw.FirewallResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getByResourceGroup":"PaloAltoNetworks.Cloudngfw.FirewallResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getByResourceGroupWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getGlobalRulestack":"PaloAltoNetworks.Cloudngfw.FirewallResources.getGlobalRulestack","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getGlobalRulestackWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallResources.getGlobalRulestack","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getLogProfile":"PaloAltoNetworks.Cloudngfw.FirewallResources.getLogProfile","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getLogProfileWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallResources.getLogProfile","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getSupportInfo":"PaloAltoNetworks.Cloudngfw.FirewallResources.getSupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getSupportInfoWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallResources.getSupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.list":"PaloAltoNetworks.Cloudngfw.FirewallResources.listBySubscription","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.listByResourceGroup":"PaloAltoNetworks.Cloudngfw.FirewallResources.listByResourceGroup","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.saveLogProfile":"PaloAltoNetworks.Cloudngfw.FirewallResources.saveLogProfile","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.saveLogProfileWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallResources.saveLogProfile","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.update":"PaloAltoNetworks.Cloudngfw.FirewallResources.update","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.updateWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallResources.update","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.list":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.listByLocalRulestacks":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.listByLocalRulestacks","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.beginCommit":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.commit","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.commit":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.commit","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.getChangeLog":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.getChangeLog","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.getChangeLogWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.getChangeLog","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.list":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listAdvancedSecurityObjects":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listAdvancedSecurityObjects","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listAdvancedSecurityObjectsWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listAdvancedSecurityObjects","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listAppIds":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listAppIds","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listAppIdsWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listAppIds","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listCountries":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listCountries","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listCountriesWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listCountries","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listFirewalls":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listFirewalls","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listFirewallsWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listFirewalls","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listPredefinedUrlCategories":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listPredefinedUrlCategories","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listPredefinedUrlCategoriesWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listPredefinedUrlCategories","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listSecurityServices":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listSecurityServices","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listSecurityServicesWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listSecurityServices","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.revert":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.revert","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.revertWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.revert","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.update":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.update","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.updateWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.update","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.beginDelete":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.delete":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.get":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.getCounters":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.getCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.getCountersWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.getCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.listByLocalRulestacks":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.listByLocalRulestacks","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.refreshCounters":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.refreshCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.refreshCountersWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.refreshCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.resetCounters":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.resetCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.resetCountersWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.resetCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.beginCommit":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.commit","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.commit":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.commit","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.getByResourceGroup":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.getByResourceGroupWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.getChangeLog":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.getChangeLog","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.getChangeLogWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.getChangeLog","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.getSupportInfo":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.getSupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.getSupportInfoWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.getSupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.list":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listBySubscription","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listAdvancedSecurityObjects":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listAdvancedSecurityObjects","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listAdvancedSecurityObjectsWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listAdvancedSecurityObjects","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listAppIds":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listAppIds","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listByResourceGroup":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listByResourceGroup","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listCountries":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listCountries","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listFirewalls":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listFirewalls","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listFirewallsWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listFirewalls","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listPredefinedUrlCategories":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listPredefinedUrlCategories","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listSecurityServices":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listSecurityServices","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listSecurityServicesWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listSecurityServices","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.revert":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.revert","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.revertWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.revert","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.update":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.update","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.updateWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.update","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.beginDelete":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.delete":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.get":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.listByFirewalls":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.listByFirewalls","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.OperationsClient":"PaloAltoNetworks.Cloudngfw.Operations","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.OperationsClient.list":"Azure.ResourceManager.Operations.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.createProductSerialNumber":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.createProductSerialNumber","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.createProductSerialNumberWithResponse":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.createProductSerialNumber","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.listCloudManagerTenants":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.listCloudManagerTenants","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.listCloudManagerTenantsWithResponse":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.listCloudManagerTenants","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.listProductSerialNumberStatus":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.listProductSerialNumberStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.listProductSerialNumberStatusWithResponse":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.listProductSerialNumberStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.listSupportInfo":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.listSupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.listSupportInfoWithResponse":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.listSupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksNgfwManagementClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.PostRulesResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.beginDelete":"PaloAltoNetworks.Cloudngfw.PostRulesResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.PostRulesResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.delete":"PaloAltoNetworks.Cloudngfw.PostRulesResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.get":"PaloAltoNetworks.Cloudngfw.PostRulesResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.getCounters":"PaloAltoNetworks.Cloudngfw.PostRulesResources.getCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.getCountersWithResponse":"PaloAltoNetworks.Cloudngfw.PostRulesResources.getCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.PostRulesResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.list":"PaloAltoNetworks.Cloudngfw.PostRulesResources.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.refreshCounters":"PaloAltoNetworks.Cloudngfw.PostRulesResources.refreshCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.refreshCountersWithResponse":"PaloAltoNetworks.Cloudngfw.PostRulesResources.refreshCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.resetCounters":"PaloAltoNetworks.Cloudngfw.PostRulesResources.resetCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.resetCountersWithResponse":"PaloAltoNetworks.Cloudngfw.PostRulesResources.resetCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.PreRulesResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.beginDelete":"PaloAltoNetworks.Cloudngfw.PreRulesResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.PreRulesResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.delete":"PaloAltoNetworks.Cloudngfw.PreRulesResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.get":"PaloAltoNetworks.Cloudngfw.PreRulesResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.getCounters":"PaloAltoNetworks.Cloudngfw.PreRulesResources.getCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.getCountersWithResponse":"PaloAltoNetworks.Cloudngfw.PreRulesResources.getCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.PreRulesResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.list":"PaloAltoNetworks.Cloudngfw.PreRulesResources.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.refreshCounters":"PaloAltoNetworks.Cloudngfw.PreRulesResources.refreshCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.refreshCountersWithResponse":"PaloAltoNetworks.Cloudngfw.PreRulesResources.refreshCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.resetCounters":"PaloAltoNetworks.Cloudngfw.PreRulesResources.resetCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.resetCountersWithResponse":"PaloAltoNetworks.Cloudngfw.PreRulesResources.resetCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.list":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.PrefixListResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.PrefixListResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.PrefixListResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.PrefixListResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.PrefixListResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.PrefixListResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.listByLocalRulestacks":"PaloAltoNetworks.Cloudngfw.PrefixListResources.listByLocalRulestacks","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.AdvSecurityObjectListResponseInner":"PaloAltoNetworks.Cloudngfw.AdvSecurityObjectListResponse","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObject":"PaloAltoNetworks.Cloudngfw.CertificateObject","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectGlobalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.ChangelogInner":"PaloAltoNetworks.Cloudngfw.Changelog","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CloudManagerTenantListInner":"PaloAltoNetworks.Cloudngfw.CloudManagerTenantList","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CountriesResponseInner":"PaloAltoNetworks.Cloudngfw.CountriesResponse","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CountryInner":"PaloAltoNetworks.Cloudngfw.Country","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FirewallDeploymentProperties":"PaloAltoNetworks.Cloudngfw.FirewallDeploymentProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FirewallResourceInner":"PaloAltoNetworks.Cloudngfw.FirewallResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FirewallStatusProperty":"PaloAltoNetworks.Cloudngfw.FirewallStatusProperty","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FirewallStatusResourceInner":"PaloAltoNetworks.Cloudngfw.FirewallStatusResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FqdnListGlobalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FqdnListLocalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FqdnObject":"PaloAltoNetworks.Cloudngfw.FqdnObject","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.GlobalRulestackInfoInner":"PaloAltoNetworks.Cloudngfw.GlobalRulestackInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.GlobalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.ListAppIdResponseInner":"PaloAltoNetworks.Cloudngfw.ListAppIdResponse","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.ListFirewallsResponseInner":"PaloAltoNetworks.Cloudngfw.ListFirewallsResponse","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LocalRulesResourceInner":"PaloAltoNetworks.Cloudngfw.LocalRulesResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LocalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.LocalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogSettingsInner":"PaloAltoNetworks.Cloudngfw.LogSettings","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.MetricsObject":"PaloAltoNetworks.Cloudngfw.MetricsObject","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.MetricsObjectFirewallResourceInner":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.OperationInner":"Azure.ResourceManager.CommonTypes.Operation","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PostRulesResourceInner":"PaloAltoNetworks.Cloudngfw.PostRulesResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PreRulesResourceInner":"PaloAltoNetworks.Cloudngfw.PreRulesResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PredefinedUrlCategoriesResponseInner":"PaloAltoNetworks.Cloudngfw.PredefinedUrlCategoriesResponse","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PredefinedUrlCategoryInner":"PaloAltoNetworks.Cloudngfw.PredefinedUrlCategory","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PrefixListGlobalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PrefixListResourceInner":"PaloAltoNetworks.Cloudngfw.PrefixListResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PrefixObject":"PaloAltoNetworks.Cloudngfw.PrefixObject","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.ProductSerialNumberRequestStatusInner":"PaloAltoNetworks.Cloudngfw.ProductSerialNumberRequestStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.ProductSerialNumberStatusInner":"PaloAltoNetworks.Cloudngfw.ProductSerialNumberStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.RuleCounterInner":"PaloAltoNetworks.Cloudngfw.RuleCounter","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.RuleCounterResetInner":"PaloAltoNetworks.Cloudngfw.RuleCounterReset","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.RuleEntry":"PaloAltoNetworks.Cloudngfw.RuleEntry","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.RulestackProperties":"PaloAltoNetworks.Cloudngfw.RulestackProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.SecurityServicesResponseInner":"PaloAltoNetworks.Cloudngfw.SecurityServicesResponse","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.SupportInfoInner":"PaloAltoNetworks.Cloudngfw.SupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.SupportInfoModelInner":"PaloAltoNetworks.Cloudngfw.SupportInfoModel","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PaloAltoNetworksNgfwManagementClientBuilder":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.CertificateObjectGlobalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.CertificateObjectLocalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.FirewallResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.FirewallStatusResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.FqdnListGlobalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.FqdnListLocalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.GlobalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.LocalRulesResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.LocalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.MetricsObjectFirewallResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.OperationListResult":"Azure.ResourceManager.CommonTypes.OperationListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.PostRulesResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.PreRulesResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.PrefixListGlobalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.PrefixListResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ActionEnum":"PaloAltoNetworks.Cloudngfw.ActionEnum","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ActionType":"Azure.ResourceManager.CommonTypes.ActionType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.AdvSecurityObjectModel":"PaloAltoNetworks.Cloudngfw.AdvSecurityObjectModel","com.azure.resourcemanager.paloaltonetworks.ngfw.models.AdvSecurityObjectTypeEnum":"PaloAltoNetworks.Cloudngfw.AdvSecurityObjectTypeEnum","com.azure.resourcemanager.paloaltonetworks.ngfw.models.AppSeenData":"PaloAltoNetworks.Cloudngfw.AppSeenData","com.azure.resourcemanager.paloaltonetworks.ngfw.models.AppSeenInfo":"PaloAltoNetworks.Cloudngfw.AppSeenInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ApplicationInsights":"PaloAltoNetworks.Cloudngfw.ApplicationInsights","com.azure.resourcemanager.paloaltonetworks.ngfw.models.AzureResourceManagerManagedIdentityProperties":"PaloAltoNetworks.Cloudngfw.AzureResourceManagerManagedIdentityProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.models.AzureResourceManagerUserAssignedIdentity":"PaloAltoNetworks.Cloudngfw.AzureResourceManagerUserAssignedIdentity","com.azure.resourcemanager.paloaltonetworks.ngfw.models.BillingCycle":"PaloAltoNetworks.Cloudngfw.BillingCycle","com.azure.resourcemanager.paloaltonetworks.ngfw.models.BooleanEnum":"PaloAltoNetworks.Cloudngfw.BooleanEnum","com.azure.resourcemanager.paloaltonetworks.ngfw.models.Category":"PaloAltoNetworks.Cloudngfw.Category","com.azure.resourcemanager.paloaltonetworks.ngfw.models.DecryptionRuleTypeEnum":"PaloAltoNetworks.Cloudngfw.DecryptionRuleTypeEnum","com.azure.resourcemanager.paloaltonetworks.ngfw.models.DefaultMode":"PaloAltoNetworks.Cloudngfw.DefaultMode","com.azure.resourcemanager.paloaltonetworks.ngfw.models.DestinationAddr":"PaloAltoNetworks.Cloudngfw.DestinationAddr","com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsProxy":"PaloAltoNetworks.Cloudngfw.DNSProxy","com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings":"PaloAltoNetworks.Cloudngfw.DNSSettings","com.azure.resourcemanager.paloaltonetworks.ngfw.models.EgressNat":"PaloAltoNetworks.Cloudngfw.EgressNat","com.azure.resourcemanager.paloaltonetworks.ngfw.models.EnableStatus":"PaloAltoNetworks.Cloudngfw.EnableStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.EnabledDnsType":"PaloAltoNetworks.Cloudngfw.EnabledDNSType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.EndpointConfiguration":"PaloAltoNetworks.Cloudngfw.EndpointConfiguration","com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub":"PaloAltoNetworks.Cloudngfw.EventHub","com.azure.resourcemanager.paloaltonetworks.ngfw.models.FirewallResourceUpdate":"PaloAltoNetworks.Cloudngfw.FirewallResourceUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.models.FirewallResourceUpdateProperties":"PaloAltoNetworks.Cloudngfw.FirewallResourceUpdateProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.models.FrontendSetting":"PaloAltoNetworks.Cloudngfw.FrontendSetting","com.azure.resourcemanager.paloaltonetworks.ngfw.models.GlobalRulestackResourceUpdate":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResourceUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.models.GlobalRulestackResourceUpdateProperties":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResourceUpdateProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.models.HealthStatus":"PaloAltoNetworks.Cloudngfw.HealthStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.IpAddress":"PaloAltoNetworks.Cloudngfw.IPAddress","com.azure.resourcemanager.paloaltonetworks.ngfw.models.IpAddressSpace":"PaloAltoNetworks.Cloudngfw.IPAddressSpace","com.azure.resourcemanager.paloaltonetworks.ngfw.models.LocalRulestackResourceUpdate":"PaloAltoNetworks.Cloudngfw.LocalRulestackResourceUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.models.LocalRulestackResourceUpdateProperties":"PaloAltoNetworks.Cloudngfw.LocalRulestackResourceUpdateProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogDestination":"PaloAltoNetworks.Cloudngfw.LogDestination","com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogOption":"PaloAltoNetworks.Cloudngfw.LogOption","com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogType":"PaloAltoNetworks.Cloudngfw.LogType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ManagedIdentityType":"PaloAltoNetworks.Cloudngfw.ManagedIdentityType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.MarketplaceDetails":"PaloAltoNetworks.Cloudngfw.MarketplaceDetails","com.azure.resourcemanager.paloaltonetworks.ngfw.models.MarketplaceSubscriptionStatus":"PaloAltoNetworks.Cloudngfw.MarketplaceSubscriptionStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.MonitorLog":"PaloAltoNetworks.Cloudngfw.MonitorLog","com.azure.resourcemanager.paloaltonetworks.ngfw.models.NameDescriptionObject":"PaloAltoNetworks.Cloudngfw.NameDescriptionObject","com.azure.resourcemanager.paloaltonetworks.ngfw.models.NetworkProfile":"PaloAltoNetworks.Cloudngfw.NetworkProfile","com.azure.resourcemanager.paloaltonetworks.ngfw.models.NetworkType":"PaloAltoNetworks.Cloudngfw.NetworkType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.OperationDisplay":"Azure.ResourceManager.CommonTypes.OperationDisplay","com.azure.resourcemanager.paloaltonetworks.ngfw.models.Origin":"Azure.ResourceManager.CommonTypes.Origin","com.azure.resourcemanager.paloaltonetworks.ngfw.models.PanoramaConfig":"PaloAltoNetworks.Cloudngfw.PanoramaConfig","com.azure.resourcemanager.paloaltonetworks.ngfw.models.PanoramaStatus":"PaloAltoNetworks.Cloudngfw.PanoramaStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.PlanData":"PaloAltoNetworks.Cloudngfw.PlanData","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ProductSerialStatusValues":"PaloAltoNetworks.Cloudngfw.ProductSerialStatusValues","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ProtocolType":"PaloAltoNetworks.Cloudngfw.ProtocolType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ProvisioningState":"PaloAltoNetworks.Cloudngfw.ProvisioningState","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ReadOnlyProvisioningState":"PaloAltoNetworks.Cloudngfw.ReadOnlyProvisioningState","com.azure.resourcemanager.paloaltonetworks.ngfw.models.RegistrationStatus":"PaloAltoNetworks.Cloudngfw.RegistrationStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.RulestackDetails":"PaloAltoNetworks.Cloudngfw.RulestackDetails","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ScopeType":"PaloAltoNetworks.Cloudngfw.ScopeType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.SecurityServices":"PaloAltoNetworks.Cloudngfw.SecurityServices","com.azure.resourcemanager.paloaltonetworks.ngfw.models.SecurityServicesTypeEnum":"PaloAltoNetworks.Cloudngfw.SecurityServicesTypeEnum","com.azure.resourcemanager.paloaltonetworks.ngfw.models.SecurityServicesTypeList":"PaloAltoNetworks.Cloudngfw.SecurityServicesTypeList","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ServerStatus":"PaloAltoNetworks.Cloudngfw.ServerStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.SourceAddr":"PaloAltoNetworks.Cloudngfw.SourceAddr","com.azure.resourcemanager.paloaltonetworks.ngfw.models.StateEnum":"PaloAltoNetworks.Cloudngfw.StateEnum","com.azure.resourcemanager.paloaltonetworks.ngfw.models.StorageAccount":"PaloAltoNetworks.Cloudngfw.StorageAccount","com.azure.resourcemanager.paloaltonetworks.ngfw.models.StrataCloudManagerConfig":"PaloAltoNetworks.Cloudngfw.StrataCloudManagerConfig","com.azure.resourcemanager.paloaltonetworks.ngfw.models.StrataCloudManagerInfo":"PaloAltoNetworks.Cloudngfw.StrataCloudManagerInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.models.TagInfo":"PaloAltoNetworks.Cloudngfw.TagInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.models.UsageType":"PaloAltoNetworks.Cloudngfw.UsageType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.VnetConfiguration":"PaloAltoNetworks.Cloudngfw.VnetConfiguration","com.azure.resourcemanager.paloaltonetworks.ngfw.models.VwanConfiguration":"PaloAltoNetworks.Cloudngfw.VwanConfiguration"},"generatedFiles":["src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/PaloAltoNetworksNgfwManager.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/CertificateObjectGlobalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/CertificateObjectLocalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/FirewallStatusClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/FirewallsClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/FqdnListGlobalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/FqdnListLocalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/GlobalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/LocalRulesClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/LocalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/MetricsObjectFirewallsClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/OperationsClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PaloAltoNetworksCloudngfwOperationsClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PaloAltoNetworksNgfwManagementClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PostRulesClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PreRulesClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PrefixListGlobalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PrefixListLocalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/AdvSecurityObjectListResponseInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CertificateObject.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CertificateObjectGlobalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CertificateObjectLocalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/ChangelogInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CloudManagerTenantListInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CountriesResponseInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CountryInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FirewallDeploymentProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FirewallResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FirewallStatusProperty.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FirewallStatusResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FqdnListGlobalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FqdnListLocalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FqdnObject.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/GlobalRulestackInfoInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/GlobalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/ListAppIdResponseInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/ListFirewallsResponseInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/LocalRulesResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/LocalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/LogSettingsInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/MetricsObject.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/MetricsObjectFirewallResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/OperationInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PostRulesResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PreRulesResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PredefinedUrlCategoriesResponseInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PredefinedUrlCategoryInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PrefixListGlobalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PrefixListResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PrefixObject.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/ProductSerialNumberRequestStatusInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/ProductSerialNumberStatusInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/RuleCounterInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/RuleCounterResetInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/RuleEntry.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/RulestackProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/SecurityServicesResponseInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/SupportInfoInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/SupportInfoModelInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/package-info.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/package-info.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/AdvSecurityObjectListResponseImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CertificateObjectGlobalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CertificateObjectGlobalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CertificateObjectGlobalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CertificateObjectLocalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CertificateObjectLocalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CertificateObjectLocalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/ChangelogImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CloudManagerTenantListImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CountriesResponseImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CountryImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallStatusClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallStatusImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallStatusResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallsClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallsImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FqdnListGlobalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FqdnListGlobalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FqdnListGlobalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FqdnListLocalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FqdnListLocalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FqdnListLocalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/GlobalRulestackInfoImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/GlobalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/GlobalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/GlobalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/ListAppIdResponseImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/ListFirewallsResponseImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LocalRulesClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LocalRulesImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LocalRulesResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LocalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LocalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LocalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogSettingsImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/MetricsObjectFirewallResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/MetricsObjectFirewallsClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/MetricsObjectFirewallsImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/OperationImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/OperationsClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/OperationsImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksCloudngfwOperationsClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksCloudngfwOperationsImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksNgfwManagementClientBuilder.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksNgfwManagementClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PostRulesClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PostRulesImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PostRulesResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PreRulesClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PreRulesImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PreRulesResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PredefinedUrlCategoriesResponseImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PredefinedUrlCategoryImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PrefixListGlobalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PrefixListGlobalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PrefixListGlobalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PrefixListLocalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PrefixListLocalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PrefixListResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/ProductSerialNumberRequestStatusImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/ProductSerialNumberStatusImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/ResourceManagerUtils.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/RuleCounterImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/RuleCounterResetImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/SecurityServicesResponseImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/SupportInfoImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/SupportInfoModelImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/CertificateObjectGlobalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/CertificateObjectLocalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/FirewallResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/FirewallStatusResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/FqdnListGlobalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/FqdnListLocalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/GlobalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/LocalRulesResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/LocalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/MetricsObjectFirewallResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/OperationListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/PostRulesResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/PreRulesResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/PrefixListGlobalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/PrefixListResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/package-info.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ActionEnum.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ActionType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AdvSecurityObjectListResponse.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AdvSecurityObjectModel.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AdvSecurityObjectTypeEnum.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AppSeenData.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AppSeenInfo.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ApplicationInsights.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AzureResourceManagerManagedIdentityProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AzureResourceManagerUserAssignedIdentity.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/BillingCycle.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/BooleanEnum.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Category.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CertificateObjectGlobalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CertificateObjectGlobalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CertificateObjectLocalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CertificateObjectLocalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Changelog.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CloudManagerTenantList.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CountriesResponse.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Country.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/DecryptionRuleTypeEnum.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/DefaultMode.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/DestinationAddr.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/DnsProxy.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/DnsSettings.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/EgressNat.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/EnableStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/EnabledDnsType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/EndpointConfiguration.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/EventHub.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallResourceUpdate.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallResourceUpdateProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallStatusResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Firewalls.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FqdnListGlobalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FqdnListGlobalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FqdnListLocalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FqdnListLocalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FrontendSetting.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/GlobalRulestackInfo.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/GlobalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/GlobalRulestackResourceUpdate.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/GlobalRulestackResourceUpdateProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/GlobalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/HealthStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/IpAddress.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/IpAddressSpace.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ListAppIdResponse.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ListFirewallsResponse.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LocalRules.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LocalRulesResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LocalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LocalRulestackResourceUpdate.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LocalRulestackResourceUpdateProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LocalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogDestination.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogOption.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogSettings.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ManagedIdentityType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MarketplaceDetails.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MarketplaceSubscriptionStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MetricsObjectFirewallResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MetricsObjectFirewalls.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MonitorLog.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/NameDescriptionObject.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/NetworkProfile.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/NetworkType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Operation.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/OperationDisplay.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Operations.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Origin.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PaloAltoNetworksCloudngfwOperations.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PanoramaConfig.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PanoramaStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PlanData.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PostRules.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PostRulesResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PreRules.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PreRulesResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PredefinedUrlCategoriesResponse.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PredefinedUrlCategory.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PrefixListGlobalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PrefixListGlobalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PrefixListLocalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PrefixListResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ProductSerialNumberRequestStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ProductSerialNumberStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ProductSerialStatusValues.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ProtocolType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ProvisioningState.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ReadOnlyProvisioningState.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/RegistrationStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/RuleCounter.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/RuleCounterReset.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/RulestackDetails.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ScopeType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SecurityServices.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SecurityServicesResponse.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SecurityServicesTypeEnum.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SecurityServicesTypeList.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ServerStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SourceAddr.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/StateEnum.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/StorageAccount.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/StrataCloudManagerConfig.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/StrataCloudManagerInfo.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SupportInfo.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SupportInfoModel.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/TagInfo.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/UsageType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/VnetConfiguration.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/VwanConfiguration.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/package-info.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/package-info.java","src/main/java/module-info.java"]} \ No newline at end of file +{"flavor":"azure","apiVersions":{"PaloAltoNetworks.Cloudngfw":"2026-07-29-preview"},"crossLanguagePackageId":"PaloAltoNetworks.Cloudngfw","crossLanguageVersion":"609f92a0e310","crossLanguageDefinitions":{"com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectGlobalRulestacksClient.list":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResources.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CertificateObjectLocalRulestacksClient.listByLocalRulestacks":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResources.listByLocalRulestacks","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CustomCaptureConfigurationsFirewallResourcesClient":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsFirewallResources","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CustomCaptureConfigurationsFirewallResourcesClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsFirewallResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CustomCaptureConfigurationsFirewallResourcesClient.createOrUpdateWithResponse":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsFirewallResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CustomCaptureConfigurationsFirewallResourcesClient.delete":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsFirewallResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CustomCaptureConfigurationsFirewallResourcesClient.deleteWithResponse":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsFirewallResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CustomCaptureConfigurationsFirewallResourcesClient.get":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsFirewallResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CustomCaptureConfigurationsFirewallResourcesClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsFirewallResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.CustomCaptureConfigurationsFirewallResourcesClient.listByFirewall":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsFirewallResources.listByFirewall","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallStatusClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallStatusClient.get":"PaloAltoNetworks.Cloudngfw.FirewallStatusResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallStatusClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallStatusResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallStatusClient.listByFirewalls":"PaloAltoNetworks.Cloudngfw.FirewallStatusResources.listByFirewalls","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.FirewallResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.beginDelete":"PaloAltoNetworks.Cloudngfw.FirewallResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.FirewallResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.delete":"PaloAltoNetworks.Cloudngfw.FirewallResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getByResourceGroup":"PaloAltoNetworks.Cloudngfw.FirewallResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getByResourceGroupWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getGlobalRulestack":"PaloAltoNetworks.Cloudngfw.FirewallResources.getGlobalRulestack","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getGlobalRulestackWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallResources.getGlobalRulestack","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getLogProfile":"PaloAltoNetworks.Cloudngfw.FirewallResources.getLogProfile","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getLogProfileWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallResources.getLogProfile","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getSupportInfo":"PaloAltoNetworks.Cloudngfw.FirewallResources.getSupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.getSupportInfoWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallResources.getSupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.list":"PaloAltoNetworks.Cloudngfw.FirewallResources.listBySubscription","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.listByResourceGroup":"PaloAltoNetworks.Cloudngfw.FirewallResources.listByResourceGroup","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.saveLogProfile":"PaloAltoNetworks.Cloudngfw.FirewallResources.saveLogProfile","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.saveLogProfileWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallResources.saveLogProfile","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.update":"PaloAltoNetworks.Cloudngfw.FirewallResources.update","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FirewallsClient.updateWithResponse":"PaloAltoNetworks.Cloudngfw.FirewallResources.update","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListGlobalRulestacksClient.list":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResources.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.FqdnListLocalRulestacksClient.listByLocalRulestacks":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResources.listByLocalRulestacks","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.beginCommit":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.commit","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.commit":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.commit","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.getChangeLog":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.getChangeLog","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.getChangeLogWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.getChangeLog","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.list":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listAdvancedSecurityObjects":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listAdvancedSecurityObjects","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listAdvancedSecurityObjectsWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listAdvancedSecurityObjects","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listAppIds":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listAppIds","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listAppIdsWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listAppIds","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listCountries":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listCountries","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listCountriesWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listCountries","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listFirewalls":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listFirewalls","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listFirewallsWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listFirewalls","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listPredefinedUrlCategories":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listPredefinedUrlCategories","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listPredefinedUrlCategoriesWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listPredefinedUrlCategories","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listSecurityServices":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listSecurityServices","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.listSecurityServicesWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.listSecurityServices","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.revert":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.revert","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.revertWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.revert","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.update":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.update","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.GlobalRulestacksClient.updateWithResponse":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResources.update","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.beginDelete":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.delete":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.get":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.getCounters":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.getCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.getCountersWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.getCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.listByLocalRulestacks":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.listByLocalRulestacks","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.refreshCounters":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.refreshCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.refreshCountersWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.refreshCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.resetCounters":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.resetCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulesClient.resetCountersWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulesResources.resetCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.beginCommit":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.commit","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.commit":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.commit","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.getByResourceGroup":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.getByResourceGroupWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.getChangeLog":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.getChangeLog","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.getChangeLogWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.getChangeLog","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.getSupportInfo":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.getSupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.getSupportInfoWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.getSupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.list":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listBySubscription","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listAdvancedSecurityObjects":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listAdvancedSecurityObjects","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listAdvancedSecurityObjectsWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listAdvancedSecurityObjects","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listAppIds":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listAppIds","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listByResourceGroup":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listByResourceGroup","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listCountries":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listCountries","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listFirewalls":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listFirewalls","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listFirewallsWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listFirewalls","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listPredefinedUrlCategories":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listPredefinedUrlCategories","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listSecurityServices":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listSecurityServices","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.listSecurityServicesWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.listSecurityServices","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.revert":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.revert","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.revertWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.revert","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.update":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.update","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LocalRulestacksClient.updateWithResponse":"PaloAltoNetworks.Cloudngfw.LocalRulestackResources.update","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LogIngestionSettingsResourcesClient":"PaloAltoNetworks.Cloudngfw.LogIngestionSettingsResources","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LogIngestionSettingsResourcesClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.LogIngestionSettingsResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LogIngestionSettingsResourcesClient.createOrUpdateWithResponse":"PaloAltoNetworks.Cloudngfw.LogIngestionSettingsResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LogIngestionSettingsResourcesClient.delete":"PaloAltoNetworks.Cloudngfw.LogIngestionSettingsResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LogIngestionSettingsResourcesClient.deleteWithResponse":"PaloAltoNetworks.Cloudngfw.LogIngestionSettingsResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LogIngestionSettingsResourcesClient.get":"PaloAltoNetworks.Cloudngfw.LogIngestionSettingsResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LogIngestionSettingsResourcesClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.LogIngestionSettingsResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.LogIngestionSettingsResourcesClient.listByFirewall":"PaloAltoNetworks.Cloudngfw.LogIngestionSettingsResources.listByFirewall","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.beginDelete":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.delete":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.get":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.MetricsObjectFirewallsClient.listByFirewalls":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResources.listByFirewalls","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.OperationsClient":"PaloAltoNetworks.Cloudngfw.Operations","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.OperationsClient.list":"Azure.ResourceManager.Operations.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.createProductSerialNumber":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.createProductSerialNumber","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.createProductSerialNumberWithResponse":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.createProductSerialNumber","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.listCloudManagerTenants":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.listCloudManagerTenants","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.listCloudManagerTenantsWithResponse":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.listCloudManagerTenants","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.listProductSerialNumberStatus":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.listProductSerialNumberStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.listProductSerialNumberStatusWithResponse":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.listProductSerialNumberStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.listSupportInfo":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.listSupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksCloudngfwOperationsClient.listSupportInfoWithResponse":"PaloAltoNetworks.Cloudngfw.PaloAltoNetworksCloudngfwOperationsOperationGroup.listSupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PaloAltoNetworksNgfwManagementClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.PostRulesResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.beginDelete":"PaloAltoNetworks.Cloudngfw.PostRulesResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.PostRulesResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.delete":"PaloAltoNetworks.Cloudngfw.PostRulesResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.get":"PaloAltoNetworks.Cloudngfw.PostRulesResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.getCounters":"PaloAltoNetworks.Cloudngfw.PostRulesResources.getCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.getCountersWithResponse":"PaloAltoNetworks.Cloudngfw.PostRulesResources.getCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.PostRulesResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.list":"PaloAltoNetworks.Cloudngfw.PostRulesResources.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.refreshCounters":"PaloAltoNetworks.Cloudngfw.PostRulesResources.refreshCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.refreshCountersWithResponse":"PaloAltoNetworks.Cloudngfw.PostRulesResources.refreshCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.resetCounters":"PaloAltoNetworks.Cloudngfw.PostRulesResources.resetCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PostRulesClient.resetCountersWithResponse":"PaloAltoNetworks.Cloudngfw.PostRulesResources.resetCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.PreRulesResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.beginDelete":"PaloAltoNetworks.Cloudngfw.PreRulesResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.PreRulesResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.delete":"PaloAltoNetworks.Cloudngfw.PreRulesResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.get":"PaloAltoNetworks.Cloudngfw.PreRulesResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.getCounters":"PaloAltoNetworks.Cloudngfw.PreRulesResources.getCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.getCountersWithResponse":"PaloAltoNetworks.Cloudngfw.PreRulesResources.getCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.PreRulesResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.list":"PaloAltoNetworks.Cloudngfw.PreRulesResources.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.refreshCounters":"PaloAltoNetworks.Cloudngfw.PreRulesResources.refreshCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.refreshCountersWithResponse":"PaloAltoNetworks.Cloudngfw.PreRulesResources.refreshCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.resetCounters":"PaloAltoNetworks.Cloudngfw.PreRulesResources.resetCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PreRulesClient.resetCountersWithResponse":"PaloAltoNetworks.Cloudngfw.PreRulesResources.resetCounters","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListGlobalRulestacksClient.list":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResources.list","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.beginCreateOrUpdate":"PaloAltoNetworks.Cloudngfw.PrefixListResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.beginDelete":"PaloAltoNetworks.Cloudngfw.PrefixListResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.createOrUpdate":"PaloAltoNetworks.Cloudngfw.PrefixListResources.createOrUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.delete":"PaloAltoNetworks.Cloudngfw.PrefixListResources.delete","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.get":"PaloAltoNetworks.Cloudngfw.PrefixListResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.getWithResponse":"PaloAltoNetworks.Cloudngfw.PrefixListResources.get","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.PrefixListLocalRulestacksClient.listByLocalRulestacks":"PaloAltoNetworks.Cloudngfw.PrefixListResources.listByLocalRulestacks","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.AdvSecurityObjectListResponseInner":"PaloAltoNetworks.Cloudngfw.AdvSecurityObjectListResponse","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObject":"PaloAltoNetworks.Cloudngfw.CertificateObject","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectGlobalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.CertificateObjectGlobalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CertificateObjectLocalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.CertificateObjectLocalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.ChangelogInner":"PaloAltoNetworks.Cloudngfw.Changelog","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CloudManagerTenantListInner":"PaloAltoNetworks.Cloudngfw.CloudManagerTenantList","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CountriesResponseInner":"PaloAltoNetworks.Cloudngfw.CountriesResponse","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CountryInner":"PaloAltoNetworks.Cloudngfw.Country","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsFirewallResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FirewallDeploymentProperties":"PaloAltoNetworks.Cloudngfw.FirewallDeploymentProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FirewallResourceInner":"PaloAltoNetworks.Cloudngfw.FirewallResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FirewallStatusProperty":"PaloAltoNetworks.Cloudngfw.FirewallStatusProperty","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FirewallStatusResourceInner":"PaloAltoNetworks.Cloudngfw.FirewallStatusResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FqdnListGlobalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.FqdnListGlobalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FqdnListLocalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.FqdnListLocalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.FqdnObject":"PaloAltoNetworks.Cloudngfw.FqdnObject","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.GlobalRulestackInfoInner":"PaloAltoNetworks.Cloudngfw.GlobalRulestackInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.GlobalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.ListAppIdResponseInner":"PaloAltoNetworks.Cloudngfw.ListAppIdResponse","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.ListFirewallsResponseInner":"PaloAltoNetworks.Cloudngfw.ListFirewallsResponse","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LocalRulesResourceInner":"PaloAltoNetworks.Cloudngfw.LocalRulesResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LocalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.LocalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogIngestionSettingsResourceInner":"PaloAltoNetworks.Cloudngfw.LogIngestionSettingsResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogSettingsInner":"PaloAltoNetworks.Cloudngfw.LogSettings","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.MetricsObject":"PaloAltoNetworks.Cloudngfw.MetricsObject","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.MetricsObjectFirewallResourceInner":"PaloAltoNetworks.Cloudngfw.MetricsObjectFirewallResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.OperationInner":"Azure.ResourceManager.CommonTypes.Operation","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PostRulesResourceInner":"PaloAltoNetworks.Cloudngfw.PostRulesResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PreRulesResourceInner":"PaloAltoNetworks.Cloudngfw.PreRulesResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PredefinedUrlCategoriesResponseInner":"PaloAltoNetworks.Cloudngfw.PredefinedUrlCategoriesResponse","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PredefinedUrlCategoryInner":"PaloAltoNetworks.Cloudngfw.PredefinedUrlCategory","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PrefixListGlobalRulestackResourceInner":"PaloAltoNetworks.Cloudngfw.PrefixListGlobalRulestackResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PrefixListResourceInner":"PaloAltoNetworks.Cloudngfw.PrefixListResource","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.PrefixObject":"PaloAltoNetworks.Cloudngfw.PrefixObject","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.ProductSerialNumberRequestStatusInner":"PaloAltoNetworks.Cloudngfw.ProductSerialNumberRequestStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.ProductSerialNumberStatusInner":"PaloAltoNetworks.Cloudngfw.ProductSerialNumberStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.RuleCounterInner":"PaloAltoNetworks.Cloudngfw.RuleCounter","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.RuleCounterResetInner":"PaloAltoNetworks.Cloudngfw.RuleCounterReset","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.RuleEntry":"PaloAltoNetworks.Cloudngfw.RuleEntry","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.RulestackProperties":"PaloAltoNetworks.Cloudngfw.RulestackProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.SecurityServicesResponseInner":"PaloAltoNetworks.Cloudngfw.SecurityServicesResponse","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.SupportInfoInner":"PaloAltoNetworks.Cloudngfw.SupportInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.SupportInfoModelInner":"PaloAltoNetworks.Cloudngfw.SupportInfoModel","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PaloAltoNetworksNgfwManagementClientBuilder":"PaloAltoNetworks.Cloudngfw","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.CertificateObjectGlobalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.CertificateObjectLocalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.CustomCaptureConfigurationsFirewallResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.FirewallResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.FirewallStatusResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.FqdnListGlobalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.FqdnListLocalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.GlobalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.LocalRulesResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.LocalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.LogIngestionSettingsResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.MetricsObjectFirewallResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.OperationListResult":"Azure.ResourceManager.CommonTypes.OperationListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.PostRulesResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.PreRulesResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.PrefixListGlobalRulestackResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.PrefixListResourceListResult":"Azure.ResourceManager.ResourceListResult","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ActionEnum":"PaloAltoNetworks.Cloudngfw.ActionEnum","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ActionType":"Azure.ResourceManager.CommonTypes.ActionType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.AdvSecurityObjectModel":"PaloAltoNetworks.Cloudngfw.AdvSecurityObjectModel","com.azure.resourcemanager.paloaltonetworks.ngfw.models.AdvSecurityObjectTypeEnum":"PaloAltoNetworks.Cloudngfw.AdvSecurityObjectTypeEnum","com.azure.resourcemanager.paloaltonetworks.ngfw.models.AppSeenData":"PaloAltoNetworks.Cloudngfw.AppSeenData","com.azure.resourcemanager.paloaltonetworks.ngfw.models.AppSeenInfo":"PaloAltoNetworks.Cloudngfw.AppSeenInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ApplicationInsights":"PaloAltoNetworks.Cloudngfw.ApplicationInsights","com.azure.resourcemanager.paloaltonetworks.ngfw.models.AzureResourceManagerManagedIdentityProperties":"PaloAltoNetworks.Cloudngfw.AzureResourceManagerManagedIdentityProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.models.AzureResourceManagerUserAssignedIdentity":"PaloAltoNetworks.Cloudngfw.AzureResourceManagerUserAssignedIdentity","com.azure.resourcemanager.paloaltonetworks.ngfw.models.BillingCycle":"PaloAltoNetworks.Cloudngfw.BillingCycle","com.azure.resourcemanager.paloaltonetworks.ngfw.models.BooleanEnum":"PaloAltoNetworks.Cloudngfw.BooleanEnum","com.azure.resourcemanager.paloaltonetworks.ngfw.models.Category":"PaloAltoNetworks.Cloudngfw.Category","com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFilter":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsFilter","com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProperties":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProtocol":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsProtocol","com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsStage":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsStage","com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsStatus":"PaloAltoNetworks.Cloudngfw.CustomCaptureConfigurationsStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.DecryptionRuleTypeEnum":"PaloAltoNetworks.Cloudngfw.DecryptionRuleTypeEnum","com.azure.resourcemanager.paloaltonetworks.ngfw.models.DefaultMode":"PaloAltoNetworks.Cloudngfw.DefaultMode","com.azure.resourcemanager.paloaltonetworks.ngfw.models.DestinationAddr":"PaloAltoNetworks.Cloudngfw.DestinationAddr","com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsProxy":"PaloAltoNetworks.Cloudngfw.DNSProxy","com.azure.resourcemanager.paloaltonetworks.ngfw.models.DnsSettings":"PaloAltoNetworks.Cloudngfw.DNSSettings","com.azure.resourcemanager.paloaltonetworks.ngfw.models.EgressNat":"PaloAltoNetworks.Cloudngfw.EgressNat","com.azure.resourcemanager.paloaltonetworks.ngfw.models.EnableStatus":"PaloAltoNetworks.Cloudngfw.EnableStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.EnabledDnsType":"PaloAltoNetworks.Cloudngfw.EnabledDNSType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.EndpointConfiguration":"PaloAltoNetworks.Cloudngfw.EndpointConfiguration","com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub":"PaloAltoNetworks.Cloudngfw.EventHub","com.azure.resourcemanager.paloaltonetworks.ngfw.models.FirewallResourceUpdate":"PaloAltoNetworks.Cloudngfw.FirewallResourceUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.models.FirewallResourceUpdateProperties":"PaloAltoNetworks.Cloudngfw.FirewallResourceUpdateProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.models.FrontendSetting":"PaloAltoNetworks.Cloudngfw.FrontendSetting","com.azure.resourcemanager.paloaltonetworks.ngfw.models.GlobalRulestackResourceUpdate":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResourceUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.models.GlobalRulestackResourceUpdateProperties":"PaloAltoNetworks.Cloudngfw.GlobalRulestackResourceUpdateProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.models.HealthStatus":"PaloAltoNetworks.Cloudngfw.HealthStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.IpAddress":"PaloAltoNetworks.Cloudngfw.IPAddress","com.azure.resourcemanager.paloaltonetworks.ngfw.models.IpAddressSpace":"PaloAltoNetworks.Cloudngfw.IPAddressSpace","com.azure.resourcemanager.paloaltonetworks.ngfw.models.LocalRulestackResourceUpdate":"PaloAltoNetworks.Cloudngfw.LocalRulestackResourceUpdate","com.azure.resourcemanager.paloaltonetworks.ngfw.models.LocalRulestackResourceUpdateProperties":"PaloAltoNetworks.Cloudngfw.LocalRulestackResourceUpdateProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogDestination":"PaloAltoNetworks.Cloudngfw.LogDestination","com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogDestinationV2":"PaloAltoNetworks.Cloudngfw.LogDestinationV2","com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogIngestionSettingsProperties":"PaloAltoNetworks.Cloudngfw.LogIngestionSettingsProperties","com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogOption":"PaloAltoNetworks.Cloudngfw.LogOption","com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogType":"PaloAltoNetworks.Cloudngfw.LogType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ManagedIdentityType":"PaloAltoNetworks.Cloudngfw.ManagedIdentityType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.MarketplaceDetails":"PaloAltoNetworks.Cloudngfw.MarketplaceDetails","com.azure.resourcemanager.paloaltonetworks.ngfw.models.MarketplaceSubscriptionStatus":"PaloAltoNetworks.Cloudngfw.MarketplaceSubscriptionStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.MonitorLog":"PaloAltoNetworks.Cloudngfw.MonitorLog","com.azure.resourcemanager.paloaltonetworks.ngfw.models.MonitorLogV2":"PaloAltoNetworks.Cloudngfw.MonitorLogV2","com.azure.resourcemanager.paloaltonetworks.ngfw.models.NameDescriptionObject":"PaloAltoNetworks.Cloudngfw.NameDescriptionObject","com.azure.resourcemanager.paloaltonetworks.ngfw.models.NetworkProfile":"PaloAltoNetworks.Cloudngfw.NetworkProfile","com.azure.resourcemanager.paloaltonetworks.ngfw.models.NetworkType":"PaloAltoNetworks.Cloudngfw.NetworkType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.OperationDisplay":"Azure.ResourceManager.CommonTypes.OperationDisplay","com.azure.resourcemanager.paloaltonetworks.ngfw.models.Origin":"Azure.ResourceManager.CommonTypes.Origin","com.azure.resourcemanager.paloaltonetworks.ngfw.models.PanoramaConfig":"PaloAltoNetworks.Cloudngfw.PanoramaConfig","com.azure.resourcemanager.paloaltonetworks.ngfw.models.PanoramaStatus":"PaloAltoNetworks.Cloudngfw.PanoramaStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.PlanData":"PaloAltoNetworks.Cloudngfw.PlanData","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ProductSerialStatusValues":"PaloAltoNetworks.Cloudngfw.ProductSerialStatusValues","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ProtocolType":"PaloAltoNetworks.Cloudngfw.ProtocolType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ProvisioningState":"PaloAltoNetworks.Cloudngfw.ProvisioningState","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ReadOnlyProvisioningState":"PaloAltoNetworks.Cloudngfw.ReadOnlyProvisioningState","com.azure.resourcemanager.paloaltonetworks.ngfw.models.RegistrationStatus":"PaloAltoNetworks.Cloudngfw.RegistrationStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.RulestackDetails":"PaloAltoNetworks.Cloudngfw.RulestackDetails","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ScopeType":"PaloAltoNetworks.Cloudngfw.ScopeType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.SecurityServices":"PaloAltoNetworks.Cloudngfw.SecurityServices","com.azure.resourcemanager.paloaltonetworks.ngfw.models.SecurityServicesTypeEnum":"PaloAltoNetworks.Cloudngfw.SecurityServicesTypeEnum","com.azure.resourcemanager.paloaltonetworks.ngfw.models.SecurityServicesTypeList":"PaloAltoNetworks.Cloudngfw.SecurityServicesTypeList","com.azure.resourcemanager.paloaltonetworks.ngfw.models.ServerStatus":"PaloAltoNetworks.Cloudngfw.ServerStatus","com.azure.resourcemanager.paloaltonetworks.ngfw.models.SourceAddr":"PaloAltoNetworks.Cloudngfw.SourceAddr","com.azure.resourcemanager.paloaltonetworks.ngfw.models.StateEnum":"PaloAltoNetworks.Cloudngfw.StateEnum","com.azure.resourcemanager.paloaltonetworks.ngfw.models.StorageAccount":"PaloAltoNetworks.Cloudngfw.StorageAccount","com.azure.resourcemanager.paloaltonetworks.ngfw.models.StrataCloudManagerConfig":"PaloAltoNetworks.Cloudngfw.StrataCloudManagerConfig","com.azure.resourcemanager.paloaltonetworks.ngfw.models.StrataCloudManagerInfo":"PaloAltoNetworks.Cloudngfw.StrataCloudManagerInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.models.TagInfo":"PaloAltoNetworks.Cloudngfw.TagInfo","com.azure.resourcemanager.paloaltonetworks.ngfw.models.UsageType":"PaloAltoNetworks.Cloudngfw.UsageType","com.azure.resourcemanager.paloaltonetworks.ngfw.models.VnetConfiguration":"PaloAltoNetworks.Cloudngfw.VnetConfiguration","com.azure.resourcemanager.paloaltonetworks.ngfw.models.VwanConfiguration":"PaloAltoNetworks.Cloudngfw.VwanConfiguration"},"generatedFiles":["src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/PaloAltoNetworksNgfwManager.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/CertificateObjectGlobalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/CertificateObjectLocalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/CustomCaptureConfigurationsFirewallResourcesClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/FirewallStatusClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/FirewallsClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/FqdnListGlobalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/FqdnListLocalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/GlobalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/LocalRulesClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/LocalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/LogIngestionSettingsResourcesClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/MetricsObjectFirewallsClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/OperationsClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PaloAltoNetworksCloudngfwOperationsClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PaloAltoNetworksNgfwManagementClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PostRulesClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PreRulesClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PrefixListGlobalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/PrefixListLocalRulestacksClient.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/AdvSecurityObjectListResponseInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CertificateObject.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CertificateObjectGlobalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CertificateObjectLocalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/ChangelogInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CloudManagerTenantListInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CountriesResponseInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CountryInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/CustomCaptureConfigurationsFirewallResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FirewallDeploymentProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FirewallResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FirewallStatusProperty.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FirewallStatusResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FqdnListGlobalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FqdnListLocalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/FqdnObject.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/GlobalRulestackInfoInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/GlobalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/ListAppIdResponseInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/ListFirewallsResponseInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/LocalRulesResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/LocalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/LogIngestionSettingsResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/LogSettingsInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/MetricsObject.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/MetricsObjectFirewallResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/OperationInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PostRulesResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PreRulesResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PredefinedUrlCategoriesResponseInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PredefinedUrlCategoryInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PrefixListGlobalRulestackResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PrefixListResourceInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/PrefixObject.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/ProductSerialNumberRequestStatusInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/ProductSerialNumberStatusInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/RuleCounterInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/RuleCounterResetInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/RuleEntry.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/RulestackProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/SecurityServicesResponseInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/SupportInfoInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/SupportInfoModelInner.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/models/package-info.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/fluent/package-info.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/AdvSecurityObjectListResponseImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CertificateObjectGlobalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CertificateObjectGlobalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CertificateObjectGlobalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CertificateObjectLocalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CertificateObjectLocalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CertificateObjectLocalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/ChangelogImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CloudManagerTenantListImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CountriesResponseImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CountryImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CustomCaptureConfigurationsFirewallResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CustomCaptureConfigurationsFirewallResourcesClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/CustomCaptureConfigurationsFirewallResourcesImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallStatusClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallStatusImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallStatusResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallsClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FirewallsImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FqdnListGlobalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FqdnListGlobalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FqdnListGlobalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FqdnListLocalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FqdnListLocalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/FqdnListLocalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/GlobalRulestackInfoImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/GlobalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/GlobalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/GlobalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/ListAppIdResponseImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/ListFirewallsResponseImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LocalRulesClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LocalRulesImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LocalRulesResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LocalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LocalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LocalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogIngestionSettingsResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogIngestionSettingsResourcesClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogIngestionSettingsResourcesImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/LogSettingsImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/MetricsObjectFirewallResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/MetricsObjectFirewallsClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/MetricsObjectFirewallsImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/OperationImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/OperationsClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/OperationsImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksCloudngfwOperationsClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksCloudngfwOperationsImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksNgfwManagementClientBuilder.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PaloAltoNetworksNgfwManagementClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PostRulesClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PostRulesImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PostRulesResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PreRulesClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PreRulesImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PreRulesResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PredefinedUrlCategoriesResponseImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PredefinedUrlCategoryImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PrefixListGlobalRulestackResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PrefixListGlobalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PrefixListGlobalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PrefixListLocalRulestacksClientImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PrefixListLocalRulestacksImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/PrefixListResourceImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/ProductSerialNumberRequestStatusImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/ProductSerialNumberStatusImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/ResourceManagerUtils.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/RuleCounterImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/RuleCounterResetImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/SecurityServicesResponseImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/SupportInfoImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/SupportInfoModelImpl.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/CertificateObjectGlobalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/CertificateObjectLocalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/CustomCaptureConfigurationsFirewallResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/FirewallResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/FirewallStatusResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/FqdnListGlobalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/FqdnListLocalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/GlobalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/LocalRulesResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/LocalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/LogIngestionSettingsResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/MetricsObjectFirewallResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/OperationListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/PostRulesResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/PreRulesResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/PrefixListGlobalRulestackResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/models/PrefixListResourceListResult.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/implementation/package-info.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ActionEnum.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ActionType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AdvSecurityObjectListResponse.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AdvSecurityObjectModel.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AdvSecurityObjectTypeEnum.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AppSeenData.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AppSeenInfo.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ApplicationInsights.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AzureResourceManagerManagedIdentityProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/AzureResourceManagerUserAssignedIdentity.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/BillingCycle.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/BooleanEnum.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Category.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CertificateObjectGlobalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CertificateObjectGlobalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CertificateObjectLocalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CertificateObjectLocalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Changelog.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CloudManagerTenantList.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CountriesResponse.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Country.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsFilter.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsFirewallResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsFirewallResources.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsProtocol.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsStage.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/CustomCaptureConfigurationsStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/DecryptionRuleTypeEnum.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/DefaultMode.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/DestinationAddr.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/DnsProxy.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/DnsSettings.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/EgressNat.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/EnableStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/EnabledDnsType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/EndpointConfiguration.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/EventHub.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallResourceUpdate.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallResourceUpdateProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FirewallStatusResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Firewalls.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FqdnListGlobalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FqdnListGlobalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FqdnListLocalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FqdnListLocalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/FrontendSetting.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/GlobalRulestackInfo.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/GlobalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/GlobalRulestackResourceUpdate.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/GlobalRulestackResourceUpdateProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/GlobalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/HealthStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/IpAddress.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/IpAddressSpace.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ListAppIdResponse.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ListFirewallsResponse.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LocalRules.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LocalRulesResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LocalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LocalRulestackResourceUpdate.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LocalRulestackResourceUpdateProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LocalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogDestination.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogDestinationV2.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogIngestionSettingsProperties.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogIngestionSettingsResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogIngestionSettingsResources.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogOption.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogSettings.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/LogType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ManagedIdentityType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MarketplaceDetails.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MarketplaceSubscriptionStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MetricsObjectFirewallResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MetricsObjectFirewalls.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MonitorLog.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/MonitorLogV2.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/NameDescriptionObject.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/NetworkProfile.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/NetworkType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Operation.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/OperationDisplay.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Operations.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/Origin.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PaloAltoNetworksCloudngfwOperations.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PanoramaConfig.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PanoramaStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PlanData.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PostRules.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PostRulesResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PreRules.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PreRulesResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PredefinedUrlCategoriesResponse.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PredefinedUrlCategory.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PrefixListGlobalRulestackResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PrefixListGlobalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PrefixListLocalRulestacks.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/PrefixListResource.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ProductSerialNumberRequestStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ProductSerialNumberStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ProductSerialStatusValues.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ProtocolType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ProvisioningState.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ReadOnlyProvisioningState.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/RegistrationStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/RuleCounter.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/RuleCounterReset.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/RulestackDetails.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ScopeType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SecurityServices.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SecurityServicesResponse.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SecurityServicesTypeEnum.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SecurityServicesTypeList.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/ServerStatus.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SourceAddr.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/StateEnum.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/StorageAccount.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/StrataCloudManagerConfig.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/StrataCloudManagerInfo.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SupportInfo.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/SupportInfoModel.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/TagInfo.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/UsageType.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/VnetConfiguration.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/VwanConfiguration.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/models/package-info.java","src/main/java/com/azure/resourcemanager/paloaltonetworks/ngfw/package-info.java","src/main/java/module-info.java"]} \ No newline at end of file diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/resources/META-INF/native-image/com.azure.resourcemanager/azure-resourcemanager-paloaltonetworks-ngfw/proxy-config.json b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/resources/META-INF/native-image/com.azure.resourcemanager/azure-resourcemanager-paloaltonetworks-ngfw/proxy-config.json index 0b786fb25057..8640b6e2b06a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/resources/META-INF/native-image/com.azure.resourcemanager/azure-resourcemanager-paloaltonetworks-ngfw/proxy-config.json +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/main/resources/META-INF/native-image/com.azure.resourcemanager/azure-resourcemanager-paloaltonetworks-ngfw/proxy-config.json @@ -1 +1 @@ -[["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.CertificateObjectGlobalRulestacksClientImpl$CertificateObjectGlobalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.CertificateObjectLocalRulestacksClientImpl$CertificateObjectLocalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.FirewallStatusClientImpl$FirewallStatusService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.FirewallsClientImpl$FirewallsService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.FqdnListGlobalRulestacksClientImpl$FqdnListGlobalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.FqdnListLocalRulestacksClientImpl$FqdnListLocalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.GlobalRulestacksClientImpl$GlobalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.LocalRulesClientImpl$LocalRulesService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.LocalRulestacksClientImpl$LocalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.MetricsObjectFirewallsClientImpl$MetricsObjectFirewallsService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.OperationsClientImpl$OperationsService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PaloAltoNetworksCloudngfwOperationsClientImpl$PaloAltoNetworksCloudngfwOperationsService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PostRulesClientImpl$PostRulesService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PreRulesClientImpl$PreRulesService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PrefixListGlobalRulestacksClientImpl$PrefixListGlobalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PrefixListLocalRulestacksClientImpl$PrefixListLocalRulestacksService"]] \ No newline at end of file +[["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.CertificateObjectGlobalRulestacksClientImpl$CertificateObjectGlobalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.CertificateObjectLocalRulestacksClientImpl$CertificateObjectLocalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.CustomCaptureConfigurationsFirewallResourcesClientImpl$CustomCaptureConfigurationsFirewallResourcesService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.FirewallStatusClientImpl$FirewallStatusService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.FirewallsClientImpl$FirewallsService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.FqdnListGlobalRulestacksClientImpl$FqdnListGlobalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.FqdnListLocalRulestacksClientImpl$FqdnListLocalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.GlobalRulestacksClientImpl$GlobalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.LocalRulesClientImpl$LocalRulesService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.LocalRulestacksClientImpl$LocalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.LogIngestionSettingsResourcesClientImpl$LogIngestionSettingsResourcesService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.MetricsObjectFirewallsClientImpl$MetricsObjectFirewallsService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.OperationsClientImpl$OperationsService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PaloAltoNetworksCloudngfwOperationsClientImpl$PaloAltoNetworksCloudngfwOperationsService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PostRulesClientImpl$PostRulesService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PreRulesClientImpl$PreRulesService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PrefixListGlobalRulestacksClientImpl$PrefixListGlobalRulestacksService"],["com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.PrefixListLocalRulestacksClientImpl$PrefixListLocalRulestacksService"]] \ No newline at end of file diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackCreateOrUpdateSamples.java index 729df71f3937..0ddb6ea5dcf9 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackCreateOrUpdateSamples.java @@ -12,7 +12,7 @@ */ public final class CertificateObjectGlobalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_CreateOrUpdate_MinimumSet_Gen. @@ -28,7 +28,7 @@ public static void certificateObjectGlobalRulestackCreateOrUpdateMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_CreateOrUpdate_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackDeleteSamples.java index a0cc00a5dfb6..5ec3e05d0a3b 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class CertificateObjectGlobalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_Delete_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void certificateObjectGlobalRulestackDeleteMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_Delete_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackGetSamples.java index 9e7216edb20e..76deccb8e837 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackGetSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackGetSamples.java @@ -9,7 +9,7 @@ */ public final class CertificateObjectGlobalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_Get_MinimumSet_Gen. @@ -23,7 +23,7 @@ public static void certificateObjectGlobalRulestackGetMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_Get_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackListSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackListSamples.java index 569c046fc158..4b7a97c95abb 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackListSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackListSamples.java @@ -9,7 +9,7 @@ */ public final class CertificateObjectGlobalRulestackListSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_List_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_List_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void certificateObjectGlobalRulestackListMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/CertificateObjectGlobalRulestack_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectGlobalRulestack_List_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectGlobalRulestack_List_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackCreateOrUpdateSamples.java index acb7f8a26b91..56202dbeec43 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackCreateOrUpdateSamples.java @@ -11,7 +11,7 @@ */ public final class CertificateObjectLocalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_CreateOrUpdate_MinimumSet_Gen. @@ -28,7 +28,7 @@ public static void certificateObjectLocalRulestackCreateOrUpdateMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_CreateOrUpdate_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackDeleteSamples.java index c07b5a898cc0..16fada301e04 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class CertificateObjectLocalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_Delete_MaximumSet_Gen. @@ -23,7 +23,7 @@ public static void certificateObjectLocalRulestackDeleteMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_Delete_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackGetSamples.java index db87c328e917..7c276c6cd41e 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackGetSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackGetSamples.java @@ -9,7 +9,7 @@ */ public final class CertificateObjectLocalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_Get_MaximumSet_Gen. @@ -23,7 +23,7 @@ public static void certificateObjectLocalRulestackGetMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_Get_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackListByLocalRulestacksSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackListByLocalRulestacksSamples.java index 07b6dd9abf8f..b4142abccef3 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackListByLocalRulestacksSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackListByLocalRulestacksSamples.java @@ -9,7 +9,7 @@ */ public final class CertificateObjectLocalRulestackListByLocalRulestacksSamples { /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen. @@ -23,7 +23,7 @@ public static void certificateObjectLocalRulestackListByLocalRulestacksMaximumSe } /* - * x-ms-original-file: 2025-10-08/CertificateObjectLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/CertificateObjectLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json */ /** * Sample code: CertificateObjectLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesCreateOrUpdateSamples.java new file mode 100644 index 000000000000..5d6ad170b5fd --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesCreateOrUpdateSamples.java @@ -0,0 +1,73 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFilter; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProperties; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProtocol; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsStage; +import java.util.Arrays; + +/** + * Samples for CustomCaptureConfigurationsFirewallResources CreateOrUpdate. + */ +public final class CustomCaptureConfigurationsFirewallResourcesCreateOrUpdateSamples { + /* + * x-ms-original-file: + * 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_CreateOrUpdate_MaximumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_CreateOrUpdate_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesCreateOrUpdateMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .createOrUpdateWithResponse("firewall-rg", "firewall1", + new CustomCaptureConfigurationsFirewallResourceInner() + .withProperties(new CustomCaptureConfigurationsProperties() + .withPcapFilter(Arrays.asList(new CustomCaptureConfigurationsFilter() + .withProtocol(CustomCaptureConfigurationsProtocol.TCP) + .withSourceIpAddress("10.0.0.5") + .withSourcePort(54321) + .withDestinationIpAddress("52.39.204.87") + .withDestinationPort(443))) + .withPcapStages(Arrays.asList(CustomCaptureConfigurationsStage.RECEIVE, + CustomCaptureConfigurationsStage.TRANSMIT, CustomCaptureConfigurationsStage.DROP)) + .withDurationInSec(120) + .withStorageAccountResourceId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Storage/storageAccounts/pcapstorage")), + com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: + * 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_CreateOrUpdate_MinimumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_CreateOrUpdate_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesCreateOrUpdateMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .createOrUpdateWithResponse("firewall-rg", "firewall1", + new CustomCaptureConfigurationsFirewallResourceInner() + .withProperties(new CustomCaptureConfigurationsProperties() + .withPcapFilter(Arrays.asList(new CustomCaptureConfigurationsFilter() + .withProtocol(CustomCaptureConfigurationsProtocol.TCP) + .withSourceIpAddress("10.0.0.5") + .withDestinationIpAddress("52.39.204.87") + .withDestinationPort(443))) + .withPcapStages(Arrays.asList(CustomCaptureConfigurationsStage.FIREWALL)) + .withDurationInSec(30) + .withStorageAccountResourceId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Storage/storageAccounts/pcapstorage")), + com.azure.core.util.Context.NONE); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesDeleteSamples.java new file mode 100644 index 000000000000..9b536a80ac92 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesDeleteSamples.java @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +/** + * Samples for CustomCaptureConfigurationsFirewallResources Delete. + */ +public final class CustomCaptureConfigurationsFirewallResourcesDeleteSamples { + /* + * x-ms-original-file: 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_Delete_MinimumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_Delete_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesDeleteMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .deleteByResourceGroupWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_Delete_MaximumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_Delete_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesDeleteMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .deleteByResourceGroupWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesGetSamples.java new file mode 100644 index 000000000000..934d9eb4a864 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesGetSamples.java @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +/** + * Samples for CustomCaptureConfigurationsFirewallResources Get. + */ +public final class CustomCaptureConfigurationsFirewallResourcesGetSamples { + /* + * x-ms-original-file: 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_Get_MinimumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_Get_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesGetMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .getWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_Get_MaximumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_Get_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesGetMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .getWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesListByFirewallSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesListByFirewallSamples.java new file mode 100644 index 000000000000..343947b8ce99 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesListByFirewallSamples.java @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +/** + * Samples for CustomCaptureConfigurationsFirewallResources ListByFirewall. + */ +public final class CustomCaptureConfigurationsFirewallResourcesListByFirewallSamples { + /* + * x-ms-original-file: + * 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_ListByFirewall_MaximumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_ListByFirewall_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesListByFirewallMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .listByFirewall("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: + * 2026-07-29-preview/CustomCaptureConfigurationsFirewallResources_ListByFirewall_MinimumSet_Gen.json + */ + /** + * Sample code: CustomCaptureConfigurationsFirewallResources_ListByFirewall_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void customCaptureConfigurationsFirewallResourcesListByFirewallMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.customCaptureConfigurationsFirewallResources() + .listByFirewall("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusGetSamples.java index 7ad9fb908a3b..150bd13e73b4 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusGetSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusGetSamples.java @@ -9,7 +9,7 @@ */ public final class FirewallStatusGetSamples { /* - * x-ms-original-file: 2025-10-08/FirewallStatus_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FirewallStatus_Get_MinimumSet_Gen.json */ /** * Sample code: FirewallStatus_Get_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void firewallStatusGetMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/FirewallStatus_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FirewallStatus_Get_MaximumSet_Gen.json */ /** * Sample code: FirewallStatus_Get_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusListByFirewallsSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusListByFirewallsSamples.java index b6fb419142a2..61564710b8d1 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusListByFirewallsSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusListByFirewallsSamples.java @@ -9,7 +9,7 @@ */ public final class FirewallStatusListByFirewallsSamples { /* - * x-ms-original-file: 2025-10-08/FirewallStatus_ListByFirewalls_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FirewallStatus_ListByFirewalls_MaximumSet_Gen.json */ /** * Sample code: FirewallStatus_ListByFirewalls_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void firewallStatusListByFirewallsMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/FirewallStatus_ListByFirewalls_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FirewallStatus_ListByFirewalls_MinimumSet_Gen.json */ /** * Sample code: FirewallStatus_ListByFirewalls_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsCreateOrUpdateSamples.java index a9ed51a8748a..2265ad133aa9 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsCreateOrUpdateSamples.java @@ -37,7 +37,7 @@ */ public final class FirewallsCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: Firewalls_CreateOrUpdate_MaximumSet_Gen. @@ -104,6 +104,7 @@ public static void firewallsCreateOrUpdateMaximumSetGen( new AzureResourceManagerUserAssignedIdentity().withClientId("aaaa") .withPrincipalId("aaaaaaaaaaaaaaa")))) .withPanEtag("2bf4a339-294d-4c25-b0b2-ef649e9f5c12") + .withFirewallSku("PREMIUM") .withIsPanoramaManaged(BooleanEnum.TRUE) .withPanoramaConfig(new PanoramaConfig().withConfigString("bas64EncodedString")) .withAssociatedRulestack( @@ -122,7 +123,7 @@ public static void firewallsCreateOrUpdateMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/Firewalls_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: Firewalls_CreateOrUpdate_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsDeleteSamples.java index 0b962f4c323b..2a4c9ff5dd6d 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class FirewallsDeleteSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_Delete_MinimumSet_Gen.json */ /** * Sample code: Firewalls_Delete_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void firewallsDeleteMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/Firewalls_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_Delete_MaximumSet_Gen.json */ /** * Sample code: Firewalls_Delete_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetByResourceGroupSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetByResourceGroupSamples.java index 02ac17ed7967..a076fa67e954 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetByResourceGroupSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetByResourceGroupSamples.java @@ -9,7 +9,7 @@ */ public final class FirewallsGetByResourceGroupSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_Get_MaximumSet_Gen.json */ /** * Sample code: Firewalls_Get_MaximumSet_Gen. @@ -23,7 +23,7 @@ public final class FirewallsGetByResourceGroupSamples { } /* - * x-ms-original-file: 2025-10-08/Firewalls_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_Get_MinimumSet_Gen.json */ /** * Sample code: Firewalls_Get_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetGlobalRulestackSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetGlobalRulestackSamples.java index e26f9dd1cdf9..1b0602cda897 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetGlobalRulestackSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetGlobalRulestackSamples.java @@ -9,7 +9,7 @@ */ public final class FirewallsGetGlobalRulestackSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_getGlobalRulestack_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_getGlobalRulestack_MaximumSet_Gen.json */ /** * Sample code: Firewalls_getGlobalRulestack_MaximumSet_Gen. @@ -23,7 +23,7 @@ public static void firewallsGetGlobalRulestackMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/Firewalls_getGlobalRulestack_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_getGlobalRulestack_MinimumSet_Gen.json */ /** * Sample code: Firewalls_getGlobalRulestack_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetLogProfileSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetLogProfileSamples.java index e3a60c9c5416..0036037ae9d4 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetLogProfileSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetLogProfileSamples.java @@ -9,7 +9,7 @@ */ public final class FirewallsGetLogProfileSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_getLogProfile_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_getLogProfile_MinimumSet_Gen.json */ /** * Sample code: Firewalls_getLogProfile_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void firewallsGetLogProfileMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/Firewalls_getLogProfile_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_getLogProfile_MaximumSet_Gen.json */ /** * Sample code: Firewalls_getLogProfile_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetSupportInfoSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetSupportInfoSamples.java index cd42f4992e9e..6b672da562c2 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetSupportInfoSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetSupportInfoSamples.java @@ -9,7 +9,7 @@ */ public final class FirewallsGetSupportInfoSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_getSupportInfo_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_getSupportInfo_MinimumSet_Gen.json */ /** * Sample code: Firewalls_getSupportInfo_MinimumSet_Gen. @@ -23,7 +23,7 @@ public static void firewallsGetSupportInfoMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/Firewalls_getSupportInfo_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_getSupportInfo_MaximumSet_Gen.json */ /** * Sample code: Firewalls_getSupportInfo_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsListByResourceGroupSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsListByResourceGroupSamples.java index dc05b8b87fb6..78245ee0d573 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsListByResourceGroupSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsListByResourceGroupSamples.java @@ -9,7 +9,7 @@ */ public final class FirewallsListByResourceGroupSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_ListByResourceGroup_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_ListByResourceGroup_MaximumSet_Gen.json */ /** * Sample code: Firewalls_ListByResourceGroup_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void firewallsListByResourceGroupMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/Firewalls_ListByResourceGroup_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_ListByResourceGroup_MinimumSet_Gen.json */ /** * Sample code: Firewalls_ListByResourceGroup_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsListSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsListSamples.java index 57180da96f31..8d8c8406f2d7 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsListSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsListSamples.java @@ -9,7 +9,7 @@ */ public final class FirewallsListSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_ListBySubscription_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_ListBySubscription_MinimumSet_Gen.json */ /** * Sample code: Firewalls_ListBySubscription_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void firewallsListBySubscriptionMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/Firewalls_ListBySubscription_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_ListBySubscription_MaximumSet_Gen.json */ /** * Sample code: Firewalls_ListBySubscription_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsSaveLogProfileSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsSaveLogProfileSamples.java index dab7b3789a42..f4842185e769 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsSaveLogProfileSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsSaveLogProfileSamples.java @@ -18,7 +18,7 @@ */ public final class FirewallsSaveLogProfileSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_saveLogProfile_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_saveLogProfile_MaximumSet_Gen.json */ /** * Sample code: Firewalls_saveLogProfile_MaximumSet_Gen. @@ -93,7 +93,7 @@ public static void firewallsSaveLogProfileMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/Firewalls_saveLogProfile_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_saveLogProfile_MinimumSet_Gen.json */ /** * Sample code: Firewalls_saveLogProfile_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsUpdateSamples.java index 867cceff220d..c637a62e395b 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsUpdateSamples.java @@ -39,7 +39,7 @@ */ public final class FirewallsUpdateSamples { /* - * x-ms-original-file: 2025-10-08/Firewalls_Update_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_Update_MinimumSet_Gen.json */ /** * Sample code: Firewalls_Update_MinimumSet_Gen. @@ -55,7 +55,7 @@ public static void firewallsUpdateMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/Firewalls_Update_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Firewalls_Update_MaximumSet_Gen.json */ /** * Sample code: Firewalls_Update_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackCreateOrUpdateSamples.java index 43e24a767f88..a3397cacbbba 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackCreateOrUpdateSamples.java @@ -12,7 +12,7 @@ */ public final class FqdnListGlobalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen. @@ -31,7 +31,7 @@ public static void fqdnListGlobalRulestackCreateOrUpdateMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackDeleteSamples.java index 8899d96235fe..6c29cf313f07 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class FqdnListGlobalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_Delete_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void fqdnListGlobalRulestackDeleteMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_Delete_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackGetSamples.java index fc655babaf3c..2d0581bdf579 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackGetSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackGetSamples.java @@ -9,7 +9,7 @@ */ public final class FqdnListGlobalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_Get_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void fqdnListGlobalRulestackGetMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_Get_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackListSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackListSamples.java index f6995fb431bb..aa326856786f 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackListSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackListSamples.java @@ -9,7 +9,7 @@ */ public final class FqdnListGlobalRulestackListSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_List_MinimumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_List_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void fqdnListGlobalRulestackListMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/FqdnListGlobalRulestack_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListGlobalRulestack_List_MaximumSet_Gen.json */ /** * Sample code: FqdnListGlobalRulestack_List_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackCreateOrUpdateSamples.java index 81f6401009b5..868da0c135c0 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackCreateOrUpdateSamples.java @@ -11,7 +11,7 @@ */ public final class FqdnListLocalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_CreateOrUpdate_MaximumSet_Gen. @@ -31,7 +31,7 @@ public static void fqdnListLocalRulestackCreateOrUpdateMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_CreateOrUpdate_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackDeleteSamples.java index d8e4fa5e3483..a2cd54764503 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class FqdnListLocalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_Delete_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void fqdnListLocalRulestackDeleteMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_Delete_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackGetSamples.java index 56a750696086..ceaa657add78 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackGetSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackGetSamples.java @@ -9,7 +9,7 @@ */ public final class FqdnListLocalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_Get_MinimumSet_Gen. @@ -23,7 +23,7 @@ public static void fqdnListLocalRulestackGetMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_Get_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackListByLocalRulestacksSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackListByLocalRulestacksSamples.java index b8c371b854a3..445df40c0733 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackListByLocalRulestacksSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackListByLocalRulestacksSamples.java @@ -9,7 +9,7 @@ */ public final class FqdnListLocalRulestackListByLocalRulestacksSamples { /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void fqdnListLocalRulestackListByLocalRulestacksMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/FqdnListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/FqdnListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json */ /** * Sample code: FqdnListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackCommitSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackCommitSamples.java index d295f37e0b08..f9c4659faeb6 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackCommitSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackCommitSamples.java @@ -9,7 +9,7 @@ */ public final class GlobalRulestackCommitSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_commit_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_commit_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_commit_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void globalRulestackCommitMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_commit_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_commit_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_commit_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackCreateOrUpdateSamples.java index dde92dd5ddeb..401a99b1257d 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackCreateOrUpdateSamples.java @@ -20,7 +20,7 @@ */ public final class GlobalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_CreateOrUpdate_MinimumSet_Gen. @@ -35,7 +35,7 @@ public static void globalRulestackCreateOrUpdateMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_CreateOrUpdate_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackDeleteSamples.java index d65d8e331f26..1da4b9737658 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class GlobalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_Delete_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void globalRulestackDeleteMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_Delete_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackGetChangeLogSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackGetChangeLogSamples.java index e2713c638b1a..ced98363bf6b 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackGetChangeLogSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackGetChangeLogSamples.java @@ -9,7 +9,7 @@ */ public final class GlobalRulestackGetChangeLogSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_getChangeLog_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_getChangeLog_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_getChangeLog_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void globalRulestackGetChangeLogMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_getChangeLog_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_getChangeLog_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_getChangeLog_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackGetSamples.java index dbb1ac762433..0ebcd81e4486 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackGetSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackGetSamples.java @@ -9,7 +9,7 @@ */ public final class GlobalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_Get_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void globalRulestackGetMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_Get_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListAdvancedSecurityObjectsSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListAdvancedSecurityObjectsSamples.java index 465c7e151393..0e5cbe1b33cd 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListAdvancedSecurityObjectsSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListAdvancedSecurityObjectsSamples.java @@ -11,7 +11,7 @@ */ public final class GlobalRulestackListAdvancedSecurityObjectsSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listAdvancedSecurityObjects_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listAdvancedSecurityObjects_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_listAdvancedSecurityObjects_MaximumSet_Gen. @@ -26,7 +26,7 @@ public static void globalRulestackListAdvancedSecurityObjectsMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listAdvancedSecurityObjects_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listAdvancedSecurityObjects_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_listAdvancedSecurityObjects_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListAppIdsSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListAppIdsSamples.java index 5f1bd9b553fe..13a4410d7a46 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListAppIdsSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListAppIdsSamples.java @@ -9,7 +9,7 @@ */ public final class GlobalRulestackListAppIdsSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listAppIds_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listAppIds_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_listAppIds_MaximumSet_Gen. @@ -23,7 +23,7 @@ public static void globalRulestackListAppIdsMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listAppIds_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listAppIds_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_listAppIds_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListCountriesSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListCountriesSamples.java index cb6fc9fc3978..846bb78e8da3 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListCountriesSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListCountriesSamples.java @@ -9,7 +9,7 @@ */ public final class GlobalRulestackListCountriesSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listCountries_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listCountries_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_listCountries_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void globalRulestackListCountriesMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listCountries_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listCountries_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_listCountries_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListFirewallsSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListFirewallsSamples.java index 63a4970017db..1da205f67379 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListFirewallsSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListFirewallsSamples.java @@ -9,7 +9,7 @@ */ public final class GlobalRulestackListFirewallsSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listFirewalls_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listFirewalls_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_listFirewalls_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void globalRulestackListFirewallsMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listFirewalls_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listFirewalls_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_listFirewalls_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListPredefinedUrlCategoriesSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListPredefinedUrlCategoriesSamples.java index cc6c5fad20de..9f7f567fc870 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListPredefinedUrlCategoriesSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListPredefinedUrlCategoriesSamples.java @@ -9,7 +9,7 @@ */ public final class GlobalRulestackListPredefinedUrlCategoriesSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listPredefinedUrlCategories_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listPredefinedUrlCategories_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_listPredefinedUrlCategories_MaximumSet_Gen. @@ -23,7 +23,7 @@ public static void globalRulestackListPredefinedUrlCategoriesMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listPredefinedUrlCategories_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listPredefinedUrlCategories_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_listPredefinedUrlCategories_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListSamples.java index 9ab11fc95202..34353d26bbba 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListSamples.java @@ -9,7 +9,7 @@ */ public final class GlobalRulestackListSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_List_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_List_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void globalRulestackListMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_List_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_List_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListSecurityServicesSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListSecurityServicesSamples.java index cd7932b16d69..67f150dbd869 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListSecurityServicesSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackListSecurityServicesSamples.java @@ -11,7 +11,7 @@ */ public final class GlobalRulestackListSecurityServicesSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listSecurityServices_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listSecurityServices_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_listSecurityServices_MinimumSet_Gen. @@ -26,7 +26,7 @@ public static void globalRulestackListSecurityServicesMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_listSecurityServices_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_listSecurityServices_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_listSecurityServices_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackRevertSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackRevertSamples.java index 5d894c1cbb1d..2b9bec20ee14 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackRevertSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackRevertSamples.java @@ -9,7 +9,7 @@ */ public final class GlobalRulestackRevertSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_revert_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_revert_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_revert_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void globalRulestackRevertMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_revert_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_revert_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_revert_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackUpdateSamples.java index 887d06525f5c..644277074806 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackUpdateSamples.java @@ -21,7 +21,7 @@ */ public final class GlobalRulestackUpdateSamples { /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_Update_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_Update_MaximumSet_Gen.json */ /** * Sample code: GlobalRulestack_Update_MaximumSet_Gen. @@ -56,7 +56,7 @@ public static void globalRulestackUpdateMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/GlobalRulestack_Update_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/GlobalRulestack_Update_MinimumSet_Gen.json */ /** * Sample code: GlobalRulestack_Update_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesCreateOrUpdateSamples.java index 553f10e5993a..8a96c0d8148a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesCreateOrUpdateSamples.java @@ -19,7 +19,7 @@ */ public final class LocalRulesCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: LocalRules_CreateOrUpdate_MinimumSet_Gen. @@ -36,7 +36,7 @@ public static void localRulesCreateOrUpdateMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRules_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: LocalRules_CreateOrUpdate_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesDeleteSamples.java index 031a50eaf4f3..9f2fc169ef2a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulesDeleteSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_Delete_MaximumSet_Gen.json */ /** * Sample code: LocalRules_Delete_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void localRulesDeleteMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRules_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_Delete_MinimumSet_Gen.json */ /** * Sample code: LocalRules_Delete_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesGetCountersSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesGetCountersSamples.java index f24ce75d0d00..89072d1ead4b 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesGetCountersSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesGetCountersSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulesGetCountersSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_getCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_getCounters_MaximumSet_Gen.json */ /** * Sample code: LocalRules_getCounters_MaximumSet_Gen. @@ -23,7 +23,7 @@ public static void localRulesGetCountersMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRules_getCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_getCounters_MinimumSet_Gen.json */ /** * Sample code: LocalRules_getCounters_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesGetSamples.java index a979322d6a06..71538b1e5ba4 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesGetSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesGetSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulesGetSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_Get_MaximumSet_Gen.json */ /** * Sample code: LocalRules_Get_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void localRulesGetMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRules_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_Get_MinimumSet_Gen.json */ /** * Sample code: LocalRules_Get_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesListByLocalRulestacksSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesListByLocalRulestacksSamples.java index 78b2e4680d95..e5015bd989be 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesListByLocalRulestacksSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesListByLocalRulestacksSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulesListByLocalRulestacksSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_ListByLocalRulestacks_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_ListByLocalRulestacks_MinimumSet_Gen.json */ /** * Sample code: LocalRules_ListByLocalRulestacks_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void localRulesListByLocalRulestacksMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRules_ListByLocalRulestacks_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_ListByLocalRulestacks_MaximumSet_Gen.json */ /** * Sample code: LocalRules_ListByLocalRulestacks_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesRefreshCountersSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesRefreshCountersSamples.java index 9d268836b372..4a67039b32d5 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesRefreshCountersSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesRefreshCountersSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulesRefreshCountersSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_refreshCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_refreshCounters_MinimumSet_Gen.json */ /** * Sample code: LocalRules_refreshCounters_MinimumSet_Gen. @@ -23,7 +23,7 @@ public static void localRulesRefreshCountersMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRules_refreshCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_refreshCounters_MaximumSet_Gen.json */ /** * Sample code: LocalRules_refreshCounters_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesResetCountersSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesResetCountersSamples.java index 169e6bfda780..6943bb81c1fb 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesResetCountersSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesResetCountersSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulesResetCountersSamples { /* - * x-ms-original-file: 2025-10-08/LocalRules_resetCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_resetCounters_MaximumSet_Gen.json */ /** * Sample code: LocalRules_resetCounters_MaximumSet_Gen. @@ -23,7 +23,7 @@ public static void localRulesResetCountersMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRules_resetCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRules_resetCounters_MinimumSet_Gen.json */ /** * Sample code: LocalRules_resetCounters_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksCommitSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksCommitSamples.java index d3205ba0db31..ba9db63f4892 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksCommitSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksCommitSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulestacksCommitSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_commit_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_commit_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_commit_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void localRulestacksCommitMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_commit_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_commit_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_commit_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksCreateOrUpdateSamples.java index 33034e55cf9c..be9bb9a35e31 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksCreateOrUpdateSamples.java @@ -19,7 +19,7 @@ */ public final class LocalRulestacksCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_CreateOrUpdate_MinimumSet_Gen. @@ -32,7 +32,7 @@ public static void localRulestacksCreateOrUpdateMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_CreateOrUpdate_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksDeleteSamples.java index e798e1a29765..ec0e1fbec3e7 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulestacksDeleteSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_Delete_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_Delete_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void localRulestacksDeleteMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_Delete_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_Delete_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetByResourceGroupSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetByResourceGroupSamples.java index 89e7fcf491de..3d9deec60b95 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetByResourceGroupSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetByResourceGroupSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulestacksGetByResourceGroupSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_Get_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_Get_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void localRulestacksGetMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_Get_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_Get_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetChangeLogSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetChangeLogSamples.java index 1de0343ef7ed..205324fe2ba3 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetChangeLogSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetChangeLogSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulestacksGetChangeLogSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_getChangeLog_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_getChangeLog_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_getChangeLog_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void localRulestacksGetChangeLogMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_getChangeLog_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_getChangeLog_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_getChangeLog_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetSupportInfoSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetSupportInfoSamples.java index 9385cb3109c7..c410b5806712 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetSupportInfoSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetSupportInfoSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulestacksGetSupportInfoSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_getSupportInfo_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_getSupportInfo_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_getSupportInfo_MinimumSet_Gen. @@ -23,7 +23,7 @@ public static void localRulestacksGetSupportInfoMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_getSupportInfo_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_getSupportInfo_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_getSupportInfo_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAdvancedSecurityObjectsSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAdvancedSecurityObjectsSamples.java index 1813d88163bf..c9706f1bf248 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAdvancedSecurityObjectsSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAdvancedSecurityObjectsSamples.java @@ -11,7 +11,7 @@ */ public final class LocalRulestacksListAdvancedSecurityObjectsSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listAdvancedSecurityObjects_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listAdvancedSecurityObjects_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_listAdvancedSecurityObjects_MaximumSet_Gen. @@ -27,7 +27,7 @@ public static void localRulestacksListAdvancedSecurityObjectsMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listAdvancedSecurityObjects_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listAdvancedSecurityObjects_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_listAdvancedSecurityObjects_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAppIdsSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAppIdsSamples.java index ea6d51ef9c2a..534ad8d8ca0e 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAppIdsSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAppIdsSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulestacksListAppIdsSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listAppIds_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listAppIds_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_listAppIds_MaximumSet_Gen. @@ -23,7 +23,7 @@ public static void localRulestacksListAppIdsMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listAppIds_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listAppIds_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_listAppIds_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListByResourceGroupSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListByResourceGroupSamples.java index e4dc932c096a..947a7c95516f 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListByResourceGroupSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListByResourceGroupSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulestacksListByResourceGroupSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_ListByResourceGroup_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_ListByResourceGroup_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_ListByResourceGroup_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void localRulestacksListByResourceGroupMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_ListByResourceGroup_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_ListByResourceGroup_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_ListByResourceGroup_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListCountriesSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListCountriesSamples.java index f456e8cf610b..1dde4cf77b81 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListCountriesSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListCountriesSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulestacksListCountriesSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listCountries_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listCountries_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_listCountries_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void localRulestacksListCountriesMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listCountries_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listCountries_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_listCountries_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListFirewallsSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListFirewallsSamples.java index 7ef5c5b079bb..e10e967e961c 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListFirewallsSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListFirewallsSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulestacksListFirewallsSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listFirewalls_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listFirewalls_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_listFirewalls_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void localRulestacksListFirewallsMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listFirewalls_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listFirewalls_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_listFirewalls_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListPredefinedUrlCategoriesSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListPredefinedUrlCategoriesSamples.java index f396d9a29f15..3e9b39e1ad54 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListPredefinedUrlCategoriesSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListPredefinedUrlCategoriesSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulestacksListPredefinedUrlCategoriesSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listPredefinedUrlCategories_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listPredefinedUrlCategories_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_listPredefinedUrlCategories_MinimumSet_Gen. @@ -23,7 +23,7 @@ public static void localRulestacksListPredefinedUrlCategoriesMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listPredefinedUrlCategories_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listPredefinedUrlCategories_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_listPredefinedUrlCategories_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListSamples.java index 745717c7ea98..0f2a2a215b23 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulestacksListSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_ListBySubscription_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_ListBySubscription_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_ListBySubscription_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void localRulestacksListBySubscriptionMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_ListBySubscription_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_ListBySubscription_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_ListBySubscription_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListSecurityServicesSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListSecurityServicesSamples.java index c68014f5afcb..bab48381b530 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListSecurityServicesSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListSecurityServicesSamples.java @@ -11,7 +11,7 @@ */ public final class LocalRulestacksListSecurityServicesSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listSecurityServices_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listSecurityServices_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_listSecurityServices_MinimumSet_Gen. @@ -26,7 +26,7 @@ public static void localRulestacksListSecurityServicesMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_listSecurityServices_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_listSecurityServices_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_listSecurityServices_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksRevertSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksRevertSamples.java index 5940b5ec08ed..5c8cb255e9ce 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksRevertSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksRevertSamples.java @@ -9,7 +9,7 @@ */ public final class LocalRulestacksRevertSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_revert_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_revert_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_revert_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void localRulestacksRevertMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_revert_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_revert_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_revert_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksUpdateSamples.java index 35169c7adda5..b92f8a48359a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksUpdateSamples.java @@ -21,7 +21,7 @@ */ public final class LocalRulestacksUpdateSamples { /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_Update_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_Update_MaximumSet_Gen.json */ /** * Sample code: LocalRulestacks_Update_MaximumSet_Gen. @@ -59,7 +59,7 @@ public static void localRulestacksUpdateMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/LocalRulestacks_Update_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/LocalRulestacks_Update_MinimumSet_Gen.json */ /** * Sample code: LocalRulestacks_Update_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesCreateOrUpdateSamples.java new file mode 100644 index 000000000000..be47c4e78599 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesCreateOrUpdateSamples.java @@ -0,0 +1,75 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.LogIngestionSettingsResourceInner; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogDestinationV2; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogIngestionSettingsProperties; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.MonitorLogV2; + +/** + * Samples for LogIngestionSettingsResources CreateOrUpdate. + */ +public final class LogIngestionSettingsResourcesCreateOrUpdateSamples { + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_CreateOrUpdate_MaximumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_CreateOrUpdate_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesCreateOrUpdateMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .createOrUpdateWithResponse("firewall-rg", "firewall1", new LogIngestionSettingsResourceInner() + .withProperties(new LogIngestionSettingsProperties().withCommonDestination( + new LogDestinationV2().withMonitorConfigurationsV2(new MonitorLogV2().withDcrId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Insights/dataCollectionRules/dcr1") + .withLogIngestionEndpoint("https://dce1.eastus-1.ingest.monitor.azure.com") + .withDcrImmutableId("dcr-961d3dcf06f8402ebe071efc3eb19005") + .withStreamName("Custom-PANLogs_CL"))) + .withTrafficLogDestination(new LogDestinationV2().withMonitorConfigurationsV2(new MonitorLogV2() + .withDcrId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Insights/dataCollectionRules/dcr1") + .withLogIngestionEndpoint("https://dce1.eastus-1.ingest.monitor.azure.com") + .withDcrImmutableId("dcr-961d3dcf06f8402ebe071efc3eb19005") + .withStreamName("Custom-PANTrafficLogs_CL"))) + .withThreatLogDestination(new LogDestinationV2().withMonitorConfigurationsV2(new MonitorLogV2() + .withDcrId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Insights/dataCollectionRules/dcr2") + .withLogIngestionEndpoint("https://dce1.eastus-1.ingest.monitor.azure.com") + .withDcrImmutableId("dcr-772e4ecf17f9513fce182efc4fc2a116") + .withStreamName("Custom-PANThreatLogs_CL"))) + .withDecryptLogDestination(new LogDestinationV2().withMonitorConfigurationsV2(new MonitorLogV2() + .withDcrId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Insights/dataCollectionRules/dcr3") + .withLogIngestionEndpoint("https://dce1.eastus-1.ingest.monitor.azure.com") + .withDcrImmutableId("dcr-883f5fdf28fa624dfe293efc5fd3b227") + .withStreamName("Custom-PANDecryptLogs_CL")))), + com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_CreateOrUpdate_MinimumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_CreateOrUpdate_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesCreateOrUpdateMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .createOrUpdateWithResponse("firewall-rg", "firewall1", new LogIngestionSettingsResourceInner() + .withProperties(new LogIngestionSettingsProperties().withCommonDestination( + new LogDestinationV2().withMonitorConfigurationsV2(new MonitorLogV2().withDcrId( + "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/firewall-rg/providers/Microsoft.Insights/dataCollectionRules/dcr1") + .withLogIngestionEndpoint("https://dce1.eastus-1.ingest.monitor.azure.com") + .withDcrImmutableId("dcr-961d3dcf06f8402ebe071efc3eb19005") + .withStreamName("Custom-PANTrafficLogs_CL")))), + com.azure.core.util.Context.NONE); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesDeleteSamples.java new file mode 100644 index 000000000000..b18f0b6184fa --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesDeleteSamples.java @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +/** + * Samples for LogIngestionSettingsResources Delete. + */ +public final class LogIngestionSettingsResourcesDeleteSamples { + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_Delete_MaximumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_Delete_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesDeleteMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .deleteByResourceGroupWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_Delete_MinimumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_Delete_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesDeleteMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .deleteByResourceGroupWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesGetSamples.java new file mode 100644 index 000000000000..de47ab11ad3b --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesGetSamples.java @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +/** + * Samples for LogIngestionSettingsResources Get. + */ +public final class LogIngestionSettingsResourcesGetSamples { + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_Get_MaximumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_Get_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesGetMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .getWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_Get_MinimumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_Get_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesGetMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .getWithResponse("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesListByFirewallSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesListByFirewallSamples.java new file mode 100644 index 000000000000..292d96a816cb --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesListByFirewallSamples.java @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +/** + * Samples for LogIngestionSettingsResources ListByFirewall. + */ +public final class LogIngestionSettingsResourcesListByFirewallSamples { + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_ListByFirewall_MaximumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_ListByFirewall_MaximumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesListByFirewallMaximumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .listByFirewall("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } + + /* + * x-ms-original-file: 2026-07-29-preview/LogIngestionSettingsResources_ListByFirewall_MinimumSet_Gen.json + */ + /** + * Sample code: LogIngestionSettingsResources_ListByFirewall_MinimumSet_Gen. + * + * @param manager Entry point to PaloAltoNetworksNgfwManager. + */ + public static void logIngestionSettingsResourcesListByFirewallMinimumSetGen( + com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager manager) { + manager.logIngestionSettingsResources() + .listByFirewall("firewall-rg", "firewall1", com.azure.core.util.Context.NONE); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallCreateOrUpdateSamples.java index 5a60de1bbfa7..f3e3f1b5a6e1 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallCreateOrUpdateSamples.java @@ -11,7 +11,7 @@ */ public final class MetricsObjectFirewallCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_CreateOrUpdate_MinimumSet_Gen. @@ -28,7 +28,7 @@ public static void metricsObjectFirewallCreateOrUpdateMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_CreateOrUpdate_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallDeleteSamples.java index f3f5f19797c3..7ae856c01391 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class MetricsObjectFirewallDeleteSamples { /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_Delete_MaximumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_Delete_MaximumSet_Gen. @@ -23,7 +23,7 @@ public static void metricsObjectFirewallDeleteMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_Delete_MinimumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_Delete_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallGetSamples.java index e08f85a52303..9f1a85325a8f 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallGetSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallGetSamples.java @@ -9,7 +9,7 @@ */ public final class MetricsObjectFirewallGetSamples { /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_Get_MinimumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_Get_MinimumSet_Gen. @@ -23,7 +23,7 @@ public static void metricsObjectFirewallGetMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_Get_MaximumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_Get_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallListByFirewallsSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallListByFirewallsSamples.java index 00e535370e90..7016d5bab89d 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallListByFirewallsSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallListByFirewallsSamples.java @@ -9,7 +9,7 @@ */ public final class MetricsObjectFirewallListByFirewallsSamples { /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_ListByFirewalls_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_ListByFirewalls_MinimumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_ListByFirewalls_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void metricsObjectFirewallListByFirewallsMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/MetricsObjectFirewall_ListByFirewalls_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/MetricsObjectFirewall_ListByFirewalls_MaximumSet_Gen.json */ /** * Sample code: MetricsObjectFirewall_ListByFirewalls_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/OperationsListSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/OperationsListSamples.java index 17751134c709..c629bce481e8 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/OperationsListSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/OperationsListSamples.java @@ -9,7 +9,7 @@ */ public final class OperationsListSamples { /* - * x-ms-original-file: 2025-10-08/Operations_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Operations_List_MinimumSet_Gen.json */ /** * Sample code: Operations_List_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void operationsListMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/Operations_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/Operations_List_MaximumSet_Gen.json */ /** * Sample code: Operations_List_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberSamples.java index 5296c8f769e3..82d96e410df8 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberSamples.java @@ -9,7 +9,8 @@ */ public final class PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberSamples { /* - * x-ms-original-file: 2025-10-08/PaloAltoNetworksCloudngfwOperations_createProductSerialNumber_MinimumSet_Gen.json + * x-ms-original-file: + * 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_createProductSerialNumber_MinimumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_createProductSerialNumber_MinimumSet_Gen. @@ -23,7 +24,8 @@ public static void paloAltoNetworksCloudngfwOperationsCreateProductSerialNumberM } /* - * x-ms-original-file: 2025-10-08/PaloAltoNetworksCloudngfwOperations_createProductSerialNumber_MaximumSet_Gen.json + * x-ms-original-file: + * 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_createProductSerialNumber_MaximumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_createProductSerialNumber_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsSamples.java index 968d2e7b1038..2de4c9f726bc 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsSamples.java @@ -9,7 +9,8 @@ */ public final class PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsSamples { /* - * x-ms-original-file: 2025-10-08/PaloAltoNetworksCloudngfwOperations_listCloudManagerTenants_MinimumSet_Gen.json + * x-ms-original-file: + * 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_listCloudManagerTenants_MinimumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_listCloudManagerTenants_MinimumSet_Gen. @@ -23,7 +24,8 @@ public static void paloAltoNetworksCloudngfwOperationsListCloudManagerTenantsMin } /* - * x-ms-original-file: 2025-10-08/PaloAltoNetworksCloudngfwOperations_listCloudManagerTenants_MaximumSet_Gen.json + * x-ms-original-file: + * 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_listCloudManagerTenants_MaximumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_listCloudManagerTenants_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusSamples.java index 796806d85ede..6ef03bcae096 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusSamples.java @@ -10,7 +10,7 @@ public final class PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusSamples { /* * x-ms-original-file: - * 2025-10-08/PaloAltoNetworksCloudngfwOperations_listProductSerialNumberStatus_MinimumSet_Gen.json + * 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_listProductSerialNumberStatus_MinimumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_listProductSerialNumberStatus_MinimumSet_Gen. @@ -25,7 +25,7 @@ public static void paloAltoNetworksCloudngfwOperationsListProductSerialNumberSta /* * x-ms-original-file: - * 2025-10-08/PaloAltoNetworksCloudngfwOperations_listProductSerialNumberStatus_MaximumSet_Gen.json + * 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_listProductSerialNumberStatus_MaximumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_listProductSerialNumberStatus_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListSupportInfoSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListSupportInfoSamples.java index 7118b412a03e..b6575eb80d65 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListSupportInfoSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListSupportInfoSamples.java @@ -9,7 +9,7 @@ */ public final class PaloAltoNetworksCloudngfwOperationsListSupportInfoSamples { /* - * x-ms-original-file: 2025-10-08/PaloAltoNetworksCloudngfwOperations_listSupportInfo_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_listSupportInfo_MinimumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_listSupportInfo_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void paloAltoNetworksCloudngfwOperationsListSupportInfoMinimumSetG } /* - * x-ms-original-file: 2025-10-08/PaloAltoNetworksCloudngfwOperations_listSupportInfo_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PaloAltoNetworksCloudngfwOperations_listSupportInfo_MaximumSet_Gen.json */ /** * Sample code: PaloAltoNetworksCloudngfwOperations_listSupportInfo_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesCreateOrUpdateSamples.java index 8c9d04426435..a32458759ae0 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesCreateOrUpdateSamples.java @@ -20,7 +20,7 @@ */ public final class PostRulesCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: PostRules_CreateOrUpdate_MaximumSet_Gen. @@ -61,7 +61,7 @@ public static void postRulesCreateOrUpdateMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/PostRules_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: PostRules_CreateOrUpdate_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesDeleteSamples.java index 7a06d8c7f5f6..d3f3f4d60a84 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class PostRulesDeleteSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_Delete_MinimumSet_Gen.json */ /** * Sample code: PostRules_Delete_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void postRulesDeleteMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/PostRules_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_Delete_MaximumSet_Gen.json */ /** * Sample code: PostRules_Delete_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesGetCountersSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesGetCountersSamples.java index 542817d9a733..6404d6ff77f4 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesGetCountersSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesGetCountersSamples.java @@ -9,7 +9,7 @@ */ public final class PostRulesGetCountersSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_getCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_getCounters_MinimumSet_Gen.json */ /** * Sample code: PostRules_getCounters_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void postRulesGetCountersMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/PostRules_getCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_getCounters_MaximumSet_Gen.json */ /** * Sample code: PostRules_getCounters_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesGetSamples.java index 9b81ae065fb1..fc3f1d0acb2c 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesGetSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesGetSamples.java @@ -9,7 +9,7 @@ */ public final class PostRulesGetSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_Get_MinimumSet_Gen.json */ /** * Sample code: PostRules_Get_MinimumSet_Gen. @@ -22,7 +22,7 @@ public final class PostRulesGetSamples { } /* - * x-ms-original-file: 2025-10-08/PostRules_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_Get_MaximumSet_Gen.json */ /** * Sample code: PostRules_Get_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesListSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesListSamples.java index 175e4b5a730a..a6ea112fbc3a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesListSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesListSamples.java @@ -9,7 +9,7 @@ */ public final class PostRulesListSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_List_MinimumSet_Gen.json */ /** * Sample code: PostRules_List_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void postRulesListMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/PostRules_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_List_MaximumSet_Gen.json */ /** * Sample code: PostRules_List_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesRefreshCountersSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesRefreshCountersSamples.java index 56d6f1b6f61f..5edf9c932eb6 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesRefreshCountersSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesRefreshCountersSamples.java @@ -9,7 +9,7 @@ */ public final class PostRulesRefreshCountersSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_refreshCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_refreshCounters_MaximumSet_Gen.json */ /** * Sample code: PostRules_refreshCounters_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void postRulesRefreshCountersMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/PostRules_refreshCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_refreshCounters_MinimumSet_Gen.json */ /** * Sample code: PostRules_refreshCounters_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesResetCountersSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesResetCountersSamples.java index a92e85ed09c7..47e21e027995 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesResetCountersSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesResetCountersSamples.java @@ -9,7 +9,7 @@ */ public final class PostRulesResetCountersSamples { /* - * x-ms-original-file: 2025-10-08/PostRules_resetCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_resetCounters_MaximumSet_Gen.json */ /** * Sample code: PostRules_resetCounters_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void postRulesResetCountersMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/PostRules_resetCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PostRules_resetCounters_MinimumSet_Gen.json */ /** * Sample code: PostRules_resetCounters_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesCreateOrUpdateSamples.java index 2007471e141c..0b897e07b229 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesCreateOrUpdateSamples.java @@ -20,7 +20,7 @@ */ public final class PreRulesCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: PreRules_CreateOrUpdate_MaximumSet_Gen. @@ -61,7 +61,7 @@ public static void preRulesCreateOrUpdateMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/PreRules_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: PreRules_CreateOrUpdate_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesDeleteSamples.java index 830ff402389b..bc34429aa257 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class PreRulesDeleteSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_Delete_MinimumSet_Gen.json */ /** * Sample code: PreRules_Delete_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void preRulesDeleteMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/PreRules_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_Delete_MaximumSet_Gen.json */ /** * Sample code: PreRules_Delete_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesGetCountersSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesGetCountersSamples.java index 02d4eb4c850a..16b956a15f2a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesGetCountersSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesGetCountersSamples.java @@ -9,7 +9,7 @@ */ public final class PreRulesGetCountersSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_getCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_getCounters_MinimumSet_Gen.json */ /** * Sample code: PreRules_getCounters_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void preRulesGetCountersMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/PreRules_getCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_getCounters_MaximumSet_Gen.json */ /** * Sample code: PreRules_getCounters_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesGetSamples.java index 4a23b8a5cf8f..caec3e4e5c8a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesGetSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesGetSamples.java @@ -9,7 +9,7 @@ */ public final class PreRulesGetSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_Get_MaximumSet_Gen.json */ /** * Sample code: PreRules_Get_MaximumSet_Gen. @@ -22,7 +22,7 @@ public final class PreRulesGetSamples { } /* - * x-ms-original-file: 2025-10-08/PreRules_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_Get_MinimumSet_Gen.json */ /** * Sample code: PreRules_Get_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesListSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesListSamples.java index fa824980f76a..c20b9e577b39 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesListSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesListSamples.java @@ -9,7 +9,7 @@ */ public final class PreRulesListSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_List_MinimumSet_Gen.json */ /** * Sample code: PreRules_List_MinimumSet_Gen. @@ -22,7 +22,7 @@ public final class PreRulesListSamples { } /* - * x-ms-original-file: 2025-10-08/PreRules_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_List_MaximumSet_Gen.json */ /** * Sample code: PreRules_List_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesRefreshCountersSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesRefreshCountersSamples.java index f532978c827b..49d21f323260 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesRefreshCountersSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesRefreshCountersSamples.java @@ -9,7 +9,7 @@ */ public final class PreRulesRefreshCountersSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_refreshCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_refreshCounters_MaximumSet_Gen.json */ /** * Sample code: PreRules_refreshCounters_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void preRulesRefreshCountersMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/PreRules_refreshCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_refreshCounters_MinimumSet_Gen.json */ /** * Sample code: PreRules_refreshCounters_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesResetCountersSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesResetCountersSamples.java index 960c11d86005..238921eee169 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesResetCountersSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesResetCountersSamples.java @@ -9,7 +9,7 @@ */ public final class PreRulesResetCountersSamples { /* - * x-ms-original-file: 2025-10-08/PreRules_resetCounters_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_resetCounters_MinimumSet_Gen.json */ /** * Sample code: PreRules_resetCounters_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void preRulesResetCountersMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/PreRules_resetCounters_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PreRules_resetCounters_MaximumSet_Gen.json */ /** * Sample code: PreRules_resetCounters_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackCreateOrUpdateSamples.java index 353bf7b35584..6362c3df558a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackCreateOrUpdateSamples.java @@ -12,7 +12,7 @@ */ public final class PrefixListGlobalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen. @@ -31,7 +31,7 @@ public static void prefixListGlobalRulestackCreateOrUpdateMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackDeleteSamples.java index 219fd5e12ef7..26663352d423 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class PrefixListGlobalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_Delete_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void prefixListGlobalRulestackDeleteMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_Delete_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackGetSamples.java index 5818c789d7bc..fb86952d19d5 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackGetSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackGetSamples.java @@ -9,7 +9,7 @@ */ public final class PrefixListGlobalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_Get_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void prefixListGlobalRulestackGetMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_Get_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackListSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackListSamples.java index 0ad4b63d0dcb..fc20914402dc 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackListSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackListSamples.java @@ -9,7 +9,7 @@ */ public final class PrefixListGlobalRulestackListSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_List_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_List_MaximumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_List_MaximumSet_Gen. @@ -22,7 +22,7 @@ public static void prefixListGlobalRulestackListMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/PrefixListGlobalRulestack_List_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListGlobalRulestack_List_MinimumSet_Gen.json */ /** * Sample code: PrefixListGlobalRulestack_List_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackCreateOrUpdateSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackCreateOrUpdateSamples.java index ba1e7389798f..7feef34aed50 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackCreateOrUpdateSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackCreateOrUpdateSamples.java @@ -11,7 +11,7 @@ */ public final class PrefixListLocalRulestackCreateOrUpdateSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_CreateOrUpdate_MinimumSet_Gen. @@ -28,7 +28,7 @@ public static void prefixListLocalRulestackCreateOrUpdateMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_CreateOrUpdate_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackDeleteSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackDeleteSamples.java index 1aa94295dd1d..e0e92499eb3b 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackDeleteSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackDeleteSamples.java @@ -9,7 +9,7 @@ */ public final class PrefixListLocalRulestackDeleteSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_Delete_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_Delete_MinimumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_Delete_MinimumSet_Gen. @@ -22,7 +22,7 @@ public static void prefixListLocalRulestackDeleteMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_Delete_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_Delete_MaximumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_Delete_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackGetSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackGetSamples.java index effa7a36b8a5..56c60812085f 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackGetSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackGetSamples.java @@ -9,7 +9,7 @@ */ public final class PrefixListLocalRulestackGetSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_Get_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_Get_MinimumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_Get_MinimumSet_Gen. @@ -23,7 +23,7 @@ public static void prefixListLocalRulestackGetMinimumSetGen( } /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_Get_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_Get_MaximumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_Get_MaximumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackListByLocalRulestacksSamples.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackListByLocalRulestacksSamples.java index 97c591a39ea4..bb61451bca7d 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackListByLocalRulestacksSamples.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/samples/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestackListByLocalRulestacksSamples.java @@ -9,7 +9,7 @@ */ public final class PrefixListLocalRulestackListByLocalRulestacksSamples { /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_ListByLocalRulestacks_MaximumSet_Gen. @@ -23,7 +23,7 @@ public static void prefixListLocalRulestackListByLocalRulestacksMaximumSetGen( } /* - * x-ms-original-file: 2025-10-08/PrefixListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json + * x-ms-original-file: 2026-07-29-preview/PrefixListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen.json */ /** * Sample code: PrefixListLocalRulestack_ListByLocalRulestacks_MinimumSet_Gen. diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AdvSecurityObjectListResponseInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AdvSecurityObjectListResponseInnerTests.java index bf21b3f6ce43..eba9cfa34b09 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AdvSecurityObjectListResponseInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AdvSecurityObjectListResponseInnerTests.java @@ -12,11 +12,11 @@ public final class AdvSecurityObjectListResponseInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { AdvSecurityObjectListResponseInner model = BinaryData.fromString( - "{\"value\":{\"type\":\"npc\",\"entry\":[{\"name\":\"ocohslkevleg\",\"description\":\"fbuhfmvfaxkffe\"},{\"name\":\"ithlvmezyvshxm\",\"description\":\"bbzoggig\"},{\"name\":\"xwburvjxxjns\",\"description\":\"dptkoenkouk\"}]},\"nextLink\":\"udwtiukbl\"}") + "{\"value\":{\"type\":\"idokgjlj\",\"entry\":[{\"name\":\"xgvcl\",\"description\":\"gsncghkjeszz\"},{\"name\":\"bijhtxfvgxbf\",\"description\":\"xnehmpvec\"}]},\"nextLink\":\"odebfqkkrbmpu\"}") .toObject(AdvSecurityObjectListResponseInner.class); - Assertions.assertEquals("npc", model.value().type()); - Assertions.assertEquals("ocohslkevleg", model.value().entry().get(0).name()); - Assertions.assertEquals("fbuhfmvfaxkffe", model.value().entry().get(0).description()); - Assertions.assertEquals("udwtiukbl", model.nextLink()); + Assertions.assertEquals("idokgjlj", model.value().type()); + Assertions.assertEquals("xgvcl", model.value().entry().get(0).name()); + Assertions.assertEquals("gsncghkjeszz", model.value().entry().get(0).description()); + Assertions.assertEquals("odebfqkkrbmpu", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AdvSecurityObjectModelTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AdvSecurityObjectModelTests.java index 1fc8472fbb5b..b4992a56eae8 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AdvSecurityObjectModelTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AdvSecurityObjectModelTests.java @@ -12,10 +12,10 @@ public final class AdvSecurityObjectModelTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { AdvSecurityObjectModel model = BinaryData.fromString( - "{\"type\":\"gkpocipazyxoe\",\"entry\":[{\"name\":\"kgjn\",\"description\":\"ucgygevqz\"},{\"name\":\"typmrbpizcdrqjsd\",\"description\":\"dnfyhxdeoejzicwi\"},{\"name\":\"sjttgzfbish\",\"description\":\"khaj\"},{\"name\":\"eyeam\",\"description\":\"hagalpbuxwgipwh\"}]}") + "{\"type\":\"riwflzlfb\",\"entry\":[{\"name\":\"puz\",\"description\":\"ispnqzahmgkbrp\"},{\"name\":\"y\",\"description\":\"ibnuqqkpik\"},{\"name\":\"drgvtqagn\",\"description\":\"ynhijggme\"}]}") .toObject(AdvSecurityObjectModel.class); - Assertions.assertEquals("gkpocipazyxoe", model.type()); - Assertions.assertEquals("kgjn", model.entry().get(0).name()); - Assertions.assertEquals("ucgygevqz", model.entry().get(0).description()); + Assertions.assertEquals("riwflzlfb", model.type()); + Assertions.assertEquals("puz", model.entry().get(0).name()); + Assertions.assertEquals("ispnqzahmgkbrp", model.entry().get(0).description()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AppSeenDataTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AppSeenDataTests.java index 9d3dd9787a3c..67bbcd630344 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AppSeenDataTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AppSeenDataTests.java @@ -12,15 +12,15 @@ public final class AppSeenDataTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { AppSeenData model = BinaryData.fromString( - "{\"count\":498356163,\"appSeenList\":[{\"title\":\"n\",\"category\":\"a\",\"subCategory\":\"vxwc\",\"risk\":\"elpcirelsfeaenwa\",\"tag\":\"fatkld\",\"technology\":\"xbjhwuaanozjosph\",\"standardPorts\":\"oulpjrv\"},{\"title\":\"ag\",\"category\":\"rvimjwosytxitcsk\",\"subCategory\":\"cktqumiekkezzi\",\"risk\":\"hlyfjhdgqgg\",\"tag\":\"bdunygaeqid\",\"technology\":\"qfatpxllrxcyjm\",\"standardPorts\":\"a\"}]}") + "{\"count\":2093049369,\"appSeenList\":[{\"title\":\"okulpiujwa\",\"category\":\"sipqii\",\"subCategory\":\"byuqerpqlp\",\"risk\":\"wcciuqgbdbu\",\"tag\":\"auvfbtkuwhhmhyk\",\"technology\":\"joxafnndlpi\",\"standardPorts\":\"hkoymkcdyhbp\"}]}") .toObject(AppSeenData.class); - Assertions.assertEquals(498356163, model.count()); - Assertions.assertEquals("n", model.appSeenList().get(0).title()); - Assertions.assertEquals("a", model.appSeenList().get(0).category()); - Assertions.assertEquals("vxwc", model.appSeenList().get(0).subCategory()); - Assertions.assertEquals("elpcirelsfeaenwa", model.appSeenList().get(0).risk()); - Assertions.assertEquals("fatkld", model.appSeenList().get(0).tag()); - Assertions.assertEquals("xbjhwuaanozjosph", model.appSeenList().get(0).technology()); - Assertions.assertEquals("oulpjrv", model.appSeenList().get(0).standardPorts()); + Assertions.assertEquals(2093049369, model.count()); + Assertions.assertEquals("okulpiujwa", model.appSeenList().get(0).title()); + Assertions.assertEquals("sipqii", model.appSeenList().get(0).category()); + Assertions.assertEquals("byuqerpqlp", model.appSeenList().get(0).subCategory()); + Assertions.assertEquals("wcciuqgbdbu", model.appSeenList().get(0).risk()); + Assertions.assertEquals("auvfbtkuwhhmhyk", model.appSeenList().get(0).tag()); + Assertions.assertEquals("joxafnndlpi", model.appSeenList().get(0).technology()); + Assertions.assertEquals("hkoymkcdyhbp", model.appSeenList().get(0).standardPorts()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AppSeenInfoTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AppSeenInfoTests.java index 3d4d75dc522e..c55b0672f884 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AppSeenInfoTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AppSeenInfoTests.java @@ -12,14 +12,14 @@ public final class AppSeenInfoTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { AppSeenInfo model = BinaryData.fromString( - "{\"title\":\"su\",\"category\":\"arm\",\"subCategory\":\"wdmjsjqbjhhyx\",\"risk\":\"rw\",\"tag\":\"yc\",\"technology\":\"duhpk\",\"standardPorts\":\"kgymareqnajxqug\"}") + "{\"title\":\"kpw\",\"category\":\"reqnovvqfov\",\"subCategory\":\"jxywsuws\",\"risk\":\"rsndsytgadgvra\",\"tag\":\"aeneqnzarrwl\",\"technology\":\"uu\",\"standardPorts\":\"jfqka\"}") .toObject(AppSeenInfo.class); - Assertions.assertEquals("su", model.title()); - Assertions.assertEquals("arm", model.category()); - Assertions.assertEquals("wdmjsjqbjhhyx", model.subCategory()); - Assertions.assertEquals("rw", model.risk()); - Assertions.assertEquals("yc", model.tag()); - Assertions.assertEquals("duhpk", model.technology()); - Assertions.assertEquals("kgymareqnajxqug", model.standardPorts()); + Assertions.assertEquals("kpw", model.title()); + Assertions.assertEquals("reqnovvqfov", model.category()); + Assertions.assertEquals("jxywsuws", model.subCategory()); + Assertions.assertEquals("rsndsytgadgvra", model.risk()); + Assertions.assertEquals("aeneqnzarrwl", model.tag()); + Assertions.assertEquals("uu", model.technology()); + Assertions.assertEquals("jfqka", model.standardPorts()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AzureResourceManagerManagedIdentityPropertiesTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AzureResourceManagerManagedIdentityPropertiesTests.java index 3e2bb9beb1f0..454bda05b627 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AzureResourceManagerManagedIdentityPropertiesTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AzureResourceManagerManagedIdentityPropertiesTests.java @@ -16,26 +16,25 @@ public final class AzureResourceManagerManagedIdentityPropertiesTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { AzureResourceManagerManagedIdentityProperties model = BinaryData.fromString( - "{\"tenantId\":\"nzl\",\"principalId\":\"fmppe\",\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"vndhkrwpdapp\":{\"clientId\":\"xsabkyqdu\",\"principalId\":\"itcjczdz\"},\"je\":{\"clientId\":\"bdkvwrwjf\",\"principalId\":\"snhu\"}}}") + "{\"tenantId\":\"gpphrcgyn\",\"principalId\":\"cpecfvmmcoofs\",\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"ccfwnfnbacfion\":{\"clientId\":\"gbmqjqabcypmiv\",\"principalId\":\"lzu\"},\"jfeallnwsub\":{\"clientId\":\"bxetqgtzxdpn\",\"principalId\":\"qqwx\"}}}") .toObject(AzureResourceManagerManagedIdentityProperties.class); - Assertions.assertEquals(ManagedIdentityType.SYSTEM_AND_USER_ASSIGNED, model.type()); - Assertions.assertEquals("xsabkyqdu", model.userAssignedIdentities().get("vndhkrwpdapp").clientId()); - Assertions.assertEquals("itcjczdz", model.userAssignedIdentities().get("vndhkrwpdapp").principalId()); + Assertions.assertEquals(ManagedIdentityType.USER_ASSIGNED, model.type()); + Assertions.assertEquals("gbmqjqabcypmiv", model.userAssignedIdentities().get("ccfwnfnbacfion").clientId()); + Assertions.assertEquals("lzu", model.userAssignedIdentities().get("ccfwnfnbacfion").principalId()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - AzureResourceManagerManagedIdentityProperties model - = new AzureResourceManagerManagedIdentityProperties().withType(ManagedIdentityType.SYSTEM_AND_USER_ASSIGNED) - .withUserAssignedIdentities(mapOf("vndhkrwpdapp", - new AzureResourceManagerUserAssignedIdentity().withClientId("xsabkyqdu") - .withPrincipalId("itcjczdz"), - "je", - new AzureResourceManagerUserAssignedIdentity().withClientId("bdkvwrwjf").withPrincipalId("snhu"))); + AzureResourceManagerManagedIdentityProperties model = new AzureResourceManagerManagedIdentityProperties() + .withType(ManagedIdentityType.USER_ASSIGNED) + .withUserAssignedIdentities(mapOf("ccfwnfnbacfion", + new AzureResourceManagerUserAssignedIdentity().withClientId("gbmqjqabcypmiv").withPrincipalId("lzu"), + "jfeallnwsub", + new AzureResourceManagerUserAssignedIdentity().withClientId("bxetqgtzxdpn").withPrincipalId("qqwx"))); model = BinaryData.fromObject(model).toObject(AzureResourceManagerManagedIdentityProperties.class); - Assertions.assertEquals(ManagedIdentityType.SYSTEM_AND_USER_ASSIGNED, model.type()); - Assertions.assertEquals("xsabkyqdu", model.userAssignedIdentities().get("vndhkrwpdapp").clientId()); - Assertions.assertEquals("itcjczdz", model.userAssignedIdentities().get("vndhkrwpdapp").principalId()); + Assertions.assertEquals(ManagedIdentityType.USER_ASSIGNED, model.type()); + Assertions.assertEquals("gbmqjqabcypmiv", model.userAssignedIdentities().get("ccfwnfnbacfion").clientId()); + Assertions.assertEquals("lzu", model.userAssignedIdentities().get("ccfwnfnbacfion").principalId()); } // Use "Map.of" if available diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AzureResourceManagerUserAssignedIdentityTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AzureResourceManagerUserAssignedIdentityTests.java index b48e8a5adbf0..9c4674121784 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AzureResourceManagerUserAssignedIdentityTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/AzureResourceManagerUserAssignedIdentityTests.java @@ -12,18 +12,18 @@ public final class AzureResourceManagerUserAssignedIdentityTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { AzureResourceManagerUserAssignedIdentity model - = BinaryData.fromString("{\"clientId\":\"mrldhu\",\"principalId\":\"zzd\"}") + = BinaryData.fromString("{\"clientId\":\"njampm\",\"principalId\":\"nzscxa\"}") .toObject(AzureResourceManagerUserAssignedIdentity.class); - Assertions.assertEquals("mrldhu", model.clientId()); - Assertions.assertEquals("zzd", model.principalId()); + Assertions.assertEquals("njampm", model.clientId()); + Assertions.assertEquals("nzscxa", model.principalId()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { AzureResourceManagerUserAssignedIdentity model - = new AzureResourceManagerUserAssignedIdentity().withClientId("mrldhu").withPrincipalId("zzd"); + = new AzureResourceManagerUserAssignedIdentity().withClientId("njampm").withPrincipalId("nzscxa"); model = BinaryData.fromObject(model).toObject(AzureResourceManagerUserAssignedIdentity.class); - Assertions.assertEquals("mrldhu", model.clientId()); - Assertions.assertEquals("zzd", model.principalId()); + Assertions.assertEquals("njampm", model.clientId()); + Assertions.assertEquals("nzscxa", model.principalId()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CategoryTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CategoryTests.java index d905c38e1924..3425cf65a4f5 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CategoryTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CategoryTests.java @@ -12,19 +12,18 @@ public final class CategoryTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { - Category model = BinaryData - .fromString("{\"urlCustom\":[\"gdkz\",\"ewkfvhqcrai\"],\"feeds\":[\"pnppfuf\",\"rwdmhdlxyjrxsa\"]}") + Category model = BinaryData.fromString("{\"urlCustom\":[\"fzp\"],\"feeds\":[\"semwabnet\",\"hhszh\",\"d\"]}") .toObject(Category.class); - Assertions.assertEquals("gdkz", model.urlCustom().get(0)); - Assertions.assertEquals("pnppfuf", model.feeds().get(0)); + Assertions.assertEquals("fzp", model.urlCustom().get(0)); + Assertions.assertEquals("semwabnet", model.feeds().get(0)); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - Category model = new Category().withUrlCustom(Arrays.asList("gdkz", "ewkfvhqcrai")) - .withFeeds(Arrays.asList("pnppfuf", "rwdmhdlxyjrxsa")); + Category model + = new Category().withUrlCustom(Arrays.asList("fzp")).withFeeds(Arrays.asList("semwabnet", "hhszh", "d")); model = BinaryData.fromObject(model).toObject(Category.class); - Assertions.assertEquals("gdkz", model.urlCustom().get(0)); - Assertions.assertEquals("pnppfuf", model.feeds().get(0)); + Assertions.assertEquals("fzp", model.urlCustom().get(0)); + Assertions.assertEquals("semwabnet", model.feeds().get(0)); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackResourceInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackResourceInnerTests.java index 3b7c8dfcae3f..b52a5e3285c8 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackResourceInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackResourceInnerTests.java @@ -13,28 +13,28 @@ public final class CertificateObjectGlobalRulestackResourceInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { CertificateObjectGlobalRulestackResourceInner model = BinaryData.fromString( - "{\"properties\":{\"certificateSignerResourceId\":\"mpukgriw\",\"certificateSelfSigned\":\"FALSE\",\"auditComment\":\"lfbxzpuzycisp\",\"description\":\"zahmgkbrpyydhibn\",\"etag\":\"qkpikadrgvtqagnb\",\"provisioningState\":\"Updating\"},\"id\":\"ijggmebfsiar\",\"name\":\"utrc\",\"type\":\"pnazzm\"}") + "{\"properties\":{\"certificateSignerResourceId\":\"pkdwzbai\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"baumnyqupedeoj\",\"description\":\"bckhsmtxpsi\",\"etag\":\"tfhvpesapskrdqmh\",\"provisioningState\":\"NotSpecified\"},\"id\":\"tldwkyzxuutk\",\"name\":\"cwscwsvlx\",\"type\":\"togt\"}") .toObject(CertificateObjectGlobalRulestackResourceInner.class); - Assertions.assertEquals("mpukgriw", model.certificateSignerResourceId()); - Assertions.assertEquals(BooleanEnum.FALSE, model.certificateSelfSigned()); - Assertions.assertEquals("lfbxzpuzycisp", model.auditComment()); - Assertions.assertEquals("zahmgkbrpyydhibn", model.description()); - Assertions.assertEquals("qkpikadrgvtqagnb", model.etag()); + Assertions.assertEquals("pkdwzbai", model.certificateSignerResourceId()); + Assertions.assertEquals(BooleanEnum.TRUE, model.certificateSelfSigned()); + Assertions.assertEquals("baumnyqupedeoj", model.auditComment()); + Assertions.assertEquals("bckhsmtxpsi", model.description()); + Assertions.assertEquals("tfhvpesapskrdqmh", model.etag()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { CertificateObjectGlobalRulestackResourceInner model - = new CertificateObjectGlobalRulestackResourceInner().withCertificateSignerResourceId("mpukgriw") - .withCertificateSelfSigned(BooleanEnum.FALSE) - .withAuditComment("lfbxzpuzycisp") - .withDescription("zahmgkbrpyydhibn") - .withEtag("qkpikadrgvtqagnb"); + = new CertificateObjectGlobalRulestackResourceInner().withCertificateSignerResourceId("pkdwzbai") + .withCertificateSelfSigned(BooleanEnum.TRUE) + .withAuditComment("baumnyqupedeoj") + .withDescription("bckhsmtxpsi") + .withEtag("tfhvpesapskrdqmh"); model = BinaryData.fromObject(model).toObject(CertificateObjectGlobalRulestackResourceInner.class); - Assertions.assertEquals("mpukgriw", model.certificateSignerResourceId()); - Assertions.assertEquals(BooleanEnum.FALSE, model.certificateSelfSigned()); - Assertions.assertEquals("lfbxzpuzycisp", model.auditComment()); - Assertions.assertEquals("zahmgkbrpyydhibn", model.description()); - Assertions.assertEquals("qkpikadrgvtqagnb", model.etag()); + Assertions.assertEquals("pkdwzbai", model.certificateSignerResourceId()); + Assertions.assertEquals(BooleanEnum.TRUE, model.certificateSelfSigned()); + Assertions.assertEquals("baumnyqupedeoj", model.auditComment()); + Assertions.assertEquals("bckhsmtxpsi", model.description()); + Assertions.assertEquals("tfhvpesapskrdqmh", model.etag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackResourceListResultTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackResourceListResultTests.java index ac43b7eca584..85fdc4956d87 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackResourceListResultTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestackResourceListResultTests.java @@ -13,13 +13,13 @@ public final class CertificateObjectGlobalRulestackResourceListResultTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { CertificateObjectGlobalRulestackResourceListResult model = BinaryData.fromString( - "{\"value\":[{\"properties\":{\"certificateSignerResourceId\":\"qidybyx\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"clha\",\"description\":\"dbabp\",\"etag\":\"wrqlfktsthsuco\",\"provisioningState\":\"Creating\"},\"id\":\"yazttbtwwrqpue\",\"name\":\"ckzywbiexzfeyue\",\"type\":\"xibxujwbhqwalm\"},{\"properties\":{\"certificateSignerResourceId\":\"yoxa\",\"certificateSelfSigned\":\"FALSE\",\"auditComment\":\"kzjancuxrhdwbav\",\"description\":\"niwdjsw\",\"etag\":\"s\",\"provisioningState\":\"Updating\"},\"id\":\"nxytxh\",\"name\":\"zxbzpfzabglc\",\"type\":\"hxw\"},{\"properties\":{\"certificateSignerResourceId\":\"tyq\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"bbovplwzbhvgyugu\",\"description\":\"vmkfssxqu\",\"etag\":\"fpl\",\"provisioningState\":\"Updating\"},\"id\":\"xnkjzkdesl\",\"name\":\"vlopwiyighx\",\"type\":\"kdwzbaiuebbaumny\"}],\"nextLink\":\"ped\"}") + "{\"value\":[{\"properties\":{\"certificateSignerResourceId\":\"wpn\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"oqnermclfpl\",\"description\":\"oxuscrpabgyepsbj\",\"etag\":\"zq\",\"provisioningState\":\"Deleted\"},\"id\":\"wpmueefj\",\"name\":\"wfqkquj\",\"type\":\"dsuyonobgla\"}],\"nextLink\":\"qxtccmgyudx\"}") .toObject(CertificateObjectGlobalRulestackResourceListResult.class); - Assertions.assertEquals("qidybyx", model.value().get(0).certificateSignerResourceId()); + Assertions.assertEquals("wpn", model.value().get(0).certificateSignerResourceId()); Assertions.assertEquals(BooleanEnum.TRUE, model.value().get(0).certificateSelfSigned()); - Assertions.assertEquals("clha", model.value().get(0).auditComment()); - Assertions.assertEquals("dbabp", model.value().get(0).description()); - Assertions.assertEquals("wrqlfktsthsuco", model.value().get(0).etag()); - Assertions.assertEquals("ped", model.nextLink()); + Assertions.assertEquals("oqnermclfpl", model.value().get(0).auditComment()); + Assertions.assertEquals("oxuscrpabgyepsbj", model.value().get(0).description()); + Assertions.assertEquals("zq", model.value().get(0).etag()); + Assertions.assertEquals("qxtccmgyudx", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksCreateOrUpdateMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksCreateOrUpdateMockTests.java index 2c63ef56b532..6e9c58b79228 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksCreateOrUpdateMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksCreateOrUpdateMockTests.java @@ -23,7 +23,7 @@ public final class CertificateObjectGlobalRulestacksCreateOrUpdateMockTests { @Test public void testCreateOrUpdate() throws Exception { String responseStr - = "{\"properties\":{\"certificateSignerResourceId\":\"crymodizrxklobd\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"zpmkmlmvev\",\"description\":\"zopjhbzxliohr\",\"etag\":\"dtfgxqbawpcbb\",\"provisioningState\":\"Succeeded\"},\"id\":\"yknapqofyuicdh\",\"name\":\"bd\",\"type\":\"bwwg\"}"; + = "{\"properties\":{\"certificateSignerResourceId\":\"zgaufcshhvn\",\"certificateSelfSigned\":\"FALSE\",\"auditComment\":\"nxkympqanxrjk\",\"description\":\"tw\",\"etag\":\"aoypny\",\"provisioningState\":\"Succeeded\"},\"id\":\"xcy\",\"name\":\"hkgmnsg\",\"type\":\"pxycphdr\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -33,18 +33,18 @@ public void testCreateOrUpdate() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); CertificateObjectGlobalRulestackResource response = manager.certificateObjectGlobalRulestacks() - .createOrUpdate("ewuninvud", "chaqdtvqec", - new CertificateObjectGlobalRulestackResourceInner().withCertificateSignerResourceId("ct") - .withCertificateSelfSigned(BooleanEnum.FALSE) - .withAuditComment("dtddmflh") - .withDescription("tx") - .withEtag("tznapxbannovv"), + .createOrUpdate("ui", "eeyaswl", + new CertificateObjectGlobalRulestackResourceInner().withCertificateSignerResourceId("ugmrmf") + .withCertificateSelfSigned(BooleanEnum.TRUE) + .withAuditComment("xwtoaukhfkvc") + .withDescription("izmoaeds") + .withEtag("wuived"), com.azure.core.util.Context.NONE); - Assertions.assertEquals("crymodizrxklobd", response.certificateSignerResourceId()); - Assertions.assertEquals(BooleanEnum.TRUE, response.certificateSelfSigned()); - Assertions.assertEquals("zpmkmlmvev", response.auditComment()); - Assertions.assertEquals("zopjhbzxliohr", response.description()); - Assertions.assertEquals("dtfgxqbawpcbb", response.etag()); + Assertions.assertEquals("zgaufcshhvn", response.certificateSignerResourceId()); + Assertions.assertEquals(BooleanEnum.FALSE, response.certificateSelfSigned()); + Assertions.assertEquals("nxkympqanxrjk", response.auditComment()); + Assertions.assertEquals("tw", response.description()); + Assertions.assertEquals("aoypny", response.etag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksDeleteMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksDeleteMockTests.java index 93b50b1bc85c..7918ecb829e3 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksDeleteMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksDeleteMockTests.java @@ -27,7 +27,8 @@ public void testDelete() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - manager.certificateObjectGlobalRulestacks().delete("d", "ibidmhmwffp", com.azure.core.util.Context.NONE); + manager.certificateObjectGlobalRulestacks() + .delete("jjkhvyomaclu", "vxnqmhrpqpd", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksGetWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksGetWithResponseMockTests.java index 8476f4881b9c..ef88ef0da778 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksGetWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksGetWithResponseMockTests.java @@ -22,7 +22,7 @@ public final class CertificateObjectGlobalRulestacksGetWithResponseMockTests { @Test public void testGetWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"certificateSignerResourceId\":\"ehtuevrhr\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"oogwxhnsduugwb\",\"description\":\"e\",\"etag\":\"fqkfuarenl\",\"provisioningState\":\"Canceled\"},\"id\":\"klnvnafvvkyfede\",\"name\":\"jboslcqxypok\",\"type\":\"hminqcymczngnbdx\"}"; + = "{\"properties\":{\"certificateSignerResourceId\":\"qyzqedikdfrdb\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"rjgeih\",\"description\":\"lg\",\"etag\":\"fiwzcxmjpbyep\",\"provisioningState\":\"Updating\"},\"id\":\"vljvrc\",\"name\":\"yfqi\",\"type\":\"gxhnpomyqwcabv\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,13 +32,13 @@ public void testGetWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); CertificateObjectGlobalRulestackResource response = manager.certificateObjectGlobalRulestacks() - .getWithResponse("pfpazjzoywjxhpdu", "ontacnpq", com.azure.core.util.Context.NONE) + .getWithResponse("vpbbt", "efjokn", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("ehtuevrhr", response.certificateSignerResourceId()); + Assertions.assertEquals("qyzqedikdfrdb", response.certificateSignerResourceId()); Assertions.assertEquals(BooleanEnum.TRUE, response.certificateSelfSigned()); - Assertions.assertEquals("oogwxhnsduugwb", response.auditComment()); - Assertions.assertEquals("e", response.description()); - Assertions.assertEquals("fqkfuarenl", response.etag()); + Assertions.assertEquals("rjgeih", response.auditComment()); + Assertions.assertEquals("lg", response.description()); + Assertions.assertEquals("fiwzcxmjpbyep", response.etag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksListMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksListMockTests.java index 85f0c6f079a3..a42c98b7d32a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksListMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectGlobalRulestacksListMockTests.java @@ -23,7 +23,7 @@ public final class CertificateObjectGlobalRulestacksListMockTests { @Test public void testList() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"certificateSignerResourceId\":\"weyoxoy\",\"certificateSelfSigned\":\"FALSE\",\"auditComment\":\"phaimmoi\",\"description\":\"qboshbra\",\"etag\":\"pyyrmfs\",\"provisioningState\":\"Creating\"},\"id\":\"vbopfppdbwnu\",\"name\":\"gahxkumasjcaa\",\"type\":\"fdmmcpug\"}]}"; + = "{\"value\":[{\"properties\":{\"certificateSignerResourceId\":\"sffxui\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"s\",\"description\":\"obkdqzrdzsyl\",\"etag\":\"lgtrczzy\",\"provisioningState\":\"Deleted\"},\"id\":\"ji\",\"name\":\"p\",\"type\":\"uaurkihcir\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -33,12 +33,12 @@ public void testList() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PagedIterable response - = manager.certificateObjectGlobalRulestacks().list("fmuvapckccr", com.azure.core.util.Context.NONE); + = manager.certificateObjectGlobalRulestacks().list("wmkoisq", com.azure.core.util.Context.NONE); - Assertions.assertEquals("weyoxoy", response.iterator().next().certificateSignerResourceId()); - Assertions.assertEquals(BooleanEnum.FALSE, response.iterator().next().certificateSelfSigned()); - Assertions.assertEquals("phaimmoi", response.iterator().next().auditComment()); - Assertions.assertEquals("qboshbra", response.iterator().next().description()); - Assertions.assertEquals("pyyrmfs", response.iterator().next().etag()); + Assertions.assertEquals("sffxui", response.iterator().next().certificateSignerResourceId()); + Assertions.assertEquals(BooleanEnum.TRUE, response.iterator().next().certificateSelfSigned()); + Assertions.assertEquals("s", response.iterator().next().auditComment()); + Assertions.assertEquals("obkdqzrdzsyl", response.iterator().next().description()); + Assertions.assertEquals("lgtrczzy", response.iterator().next().etag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackResourceInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackResourceInnerTests.java index 4a727f221457..308e8ede3563 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackResourceInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackResourceInnerTests.java @@ -13,28 +13,28 @@ public final class CertificateObjectLocalRulestackResourceInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { CertificateObjectLocalRulestackResourceInner model = BinaryData.fromString( - "{\"properties\":{\"certificateSignerResourceId\":\"utlwxezwzhok\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"nhhtql\",\"description\":\"hgppipifhpfeoa\",\"etag\":\"gcxtxj\",\"provisioningState\":\"Updating\"},\"id\":\"afidltugsres\",\"name\":\"kssjhoiftxfk\",\"type\":\"wegprh\"}") + "{\"properties\":{\"certificateSignerResourceId\":\"ufmhrunc\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"qspkcdqzhlctd\",\"description\":\"nqndyfpchrqbn\",\"etag\":\"rcgegydcwboxjum\",\"provisioningState\":\"Deleted\"},\"id\":\"lihrraiouaubr\",\"name\":\"tloqxfuojrn\",\"type\":\"iflrzpasccbiu\"}") .toObject(CertificateObjectLocalRulestackResourceInner.class); - Assertions.assertEquals("utlwxezwzhok", model.certificateSignerResourceId()); + Assertions.assertEquals("ufmhrunc", model.certificateSignerResourceId()); Assertions.assertEquals(BooleanEnum.TRUE, model.certificateSelfSigned()); - Assertions.assertEquals("nhhtql", model.auditComment()); - Assertions.assertEquals("hgppipifhpfeoa", model.description()); - Assertions.assertEquals("gcxtxj", model.etag()); + Assertions.assertEquals("qspkcdqzhlctd", model.auditComment()); + Assertions.assertEquals("nqndyfpchrqbn", model.description()); + Assertions.assertEquals("rcgegydcwboxjum", model.etag()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { CertificateObjectLocalRulestackResourceInner model - = new CertificateObjectLocalRulestackResourceInner().withCertificateSignerResourceId("utlwxezwzhok") + = new CertificateObjectLocalRulestackResourceInner().withCertificateSignerResourceId("ufmhrunc") .withCertificateSelfSigned(BooleanEnum.TRUE) - .withAuditComment("nhhtql") - .withDescription("hgppipifhpfeoa") - .withEtag("gcxtxj"); + .withAuditComment("qspkcdqzhlctd") + .withDescription("nqndyfpchrqbn") + .withEtag("rcgegydcwboxjum"); model = BinaryData.fromObject(model).toObject(CertificateObjectLocalRulestackResourceInner.class); - Assertions.assertEquals("utlwxezwzhok", model.certificateSignerResourceId()); + Assertions.assertEquals("ufmhrunc", model.certificateSignerResourceId()); Assertions.assertEquals(BooleanEnum.TRUE, model.certificateSelfSigned()); - Assertions.assertEquals("nhhtql", model.auditComment()); - Assertions.assertEquals("hgppipifhpfeoa", model.description()); - Assertions.assertEquals("gcxtxj", model.etag()); + Assertions.assertEquals("qspkcdqzhlctd", model.auditComment()); + Assertions.assertEquals("nqndyfpchrqbn", model.description()); + Assertions.assertEquals("rcgegydcwboxjum", model.etag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackResourceListResultTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackResourceListResultTests.java index 1160c9b684ca..b20522860136 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackResourceListResultTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestackResourceListResultTests.java @@ -13,13 +13,13 @@ public final class CertificateObjectLocalRulestackResourceListResultTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { CertificateObjectLocalRulestackResourceListResult model = BinaryData.fromString( - "{\"value\":[{\"properties\":{\"certificateSignerResourceId\":\"llu\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"qtgdqohmcwsl\",\"description\":\"izetpw\",\"etag\":\"a\",\"provisioningState\":\"NotSpecified\"},\"id\":\"bphbqzmizakakank\",\"name\":\"p\",\"type\":\"n\"},{\"properties\":{\"certificateSignerResourceId\":\"ha\",\"certificateSelfSigned\":\"FALSE\",\"auditComment\":\"lhjlmuoyxprimr\",\"description\":\"pteecjme\",\"etag\":\"ls\",\"provisioningState\":\"Updating\"},\"id\":\"ylw\",\"name\":\"dzaumweooh\",\"type\":\"uufuz\"},{\"properties\":{\"certificateSignerResourceId\":\"yjathwtzo\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"emwmdxmebwjs\",\"description\":\"p\",\"etag\":\"lxveabfqx\",\"provisioningState\":\"NotSpecified\"},\"id\":\"qtibxyijddtv\",\"name\":\"cttadi\",\"type\":\"aeukm\"}],\"nextLink\":\"ieekpndzaa\"}") + "{\"value\":[{\"properties\":{\"certificateSignerResourceId\":\"dlyjdf\",\"certificateSelfSigned\":\"FALSE\",\"auditComment\":\"kyoqufdv\",\"description\":\"zslzojhp\",\"etag\":\"fnmdxotn\",\"provisioningState\":\"Succeeded\"},\"id\":\"ugeyzihgrkyuiza\",\"name\":\"snmfpphojeevy\",\"type\":\"yhsgz\"},{\"properties\":{\"certificateSignerResourceId\":\"zbgomfgbeg\",\"certificateSelfSigned\":\"FALSE\",\"auditComment\":\"leohibetnluankr\",\"description\":\"xeeebtijvacvbmqz\",\"etag\":\"q\",\"provisioningState\":\"Canceled\"},\"id\":\"rnwxacevehjkuyxo\",\"name\":\"fgaoq\",\"type\":\"tfaeyl\"},{\"properties\":{\"certificateSignerResourceId\":\"mfgvxirpghriypo\",\"certificateSelfSigned\":\"FALSE\",\"auditComment\":\"hlqhykprlpy\",\"description\":\"uciqdsme\",\"etag\":\"itdfuxtyasiib\",\"provisioningState\":\"Updating\"},\"id\":\"nnust\",\"name\":\"nlj\",\"type\":\"nmgixh\"},{\"properties\":{\"certificateSignerResourceId\":\"avmqfoudor\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"yyprotwyp\",\"description\":\"d\",\"etag\":\"xhugcm\",\"provisioningState\":\"Failed\"},\"id\":\"lgorb\",\"name\":\"ftpmdtzfjltfv\",\"type\":\"zcyjtot\"}],\"nextLink\":\"opv\"}") .toObject(CertificateObjectLocalRulestackResourceListResult.class); - Assertions.assertEquals("llu", model.value().get(0).certificateSignerResourceId()); - Assertions.assertEquals(BooleanEnum.TRUE, model.value().get(0).certificateSelfSigned()); - Assertions.assertEquals("qtgdqohmcwsl", model.value().get(0).auditComment()); - Assertions.assertEquals("izetpw", model.value().get(0).description()); - Assertions.assertEquals("a", model.value().get(0).etag()); - Assertions.assertEquals("ieekpndzaa", model.nextLink()); + Assertions.assertEquals("dlyjdf", model.value().get(0).certificateSignerResourceId()); + Assertions.assertEquals(BooleanEnum.FALSE, model.value().get(0).certificateSelfSigned()); + Assertions.assertEquals("kyoqufdv", model.value().get(0).auditComment()); + Assertions.assertEquals("zslzojhp", model.value().get(0).description()); + Assertions.assertEquals("fnmdxotn", model.value().get(0).etag()); + Assertions.assertEquals("opv", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksCreateOrUpdateMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksCreateOrUpdateMockTests.java index 89396c1041c8..b56b9526b145 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksCreateOrUpdateMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksCreateOrUpdateMockTests.java @@ -22,7 +22,7 @@ public final class CertificateObjectLocalRulestacksCreateOrUpdateMockTests { @Test public void testCreateOrUpdate() throws Exception { String responseStr - = "{\"properties\":{\"certificateSignerResourceId\":\"vxekraokqkbud\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"aokbavlyttaaknwf\",\"description\":\"ebsmhpdujdigato\",\"etag\":\"ksc\",\"provisioningState\":\"Succeeded\"},\"id\":\"anqimwbzxpdcl\",\"name\":\"pkawnsnlaim\",\"type\":\"ux\"}"; + = "{\"properties\":{\"certificateSignerResourceId\":\"iej\",\"certificateSelfSigned\":\"FALSE\",\"auditComment\":\"lbiedfsbw\",\"description\":\"ivbvzi\",\"etag\":\"wxgoooxzpra\",\"provisioningState\":\"Succeeded\"},\"id\":\"xknpdgz\",\"name\":\"g\",\"type\":\"sugswhgsaod\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,19 +32,19 @@ public void testCreateOrUpdate() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); CertificateObjectLocalRulestackResource response = manager.certificateObjectLocalRulestacks() - .define("gmihzpimcqr") - .withExistingLocalRulestack("qszllrz", "smmd") + .define("pmbhyqgs") + .withExistingLocalRulestack("hzilfmn", "ikpsimsfeypof") .withCertificateSelfSigned(BooleanEnum.FALSE) - .withCertificateSignerResourceId("xtminklogxsvtzar") - .withAuditComment("qnsqktcmb") - .withDescription("zzoslpkyb") - .withEtag("lwkzpgajsqjcem") + .withCertificateSignerResourceId("mmttjxophge") + .withAuditComment("mvgohtwz") + .withDescription("ilrixysf") + .withEtag("msqywwwmhkruwae") .create(); - Assertions.assertEquals("vxekraokqkbud", response.certificateSignerResourceId()); - Assertions.assertEquals(BooleanEnum.TRUE, response.certificateSelfSigned()); - Assertions.assertEquals("aokbavlyttaaknwf", response.auditComment()); - Assertions.assertEquals("ebsmhpdujdigato", response.description()); - Assertions.assertEquals("ksc", response.etag()); + Assertions.assertEquals("iej", response.certificateSignerResourceId()); + Assertions.assertEquals(BooleanEnum.FALSE, response.certificateSelfSigned()); + Assertions.assertEquals("lbiedfsbw", response.auditComment()); + Assertions.assertEquals("ivbvzi", response.description()); + Assertions.assertEquals("wxgoooxzpra", response.etag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksDeleteMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksDeleteMockTests.java index 361eb8ab1759..86f281440a55 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksDeleteMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksDeleteMockTests.java @@ -28,7 +28,7 @@ public void testDelete() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); manager.certificateObjectLocalRulestacks() - .delete("vzilmhiv", "kwwwnckn", "zdajlskzptjxu", com.azure.core.util.Context.NONE); + .delete("fepxyihpqadag", "hrdicxdwyjfo", "xwyovcxjsgbip", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksGetWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksGetWithResponseMockTests.java index c28d67d94b3f..02304e5641e9 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksGetWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksGetWithResponseMockTests.java @@ -22,7 +22,7 @@ public final class CertificateObjectLocalRulestacksGetWithResponseMockTests { @Test public void testGetWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"certificateSignerResourceId\":\"qbglcjkaysp\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"odubtlmjt\",\"description\":\"lioskkfmkmfdjx\",\"etag\":\"gbkkqvjcteoed\",\"provisioningState\":\"Updating\"},\"id\":\"skkzpxvjnzdpvo\",\"name\":\"ojhpcnabxzfsn\",\"type\":\"gyte\"}"; + = "{\"properties\":{\"certificateSignerResourceId\":\"plixlajmllpqu\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"am\",\"description\":\"wg\",\"etag\":\"tmk\",\"provisioningState\":\"Succeeded\"},\"id\":\"kzwaqxofq\",\"name\":\"vchiqbpl\",\"type\":\"fidusztekxbyjgm\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,13 +32,13 @@ public void testGetWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); CertificateObjectLocalRulestackResource response = manager.certificateObjectLocalRulestacks() - .getWithResponse("ygg", "pmcrdcuelj", "iahxmfqryarvs", com.azure.core.util.Context.NONE) + .getWithResponse("kkwa", "es", "yfjlpzeqto", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("qbglcjkaysp", response.certificateSignerResourceId()); + Assertions.assertEquals("plixlajmllpqu", response.certificateSignerResourceId()); Assertions.assertEquals(BooleanEnum.TRUE, response.certificateSelfSigned()); - Assertions.assertEquals("odubtlmjt", response.auditComment()); - Assertions.assertEquals("lioskkfmkmfdjx", response.description()); - Assertions.assertEquals("gbkkqvjcteoed", response.etag()); + Assertions.assertEquals("am", response.auditComment()); + Assertions.assertEquals("wg", response.description()); + Assertions.assertEquals("tmk", response.etag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksListByLocalRulestacksMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksListByLocalRulestacksMockTests.java index 893572759db8..9054cbabc20b 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksListByLocalRulestacksMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectLocalRulestacksListByLocalRulestacksMockTests.java @@ -23,7 +23,7 @@ public final class CertificateObjectLocalRulestacksListByLocalRulestacksMockTest @Test public void testListByLocalRulestacks() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"certificateSignerResourceId\":\"oka\",\"certificateSelfSigned\":\"FALSE\",\"auditComment\":\"ejvqnt\",\"description\":\"bqd\",\"etag\":\"zfivfokpysthhzag\",\"provisioningState\":\"Canceled\"},\"id\":\"yrl\",\"name\":\"g\",\"type\":\"nuzejgvkveb\"}]}"; + = "{\"value\":[{\"properties\":{\"certificateSignerResourceId\":\"crdpibfdyjduss\",\"certificateSelfSigned\":\"FALSE\",\"auditComment\":\"zekbhwlkaagg\",\"description\":\"ehbfrnuybffljfi\",\"etag\":\"reoagsqtaadus\",\"provisioningState\":\"Canceled\"},\"id\":\"f\",\"name\":\"vsqw\",\"type\":\"d\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -33,12 +33,12 @@ public void testListByLocalRulestacks() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PagedIterable response = manager.certificateObjectLocalRulestacks() - .listByLocalRulestacks("weucyrth", "qlehmcgcjeinu", com.azure.core.util.Context.NONE); + .listByLocalRulestacks("ukdveksbuhoduc", "v", com.azure.core.util.Context.NONE); - Assertions.assertEquals("oka", response.iterator().next().certificateSignerResourceId()); + Assertions.assertEquals("crdpibfdyjduss", response.iterator().next().certificateSignerResourceId()); Assertions.assertEquals(BooleanEnum.FALSE, response.iterator().next().certificateSelfSigned()); - Assertions.assertEquals("ejvqnt", response.iterator().next().auditComment()); - Assertions.assertEquals("bqd", response.iterator().next().description()); - Assertions.assertEquals("zfivfokpysthhzag", response.iterator().next().etag()); + Assertions.assertEquals("zekbhwlkaagg", response.iterator().next().auditComment()); + Assertions.assertEquals("ehbfrnuybffljfi", response.iterator().next().description()); + Assertions.assertEquals("reoagsqtaadus", response.iterator().next().etag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectTests.java index f04adbca0ee4..1ef9580f8310 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CertificateObjectTests.java @@ -13,27 +13,27 @@ public final class CertificateObjectTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { CertificateObject model = BinaryData.fromString( - "{\"certificateSignerResourceId\":\"runmp\",\"certificateSelfSigned\":\"FALSE\",\"auditComment\":\"dbhrbnlankxm\",\"description\":\"k\",\"etag\":\"henbtkcxywnytn\",\"provisioningState\":\"Succeeded\"}") + "{\"certificateSignerResourceId\":\"upqsx\",\"certificateSelfSigned\":\"TRUE\",\"auditComment\":\"i\",\"description\":\"kvceoveilovnotyf\",\"etag\":\"cnjbkcnxdhbt\",\"provisioningState\":\"Failed\"}") .toObject(CertificateObject.class); - Assertions.assertEquals("runmp", model.certificateSignerResourceId()); - Assertions.assertEquals(BooleanEnum.FALSE, model.certificateSelfSigned()); - Assertions.assertEquals("dbhrbnlankxm", model.auditComment()); - Assertions.assertEquals("k", model.description()); - Assertions.assertEquals("henbtkcxywnytn", model.etag()); + Assertions.assertEquals("upqsx", model.certificateSignerResourceId()); + Assertions.assertEquals(BooleanEnum.TRUE, model.certificateSelfSigned()); + Assertions.assertEquals("i", model.auditComment()); + Assertions.assertEquals("kvceoveilovnotyf", model.description()); + Assertions.assertEquals("cnjbkcnxdhbt", model.etag()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - CertificateObject model = new CertificateObject().withCertificateSignerResourceId("runmp") - .withCertificateSelfSigned(BooleanEnum.FALSE) - .withAuditComment("dbhrbnlankxm") - .withDescription("k") - .withEtag("henbtkcxywnytn"); + CertificateObject model = new CertificateObject().withCertificateSignerResourceId("upqsx") + .withCertificateSelfSigned(BooleanEnum.TRUE) + .withAuditComment("i") + .withDescription("kvceoveilovnotyf") + .withEtag("cnjbkcnxdhbt"); model = BinaryData.fromObject(model).toObject(CertificateObject.class); - Assertions.assertEquals("runmp", model.certificateSignerResourceId()); - Assertions.assertEquals(BooleanEnum.FALSE, model.certificateSelfSigned()); - Assertions.assertEquals("dbhrbnlankxm", model.auditComment()); - Assertions.assertEquals("k", model.description()); - Assertions.assertEquals("henbtkcxywnytn", model.etag()); + Assertions.assertEquals("upqsx", model.certificateSignerResourceId()); + Assertions.assertEquals(BooleanEnum.TRUE, model.certificateSelfSigned()); + Assertions.assertEquals("i", model.auditComment()); + Assertions.assertEquals("kvceoveilovnotyf", model.description()); + Assertions.assertEquals("cnjbkcnxdhbt", model.etag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ChangelogInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ChangelogInnerTests.java index 8a5b29c7e7cd..e7dc6697face 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ChangelogInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ChangelogInnerTests.java @@ -13,10 +13,10 @@ public final class ChangelogInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { ChangelogInner model = BinaryData.fromString( - "{\"changes\":[\"aos\"],\"lastCommitted\":\"2021-01-29T02:12:36Z\",\"lastModified\":\"2021-10-23T12:01:36Z\"}") + "{\"changes\":[\"qxj\"],\"lastCommitted\":\"2021-01-29T11:34:22Z\",\"lastModified\":\"2021-01-04T05:40:41Z\"}") .toObject(ChangelogInner.class); - Assertions.assertEquals("aos", model.changes().get(0)); - Assertions.assertEquals(OffsetDateTime.parse("2021-01-29T02:12:36Z"), model.lastCommitted()); - Assertions.assertEquals(OffsetDateTime.parse("2021-10-23T12:01:36Z"), model.lastModified()); + Assertions.assertEquals("qxj", model.changes().get(0)); + Assertions.assertEquals(OffsetDateTime.parse("2021-01-29T11:34:22Z"), model.lastCommitted()); + Assertions.assertEquals(OffsetDateTime.parse("2021-01-04T05:40:41Z"), model.lastModified()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CloudManagerTenantListInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CloudManagerTenantListInnerTests.java index fdc7b5378044..7fe580ecd832 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CloudManagerTenantListInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CloudManagerTenantListInnerTests.java @@ -11,8 +11,8 @@ public final class CloudManagerTenantListInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { - CloudManagerTenantListInner model = BinaryData.fromString("{\"value\":[\"zvcjfelisdjubggb\",\"igkxkbsazga\"]}") - .toObject(CloudManagerTenantListInner.class); - Assertions.assertEquals("zvcjfelisdjubggb", model.value().get(0)); + CloudManagerTenantListInner model + = BinaryData.fromString("{\"value\":[\"gn\"]}").toObject(CloudManagerTenantListInner.class); + Assertions.assertEquals("gn", model.value().get(0)); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFilterTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFilterTests.java new file mode 100644 index 000000000000..b7ce65c83211 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFilterTests.java @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.core.util.BinaryData; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFilter; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProtocol; +import org.junit.jupiter.api.Assertions; + +public final class CustomCaptureConfigurationsFilterTests { + @org.junit.jupiter.api.Test + public void testDeserialize() throws Exception { + CustomCaptureConfigurationsFilter model = BinaryData.fromString( + "{\"protocol\":\"TCP\",\"sourceIpAddress\":\"crzevdphlx\",\"sourcePort\":757345112,\"destinationIpAddress\":\"thqt\",\"destinationPort\":545631747}") + .toObject(CustomCaptureConfigurationsFilter.class); + Assertions.assertEquals(CustomCaptureConfigurationsProtocol.TCP, model.protocol()); + Assertions.assertEquals("crzevdphlx", model.sourceIpAddress()); + Assertions.assertEquals(757345112, model.sourcePort()); + Assertions.assertEquals("thqt", model.destinationIpAddress()); + Assertions.assertEquals(545631747, model.destinationPort()); + } + + @org.junit.jupiter.api.Test + public void testSerialize() throws Exception { + CustomCaptureConfigurationsFilter model + = new CustomCaptureConfigurationsFilter().withProtocol(CustomCaptureConfigurationsProtocol.TCP) + .withSourceIpAddress("crzevdphlx") + .withSourcePort(757345112) + .withDestinationIpAddress("thqt") + .withDestinationPort(545631747); + model = BinaryData.fromObject(model).toObject(CustomCaptureConfigurationsFilter.class); + Assertions.assertEquals(CustomCaptureConfigurationsProtocol.TCP, model.protocol()); + Assertions.assertEquals("crzevdphlx", model.sourceIpAddress()); + Assertions.assertEquals(757345112, model.sourcePort()); + Assertions.assertEquals("thqt", model.destinationIpAddress()); + Assertions.assertEquals(545631747, model.destinationPort()); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourceInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourceInnerTests.java new file mode 100644 index 000000000000..ef2914ab52b8 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourceInnerTests.java @@ -0,0 +1,72 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.core.util.BinaryData; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFilter; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProperties; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProtocol; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsStage; +import java.util.Arrays; +import org.junit.jupiter.api.Assertions; + +public final class CustomCaptureConfigurationsFirewallResourceInnerTests { + @org.junit.jupiter.api.Test + public void testDeserialize() throws Exception { + CustomCaptureConfigurationsFirewallResourceInner model = BinaryData.fromString( + "{\"properties\":{\"pcapFilter\":[{\"protocol\":\"UDP\",\"sourceIpAddress\":\"bpzvgn\",\"sourcePort\":706884387,\"destinationIpAddress\":\"ymglzufcyz\",\"destinationPort\":613469372},{\"protocol\":\"TCP\",\"sourceIpAddress\":\"dbihanufhfcbj\",\"sourcePort\":173106164,\"destinationIpAddress\":\"git\",\"destinationPort\":1438180551},{\"protocol\":\"UDP\",\"sourceIpAddress\":\"hab\",\"sourcePort\":2090628578,\"destinationIpAddress\":\"ikxwc\",\"destinationPort\":1445888442},{\"protocol\":\"TCP\",\"sourceIpAddress\":\"scnpqxuhivy\",\"sourcePort\":1574574303,\"destinationIpAddress\":\"wby\",\"destinationPort\":1753847734}],\"pcapStages\":[\"Receive\"],\"durationInSec\":650839055,\"storageAccountResourceId\":\"jgrtfwvukxga\",\"pcapStatus\":\"Success\",\"pcapDetailReason\":\"snhsjcnyejhkryh\",\"nextCheckInSeconds\":867688302,\"message\":\"czwlokjyem\"},\"id\":\"vnipjox\",\"name\":\"jnchgej\",\"type\":\"podmailzydehojwy\"}") + .toObject(CustomCaptureConfigurationsFirewallResourceInner.class); + Assertions.assertEquals(CustomCaptureConfigurationsProtocol.UDP, + model.properties().pcapFilter().get(0).protocol()); + Assertions.assertEquals("bpzvgn", model.properties().pcapFilter().get(0).sourceIpAddress()); + Assertions.assertEquals(706884387, model.properties().pcapFilter().get(0).sourcePort()); + Assertions.assertEquals("ymglzufcyz", model.properties().pcapFilter().get(0).destinationIpAddress()); + Assertions.assertEquals(613469372, model.properties().pcapFilter().get(0).destinationPort()); + Assertions.assertEquals(CustomCaptureConfigurationsStage.RECEIVE, model.properties().pcapStages().get(0)); + Assertions.assertEquals(650839055, model.properties().durationInSec()); + Assertions.assertEquals("jgrtfwvukxga", model.properties().storageAccountResourceId()); + } + + @org.junit.jupiter.api.Test + public void testSerialize() throws Exception { + CustomCaptureConfigurationsFirewallResourceInner model = new CustomCaptureConfigurationsFirewallResourceInner() + .withProperties(new CustomCaptureConfigurationsProperties() + .withPcapFilter(Arrays.asList( + new CustomCaptureConfigurationsFilter().withProtocol(CustomCaptureConfigurationsProtocol.UDP) + .withSourceIpAddress("bpzvgn") + .withSourcePort(706884387) + .withDestinationIpAddress("ymglzufcyz") + .withDestinationPort(613469372), + new CustomCaptureConfigurationsFilter().withProtocol(CustomCaptureConfigurationsProtocol.TCP) + .withSourceIpAddress("dbihanufhfcbj") + .withSourcePort(173106164) + .withDestinationIpAddress("git") + .withDestinationPort(1438180551), + new CustomCaptureConfigurationsFilter().withProtocol(CustomCaptureConfigurationsProtocol.UDP) + .withSourceIpAddress("hab") + .withSourcePort(2090628578) + .withDestinationIpAddress("ikxwc") + .withDestinationPort(1445888442), + new CustomCaptureConfigurationsFilter().withProtocol(CustomCaptureConfigurationsProtocol.TCP) + .withSourceIpAddress("scnpqxuhivy") + .withSourcePort(1574574303) + .withDestinationIpAddress("wby") + .withDestinationPort(1753847734))) + .withPcapStages(Arrays.asList(CustomCaptureConfigurationsStage.RECEIVE)) + .withDurationInSec(650839055) + .withStorageAccountResourceId("jgrtfwvukxga")); + model = BinaryData.fromObject(model).toObject(CustomCaptureConfigurationsFirewallResourceInner.class); + Assertions.assertEquals(CustomCaptureConfigurationsProtocol.UDP, + model.properties().pcapFilter().get(0).protocol()); + Assertions.assertEquals("bpzvgn", model.properties().pcapFilter().get(0).sourceIpAddress()); + Assertions.assertEquals(706884387, model.properties().pcapFilter().get(0).sourcePort()); + Assertions.assertEquals("ymglzufcyz", model.properties().pcapFilter().get(0).destinationIpAddress()); + Assertions.assertEquals(613469372, model.properties().pcapFilter().get(0).destinationPort()); + Assertions.assertEquals(CustomCaptureConfigurationsStage.RECEIVE, model.properties().pcapStages().get(0)); + Assertions.assertEquals(650839055, model.properties().durationInSec()); + Assertions.assertEquals("jgrtfwvukxga", model.properties().storageAccountResourceId()); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourceListResultTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourceListResultTests.java new file mode 100644 index 000000000000..155f17731b78 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourceListResultTests.java @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.core.util.BinaryData; +import com.azure.resourcemanager.paloaltonetworks.ngfw.implementation.models.CustomCaptureConfigurationsFirewallResourceListResult; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProtocol; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsStage; +import org.junit.jupiter.api.Assertions; + +public final class CustomCaptureConfigurationsFirewallResourceListResultTests { + @org.junit.jupiter.api.Test + public void testDeserialize() throws Exception { + CustomCaptureConfigurationsFirewallResourceListResult model = BinaryData.fromString( + "{\"value\":[{\"properties\":{\"pcapFilter\":[{\"protocol\":\"UDP\",\"sourceIpAddress\":\"f\",\"sourcePort\":257181558,\"destinationIpAddress\":\"inzgvfcj\",\"destinationPort\":751944111}],\"pcapStages\":[\"Transmit\",\"Drop\",\"Receive\"],\"durationInSec\":1440397986,\"storageAccountResourceId\":\"lluwfzitonpeq\",\"pcapStatus\":\"Success\",\"pcapDetailReason\":\"jlxofpdvhpfxxyp\",\"nextCheckInSeconds\":133752710,\"message\":\"mayhuybbkpodepoo\"},\"id\":\"nuvamiheogna\",\"name\":\"xzxtheo\",\"type\":\"usivye\"},{\"properties\":{\"pcapFilter\":[{\"protocol\":\"TCP\",\"sourceIpAddress\":\"qi\",\"sourcePort\":720964194,\"destinationIpAddress\":\"un\",\"destinationPort\":1255006284},{\"protocol\":\"UDP\",\"sourceIpAddress\":\"jzrnf\",\"sourcePort\":1847576577,\"destinationIpAddress\":\"gispemvtzfkufubl\",\"destinationPort\":698311711},{\"protocol\":\"TCP\",\"sourceIpAddress\":\"xqeofjaeqjhqjba\",\"sourcePort\":1154409847,\"destinationIpAddress\":\"smjqulngsntnbyb\",\"destinationPort\":1557726477}],\"pcapStages\":[\"Firewall\",\"Firewall\",\"Transmit\",\"Firewall\"],\"durationInSec\":967406306,\"storageAccountResourceId\":\"wrljdouskc\",\"pcapStatus\":\"InProgress\",\"pcapDetailReason\":\"cr\",\"nextCheckInSeconds\":1012894603,\"message\":\"wtnhxbnjbiksqr\"},\"id\":\"ssainqpjwnzll\",\"name\":\"fmppe\",\"type\":\"bvmgxsabkyqduuji\"},{\"properties\":{\"pcapFilter\":[{\"protocol\":\"TCP\",\"sourceIpAddress\":\"zdzevndh\",\"sourcePort\":968287955,\"destinationIpAddress\":\"pdappds\",\"destinationPort\":223251370},{\"protocol\":\"UDP\",\"sourceIpAddress\":\"vwrwj\",\"sourcePort\":2141844336,\"destinationIpAddress\":\"snhu\",\"destinationPort\":470678351},{\"protocol\":\"UDP\",\"sourceIpAddress\":\"ltmrldh\",\"sourcePort\":885785432,\"destinationIpAddress\":\"zzd\",\"destinationPort\":797371044}],\"pcapStages\":[\"Transmit\",\"Receive\",\"Transmit\",\"Firewall\"],\"durationInSec\":1079016341,\"storageAccountResourceId\":\"blgphuticn\",\"pcapStatus\":\"InProgress\",\"pcapDetailReason\":\"ozwyiftyhxhuro\",\"nextCheckInSeconds\":559319579,\"message\":\"xolniwpwcukjfk\"},\"id\":\"awxklr\",\"name\":\"plwckbas\",\"type\":\"ypnddhsgcb\"}],\"nextLink\":\"phejkotynqgoulz\"}") + .toObject(CustomCaptureConfigurationsFirewallResourceListResult.class); + Assertions.assertEquals(CustomCaptureConfigurationsProtocol.UDP, + model.value().get(0).properties().pcapFilter().get(0).protocol()); + Assertions.assertEquals("f", model.value().get(0).properties().pcapFilter().get(0).sourceIpAddress()); + Assertions.assertEquals(257181558, model.value().get(0).properties().pcapFilter().get(0).sourcePort()); + Assertions.assertEquals("inzgvfcj", + model.value().get(0).properties().pcapFilter().get(0).destinationIpAddress()); + Assertions.assertEquals(751944111, model.value().get(0).properties().pcapFilter().get(0).destinationPort()); + Assertions.assertEquals(CustomCaptureConfigurationsStage.TRANSMIT, + model.value().get(0).properties().pcapStages().get(0)); + Assertions.assertEquals(1440397986, model.value().get(0).properties().durationInSec()); + Assertions.assertEquals("lluwfzitonpeq", model.value().get(0).properties().storageAccountResourceId()); + Assertions.assertEquals("phejkotynqgoulz", model.nextLink()); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesCreateOrUpdateWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesCreateOrUpdateWithResponseMockTests.java new file mode 100644 index 000000000000..e8503ff214e1 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesCreateOrUpdateWithResponseMockTests.java @@ -0,0 +1,75 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.core.credential.AccessToken; +import com.azure.core.http.HttpClient; +import com.azure.core.management.profile.AzureProfile; +import com.azure.core.models.AzureCloud; +import com.azure.core.test.http.MockHttpResponse; +import com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager; +import com.azure.resourcemanager.paloaltonetworks.ngfw.fluent.models.CustomCaptureConfigurationsFirewallResourceInner; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFilter; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFirewallResource; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProperties; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProtocol; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsStage; +import java.nio.charset.StandardCharsets; +import java.time.OffsetDateTime; +import java.util.Arrays; +import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Test; +import reactor.core.publisher.Mono; + +public final class CustomCaptureConfigurationsFirewallResourcesCreateOrUpdateWithResponseMockTests { + @Test + public void testCreateOrUpdateWithResponse() throws Exception { + String responseStr + = "{\"properties\":{\"pcapFilter\":[{\"protocol\":\"UDP\",\"sourceIpAddress\":\"ugneikn\",\"sourcePort\":677067340,\"destinationIpAddress\":\"xgjiuqh\",\"destinationPort\":397728129},{\"protocol\":\"TCP\",\"sourceIpAddress\":\"ozipqwjedmurrxx\",\"sourcePort\":1885271789,\"destinationIpAddress\":\"pkt\",\"destinationPort\":1212082891},{\"protocol\":\"TCP\",\"sourceIpAddress\":\"lkm\",\"sourcePort\":703161426,\"destinationIpAddress\":\"o\",\"destinationPort\":47708204}],\"pcapStages\":[\"Receive\",\"Drop\",\"Transmit\",\"Drop\"],\"durationInSec\":1299115545,\"storageAccountResourceId\":\"oxoebqi\",\"pcapStatus\":\"InProgress\",\"pcapDetailReason\":\"nwjfu\",\"nextCheckInSeconds\":2022448357,\"message\":\"fcbahhp\"},\"id\":\"ofoiy\",\"name\":\"w\",\"type\":\"filkmkkholv\"}"; + + HttpClient httpClient + = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); + PaloAltoNetworksNgfwManager manager = PaloAltoNetworksNgfwManager.configure() + .withHttpClient(httpClient) + .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), + new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); + + CustomCaptureConfigurationsFirewallResource response = manager.customCaptureConfigurationsFirewallResources() + .createOrUpdateWithResponse("iwtglxxhljfpg", "icrmnzh", + new CustomCaptureConfigurationsFirewallResourceInner() + .withProperties(new CustomCaptureConfigurationsProperties().withPcapFilter(Arrays.asList( + new CustomCaptureConfigurationsFilter().withProtocol(CustomCaptureConfigurationsProtocol.UDP) + .withSourceIpAddress("gjsxv") + .withSourcePort(1307017173) + .withDestinationIpAddress("bfrmbodthsqqgvri") + .withDestinationPort(1825879009), + new CustomCaptureConfigurationsFilter().withProtocol(CustomCaptureConfigurationsProtocol.TCP) + .withSourceIpAddress("kclacjfrn") + .withSourcePort(718112280) + .withDestinationIpAddress("sxauzlwvsgmwohqf") + .withDestinationPort(965908942), + new CustomCaptureConfigurationsFilter().withProtocol(CustomCaptureConfigurationsProtocol.TCP) + .withSourceIpAddress("vux") + .withSourcePort(1537872857) + .withDestinationIpAddress("jsvthnwpzteko") + .withDestinationPort(1786055950))) + .withPcapStages(Arrays.asList(CustomCaptureConfigurationsStage.DROP, + CustomCaptureConfigurationsStage.TRANSMIT)) + .withDurationInSec(1639246989) + .withStorageAccountResourceId("gplucfotangcfhny")), + com.azure.core.util.Context.NONE) + .getValue(); + + Assertions.assertEquals(CustomCaptureConfigurationsProtocol.UDP, + response.properties().pcapFilter().get(0).protocol()); + Assertions.assertEquals("ugneikn", response.properties().pcapFilter().get(0).sourceIpAddress()); + Assertions.assertEquals(677067340, response.properties().pcapFilter().get(0).sourcePort()); + Assertions.assertEquals("xgjiuqh", response.properties().pcapFilter().get(0).destinationIpAddress()); + Assertions.assertEquals(397728129, response.properties().pcapFilter().get(0).destinationPort()); + Assertions.assertEquals(CustomCaptureConfigurationsStage.RECEIVE, response.properties().pcapStages().get(0)); + Assertions.assertEquals(1299115545, response.properties().durationInSec()); + Assertions.assertEquals("oxoebqi", response.properties().storageAccountResourceId()); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesDeleteByResourceGroupWithReMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesDeleteByResourceGroupWithReMockTests.java new file mode 100644 index 000000000000..390a16cdc9d4 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesDeleteByResourceGroupWithReMockTests.java @@ -0,0 +1,35 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.core.credential.AccessToken; +import com.azure.core.http.HttpClient; +import com.azure.core.management.profile.AzureProfile; +import com.azure.core.models.AzureCloud; +import com.azure.core.test.http.MockHttpResponse; +import com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager; +import java.nio.charset.StandardCharsets; +import java.time.OffsetDateTime; +import org.junit.jupiter.api.Test; +import reactor.core.publisher.Mono; + +public final class CustomCaptureConfigurationsFirewallResourcesDeleteByResourceGroupWithReMockTests { + @Test + public void testDeleteWithResponse() throws Exception { + String responseStr = "{}"; + + HttpClient httpClient + = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); + PaloAltoNetworksNgfwManager manager = PaloAltoNetworksNgfwManager.configure() + .withHttpClient(httpClient) + .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), + new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); + + manager.customCaptureConfigurationsFirewallResources() + .deleteByResourceGroupWithResponse("ndviauogphuartvt", "ukyefchnmnahmnxh", + com.azure.core.util.Context.NONE); + + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesGetWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesGetWithResponseMockTests.java new file mode 100644 index 000000000000..73d715517027 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesGetWithResponseMockTests.java @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.core.credential.AccessToken; +import com.azure.core.http.HttpClient; +import com.azure.core.management.profile.AzureProfile; +import com.azure.core.models.AzureCloud; +import com.azure.core.test.http.MockHttpResponse; +import com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFirewallResource; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProtocol; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsStage; +import java.nio.charset.StandardCharsets; +import java.time.OffsetDateTime; +import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Test; +import reactor.core.publisher.Mono; + +public final class CustomCaptureConfigurationsFirewallResourcesGetWithResponseMockTests { + @Test + public void testGetWithResponse() throws Exception { + String responseStr + = "{\"properties\":{\"pcapFilter\":[{\"protocol\":\"TCP\",\"sourceIpAddress\":\"pfpubcpzgpx\",\"sourcePort\":1957867929,\"destinationIpAddress\":\"hjknidibg\",\"destinationPort\":1035678028},{\"protocol\":\"TCP\",\"sourceIpAddress\":\"gpnrhgov\",\"sourcePort\":1427663652,\"destinationIpAddress\":\"ik\",\"destinationPort\":950993089}],\"pcapStages\":[\"Receive\",\"Drop\"],\"durationInSec\":200690953,\"storageAccountResourceId\":\"mzvupor\",\"pcapStatus\":\"Failed\",\"pcapDetailReason\":\"uydzvk\",\"nextCheckInSeconds\":2093879286,\"message\":\"nq\"},\"id\":\"qpswokmvkhlggdhb\",\"name\":\"mzqkz\",\"type\":\"zu\"}"; + + HttpClient httpClient + = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); + PaloAltoNetworksNgfwManager manager = PaloAltoNetworksNgfwManager.configure() + .withHttpClient(httpClient) + .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), + new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); + + CustomCaptureConfigurationsFirewallResource response = manager.customCaptureConfigurationsFirewallResources() + .getWithResponse("kc", "khpzvuqdflv", com.azure.core.util.Context.NONE) + .getValue(); + + Assertions.assertEquals(CustomCaptureConfigurationsProtocol.TCP, + response.properties().pcapFilter().get(0).protocol()); + Assertions.assertEquals("pfpubcpzgpx", response.properties().pcapFilter().get(0).sourceIpAddress()); + Assertions.assertEquals(1957867929, response.properties().pcapFilter().get(0).sourcePort()); + Assertions.assertEquals("hjknidibg", response.properties().pcapFilter().get(0).destinationIpAddress()); + Assertions.assertEquals(1035678028, response.properties().pcapFilter().get(0).destinationPort()); + Assertions.assertEquals(CustomCaptureConfigurationsStage.RECEIVE, response.properties().pcapStages().get(0)); + Assertions.assertEquals(200690953, response.properties().durationInSec()); + Assertions.assertEquals("mzvupor", response.properties().storageAccountResourceId()); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesListByFirewallMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesListByFirewallMockTests.java new file mode 100644 index 000000000000..ce87fa0c9e7c --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsFirewallResourcesListByFirewallMockTests.java @@ -0,0 +1,53 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.core.credential.AccessToken; +import com.azure.core.http.HttpClient; +import com.azure.core.http.rest.PagedIterable; +import com.azure.core.management.profile.AzureProfile; +import com.azure.core.models.AzureCloud; +import com.azure.core.test.http.MockHttpResponse; +import com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFirewallResource; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProtocol; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsStage; +import java.nio.charset.StandardCharsets; +import java.time.OffsetDateTime; +import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Test; +import reactor.core.publisher.Mono; + +public final class CustomCaptureConfigurationsFirewallResourcesListByFirewallMockTests { + @Test + public void testListByFirewall() throws Exception { + String responseStr + = "{\"value\":[{\"properties\":{\"pcapFilter\":[{\"protocol\":\"UDP\",\"sourceIpAddress\":\"v\",\"sourcePort\":2113184337,\"destinationIpAddress\":\"qmamhsycxhxzga\",\"destinationPort\":1001749710},{\"protocol\":\"UDP\",\"sourceIpAddress\":\"abo\",\"sourcePort\":502924690,\"destinationIpAddress\":\"mfqhppubowse\",\"destinationPort\":1908236647}],\"pcapStages\":[\"Transmit\"],\"durationInSec\":2007338945,\"storageAccountResourceId\":\"herngb\",\"pcapStatus\":\"Failed\",\"pcapDetailReason\":\"ahokqtobkauxofsh\",\"nextCheckInSeconds\":2026561686,\"message\":\"pnulaiywzej\"},\"id\":\"hs\",\"name\":\"wkojpllndnpd\",\"type\":\"rpqaf\"}]}"; + + HttpClient httpClient + = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); + PaloAltoNetworksNgfwManager manager = PaloAltoNetworksNgfwManager.configure() + .withHttpClient(httpClient) + .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), + new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); + + PagedIterable response + = manager.customCaptureConfigurationsFirewallResources() + .listByFirewall("xjqirwrweoox", "fifhxwrsnew", com.azure.core.util.Context.NONE); + + Assertions.assertEquals(CustomCaptureConfigurationsProtocol.UDP, + response.iterator().next().properties().pcapFilter().get(0).protocol()); + Assertions.assertEquals("v", response.iterator().next().properties().pcapFilter().get(0).sourceIpAddress()); + Assertions.assertEquals(2113184337, response.iterator().next().properties().pcapFilter().get(0).sourcePort()); + Assertions.assertEquals("qmamhsycxhxzga", + response.iterator().next().properties().pcapFilter().get(0).destinationIpAddress()); + Assertions.assertEquals(1001749710, + response.iterator().next().properties().pcapFilter().get(0).destinationPort()); + Assertions.assertEquals(CustomCaptureConfigurationsStage.TRANSMIT, + response.iterator().next().properties().pcapStages().get(0)); + Assertions.assertEquals(2007338945, response.iterator().next().properties().durationInSec()); + Assertions.assertEquals("herngb", response.iterator().next().properties().storageAccountResourceId()); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsPropertiesTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsPropertiesTests.java new file mode 100644 index 000000000000..aac5160ee190 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/CustomCaptureConfigurationsPropertiesTests.java @@ -0,0 +1,64 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.core.util.BinaryData; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsFilter; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProperties; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsProtocol; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.CustomCaptureConfigurationsStage; +import java.util.Arrays; +import org.junit.jupiter.api.Assertions; + +public final class CustomCaptureConfigurationsPropertiesTests { + @org.junit.jupiter.api.Test + public void testDeserialize() throws Exception { + CustomCaptureConfigurationsProperties model = BinaryData.fromString( + "{\"pcapFilter\":[{\"protocol\":\"UDP\",\"sourceIpAddress\":\"inpm\",\"sourcePort\":79874551,\"destinationIpAddress\":\"aqwi\",\"destinationPort\":1052966015},{\"protocol\":\"UDP\",\"sourceIpAddress\":\"prozvcputegjvwmf\",\"sourcePort\":105374828,\"destinationIpAddress\":\"scmdvpjhulsuu\",\"destinationPort\":90442475},{\"protocol\":\"UDP\",\"sourceIpAddress\":\"jozkrwfndiod\",\"sourcePort\":230645799,\"destinationIpAddress\":\"lwejdpv\",\"destinationPort\":672653689}],\"pcapStages\":[\"Firewall\",\"Drop\"],\"durationInSec\":1977100929,\"storageAccountResourceId\":\"cctazakljlahbc\",\"pcapStatus\":\"InProgress\",\"pcapDetailReason\":\"dfdosygexp\",\"nextCheckInSeconds\":375105800,\"message\":\"khmsbz\"}") + .toObject(CustomCaptureConfigurationsProperties.class); + Assertions.assertEquals(CustomCaptureConfigurationsProtocol.UDP, model.pcapFilter().get(0).protocol()); + Assertions.assertEquals("inpm", model.pcapFilter().get(0).sourceIpAddress()); + Assertions.assertEquals(79874551, model.pcapFilter().get(0).sourcePort()); + Assertions.assertEquals("aqwi", model.pcapFilter().get(0).destinationIpAddress()); + Assertions.assertEquals(1052966015, model.pcapFilter().get(0).destinationPort()); + Assertions.assertEquals(CustomCaptureConfigurationsStage.FIREWALL, model.pcapStages().get(0)); + Assertions.assertEquals(1977100929, model.durationInSec()); + Assertions.assertEquals("cctazakljlahbc", model.storageAccountResourceId()); + } + + @org.junit.jupiter.api.Test + public void testSerialize() throws Exception { + CustomCaptureConfigurationsProperties model = new CustomCaptureConfigurationsProperties() + .withPcapFilter(Arrays.asList( + new CustomCaptureConfigurationsFilter().withProtocol(CustomCaptureConfigurationsProtocol.UDP) + .withSourceIpAddress("inpm") + .withSourcePort(79874551) + .withDestinationIpAddress("aqwi") + .withDestinationPort(1052966015), + new CustomCaptureConfigurationsFilter().withProtocol(CustomCaptureConfigurationsProtocol.UDP) + .withSourceIpAddress("prozvcputegjvwmf") + .withSourcePort(105374828) + .withDestinationIpAddress("scmdvpjhulsuu") + .withDestinationPort(90442475), + new CustomCaptureConfigurationsFilter().withProtocol(CustomCaptureConfigurationsProtocol.UDP) + .withSourceIpAddress("jozkrwfndiod") + .withSourcePort(230645799) + .withDestinationIpAddress("lwejdpv") + .withDestinationPort(672653689))) + .withPcapStages( + Arrays.asList(CustomCaptureConfigurationsStage.FIREWALL, CustomCaptureConfigurationsStage.DROP)) + .withDurationInSec(1977100929) + .withStorageAccountResourceId("cctazakljlahbc"); + model = BinaryData.fromObject(model).toObject(CustomCaptureConfigurationsProperties.class); + Assertions.assertEquals(CustomCaptureConfigurationsProtocol.UDP, model.pcapFilter().get(0).protocol()); + Assertions.assertEquals("inpm", model.pcapFilter().get(0).sourceIpAddress()); + Assertions.assertEquals(79874551, model.pcapFilter().get(0).sourcePort()); + Assertions.assertEquals("aqwi", model.pcapFilter().get(0).destinationIpAddress()); + Assertions.assertEquals(1052966015, model.pcapFilter().get(0).destinationPort()); + Assertions.assertEquals(CustomCaptureConfigurationsStage.FIREWALL, model.pcapStages().get(0)); + Assertions.assertEquals(1977100929, model.durationInSec()); + Assertions.assertEquals("cctazakljlahbc", model.storageAccountResourceId()); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/DestinationAddrTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/DestinationAddrTests.java index f6c8d332e3fc..258bf2159c0a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/DestinationAddrTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/DestinationAddrTests.java @@ -13,27 +13,28 @@ public final class DestinationAddrTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { DestinationAddr model = BinaryData.fromString( - "{\"cidrs\":[\"pxebmnzbt\"],\"countries\":[\"pglkf\",\"ohdneuel\",\"phsdyhto\"],\"feeds\":[\"kd\",\"wwquuvxzxclvithh\",\"zonosgg\"],\"prefixLists\":[\"ohfwds\"],\"fqdnLists\":[\"aljutiiswac\"]}") + "{\"cidrs\":[\"qlkth\",\"maqolbgycduie\",\"tgccymvaolpss\"],\"countries\":[\"fmmdnbbg\",\"zpswiydmc\",\"yhz\",\"xssadbzmnvdf\"],\"feeds\":[\"daodvxzbncblyl\"],\"prefixLists\":[\"dbh\",\"xsrz\",\"zucerscdntnev\"],\"fqdnLists\":[\"jmygtdsslswtmwer\"]}") .toObject(DestinationAddr.class); - Assertions.assertEquals("pxebmnzbt", model.cidrs().get(0)); - Assertions.assertEquals("pglkf", model.countries().get(0)); - Assertions.assertEquals("kd", model.feeds().get(0)); - Assertions.assertEquals("ohfwds", model.prefixLists().get(0)); - Assertions.assertEquals("aljutiiswac", model.fqdnLists().get(0)); + Assertions.assertEquals("qlkth", model.cidrs().get(0)); + Assertions.assertEquals("fmmdnbbg", model.countries().get(0)); + Assertions.assertEquals("daodvxzbncblyl", model.feeds().get(0)); + Assertions.assertEquals("dbh", model.prefixLists().get(0)); + Assertions.assertEquals("jmygtdsslswtmwer", model.fqdnLists().get(0)); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - DestinationAddr model = new DestinationAddr().withCidrs(Arrays.asList("pxebmnzbt")) - .withCountries(Arrays.asList("pglkf", "ohdneuel", "phsdyhto")) - .withFeeds(Arrays.asList("kd", "wwquuvxzxclvithh", "zonosgg")) - .withPrefixLists(Arrays.asList("ohfwds")) - .withFqdnLists(Arrays.asList("aljutiiswac")); + DestinationAddr model + = new DestinationAddr().withCidrs(Arrays.asList("qlkth", "maqolbgycduie", "tgccymvaolpss")) + .withCountries(Arrays.asList("fmmdnbbg", "zpswiydmc", "yhz", "xssadbzmnvdf")) + .withFeeds(Arrays.asList("daodvxzbncblyl")) + .withPrefixLists(Arrays.asList("dbh", "xsrz", "zucerscdntnev")) + .withFqdnLists(Arrays.asList("jmygtdsslswtmwer")); model = BinaryData.fromObject(model).toObject(DestinationAddr.class); - Assertions.assertEquals("pxebmnzbt", model.cidrs().get(0)); - Assertions.assertEquals("pglkf", model.countries().get(0)); - Assertions.assertEquals("kd", model.feeds().get(0)); - Assertions.assertEquals("ohfwds", model.prefixLists().get(0)); - Assertions.assertEquals("aljutiiswac", model.fqdnLists().get(0)); + Assertions.assertEquals("qlkth", model.cidrs().get(0)); + Assertions.assertEquals("fmmdnbbg", model.countries().get(0)); + Assertions.assertEquals("daodvxzbncblyl", model.feeds().get(0)); + Assertions.assertEquals("dbh", model.prefixLists().get(0)); + Assertions.assertEquals("jmygtdsslswtmwer", model.fqdnLists().get(0)); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/DnsSettingsTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/DnsSettingsTests.java index dbb0957b61d4..c09e176fe669 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/DnsSettingsTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/DnsSettingsTests.java @@ -16,23 +16,25 @@ public final class DnsSettingsTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { DnsSettings model = BinaryData.fromString( - "{\"enableDnsProxy\":\"DISABLED\",\"enabledDnsType\":\"CUSTOM\",\"dnsServers\":[{\"resourceId\":\"huwrykqgaifm\",\"address\":\"klbydv\"}]}") + "{\"enableDnsProxy\":\"ENABLED\",\"enabledDnsType\":\"CUSTOM\",\"dnsServers\":[{\"resourceId\":\"nasx\",\"address\":\"tozqyzhftwesgo\"},{\"resourceId\":\"zhonnxkrlgnyhmo\",\"address\":\"xkk\"},{\"resourceId\":\"h\",\"address\":\"gh\"}]}") .toObject(DnsSettings.class); - Assertions.assertEquals(DnsProxy.DISABLED, model.enableDnsProxy()); + Assertions.assertEquals(DnsProxy.ENABLED, model.enableDnsProxy()); Assertions.assertEquals(EnabledDnsType.CUSTOM, model.enabledDnsType()); - Assertions.assertEquals("huwrykqgaifm", model.dnsServers().get(0).resourceId()); - Assertions.assertEquals("klbydv", model.dnsServers().get(0).address()); + Assertions.assertEquals("nasx", model.dnsServers().get(0).resourceId()); + Assertions.assertEquals("tozqyzhftwesgo", model.dnsServers().get(0).address()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - DnsSettings model = new DnsSettings().withEnableDnsProxy(DnsProxy.DISABLED) + DnsSettings model = new DnsSettings().withEnableDnsProxy(DnsProxy.ENABLED) .withEnabledDnsType(EnabledDnsType.CUSTOM) - .withDnsServers(Arrays.asList(new IpAddress().withResourceId("huwrykqgaifm").withAddress("klbydv"))); + .withDnsServers(Arrays.asList(new IpAddress().withResourceId("nasx").withAddress("tozqyzhftwesgo"), + new IpAddress().withResourceId("zhonnxkrlgnyhmo").withAddress("xkk"), + new IpAddress().withResourceId("h").withAddress("gh"))); model = BinaryData.fromObject(model).toObject(DnsSettings.class); - Assertions.assertEquals(DnsProxy.DISABLED, model.enableDnsProxy()); + Assertions.assertEquals(DnsProxy.ENABLED, model.enableDnsProxy()); Assertions.assertEquals(EnabledDnsType.CUSTOM, model.enabledDnsType()); - Assertions.assertEquals("huwrykqgaifm", model.dnsServers().get(0).resourceId()); - Assertions.assertEquals("klbydv", model.dnsServers().get(0).address()); + Assertions.assertEquals("nasx", model.dnsServers().get(0).resourceId()); + Assertions.assertEquals("tozqyzhftwesgo", model.dnsServers().get(0).address()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/EndpointConfigurationTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/EndpointConfigurationTests.java index 62e9ee3bac1c..77dd83f731d9 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/EndpointConfigurationTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/EndpointConfigurationTests.java @@ -13,20 +13,20 @@ public final class EndpointConfigurationTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { EndpointConfiguration model = BinaryData - .fromString("{\"port\":\"heyd\",\"address\":{\"resourceId\":\"dshmkxmaehvbbx\",\"address\":\"iplt\"}}") + .fromString("{\"port\":\"rydxtqm\",\"address\":{\"resourceId\":\"ox\",\"address\":\"ggufhyaomtb\"}}") .toObject(EndpointConfiguration.class); - Assertions.assertEquals("heyd", model.port()); - Assertions.assertEquals("dshmkxmaehvbbx", model.address().resourceId()); - Assertions.assertEquals("iplt", model.address().address()); + Assertions.assertEquals("rydxtqm", model.port()); + Assertions.assertEquals("ox", model.address().resourceId()); + Assertions.assertEquals("ggufhyaomtb", model.address().address()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - EndpointConfiguration model = new EndpointConfiguration().withPort("heyd") - .withAddress(new IpAddress().withResourceId("dshmkxmaehvbbx").withAddress("iplt")); + EndpointConfiguration model = new EndpointConfiguration().withPort("rydxtqm") + .withAddress(new IpAddress().withResourceId("ox").withAddress("ggufhyaomtb")); model = BinaryData.fromObject(model).toObject(EndpointConfiguration.class); - Assertions.assertEquals("heyd", model.port()); - Assertions.assertEquals("dshmkxmaehvbbx", model.address().resourceId()); - Assertions.assertEquals("iplt", model.address().address()); + Assertions.assertEquals("rydxtqm", model.port()); + Assertions.assertEquals("ox", model.address().resourceId()); + Assertions.assertEquals("ggufhyaomtb", model.address().address()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/EventHubTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/EventHubTests.java index 32322bc53367..09554ec99287 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/EventHubTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/EventHubTests.java @@ -12,27 +12,27 @@ public final class EventHubTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { EventHub model = BinaryData.fromString( - "{\"id\":\"iglaecx\",\"subscriptionId\":\"t\",\"name\":\"okpvzm\",\"nameSpace\":\"t\",\"policyName\":\"dgxobfircl\"}") + "{\"id\":\"nruj\",\"subscriptionId\":\"uhmuouqfprwzwbn\",\"name\":\"itnwuizgazxufi\",\"nameSpace\":\"ckyfih\",\"policyName\":\"idf\"}") .toObject(EventHub.class); - Assertions.assertEquals("iglaecx", model.id()); - Assertions.assertEquals("t", model.subscriptionId()); - Assertions.assertEquals("okpvzm", model.name()); - Assertions.assertEquals("t", model.nameSpace()); - Assertions.assertEquals("dgxobfircl", model.policyName()); + Assertions.assertEquals("nruj", model.id()); + Assertions.assertEquals("uhmuouqfprwzwbn", model.subscriptionId()); + Assertions.assertEquals("itnwuizgazxufi", model.name()); + Assertions.assertEquals("ckyfih", model.nameSpace()); + Assertions.assertEquals("idf", model.policyName()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - EventHub model = new EventHub().withId("iglaecx") - .withSubscriptionId("t") - .withName("okpvzm") - .withNameSpace("t") - .withPolicyName("dgxobfircl"); + EventHub model = new EventHub().withId("nruj") + .withSubscriptionId("uhmuouqfprwzwbn") + .withName("itnwuizgazxufi") + .withNameSpace("ckyfih") + .withPolicyName("idf"); model = BinaryData.fromObject(model).toObject(EventHub.class); - Assertions.assertEquals("iglaecx", model.id()); - Assertions.assertEquals("t", model.subscriptionId()); - Assertions.assertEquals("okpvzm", model.name()); - Assertions.assertEquals("t", model.nameSpace()); - Assertions.assertEquals("dgxobfircl", model.policyName()); + Assertions.assertEquals("nruj", model.id()); + Assertions.assertEquals("uhmuouqfprwzwbn", model.subscriptionId()); + Assertions.assertEquals("itnwuizgazxufi", model.name()); + Assertions.assertEquals("ckyfih", model.nameSpace()); + Assertions.assertEquals("idf", model.policyName()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusGetWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusGetWithResponseMockTests.java index 97655f5edbe3..e84145ec3d31 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusGetWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusGetWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class FirewallStatusGetWithResponseMockTests { @Test public void testGetWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"isPanoramaManaged\":\"FALSE\",\"healthStatus\":\"RED\",\"healthReason\":\"okgkskjivbs\",\"panoramaStatus\":{\"panoramaServerStatus\":\"UP\",\"panoramaServer2Status\":\"DOWN\"},\"provisioningState\":\"Failed\",\"isStrataCloudManaged\":\"FALSE\",\"strataCloudManagerInfo\":{\"folderName\":\"pgeumilh\",\"hubUrl\":\"itrdexy\"}},\"id\":\"nofnin\",\"name\":\"dbzsx\",\"type\":\"wqqrsmpcbbprtuga\"}"; + = "{\"properties\":{\"isPanoramaManaged\":\"FALSE\",\"healthStatus\":\"INITIALIZING\",\"healthReason\":\"ivmakx\",\"panoramaStatus\":{\"panoramaServerStatus\":\"DOWN\",\"panoramaServer2Status\":\"UP\"},\"provisioningState\":\"Deleted\",\"isStrataCloudManaged\":\"FALSE\",\"strataCloudManagerInfo\":{\"folderName\":\"ect\",\"hubUrl\":\"fjmskdchmaiu\"}},\"id\":\"vlzw\",\"name\":\"vgmfalkzazmgok\",\"type\":\"dgjqafkmkro\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,10 +31,10 @@ public void testGetWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); FirewallStatusResource response = manager.firewallStatus() - .getWithResponse("xhmt", "tvegwqiukvzwy", com.azure.core.util.Context.NONE) + .getWithResponse("ztjctibpvbkae", "xsmzygdf", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("pgeumilh", response.strataCloudManagerInfo().folderName()); - Assertions.assertEquals("itrdexy", response.strataCloudManagerInfo().hubUrl()); + Assertions.assertEquals("ect", response.strataCloudManagerInfo().folderName()); + Assertions.assertEquals("fjmskdchmaiu", response.strataCloudManagerInfo().hubUrl()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusListByFirewallsMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusListByFirewallsMockTests.java index 45a053afbef6..9a009e0cbe8f 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusListByFirewallsMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusListByFirewallsMockTests.java @@ -22,7 +22,7 @@ public final class FirewallStatusListByFirewallsMockTests { @Test public void testListByFirewalls() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"isPanoramaManaged\":\"TRUE\",\"healthStatus\":\"INITIALIZING\",\"healthReason\":\"cwjjxsgmbawvif\",\"panoramaStatus\":{\"panoramaServerStatus\":\"UP\",\"panoramaServer2Status\":\"UP\"},\"provisioningState\":\"Succeeded\",\"isStrataCloudManaged\":\"FALSE\",\"strataCloudManagerInfo\":{\"folderName\":\"wkloozr\",\"hubUrl\":\"xvcmufunlcp\"}},\"id\":\"vir\",\"name\":\"eyngjg\",\"type\":\"rquv\"}]}"; + = "{\"value\":[{\"properties\":{\"isPanoramaManaged\":\"FALSE\",\"healthStatus\":\"RED\",\"healthReason\":\"gmceituugedhfpj\",\"panoramaStatus\":{\"panoramaServerStatus\":\"DOWN\",\"panoramaServer2Status\":\"UP\"},\"provisioningState\":\"Deleted\",\"isStrataCloudManaged\":\"FALSE\",\"strataCloudManagerInfo\":{\"folderName\":\"olctae\",\"hubUrl\":\"syrled\"}},\"id\":\"ustbvtqigdx\",\"name\":\"vsgeafgf\",\"type\":\"sehxlzsxezp\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,9 +32,9 @@ public void testListByFirewalls() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PagedIterable response - = manager.firewallStatus().listByFirewalls("bzbcyksiv", "fogdrtbfcm", com.azure.core.util.Context.NONE); + = manager.firewallStatus().listByFirewalls("zrthqet", "pqrtvaoznqni", com.azure.core.util.Context.NONE); - Assertions.assertEquals("wkloozr", response.iterator().next().strataCloudManagerInfo().folderName()); - Assertions.assertEquals("xvcmufunlcp", response.iterator().next().strataCloudManagerInfo().hubUrl()); + Assertions.assertEquals("olctae", response.iterator().next().strataCloudManagerInfo().folderName()); + Assertions.assertEquals("syrled", response.iterator().next().strataCloudManagerInfo().hubUrl()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusPropertyTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusPropertyTests.java index fece00686e3d..c897ac8f0dc5 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusPropertyTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusPropertyTests.java @@ -12,9 +12,9 @@ public final class FirewallStatusPropertyTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { FirewallStatusProperty model = BinaryData.fromString( - "{\"isPanoramaManaged\":\"TRUE\",\"healthStatus\":\"YELLOW\",\"healthReason\":\"izvy\",\"panoramaStatus\":{\"panoramaServerStatus\":\"UP\",\"panoramaServer2Status\":\"UP\"},\"provisioningState\":\"Deleted\",\"isStrataCloudManaged\":\"FALSE\",\"strataCloudManagerInfo\":{\"folderName\":\"rano\",\"hubUrl\":\"gukkjqnvbroy\"}}") + "{\"isPanoramaManaged\":\"FALSE\",\"healthStatus\":\"GREEN\",\"healthReason\":\"hvseufuqyrx\",\"panoramaStatus\":{\"panoramaServerStatus\":\"UP\",\"panoramaServer2Status\":\"DOWN\"},\"provisioningState\":\"Deleted\",\"isStrataCloudManaged\":\"FALSE\",\"strataCloudManagerInfo\":{\"folderName\":\"qfrddgam\",\"hubUrl\":\"hiosrsjuiv\"}}") .toObject(FirewallStatusProperty.class); - Assertions.assertEquals("rano", model.strataCloudManagerInfo().folderName()); - Assertions.assertEquals("gukkjqnvbroy", model.strataCloudManagerInfo().hubUrl()); + Assertions.assertEquals("qfrddgam", model.strataCloudManagerInfo().folderName()); + Assertions.assertEquals("hiosrsjuiv", model.strataCloudManagerInfo().hubUrl()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusResourceInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusResourceInnerTests.java index 80f0bda480d2..113db903e7ed 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusResourceInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusResourceInnerTests.java @@ -12,9 +12,9 @@ public final class FirewallStatusResourceInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { FirewallStatusResourceInner model = BinaryData.fromString( - "{\"properties\":{\"isPanoramaManaged\":\"TRUE\",\"healthStatus\":\"GREEN\",\"healthReason\":\"db\",\"panoramaStatus\":{\"panoramaServerStatus\":\"UP\",\"panoramaServer2Status\":\"UP\"},\"provisioningState\":\"Succeeded\",\"isStrataCloudManaged\":\"FALSE\",\"strataCloudManagerInfo\":{\"folderName\":\"hzmme\",\"hubUrl\":\"kdlpa\"}},\"id\":\"rcxfailcfxwmdb\",\"name\":\"xdfgsftufqobr\",\"type\":\"lnacgcc\"}") + "{\"properties\":{\"isPanoramaManaged\":\"FALSE\",\"healthStatus\":\"GREEN\",\"healthReason\":\"mudqmeq\",\"panoramaStatus\":{\"panoramaServerStatus\":\"DOWN\",\"panoramaServer2Status\":\"UP\"},\"provisioningState\":\"Failed\",\"isStrataCloudManaged\":\"FALSE\",\"strataCloudManagerInfo\":{\"folderName\":\"eb\",\"hubUrl\":\"bpmzzn\"}},\"id\":\"ff\",\"name\":\"aqi\",\"type\":\"mhh\"}") .toObject(FirewallStatusResourceInner.class); - Assertions.assertEquals("hzmme", model.strataCloudManagerInfo().folderName()); - Assertions.assertEquals("kdlpa", model.strataCloudManagerInfo().hubUrl()); + Assertions.assertEquals("eb", model.strataCloudManagerInfo().folderName()); + Assertions.assertEquals("bpmzzn", model.strataCloudManagerInfo().hubUrl()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusResourceListResultTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusResourceListResultTests.java index 858a976a84af..003a7176231c 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusResourceListResultTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallStatusResourceListResultTests.java @@ -12,10 +12,10 @@ public final class FirewallStatusResourceListResultTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { FirewallStatusResourceListResult model = BinaryData.fromString( - "{\"value\":[{\"properties\":{\"isPanoramaManaged\":\"TRUE\",\"healthStatus\":\"YELLOW\",\"healthReason\":\"whryvycytdcl\",\"panoramaStatus\":{\"panoramaServerStatus\":\"DOWN\",\"panoramaServer2Status\":\"UP\"},\"provisioningState\":\"Succeeded\",\"isStrataCloudManaged\":\"FALSE\",\"strataCloudManagerInfo\":{\"folderName\":\"mvpdvjdhttzaef\",\"hubUrl\":\"x\"}},\"id\":\"ch\",\"name\":\"phkmcrjdqnsdfz\",\"type\":\"bg\"}],\"nextLink\":\"kylkdghrj\"}") + "{\"value\":[{\"properties\":{\"isPanoramaManaged\":\"FALSE\",\"healthStatus\":\"RED\",\"healthReason\":\"vk\",\"panoramaStatus\":{\"panoramaServerStatus\":\"DOWN\",\"panoramaServer2Status\":\"DOWN\"},\"provisioningState\":\"Failed\",\"isStrataCloudManaged\":\"FALSE\",\"strataCloudManagerInfo\":{\"folderName\":\"i\",\"hubUrl\":\"wncvjtszcofiz\"}},\"id\":\"tdhgbjkvrelj\",\"name\":\"amurvzmlovuan\",\"type\":\"shcxlpmjerbdk\"},{\"properties\":{\"isPanoramaManaged\":\"FALSE\",\"healthStatus\":\"GREEN\",\"healthReason\":\"zozsdbccxjmonfdg\",\"panoramaStatus\":{\"panoramaServerStatus\":\"DOWN\",\"panoramaServer2Status\":\"UP\"},\"provisioningState\":\"Succeeded\",\"isStrataCloudManaged\":\"TRUE\",\"strataCloudManagerInfo\":{\"folderName\":\"v\",\"hubUrl\":\"jctzenkei\"}},\"id\":\"zhmkdasvflyh\",\"name\":\"xcudchxgsr\",\"type\":\"oldforobw\"},{\"properties\":{\"isPanoramaManaged\":\"TRUE\",\"healthStatus\":\"RED\",\"healthReason\":\"fhfovv\",\"panoramaStatus\":{\"panoramaServerStatus\":\"UP\",\"panoramaServer2Status\":\"DOWN\"},\"provisioningState\":\"Succeeded\",\"isStrataCloudManaged\":\"TRUE\",\"strataCloudManagerInfo\":{\"folderName\":\"zab\",\"hubUrl\":\"l\"}},\"id\":\"umuaslzkwrrwoycq\",\"name\":\"cwyhahno\",\"type\":\"drkywuhps\"},{\"properties\":{\"isPanoramaManaged\":\"FALSE\",\"healthStatus\":\"INITIALIZING\",\"healthReason\":\"tlwexxwlalniexz\",\"panoramaStatus\":{\"panoramaServerStatus\":\"DOWN\",\"panoramaServer2Status\":\"UP\"},\"provisioningState\":\"Succeeded\",\"isStrataCloudManaged\":\"TRUE\",\"strataCloudManagerInfo\":{\"folderName\":\"wwpgdakchzyvlixq\",\"hubUrl\":\"kcxk\"}},\"id\":\"bn\",\"name\":\"mysu\",\"type\":\"swqrntvlwijp\"}],\"nextLink\":\"texoqqpwc\"}") .toObject(FirewallStatusResourceListResult.class); - Assertions.assertEquals("mvpdvjdhttzaef", model.value().get(0).strataCloudManagerInfo().folderName()); - Assertions.assertEquals("x", model.value().get(0).strataCloudManagerInfo().hubUrl()); - Assertions.assertEquals("kylkdghrj", model.nextLink()); + Assertions.assertEquals("i", model.value().get(0).strataCloudManagerInfo().folderName()); + Assertions.assertEquals("wncvjtszcofiz", model.value().get(0).strataCloudManagerInfo().hubUrl()); + Assertions.assertEquals("texoqqpwc", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsDeleteMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsDeleteMockTests.java index 9a35ee164f6c..8a8fe3f08ab9 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsDeleteMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsDeleteMockTests.java @@ -27,7 +27,7 @@ public void testDelete() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - manager.firewalls().delete("fpgylkve", "jujcngoad", com.azure.core.util.Context.NONE); + manager.firewalls().delete("d", "ollgry", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetGlobalRulestackWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetGlobalRulestackWithResponseMockTests.java index d32b996e9d9a..e3852136e3a3 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetGlobalRulestackWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetGlobalRulestackWithResponseMockTests.java @@ -20,7 +20,7 @@ public final class FirewallsGetGlobalRulestackWithResponseMockTests { @Test public void testGetGlobalRulestackWithResponse() throws Exception { - String responseStr = "{\"azureId\":\"rcyrucpcunnu\"}"; + String responseStr = "{\"azureId\":\"yngydgrpxncaki\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -30,9 +30,9 @@ public void testGetGlobalRulestackWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); GlobalRulestackInfo response = manager.firewalls() - .getGlobalRulestackWithResponse("ytoithgygvfl", "gvdihoynkrxwetwk", com.azure.core.util.Context.NONE) + .getGlobalRulestackWithResponse("tuicds", "wdfmmpzhzzwvywr", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("rcyrucpcunnu", response.azureId()); + Assertions.assertEquals("yngydgrpxncaki", response.azureId()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetSupportInfoWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetSupportInfoWithResponseMockTests.java index d613d3cbc299..fd213f4756cd 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetSupportInfoWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FirewallsGetSupportInfoWithResponseMockTests.java @@ -22,7 +22,7 @@ public final class FirewallsGetSupportInfoWithResponseMockTests { @Test public void testGetSupportInfoWithResponse() throws Exception { String responseStr - = "{\"productSku\":\"zqymtuowogtgits\",\"productSerial\":\"zvbrzcdbanfzndsc\",\"accountRegistered\":\"TRUE\",\"accountId\":\"atkdbmwnrd\",\"userDomainSupported\":\"FALSE\",\"userRegistered\":\"TRUE\",\"freeTrial\":\"TRUE\",\"freeTrialDaysLeft\":287826060,\"freeTrialCreditLeft\":708712993,\"helpURL\":\"rmkuh\",\"supportURL\":\"xljalfihc\",\"registerURL\":\"obcancdexxqcw\"}"; + = "{\"productSku\":\"knxkvccxetyvkunm\",\"productSerial\":\"nohikkgq\",\"accountRegistered\":\"FALSE\",\"accountId\":\"pinde\",\"userDomainSupported\":\"FALSE\",\"userRegistered\":\"FALSE\",\"freeTrial\":\"FALSE\",\"freeTrialDaysLeft\":1421822703,\"freeTrialCreditLeft\":779572725,\"helpURL\":\"ilb\",\"supportURL\":\"wfcfxzirzz\",\"registerURL\":\"vwypusuvjsl\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,20 +32,20 @@ public void testGetSupportInfoWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); SupportInfo response = manager.firewalls() - .getSupportInfoWithResponse("cnrly", "nucaephblkwqpat", "bqsdtcjbctvi", com.azure.core.util.Context.NONE) + .getSupportInfoWithResponse("iucijjcea", "lijjjrtvam", "a", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("zqymtuowogtgits", response.productSku()); - Assertions.assertEquals("zvbrzcdbanfzndsc", response.productSerial()); - Assertions.assertEquals(BooleanEnum.TRUE, response.accountRegistered()); - Assertions.assertEquals("atkdbmwnrd", response.accountId()); + Assertions.assertEquals("knxkvccxetyvkunm", response.productSku()); + Assertions.assertEquals("nohikkgq", response.productSerial()); + Assertions.assertEquals(BooleanEnum.FALSE, response.accountRegistered()); + Assertions.assertEquals("pinde", response.accountId()); Assertions.assertEquals(BooleanEnum.FALSE, response.userDomainSupported()); - Assertions.assertEquals(BooleanEnum.TRUE, response.userRegistered()); - Assertions.assertEquals(BooleanEnum.TRUE, response.freeTrial()); - Assertions.assertEquals(287826060, response.freeTrialDaysLeft()); - Assertions.assertEquals(708712993, response.freeTrialCreditLeft()); - Assertions.assertEquals("rmkuh", response.helpUrl()); - Assertions.assertEquals("xljalfihc", response.supportUrl()); - Assertions.assertEquals("obcancdexxqcw", response.registerUrl()); + Assertions.assertEquals(BooleanEnum.FALSE, response.userRegistered()); + Assertions.assertEquals(BooleanEnum.FALSE, response.freeTrial()); + Assertions.assertEquals(1421822703, response.freeTrialDaysLeft()); + Assertions.assertEquals(779572725, response.freeTrialCreditLeft()); + Assertions.assertEquals("ilb", response.helpUrl()); + Assertions.assertEquals("wfcfxzirzz", response.supportUrl()); + Assertions.assertEquals("vwypusuvjsl", response.registerUrl()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackResourceInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackResourceInnerTests.java index b309eceea9ba..be9ecdb484aa 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackResourceInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackResourceInnerTests.java @@ -13,24 +13,25 @@ public final class FqdnListGlobalRulestackResourceInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { FqdnListGlobalRulestackResourceInner model = BinaryData.fromString( - "{\"properties\":{\"description\":\"jn\",\"fqdnList\":[\"ckhsmtxpsieb\",\"fhvpesaps\",\"rdqmhjjdhtldwkyz\"],\"etag\":\"utknc\",\"auditComment\":\"cwsvlxotog\",\"provisioningState\":\"Updating\"},\"id\":\"pqsxvnmicy\",\"name\":\"vce\",\"type\":\"vei\"}") + "{\"properties\":{\"description\":\"lmoyrx\",\"fqdnList\":[\"fudwpznt\",\"hdzhlrqj\",\"hckfrlhrx\",\"bkyvp\"],\"etag\":\"anuzbpzkafkuw\",\"auditComment\":\"rnwb\",\"provisioningState\":\"Succeeded\"},\"id\":\"seyvj\",\"name\":\"srtslhspkdeem\",\"type\":\"ofmxagkvtmelmqkr\"}") .toObject(FqdnListGlobalRulestackResourceInner.class); - Assertions.assertEquals("jn", model.description()); - Assertions.assertEquals("ckhsmtxpsieb", model.fqdnList().get(0)); - Assertions.assertEquals("utknc", model.etag()); - Assertions.assertEquals("cwsvlxotog", model.auditComment()); + Assertions.assertEquals("lmoyrx", model.description()); + Assertions.assertEquals("fudwpznt", model.fqdnList().get(0)); + Assertions.assertEquals("anuzbpzkafkuw", model.etag()); + Assertions.assertEquals("rnwb", model.auditComment()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - FqdnListGlobalRulestackResourceInner model = new FqdnListGlobalRulestackResourceInner().withDescription("jn") - .withFqdnList(Arrays.asList("ckhsmtxpsieb", "fhvpesaps", "rdqmhjjdhtldwkyz")) - .withEtag("utknc") - .withAuditComment("cwsvlxotog"); + FqdnListGlobalRulestackResourceInner model + = new FqdnListGlobalRulestackResourceInner().withDescription("lmoyrx") + .withFqdnList(Arrays.asList("fudwpznt", "hdzhlrqj", "hckfrlhrx", "bkyvp")) + .withEtag("anuzbpzkafkuw") + .withAuditComment("rnwb"); model = BinaryData.fromObject(model).toObject(FqdnListGlobalRulestackResourceInner.class); - Assertions.assertEquals("jn", model.description()); - Assertions.assertEquals("ckhsmtxpsieb", model.fqdnList().get(0)); - Assertions.assertEquals("utknc", model.etag()); - Assertions.assertEquals("cwsvlxotog", model.auditComment()); + Assertions.assertEquals("lmoyrx", model.description()); + Assertions.assertEquals("fudwpznt", model.fqdnList().get(0)); + Assertions.assertEquals("anuzbpzkafkuw", model.etag()); + Assertions.assertEquals("rnwb", model.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackResourceListResultTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackResourceListResultTests.java index ba7eee6c2214..3ba0e68eabf0 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackResourceListResultTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestackResourceListResultTests.java @@ -12,12 +12,12 @@ public final class FqdnListGlobalRulestackResourceListResultTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { FqdnListGlobalRulestackResourceListResult model = BinaryData.fromString( - "{\"value\":[{\"properties\":{\"description\":\"uscrpabgyepsb\",\"fqdnList\":[\"azqugxywpmueefj\",\"wfqkquj\",\"dsuyonobgla\",\"cq\"],\"etag\":\"ccm\",\"auditComment\":\"udxytlmoyrx\",\"provisioningState\":\"NotSpecified\"},\"id\":\"dw\",\"name\":\"zntxhdz\",\"type\":\"lrqjbhckfr\"},{\"properties\":{\"description\":\"rxsbkyvp\",\"fqdnList\":[\"anuzbpzkafkuw\"],\"etag\":\"rnwb\",\"auditComment\":\"hhseyv\",\"provisioningState\":\"Deleted\"},\"id\":\"tslhspkdeem\",\"name\":\"ofmxagkvtmelmqkr\",\"type\":\"ahvljuaha\"},{\"properties\":{\"description\":\"hcdhmdual\",\"fqdnList\":[\"xqpvfadmw\"],\"etag\":\"crgvxpvgom\",\"auditComment\":\"fmisg\",\"provisioningState\":\"NotSpecified\"},\"id\":\"beldawkzbaliourq\",\"name\":\"akauha\",\"type\":\"hsfwxosowzxcug\"},{\"properties\":{\"description\":\"jooxdjebw\",\"fqdnList\":[\"cwwfvovbvme\"],\"etag\":\"civyhzceuo\",\"auditComment\":\"jrwjueiotwm\",\"provisioningState\":\"NotSpecified\"},\"id\":\"dxwitx\",\"name\":\"rjaw\",\"type\":\"qwgxhniskx\"}],\"nextLink\":\"kpycgklwndnhjd\"}") + "{\"value\":[{\"properties\":{\"description\":\"gomz\",\"fqdnList\":[\"misgwbnb\",\"e\"],\"etag\":\"awkz\",\"auditComment\":\"liourqhak\",\"provisioningState\":\"Deleted\"},\"id\":\"shsfwxosowzxcu\",\"name\":\"i\",\"type\":\"jooxdjebw\"}],\"nextLink\":\"cwwfvovbvme\"}") .toObject(FqdnListGlobalRulestackResourceListResult.class); - Assertions.assertEquals("uscrpabgyepsb", model.value().get(0).description()); - Assertions.assertEquals("azqugxywpmueefj", model.value().get(0).fqdnList().get(0)); - Assertions.assertEquals("ccm", model.value().get(0).etag()); - Assertions.assertEquals("udxytlmoyrx", model.value().get(0).auditComment()); - Assertions.assertEquals("kpycgklwndnhjd", model.nextLink()); + Assertions.assertEquals("gomz", model.value().get(0).description()); + Assertions.assertEquals("misgwbnb", model.value().get(0).fqdnList().get(0)); + Assertions.assertEquals("awkz", model.value().get(0).etag()); + Assertions.assertEquals("liourqhak", model.value().get(0).auditComment()); + Assertions.assertEquals("cwwfvovbvme", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksCreateOrUpdateMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksCreateOrUpdateMockTests.java index c06afcd279ce..9e1dff4374e8 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksCreateOrUpdateMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksCreateOrUpdateMockTests.java @@ -23,7 +23,7 @@ public final class FqdnListGlobalRulestacksCreateOrUpdateMockTests { @Test public void testCreateOrUpdate() throws Exception { String responseStr - = "{\"properties\":{\"description\":\"jrtwsz\",\"fqdnList\":[\"vuicp\"],\"etag\":\"trrmhwrb\",\"auditComment\":\"pyf\",\"provisioningState\":\"Succeeded\"},\"id\":\"vjglrocuyzlwhhme\",\"name\":\"hoocl\",\"type\":\"tnpqmemczjk\"}"; + = "{\"properties\":{\"description\":\"e\",\"fqdnList\":[\"ela\",\"acigel\",\"ohdbvqvwzkj\"],\"etag\":\"wbeonrlkwzdqy\",\"auditComment\":\"ceakxc\",\"provisioningState\":\"Succeeded\"},\"id\":\"qfyiaseqchkr\",\"name\":\"tzrazisgyk\",\"type\":\"uem\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -33,16 +33,16 @@ public void testCreateOrUpdate() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); FqdnListGlobalRulestackResource response = manager.fqdnListGlobalRulestacks() - .createOrUpdate("luqvoxmycjimryv", "gc", - new FqdnListGlobalRulestackResourceInner().withDescription("pbmz") - .withFqdnList(Arrays.asList("esyds")) - .withEtag("efoh") - .withAuditComment("bvopwndyqle"), + .createOrUpdate("glrrczez", "hhltnjadhqo", + new FqdnListGlobalRulestackResourceInner().withDescription("jqoyueayfbpcm") + .withFqdnList(Arrays.asList("lbyrru")) + .withEtag("thwmgnmbsc") + .withAuditComment("xigdhxiidlope"), com.azure.core.util.Context.NONE); - Assertions.assertEquals("jrtwsz", response.description()); - Assertions.assertEquals("vuicp", response.fqdnList().get(0)); - Assertions.assertEquals("trrmhwrb", response.etag()); - Assertions.assertEquals("pyf", response.auditComment()); + Assertions.assertEquals("e", response.description()); + Assertions.assertEquals("ela", response.fqdnList().get(0)); + Assertions.assertEquals("wbeonrlkwzdqy", response.etag()); + Assertions.assertEquals("ceakxc", response.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksDeleteMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksDeleteMockTests.java index f8614b3c6128..058bac462312 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksDeleteMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksDeleteMockTests.java @@ -27,7 +27,8 @@ public void testDelete() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - manager.fqdnListGlobalRulestacks().delete("mykyujxsglhs", "rryejylmbkzudnig", com.azure.core.util.Context.NONE); + manager.fqdnListGlobalRulestacks() + .delete("anbwzohmnrxxbso", "klinhmdptysprq", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksGetWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksGetWithResponseMockTests.java index 2848344da7f7..fb89ba3ba3b0 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksGetWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksGetWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class FqdnListGlobalRulestacksGetWithResponseMockTests { @Test public void testGetWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"description\":\"nbldxeaclgschori\",\"fqdnList\":[\"rsrrmoucsofldp\",\"viyfcaabeolhbhlv\",\"mxuq\"],\"etag\":\"s\",\"auditComment\":\"kcudfbsfarfsiowl\",\"provisioningState\":\"Succeeded\"},\"id\":\"qpvwgfst\",\"name\":\"hqykizmdk\",\"type\":\"aoaf\"}"; + = "{\"properties\":{\"description\":\"urnnqbnqbpiz\",\"fqdnList\":[\"ltgrdogypxrxv\",\"fihwu\"],\"etag\":\"ctafsrbxrblm\",\"auditComment\":\"owxih\",\"provisioningState\":\"Accepted\"},\"id\":\"wqagnepzwa\",\"name\":\"lsbs\",\"type\":\"qqqagwwrxaomzi\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,12 +31,12 @@ public void testGetWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); FqdnListGlobalRulestackResource response = manager.fqdnListGlobalRulestacks() - .getWithResponse("ehqepvufhbzehe", "hoqhnl", com.azure.core.util.Context.NONE) + .getWithResponse("defxrdc", "xnbkkj", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("nbldxeaclgschori", response.description()); - Assertions.assertEquals("rsrrmoucsofldp", response.fqdnList().get(0)); - Assertions.assertEquals("s", response.etag()); - Assertions.assertEquals("kcudfbsfarfsiowl", response.auditComment()); + Assertions.assertEquals("urnnqbnqbpiz", response.description()); + Assertions.assertEquals("ltgrdogypxrxv", response.fqdnList().get(0)); + Assertions.assertEquals("ctafsrbxrblm", response.etag()); + Assertions.assertEquals("owxih", response.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksListMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksListMockTests.java index c8cc128acc2f..3b1a6a997d75 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksListMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListGlobalRulestacksListMockTests.java @@ -22,7 +22,7 @@ public final class FqdnListGlobalRulestacksListMockTests { @Test public void testList() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"description\":\"lpxuzzjgnrefq\",\"fqdnList\":[\"qotoihiqakydiwfb\"],\"etag\":\"wpzdqtvhcspo\",\"auditComment\":\"qaxsipietgbebjf\",\"provisioningState\":\"NotSpecified\"},\"id\":\"oichdlpnfpubnt\",\"name\":\"batzviqsows\",\"type\":\"aelcat\"}]}"; + = "{\"value\":[{\"properties\":{\"description\":\"liufiqwoyxq\",\"fqdnList\":[\"pcohhoucqpqojx\",\"x\",\"rzdcgdzbenribcaw\"],\"etag\":\"zqddtjwfljhzn\",\"auditComment\":\"tuatmzwcj\",\"provisioningState\":\"Updating\"},\"id\":\"tjzmi\",\"name\":\"vgbgatzuuvbxng\",\"type\":\"ebwgga\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,11 +32,11 @@ public void testList() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PagedIterable response - = manager.fqdnListGlobalRulestacks().list("fihotj", com.azure.core.util.Context.NONE); + = manager.fqdnListGlobalRulestacks().list("gnzxojpslsvj", com.azure.core.util.Context.NONE); - Assertions.assertEquals("lpxuzzjgnrefq", response.iterator().next().description()); - Assertions.assertEquals("qotoihiqakydiwfb", response.iterator().next().fqdnList().get(0)); - Assertions.assertEquals("wpzdqtvhcspo", response.iterator().next().etag()); - Assertions.assertEquals("qaxsipietgbebjf", response.iterator().next().auditComment()); + Assertions.assertEquals("liufiqwoyxq", response.iterator().next().description()); + Assertions.assertEquals("pcohhoucqpqojx", response.iterator().next().fqdnList().get(0)); + Assertions.assertEquals("zqddtjwfljhzn", response.iterator().next().etag()); + Assertions.assertEquals("tuatmzwcj", response.iterator().next().auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackResourceInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackResourceInnerTests.java index 9ce188b7000a..554db09f6acc 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackResourceInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackResourceInnerTests.java @@ -13,25 +13,25 @@ public final class FqdnListLocalRulestackResourceInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { FqdnListLocalRulestackResourceInner model = BinaryData.fromString( - "{\"properties\":{\"description\":\"udqmeqwigpibudq\",\"fqdnList\":[\"xebeybpmz\"],\"etag\":\"rtffyaqitmh\",\"auditComment\":\"ioqaqhvs\",\"provisioningState\":\"Updating\"},\"id\":\"qyrxp\",\"name\":\"lcgqlsismj\",\"type\":\"frddgamquhiosrsj\"}") + "{\"properties\":{\"description\":\"dbzqgqqihed\",\"fqdnList\":[\"qwthmky\"],\"etag\":\"cysihs\",\"auditComment\":\"cw\",\"provisioningState\":\"Deleted\"},\"id\":\"sdtmcdzs\",\"name\":\"fcohdxbzlmcmu\",\"type\":\"pcvhdbevwqqxeys\"}") .toObject(FqdnListLocalRulestackResourceInner.class); - Assertions.assertEquals("udqmeqwigpibudq", model.description()); - Assertions.assertEquals("xebeybpmz", model.fqdnList().get(0)); - Assertions.assertEquals("rtffyaqitmh", model.etag()); - Assertions.assertEquals("ioqaqhvs", model.auditComment()); + Assertions.assertEquals("dbzqgqqihed", model.description()); + Assertions.assertEquals("qwthmky", model.fqdnList().get(0)); + Assertions.assertEquals("cysihs", model.etag()); + Assertions.assertEquals("cw", model.auditComment()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { FqdnListLocalRulestackResourceInner model - = new FqdnListLocalRulestackResourceInner().withDescription("udqmeqwigpibudq") - .withFqdnList(Arrays.asList("xebeybpmz")) - .withEtag("rtffyaqitmh") - .withAuditComment("ioqaqhvs"); + = new FqdnListLocalRulestackResourceInner().withDescription("dbzqgqqihed") + .withFqdnList(Arrays.asList("qwthmky")) + .withEtag("cysihs") + .withAuditComment("cw"); model = BinaryData.fromObject(model).toObject(FqdnListLocalRulestackResourceInner.class); - Assertions.assertEquals("udqmeqwigpibudq", model.description()); - Assertions.assertEquals("xebeybpmz", model.fqdnList().get(0)); - Assertions.assertEquals("rtffyaqitmh", model.etag()); - Assertions.assertEquals("ioqaqhvs", model.auditComment()); + Assertions.assertEquals("dbzqgqqihed", model.description()); + Assertions.assertEquals("qwthmky", model.fqdnList().get(0)); + Assertions.assertEquals("cysihs", model.etag()); + Assertions.assertEquals("cw", model.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackResourceListResultTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackResourceListResultTests.java index f754522ce908..f9e405443bc4 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackResourceListResultTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestackResourceListResultTests.java @@ -12,12 +12,12 @@ public final class FqdnListLocalRulestackResourceListResultTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { FqdnListLocalRulestackResourceListResult model = BinaryData.fromString( - "{\"value\":[{\"properties\":{\"description\":\"fcdis\",\"fqdnList\":[\"rnxzh\",\"zexrxzbujrt\"],\"etag\":\"qvwre\",\"auditComment\":\"h\",\"provisioningState\":\"Deleting\"},\"id\":\"zonzlrpiqywnc\",\"name\":\"jtszcof\",\"type\":\"zehtdhgb\"},{\"properties\":{\"description\":\"vreljea\",\"fqdnList\":[\"rvzmlovuana\",\"hcxlpm\",\"erbdk\",\"lvidizozs\"],\"etag\":\"ccxjm\",\"auditComment\":\"fdgnwncypuuwwlt\",\"provisioningState\":\"Accepted\"},\"id\":\"ctzenkeifzzhmkd\",\"name\":\"svflyhbxcudch\",\"type\":\"gsrboldforobw\"},{\"properties\":{\"description\":\"vizbfhfo\",\"fqdnList\":[\"acqpbtuodxesza\",\"belawumuaslzkwr\",\"woycqucwyha\",\"nomdrkywuhpsv\"],\"etag\":\"urut\",\"auditComment\":\"exxwlalniexzsrz\",\"provisioningState\":\"Updating\"},\"id\":\"q\",\"name\":\"yb\",\"type\":\"wwpgdakchzyvlixq\"}],\"nextLink\":\"kcxk\"}") + "{\"value\":[{\"properties\":{\"description\":\"qzinkfkbg\",\"fqdnList\":[\"bowxe\"],\"etag\":\"clj\",\"auditComment\":\"gvkzqkjjeokbze\",\"provisioningState\":\"Deleted\"},\"id\":\"xcczurtl\",\"name\":\"ipqxbkwvzgnzv\",\"type\":\"fbzdixzmqpnoda\"},{\"properties\":{\"description\":\"pqhe\",\"fqdnList\":[\"ptmcgsbostzelnd\",\"atutmzlbiojlvfhr\",\"bpneqvcwwyyurm\"],\"etag\":\"hppr\",\"auditComment\":\"snmokayzej\",\"provisioningState\":\"Accepted\"},\"id\":\"kpbz\",\"name\":\"cpilj\",\"type\":\"a\"},{\"properties\":{\"description\":\"vechndbnwiehole\",\"fqdnList\":[\"wiuub\",\"efqsfapaqtferrqw\",\"x\",\"kmfx\"],\"etag\":\"jwogqqnobpudc\",\"auditComment\":\"btqwpwyawbzas\",\"provisioningState\":\"NotSpecified\"},\"id\":\"ljgkyex\",\"name\":\"oguyaip\",\"type\":\"dsdaultxijjumf\"},{\"properties\":{\"description\":\"azlnqnmcjngzqdqx\",\"fqdnList\":[\"jw\",\"nyfusfzsvtuikzh\",\"jqg\"],\"etag\":\"fh\",\"auditComment\":\"rqryxynqn\",\"provisioningState\":\"Succeeded\"},\"id\":\"sovwxznptgoeiyb\",\"name\":\"abpfhvfs\",\"type\":\"kvntjlrigjkskyri\"}],\"nextLink\":\"vzidsxwaab\"}") .toObject(FqdnListLocalRulestackResourceListResult.class); - Assertions.assertEquals("fcdis", model.value().get(0).description()); - Assertions.assertEquals("rnxzh", model.value().get(0).fqdnList().get(0)); - Assertions.assertEquals("qvwre", model.value().get(0).etag()); - Assertions.assertEquals("h", model.value().get(0).auditComment()); - Assertions.assertEquals("kcxk", model.nextLink()); + Assertions.assertEquals("qzinkfkbg", model.value().get(0).description()); + Assertions.assertEquals("bowxe", model.value().get(0).fqdnList().get(0)); + Assertions.assertEquals("clj", model.value().get(0).etag()); + Assertions.assertEquals("gvkzqkjjeokbze", model.value().get(0).auditComment()); + Assertions.assertEquals("vzidsxwaab", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksCreateOrUpdateMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksCreateOrUpdateMockTests.java index acfe127e9e4e..10b16e78686a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksCreateOrUpdateMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksCreateOrUpdateMockTests.java @@ -22,7 +22,7 @@ public final class FqdnListLocalRulestacksCreateOrUpdateMockTests { @Test public void testCreateOrUpdate() throws Exception { String responseStr - = "{\"properties\":{\"description\":\"j\",\"fqdnList\":[\"ggjh\",\"f\"],\"etag\":\"rqrkijpeuqlsdx\",\"auditComment\":\"ztv\",\"provisioningState\":\"Succeeded\"},\"id\":\"wmjswenaww\",\"name\":\"me\",\"type\":\"leqioulndh\"}"; + = "{\"properties\":{\"description\":\"w\",\"fqdnList\":[\"fxtjdhsoym\",\"pvtyqfttehdpbouj\"],\"etag\":\"kfvvdshxcde\",\"auditComment\":\"uenygnxcg\",\"provisioningState\":\"Succeeded\"},\"id\":\"nquktrfnslnlrxs\",\"name\":\"ylt\",\"type\":\"wntfmtbgwjdxwna\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,17 +32,17 @@ public void testCreateOrUpdate() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); FqdnListLocalRulestackResource response = manager.fqdnListLocalRulestacks() - .define("aqzi") - .withExistingLocalRulestack("pqagynoiprn", "calincryqxz") - .withFqdnList(Arrays.asList("guhfupe", "asvvoqsbpkfl", "nfkgxsyaowuzowpu", "hdkcprgu")) - .withDescription("qimiymqr") - .withEtag("rztiochlutixmqr") - .withAuditComment("jizcbfzmcrunfhiu") + .define("wtaznkcqw") + .withExistingLocalRulestack("ezay", "vribqlotokht") + .withFqdnList(Arrays.asList("jssmctsnldkpwo", "gisubxbt")) + .withDescription("wjyofgwhnkbtl") + .withEtag("gfgf") + .withAuditComment("jrykwlefksxqce") .create(); - Assertions.assertEquals("j", response.description()); - Assertions.assertEquals("ggjh", response.fqdnList().get(0)); - Assertions.assertEquals("rqrkijpeuqlsdx", response.etag()); - Assertions.assertEquals("ztv", response.auditComment()); + Assertions.assertEquals("w", response.description()); + Assertions.assertEquals("fxtjdhsoym", response.fqdnList().get(0)); + Assertions.assertEquals("kfvvdshxcde", response.etag()); + Assertions.assertEquals("uenygnxcg", response.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksDeleteMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksDeleteMockTests.java index f156c8148b85..50b89ad9674b 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksDeleteMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksDeleteMockTests.java @@ -27,7 +27,8 @@ public void testDelete() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - manager.fqdnListLocalRulestacks().delete("ukosrn", "wnvz", "lnk", com.azure.core.util.Context.NONE); + manager.fqdnListLocalRulestacks() + .delete("hkslgwlokhueoij", "zcqypzqzufgsyf", "jyvdwtfxptpqayam", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksGetWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksGetWithResponseMockTests.java index e0e6ed528df2..5f961b8b0182 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksGetWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksGetWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class FqdnListLocalRulestacksGetWithResponseMockTests { @Test public void testGetWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"description\":\"sjhbtq\",\"fqdnList\":[\"yfscyrfwbivqvo\",\"fuy\",\"wvbhlimbyq\"],\"etag\":\"r\",\"auditComment\":\"dlikcdrdaasa\",\"provisioningState\":\"Accepted\"},\"id\":\"sm\",\"name\":\"kwiy\",\"type\":\"v\"}"; + = "{\"properties\":{\"description\":\"abdsr\",\"fqdnList\":[\"ajglzrsubklr\",\"hjnlt\",\"etjdvqydieqqkwa\",\"uwdxvqzxoebwgj\"],\"etag\":\"ibanb\",\"auditComment\":\"pwtzvpakloz\",\"provisioningState\":\"Failed\"},\"id\":\"rpejp\",\"name\":\"ssanbtttkgsuxun\",\"type\":\"swgkpjhboyikebh\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,12 +31,12 @@ public void testGetWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); FqdnListLocalRulestackResource response = manager.fqdnListLocalRulestacks() - .getWithResponse("ksqmudmfcoibi", "ziuswsw", "rk", com.azure.core.util.Context.NONE) + .getWithResponse("wwnbafoctohz", "aquvwsxbgnvkervq", "hoadhrsxqvzv", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("sjhbtq", response.description()); - Assertions.assertEquals("yfscyrfwbivqvo", response.fqdnList().get(0)); - Assertions.assertEquals("r", response.etag()); - Assertions.assertEquals("dlikcdrdaasa", response.auditComment()); + Assertions.assertEquals("abdsr", response.description()); + Assertions.assertEquals("ajglzrsubklr", response.fqdnList().get(0)); + Assertions.assertEquals("ibanb", response.etag()); + Assertions.assertEquals("pwtzvpakloz", response.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksListByLocalRulestacksMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksListByLocalRulestacksMockTests.java index 8d01d7e6f719..21ea446f70a8 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksListByLocalRulestacksMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnListLocalRulestacksListByLocalRulestacksMockTests.java @@ -22,7 +22,7 @@ public final class FqdnListLocalRulestacksListByLocalRulestacksMockTests { @Test public void testListByLocalRulestacks() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"description\":\"udndoabhjxw\",\"fqdnList\":[\"weuipmpvksmi\",\"nsqxtltc\"],\"etag\":\"rdpqgfhy\",\"auditComment\":\"rakkld\",\"provisioningState\":\"Deleting\"},\"id\":\"fcmfcn\",\"name\":\"jajqmatxjt\",\"type\":\"elnzqgxxgfbbmt\"}]}"; + = "{\"value\":[{\"properties\":{\"description\":\"yhgww\",\"fqdnList\":[\"uxdbdljzgdyrcvuq\"],\"etag\":\"gzlrqhbj\",\"auditComment\":\"ogdxwbsfpyxxtjlf\",\"provisioningState\":\"Failed\"},\"id\":\"minxojjluxxdh\",\"name\":\"lzzdz\",\"type\":\"qjm\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,11 +32,11 @@ public void testListByLocalRulestacks() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PagedIterable response = manager.fqdnListLocalRulestacks() - .listByLocalRulestacks("ywsxvjabjqqaxu", "vym", com.azure.core.util.Context.NONE); + .listByLocalRulestacks("ncfgybmxsnxoc", "ullojk", com.azure.core.util.Context.NONE); - Assertions.assertEquals("udndoabhjxw", response.iterator().next().description()); - Assertions.assertEquals("weuipmpvksmi", response.iterator().next().fqdnList().get(0)); - Assertions.assertEquals("rdpqgfhy", response.iterator().next().etag()); - Assertions.assertEquals("rakkld", response.iterator().next().auditComment()); + Assertions.assertEquals("yhgww", response.iterator().next().description()); + Assertions.assertEquals("uxdbdljzgdyrcvuq", response.iterator().next().fqdnList().get(0)); + Assertions.assertEquals("gzlrqhbj", response.iterator().next().etag()); + Assertions.assertEquals("ogdxwbsfpyxxtjlf", response.iterator().next().auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnObjectTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnObjectTests.java index 31b12a4903b0..e662d5c07839 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnObjectTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FqdnObjectTests.java @@ -13,24 +13,24 @@ public final class FqdnObjectTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { FqdnObject model = BinaryData.fromString( - "{\"description\":\"vnotyfjfcnj\",\"fqdnList\":[\"cn\"],\"etag\":\"hbttkphyw\",\"auditComment\":\"vjtoqnermclfp\",\"provisioningState\":\"Succeeded\"}") + "{\"description\":\"hvljuahaquh\",\"fqdnList\":[\"hmdua\",\"aex\"],\"etag\":\"vfadmws\",\"auditComment\":\"r\",\"provisioningState\":\"Accepted\"}") .toObject(FqdnObject.class); - Assertions.assertEquals("vnotyfjfcnj", model.description()); - Assertions.assertEquals("cn", model.fqdnList().get(0)); - Assertions.assertEquals("hbttkphyw", model.etag()); - Assertions.assertEquals("vjtoqnermclfp", model.auditComment()); + Assertions.assertEquals("hvljuahaquh", model.description()); + Assertions.assertEquals("hmdua", model.fqdnList().get(0)); + Assertions.assertEquals("vfadmws", model.etag()); + Assertions.assertEquals("r", model.auditComment()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - FqdnObject model = new FqdnObject().withDescription("vnotyfjfcnj") - .withFqdnList(Arrays.asList("cn")) - .withEtag("hbttkphyw") - .withAuditComment("vjtoqnermclfp"); + FqdnObject model = new FqdnObject().withDescription("hvljuahaquh") + .withFqdnList(Arrays.asList("hmdua", "aex")) + .withEtag("vfadmws") + .withAuditComment("r"); model = BinaryData.fromObject(model).toObject(FqdnObject.class); - Assertions.assertEquals("vnotyfjfcnj", model.description()); - Assertions.assertEquals("cn", model.fqdnList().get(0)); - Assertions.assertEquals("hbttkphyw", model.etag()); - Assertions.assertEquals("vjtoqnermclfp", model.auditComment()); + Assertions.assertEquals("hvljuahaquh", model.description()); + Assertions.assertEquals("hmdua", model.fqdnList().get(0)); + Assertions.assertEquals("vfadmws", model.etag()); + Assertions.assertEquals("r", model.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FrontendSettingTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FrontendSettingTests.java index c64e567b153b..e813e8bf8e6d 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FrontendSettingTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/FrontendSettingTests.java @@ -15,34 +15,34 @@ public final class FrontendSettingTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { FrontendSetting model = BinaryData.fromString( - "{\"name\":\"hbejdznxcvdsrhnj\",\"protocol\":\"TCP\",\"frontendConfiguration\":{\"port\":\"olvtnovqfzge\",\"address\":{\"resourceId\":\"dftuljltduce\",\"address\":\"tmczuomejwcwwqi\"}},\"backendConfiguration\":{\"port\":\"knssxmojm\",\"address\":{\"resourceId\":\"p\",\"address\":\"prvkwcfzqljyxgtc\"}}}") + "{\"name\":\"jbdhqxvc\",\"protocol\":\"TCP\",\"frontendConfiguration\":{\"port\":\"frpdsofbshrns\",\"address\":{\"resourceId\":\"uswdv\",\"address\":\"ybycnunvj\"}},\"backendConfiguration\":{\"port\":\"rtkfawnopq\",\"address\":{\"resourceId\":\"kyzirtxdyux\",\"address\":\"jntpsewgioilqu\"}}}") .toObject(FrontendSetting.class); - Assertions.assertEquals("hbejdznxcvdsrhnj", model.name()); + Assertions.assertEquals("jbdhqxvc", model.name()); Assertions.assertEquals(ProtocolType.TCP, model.protocol()); - Assertions.assertEquals("olvtnovqfzge", model.frontendConfiguration().port()); - Assertions.assertEquals("dftuljltduce", model.frontendConfiguration().address().resourceId()); - Assertions.assertEquals("tmczuomejwcwwqi", model.frontendConfiguration().address().address()); - Assertions.assertEquals("knssxmojm", model.backendConfiguration().port()); - Assertions.assertEquals("p", model.backendConfiguration().address().resourceId()); - Assertions.assertEquals("prvkwcfzqljyxgtc", model.backendConfiguration().address().address()); + Assertions.assertEquals("frpdsofbshrns", model.frontendConfiguration().port()); + Assertions.assertEquals("uswdv", model.frontendConfiguration().address().resourceId()); + Assertions.assertEquals("ybycnunvj", model.frontendConfiguration().address().address()); + Assertions.assertEquals("rtkfawnopq", model.backendConfiguration().port()); + Assertions.assertEquals("kyzirtxdyux", model.backendConfiguration().address().resourceId()); + Assertions.assertEquals("jntpsewgioilqu", model.backendConfiguration().address().address()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - FrontendSetting model = new FrontendSetting().withName("hbejdznxcvdsrhnj") + FrontendSetting model = new FrontendSetting().withName("jbdhqxvc") .withProtocol(ProtocolType.TCP) - .withFrontendConfiguration(new EndpointConfiguration().withPort("olvtnovqfzge") - .withAddress(new IpAddress().withResourceId("dftuljltduce").withAddress("tmczuomejwcwwqi"))) - .withBackendConfiguration(new EndpointConfiguration().withPort("knssxmojm") - .withAddress(new IpAddress().withResourceId("p").withAddress("prvkwcfzqljyxgtc"))); + .withFrontendConfiguration(new EndpointConfiguration().withPort("frpdsofbshrns") + .withAddress(new IpAddress().withResourceId("uswdv").withAddress("ybycnunvj"))) + .withBackendConfiguration(new EndpointConfiguration().withPort("rtkfawnopq") + .withAddress(new IpAddress().withResourceId("kyzirtxdyux").withAddress("jntpsewgioilqu"))); model = BinaryData.fromObject(model).toObject(FrontendSetting.class); - Assertions.assertEquals("hbejdznxcvdsrhnj", model.name()); + Assertions.assertEquals("jbdhqxvc", model.name()); Assertions.assertEquals(ProtocolType.TCP, model.protocol()); - Assertions.assertEquals("olvtnovqfzge", model.frontendConfiguration().port()); - Assertions.assertEquals("dftuljltduce", model.frontendConfiguration().address().resourceId()); - Assertions.assertEquals("tmczuomejwcwwqi", model.frontendConfiguration().address().address()); - Assertions.assertEquals("knssxmojm", model.backendConfiguration().port()); - Assertions.assertEquals("p", model.backendConfiguration().address().resourceId()); - Assertions.assertEquals("prvkwcfzqljyxgtc", model.backendConfiguration().address().address()); + Assertions.assertEquals("frpdsofbshrns", model.frontendConfiguration().port()); + Assertions.assertEquals("uswdv", model.frontendConfiguration().address().resourceId()); + Assertions.assertEquals("ybycnunvj", model.frontendConfiguration().address().address()); + Assertions.assertEquals("rtkfawnopq", model.backendConfiguration().port()); + Assertions.assertEquals("kyzirtxdyux", model.backendConfiguration().address().resourceId()); + Assertions.assertEquals("jntpsewgioilqu", model.backendConfiguration().address().address()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackInfoInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackInfoInnerTests.java index b1a87b0fe93c..567af90d7836 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackInfoInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackInfoInnerTests.java @@ -12,7 +12,7 @@ public final class GlobalRulestackInfoInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { GlobalRulestackInfoInner model - = BinaryData.fromString("{\"azureId\":\"y\"}").toObject(GlobalRulestackInfoInner.class); - Assertions.assertEquals("y", model.azureId()); + = BinaryData.fromString("{\"azureId\":\"k\"}").toObject(GlobalRulestackInfoInner.class); + Assertions.assertEquals("k", model.azureId()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceInnerTests.java index 41db1eda7123..b447c8f68508 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceInnerTests.java @@ -21,77 +21,75 @@ public final class GlobalRulestackResourceInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { GlobalRulestackResourceInner model = BinaryData.fromString( - "{\"properties\":{\"panEtag\":\"ijbpzvgnwzsymgl\",\"panLocation\":\"fcyzkohdbihanufh\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"s\"],\"description\":\"ithxqhabifpi\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"zb\",\"provisioningState\":\"NotSpecified\",\"securityServices\":{\"vulnerabilityProfile\":\"q\",\"antiSpywareProfile\":\"hiv\",\"antiVirusProfile\":\"n\",\"urlFilteringProfile\":\"b\",\"fileBlockingProfile\":\"rkxvdum\",\"dnsSubscription\":\"rtfw\",\"outboundUnTrustCertificate\":\"k\",\"outboundTrustCertificate\":\"audccsnhs\"}},\"location\":\"cnyejhkryhtnapcz\",\"identity\":{\"tenantId\":\"kjyemkk\",\"principalId\":\"ipjoxzjnchgejs\",\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"wyahuxinpmqnja\":{\"clientId\":\"ilzyd\",\"principalId\":\"o\"},\"uuvmkjozkrwfnd\":{\"clientId\":\"ixjsprozvcputeg\",\"principalId\":\"wmfdatscmdvpjhul\"},\"akl\":{\"clientId\":\"djpslw\",\"principalId\":\"dpvwryoqpsoaccta\"}}},\"id\":\"ahbc\",\"name\":\"yffdfdos\",\"type\":\"gexpaojakhmsbz\"}") + "{\"properties\":{\"panEtag\":\"ewmdw\",\"panLocation\":\"eiachboosflnr\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"t\",\"ehzzvypyqrim\"],\"description\":\"npvswjdkirso\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"hc\",\"provisioningState\":\"NotSpecified\",\"securityServices\":{\"vulnerabilityProfile\":\"jtckwhdso\",\"antiSpywareProfile\":\"iy\",\"antiVirusProfile\":\"jxsqwpgrjbz\",\"urlFilteringProfile\":\"rcjxvsnbyxqabn\",\"fileBlockingProfile\":\"cpc\",\"dnsSubscription\":\"hurzafblj\",\"outboundUnTrustCertificate\":\"pbtoqcjmkl\",\"outboundTrustCertificate\":\"vbqid\"}},\"location\":\"qajzyulpkudjkr\",\"identity\":{\"tenantId\":\"bzhfepgzgqexz\",\"principalId\":\"c\",\"type\":\"SystemAssigned\",\"userAssignedIdentities\":{\"nbdxk\":{\"clientId\":\"ierhhbcsglummaj\",\"principalId\":\"aodxo\"},\"odgmaajrmvdjwz\":{\"clientId\":\"xo\",\"principalId\":\"jionpimexgstxgc\"}}},\"id\":\"ovmclwhijcoejct\",\"name\":\"zaqsqsycbkbfk\",\"type\":\"ukdkexxppofmxa\"}") .toObject(GlobalRulestackResourceInner.class); - Assertions.assertEquals("cnyejhkryhtnapcz", model.location()); - Assertions.assertEquals(ManagedIdentityType.USER_ASSIGNED, model.identity().type()); - Assertions.assertEquals("ilzyd", model.identity().userAssignedIdentities().get("wyahuxinpmqnja").clientId()); - Assertions.assertEquals("o", model.identity().userAssignedIdentities().get("wyahuxinpmqnja").principalId()); - Assertions.assertEquals("ijbpzvgnwzsymgl", model.panEtag()); - Assertions.assertEquals("fcyzkohdbihanufh", model.panLocation()); + Assertions.assertEquals("qajzyulpkudjkr", model.location()); + Assertions.assertEquals(ManagedIdentityType.SYSTEM_ASSIGNED, model.identity().type()); + Assertions.assertEquals("ierhhbcsglummaj", model.identity().userAssignedIdentities().get("nbdxk").clientId()); + Assertions.assertEquals("aodxo", model.identity().userAssignedIdentities().get("nbdxk").principalId()); + Assertions.assertEquals("ewmdw", model.panEtag()); + Assertions.assertEquals("eiachboosflnr", model.panLocation()); Assertions.assertEquals(ScopeType.LOCAL, model.scope()); - Assertions.assertEquals("s", model.associatedSubscriptions().get(0)); - Assertions.assertEquals("ithxqhabifpi", model.description()); - Assertions.assertEquals(DefaultMode.IPS, model.defaultMode()); - Assertions.assertEquals("zb", model.minAppIdVersion()); - Assertions.assertEquals("q", model.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("hiv", model.securityServices().antiSpywareProfile()); - Assertions.assertEquals("n", model.securityServices().antiVirusProfile()); - Assertions.assertEquals("b", model.securityServices().urlFilteringProfile()); - Assertions.assertEquals("rkxvdum", model.securityServices().fileBlockingProfile()); - Assertions.assertEquals("rtfw", model.securityServices().dnsSubscription()); - Assertions.assertEquals("k", model.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("audccsnhs", model.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("t", model.associatedSubscriptions().get(0)); + Assertions.assertEquals("npvswjdkirso", model.description()); + Assertions.assertEquals(DefaultMode.NONE, model.defaultMode()); + Assertions.assertEquals("hc", model.minAppIdVersion()); + Assertions.assertEquals("jtckwhdso", model.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("iy", model.securityServices().antiSpywareProfile()); + Assertions.assertEquals("jxsqwpgrjbz", model.securityServices().antiVirusProfile()); + Assertions.assertEquals("rcjxvsnbyxqabn", model.securityServices().urlFilteringProfile()); + Assertions.assertEquals("cpc", model.securityServices().fileBlockingProfile()); + Assertions.assertEquals("hurzafblj", model.securityServices().dnsSubscription()); + Assertions.assertEquals("pbtoqcjmkl", model.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("vbqid", model.securityServices().outboundTrustCertificate()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - GlobalRulestackResourceInner model = new GlobalRulestackResourceInner().withLocation("cnyejhkryhtnapcz") + GlobalRulestackResourceInner model = new GlobalRulestackResourceInner().withLocation("qajzyulpkudjkr") .withIdentity( - new AzureResourceManagerManagedIdentityProperties().withType(ManagedIdentityType.USER_ASSIGNED) - .withUserAssignedIdentities(mapOf("wyahuxinpmqnja", - new AzureResourceManagerUserAssignedIdentity().withClientId("ilzyd").withPrincipalId("o"), - "uuvmkjozkrwfnd", - new AzureResourceManagerUserAssignedIdentity().withClientId("ixjsprozvcputeg") - .withPrincipalId("wmfdatscmdvpjhul"), - "akl", - new AzureResourceManagerUserAssignedIdentity().withClientId("djpslw") - .withPrincipalId("dpvwryoqpsoaccta")))) - .withPanEtag("ijbpzvgnwzsymgl") - .withPanLocation("fcyzkohdbihanufh") + new AzureResourceManagerManagedIdentityProperties().withType(ManagedIdentityType.SYSTEM_ASSIGNED) + .withUserAssignedIdentities(mapOf("nbdxk", + new AzureResourceManagerUserAssignedIdentity().withClientId("ierhhbcsglummaj") + .withPrincipalId("aodxo"), + "odgmaajrmvdjwz", + new AzureResourceManagerUserAssignedIdentity().withClientId("xo") + .withPrincipalId("jionpimexgstxgc")))) + .withPanEtag("ewmdw") + .withPanLocation("eiachboosflnr") .withScope(ScopeType.LOCAL) - .withAssociatedSubscriptions(Arrays.asList("s")) - .withDescription("ithxqhabifpi") - .withDefaultMode(DefaultMode.IPS) - .withMinAppIdVersion("zb") - .withSecurityServices(new SecurityServices().withVulnerabilityProfile("q") - .withAntiSpywareProfile("hiv") - .withAntiVirusProfile("n") - .withUrlFilteringProfile("b") - .withFileBlockingProfile("rkxvdum") - .withDnsSubscription("rtfw") - .withOutboundUnTrustCertificate("k") - .withOutboundTrustCertificate("audccsnhs")); + .withAssociatedSubscriptions(Arrays.asList("t", "ehzzvypyqrim")) + .withDescription("npvswjdkirso") + .withDefaultMode(DefaultMode.NONE) + .withMinAppIdVersion("hc") + .withSecurityServices(new SecurityServices().withVulnerabilityProfile("jtckwhdso") + .withAntiSpywareProfile("iy") + .withAntiVirusProfile("jxsqwpgrjbz") + .withUrlFilteringProfile("rcjxvsnbyxqabn") + .withFileBlockingProfile("cpc") + .withDnsSubscription("hurzafblj") + .withOutboundUnTrustCertificate("pbtoqcjmkl") + .withOutboundTrustCertificate("vbqid")); model = BinaryData.fromObject(model).toObject(GlobalRulestackResourceInner.class); - Assertions.assertEquals("cnyejhkryhtnapcz", model.location()); - Assertions.assertEquals(ManagedIdentityType.USER_ASSIGNED, model.identity().type()); - Assertions.assertEquals("ilzyd", model.identity().userAssignedIdentities().get("wyahuxinpmqnja").clientId()); - Assertions.assertEquals("o", model.identity().userAssignedIdentities().get("wyahuxinpmqnja").principalId()); - Assertions.assertEquals("ijbpzvgnwzsymgl", model.panEtag()); - Assertions.assertEquals("fcyzkohdbihanufh", model.panLocation()); + Assertions.assertEquals("qajzyulpkudjkr", model.location()); + Assertions.assertEquals(ManagedIdentityType.SYSTEM_ASSIGNED, model.identity().type()); + Assertions.assertEquals("ierhhbcsglummaj", model.identity().userAssignedIdentities().get("nbdxk").clientId()); + Assertions.assertEquals("aodxo", model.identity().userAssignedIdentities().get("nbdxk").principalId()); + Assertions.assertEquals("ewmdw", model.panEtag()); + Assertions.assertEquals("eiachboosflnr", model.panLocation()); Assertions.assertEquals(ScopeType.LOCAL, model.scope()); - Assertions.assertEquals("s", model.associatedSubscriptions().get(0)); - Assertions.assertEquals("ithxqhabifpi", model.description()); - Assertions.assertEquals(DefaultMode.IPS, model.defaultMode()); - Assertions.assertEquals("zb", model.minAppIdVersion()); - Assertions.assertEquals("q", model.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("hiv", model.securityServices().antiSpywareProfile()); - Assertions.assertEquals("n", model.securityServices().antiVirusProfile()); - Assertions.assertEquals("b", model.securityServices().urlFilteringProfile()); - Assertions.assertEquals("rkxvdum", model.securityServices().fileBlockingProfile()); - Assertions.assertEquals("rtfw", model.securityServices().dnsSubscription()); - Assertions.assertEquals("k", model.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("audccsnhs", model.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("t", model.associatedSubscriptions().get(0)); + Assertions.assertEquals("npvswjdkirso", model.description()); + Assertions.assertEquals(DefaultMode.NONE, model.defaultMode()); + Assertions.assertEquals("hc", model.minAppIdVersion()); + Assertions.assertEquals("jtckwhdso", model.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("iy", model.securityServices().antiSpywareProfile()); + Assertions.assertEquals("jxsqwpgrjbz", model.securityServices().antiVirusProfile()); + Assertions.assertEquals("rcjxvsnbyxqabn", model.securityServices().urlFilteringProfile()); + Assertions.assertEquals("cpc", model.securityServices().fileBlockingProfile()); + Assertions.assertEquals("hurzafblj", model.securityServices().dnsSubscription()); + Assertions.assertEquals("pbtoqcjmkl", model.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("vbqid", model.securityServices().outboundTrustCertificate()); } // Use "Map.of" if available diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceListResultTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceListResultTests.java index 34c3ecf33e50..0c15f7391f19 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceListResultTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceListResultTests.java @@ -15,29 +15,29 @@ public final class GlobalRulestackResourceListResultTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { GlobalRulestackResourceListResult model = BinaryData.fromString( - "{\"value\":[{\"properties\":{\"panEtag\":\"oodqxhcrm\",\"panLocation\":\"hjtckwhd\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"yip\"],\"description\":\"sqwpgrjb\",\"defaultMode\":\"FIREWALL\",\"minAppIdVersion\":\"cjxvsnbyxqab\",\"provisioningState\":\"Updating\",\"securityServices\":{\"vulnerabilityProfile\":\"cyshurzafbljjgp\",\"antiSpywareProfile\":\"oq\",\"antiVirusProfile\":\"mkljavb\",\"urlFilteringProfile\":\"dtqajzyulpkudj\",\"fileBlockingProfile\":\"lkhbz\",\"dnsSubscription\":\"epgzgqexz\",\"outboundUnTrustCertificate\":\"c\",\"outboundTrustCertificate\":\"c\"}},\"location\":\"aierhhb\",\"identity\":{\"tenantId\":\"l\",\"principalId\":\"majtjaod\",\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"po\":{\"clientId\":\"dxkqpx\",\"principalId\":\"ajionpimexgstxg\"},\"qsqsy\":{\"clientId\":\"maajrmvdjwzrlo\",\"principalId\":\"clwhijcoejctbz\"}}},\"id\":\"kbfkg\",\"name\":\"kdkexxp\",\"type\":\"ofmx\"},{\"properties\":{\"panEtag\":\"c\",\"panLocation\":\"pg\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"jjxhvpmo\"],\"description\":\"xhdzxibqeojnx\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"ddntwndei\",\"provisioningState\":\"Deleted\",\"securityServices\":{\"vulnerabilityProfile\":\"pzaoqvuhr\",\"antiSpywareProfile\":\"f\",\"antiVirusProfile\":\"yd\",\"urlFilteringProfile\":\"lmjthjq\",\"fileBlockingProfile\":\"pyeicxm\",\"dnsSubscription\":\"iwqvhkh\",\"outboundUnTrustCertificate\":\"uigdtopbobjog\",\"outboundTrustCertificate\":\"e\"}},\"location\":\"u\",\"identity\":{\"tenantId\":\"uhrzayvvt\",\"principalId\":\"vdfgiotk\",\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"thz\":{\"clientId\":\"xlngx\",\"principalId\":\"fgugnxkrxdqmid\"},\"yktz\":{\"clientId\":\"qdrabhjybigehoqf\",\"principalId\":\"wska\"}}},\"id\":\"u\",\"name\":\"y\",\"type\":\"gqywgndrv\"},{\"properties\":{\"panEtag\":\"hzgpphrcgyncocpe\",\"panLocation\":\"vmmcoofs\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"gbmqjqabcypmiv\"],\"description\":\"lzu\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"wnfnbacf\",\"provisioningState\":\"Deleted\",\"securityServices\":{\"vulnerabilityProfile\":\"bxetqgtzxdpn\",\"antiSpywareProfile\":\"qqwx\",\"antiVirusProfile\":\"feallnwsu\",\"urlFilteringProfile\":\"snjampmng\",\"fileBlockingProfile\":\"scxaq\",\"dnsSubscription\":\"ochcbonqvpkvl\",\"outboundUnTrustCertificate\":\"njeaseipheofloke\",\"outboundTrustCertificate\":\"ienjbdlwtgr\"}},\"location\":\"pdjpjumasxazjp\",\"identity\":{\"tenantId\":\"gual\",\"principalId\":\"xxhejjzzvd\",\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"cftadeh\":{\"clientId\":\"slfhotwm\",\"principalId\":\"npwlbjnpg\"},\"ej\":{\"clientId\":\"ltyfsop\",\"principalId\":\"suesnzw\"},\"ndnvo\":{\"clientId\":\"vorxzdmohct\",\"principalId\":\"vudwx\"}}},\"id\":\"ujjugwdkcglh\",\"name\":\"lazjdyggdtjixhbk\",\"type\":\"ofqweykhmenevfye\"},{\"properties\":{\"panEtag\":\"whybcib\",\"panLocation\":\"vdcsitynn\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"ctehfiqscjey\",\"vhezrkgqhcj\"],\"description\":\"fovgmkqsleyyvxy\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"cattpngjcrcczsq\",\"provisioningState\":\"Canceled\",\"securityServices\":{\"vulnerabilityProfile\":\"daj\",\"antiSpywareProfile\":\"ysou\",\"antiVirusProfile\":\"e\",\"urlFilteringProfile\":\"noae\",\"fileBlockingProfile\":\"fhyhltrpmopjmcma\",\"dnsSubscription\":\"okth\",\"outboundUnTrustCertificate\":\"iuaod\",\"outboundTrustCertificate\":\"cpkvxodp\"}},\"location\":\"ozmyzydagfu\",\"identity\":{\"tenantId\":\"ezyiuokktwhrdxw\",\"principalId\":\"wqsmbsur\",\"type\":\"None\",\"userAssignedIdentities\":{\"uxh\":{\"clientId\":\"ryocfsfksymdd\",\"principalId\":\"tki\"},\"fqrvkdvjsllrmvvd\":{\"clientId\":\"udxorrqn\",\"principalId\":\"oczvy\"},\"wiqzbqjvsovmyo\":{\"clientId\":\"atkpnp\",\"principalId\":\"exxbczwtr\"},\"wwzjuqkhrsajiwku\":{\"clientId\":\"cspkwlhzdobpxjmf\",\"principalId\":\"vvnchrkcc\"}}},\"id\":\"oskg\",\"name\":\"sauuimj\",\"type\":\"vxieduugidyj\"}],\"nextLink\":\"f\"}") + "{\"value\":[{\"properties\":{\"panEtag\":\"zvyifqrvkdvj\",\"panLocation\":\"lrmv\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"t\",\"pnpulexxbczwtru\"],\"description\":\"qzbqjvsov\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"acspkwl\",\"provisioningState\":\"Succeeded\",\"securityServices\":{\"vulnerabilityProfile\":\"pxjmflbvvnchr\",\"antiSpywareProfile\":\"ciwwzjuqkhr\",\"antiVirusProfile\":\"jiwkuofoskghsau\",\"urlFilteringProfile\":\"mjmvxieduugidyjr\",\"fileBlockingProfile\":\"byao\",\"dnsSubscription\":\"e\",\"outboundUnTrustCertificate\":\"sonpclhocohs\",\"outboundTrustCertificate\":\"ev\"}},\"location\":\"eggzfb\",\"identity\":{\"tenantId\":\"mvfaxkffeiith\",\"principalId\":\"m\",\"type\":\"None\",\"userAssignedIdentities\":{\"oenkouknvudwti\":{\"clientId\":\"hxmzsbbzoggig\",\"principalId\":\"wburvjxxjnspydpt\"}}},\"id\":\"bldngkpoc\",\"name\":\"pazyxoegukg\",\"type\":\"npiucgygevqznty\"},{\"properties\":{\"panEtag\":\"rbpizc\",\"panLocation\":\"qjsdpydnfyhxdeo\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"w\"],\"description\":\"sjttgzfbish\",\"defaultMode\":\"FIREWALL\",\"minAppIdVersion\":\"ajdeyeamdphaga\",\"provisioningState\":\"Canceled\",\"securityServices\":{\"vulnerabilityProfile\":\"wgipwhono\",\"antiSpywareProfile\":\"gshwankixz\",\"antiVirusProfile\":\"njeputtmrywn\",\"urlFilteringProfile\":\"oqftiyqzrnkcq\",\"fileBlockingProfile\":\"xlwhzlsicoh\",\"dnsSubscription\":\"qnwvlrya\",\"outboundUnTrustCertificate\":\"hheunmmqhgyx\",\"outboundTrustCertificate\":\"onocukok\"}},\"location\":\"yaxuconuqszfkb\",\"identity\":{\"tenantId\":\"ewrmjmwvvjektc\",\"principalId\":\"enhwlrs\",\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"fcivfsnkym\":{\"clientId\":\"wvlqdqgb\",\"principalId\":\"ylihkaetckt\"}}},\"id\":\"tqhjfbebrjcx\",\"name\":\"rfuwutt\",\"type\":\"xfvjrbirp\"}],\"nextLink\":\"epcyvahfnlj\"}") .toObject(GlobalRulestackResourceListResult.class); - Assertions.assertEquals("aierhhb", model.value().get(0).location()); - Assertions.assertEquals(ManagedIdentityType.SYSTEM_AND_USER_ASSIGNED, model.value().get(0).identity().type()); - Assertions.assertEquals("dxkqpx", - model.value().get(0).identity().userAssignedIdentities().get("po").clientId()); - Assertions.assertEquals("ajionpimexgstxg", - model.value().get(0).identity().userAssignedIdentities().get("po").principalId()); - Assertions.assertEquals("oodqxhcrm", model.value().get(0).panEtag()); - Assertions.assertEquals("hjtckwhd", model.value().get(0).panLocation()); - Assertions.assertEquals(ScopeType.GLOBAL, model.value().get(0).scope()); - Assertions.assertEquals("yip", model.value().get(0).associatedSubscriptions().get(0)); - Assertions.assertEquals("sqwpgrjb", model.value().get(0).description()); - Assertions.assertEquals(DefaultMode.FIREWALL, model.value().get(0).defaultMode()); - Assertions.assertEquals("cjxvsnbyxqab", model.value().get(0).minAppIdVersion()); - Assertions.assertEquals("cyshurzafbljjgp", model.value().get(0).securityServices().vulnerabilityProfile()); - Assertions.assertEquals("oq", model.value().get(0).securityServices().antiSpywareProfile()); - Assertions.assertEquals("mkljavb", model.value().get(0).securityServices().antiVirusProfile()); - Assertions.assertEquals("dtqajzyulpkudj", model.value().get(0).securityServices().urlFilteringProfile()); - Assertions.assertEquals("lkhbz", model.value().get(0).securityServices().fileBlockingProfile()); - Assertions.assertEquals("epgzgqexz", model.value().get(0).securityServices().dnsSubscription()); - Assertions.assertEquals("c", model.value().get(0).securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("c", model.value().get(0).securityServices().outboundTrustCertificate()); - Assertions.assertEquals("f", model.nextLink()); + Assertions.assertEquals("eggzfb", model.value().get(0).location()); + Assertions.assertEquals(ManagedIdentityType.NONE, model.value().get(0).identity().type()); + Assertions.assertEquals("hxmzsbbzoggig", + model.value().get(0).identity().userAssignedIdentities().get("oenkouknvudwti").clientId()); + Assertions.assertEquals("wburvjxxjnspydpt", + model.value().get(0).identity().userAssignedIdentities().get("oenkouknvudwti").principalId()); + Assertions.assertEquals("zvyifqrvkdvj", model.value().get(0).panEtag()); + Assertions.assertEquals("lrmv", model.value().get(0).panLocation()); + Assertions.assertEquals(ScopeType.LOCAL, model.value().get(0).scope()); + Assertions.assertEquals("t", model.value().get(0).associatedSubscriptions().get(0)); + Assertions.assertEquals("qzbqjvsov", model.value().get(0).description()); + Assertions.assertEquals(DefaultMode.IPS, model.value().get(0).defaultMode()); + Assertions.assertEquals("acspkwl", model.value().get(0).minAppIdVersion()); + Assertions.assertEquals("pxjmflbvvnchr", model.value().get(0).securityServices().vulnerabilityProfile()); + Assertions.assertEquals("ciwwzjuqkhr", model.value().get(0).securityServices().antiSpywareProfile()); + Assertions.assertEquals("jiwkuofoskghsau", model.value().get(0).securityServices().antiVirusProfile()); + Assertions.assertEquals("mjmvxieduugidyjr", model.value().get(0).securityServices().urlFilteringProfile()); + Assertions.assertEquals("byao", model.value().get(0).securityServices().fileBlockingProfile()); + Assertions.assertEquals("e", model.value().get(0).securityServices().dnsSubscription()); + Assertions.assertEquals("sonpclhocohs", model.value().get(0).securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("ev", model.value().get(0).securityServices().outboundTrustCertificate()); + Assertions.assertEquals("epcyvahfnlj", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceUpdatePropertiesTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceUpdatePropertiesTests.java index 85d8c8bf9eb4..aaf631834d75 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceUpdatePropertiesTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceUpdatePropertiesTests.java @@ -16,58 +16,58 @@ public final class GlobalRulestackResourceUpdatePropertiesTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { GlobalRulestackResourceUpdateProperties model = BinaryData.fromString( - "{\"panEtag\":\"wbnguitnwui\",\"panLocation\":\"a\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"zuckyfi\",\"rfidfvzwdz\",\"htymw\",\"sdkf\"],\"description\":\"wxmnteiwao\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"ijcmmx\",\"securityServices\":{\"vulnerabilityProfile\":\"fufsrpymzi\",\"antiSpywareProfile\":\"sezcxtb\",\"antiVirusProfile\":\"gfycc\",\"urlFilteringProfile\":\"ewmdw\",\"fileBlockingProfile\":\"eiachboosflnr\",\"dnsSubscription\":\"fqpte\",\"outboundUnTrustCertificate\":\"zzvypyqrimzinp\",\"outboundTrustCertificate\":\"wjdk\"}}") + "{\"panEtag\":\"rcczsqpjhvmd\",\"panLocation\":\"v\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"nqecanoaeup\",\"hy\",\"ltrpmopj\"],\"description\":\"matuok\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"iuaod\",\"securityServices\":{\"vulnerabilityProfile\":\"pk\",\"antiSpywareProfile\":\"odpuozmyzydag\",\"antiVirusProfile\":\"axbezyiuo\",\"urlFilteringProfile\":\"twhrdxwzywqsm\",\"fileBlockingProfile\":\"ureximoryocfs\",\"dnsSubscription\":\"s\",\"outboundUnTrustCertificate\":\"ddystkiiuxhqy\",\"outboundTrustCertificate\":\"xorrqnb\"}}") .toObject(GlobalRulestackResourceUpdateProperties.class); - Assertions.assertEquals("wbnguitnwui", model.panEtag()); - Assertions.assertEquals("a", model.panLocation()); + Assertions.assertEquals("rcczsqpjhvmd", model.panEtag()); + Assertions.assertEquals("v", model.panLocation()); Assertions.assertEquals(ScopeType.GLOBAL, model.scope()); - Assertions.assertEquals("zuckyfi", model.associatedSubscriptions().get(0)); - Assertions.assertEquals("wxmnteiwao", model.description()); - Assertions.assertEquals(DefaultMode.IPS, model.defaultMode()); - Assertions.assertEquals("ijcmmx", model.minAppIdVersion()); - Assertions.assertEquals("fufsrpymzi", model.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("sezcxtb", model.securityServices().antiSpywareProfile()); - Assertions.assertEquals("gfycc", model.securityServices().antiVirusProfile()); - Assertions.assertEquals("ewmdw", model.securityServices().urlFilteringProfile()); - Assertions.assertEquals("eiachboosflnr", model.securityServices().fileBlockingProfile()); - Assertions.assertEquals("fqpte", model.securityServices().dnsSubscription()); - Assertions.assertEquals("zzvypyqrimzinp", model.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("wjdk", model.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("nqecanoaeup", model.associatedSubscriptions().get(0)); + Assertions.assertEquals("matuok", model.description()); + Assertions.assertEquals(DefaultMode.NONE, model.defaultMode()); + Assertions.assertEquals("iuaod", model.minAppIdVersion()); + Assertions.assertEquals("pk", model.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("odpuozmyzydag", model.securityServices().antiSpywareProfile()); + Assertions.assertEquals("axbezyiuo", model.securityServices().antiVirusProfile()); + Assertions.assertEquals("twhrdxwzywqsm", model.securityServices().urlFilteringProfile()); + Assertions.assertEquals("ureximoryocfs", model.securityServices().fileBlockingProfile()); + Assertions.assertEquals("s", model.securityServices().dnsSubscription()); + Assertions.assertEquals("ddystkiiuxhqy", model.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("xorrqnb", model.securityServices().outboundTrustCertificate()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { GlobalRulestackResourceUpdateProperties model - = new GlobalRulestackResourceUpdateProperties().withPanEtag("wbnguitnwui") - .withPanLocation("a") + = new GlobalRulestackResourceUpdateProperties().withPanEtag("rcczsqpjhvmd") + .withPanLocation("v") .withScope(ScopeType.GLOBAL) - .withAssociatedSubscriptions(Arrays.asList("zuckyfi", "rfidfvzwdz", "htymw", "sdkf")) - .withDescription("wxmnteiwao") - .withDefaultMode(DefaultMode.IPS) - .withMinAppIdVersion("ijcmmx") - .withSecurityServices(new SecurityServices().withVulnerabilityProfile("fufsrpymzi") - .withAntiSpywareProfile("sezcxtb") - .withAntiVirusProfile("gfycc") - .withUrlFilteringProfile("ewmdw") - .withFileBlockingProfile("eiachboosflnr") - .withDnsSubscription("fqpte") - .withOutboundUnTrustCertificate("zzvypyqrimzinp") - .withOutboundTrustCertificate("wjdk")); + .withAssociatedSubscriptions(Arrays.asList("nqecanoaeup", "hy", "ltrpmopj")) + .withDescription("matuok") + .withDefaultMode(DefaultMode.NONE) + .withMinAppIdVersion("iuaod") + .withSecurityServices(new SecurityServices().withVulnerabilityProfile("pk") + .withAntiSpywareProfile("odpuozmyzydag") + .withAntiVirusProfile("axbezyiuo") + .withUrlFilteringProfile("twhrdxwzywqsm") + .withFileBlockingProfile("ureximoryocfs") + .withDnsSubscription("s") + .withOutboundUnTrustCertificate("ddystkiiuxhqy") + .withOutboundTrustCertificate("xorrqnb")); model = BinaryData.fromObject(model).toObject(GlobalRulestackResourceUpdateProperties.class); - Assertions.assertEquals("wbnguitnwui", model.panEtag()); - Assertions.assertEquals("a", model.panLocation()); + Assertions.assertEquals("rcczsqpjhvmd", model.panEtag()); + Assertions.assertEquals("v", model.panLocation()); Assertions.assertEquals(ScopeType.GLOBAL, model.scope()); - Assertions.assertEquals("zuckyfi", model.associatedSubscriptions().get(0)); - Assertions.assertEquals("wxmnteiwao", model.description()); - Assertions.assertEquals(DefaultMode.IPS, model.defaultMode()); - Assertions.assertEquals("ijcmmx", model.minAppIdVersion()); - Assertions.assertEquals("fufsrpymzi", model.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("sezcxtb", model.securityServices().antiSpywareProfile()); - Assertions.assertEquals("gfycc", model.securityServices().antiVirusProfile()); - Assertions.assertEquals("ewmdw", model.securityServices().urlFilteringProfile()); - Assertions.assertEquals("eiachboosflnr", model.securityServices().fileBlockingProfile()); - Assertions.assertEquals("fqpte", model.securityServices().dnsSubscription()); - Assertions.assertEquals("zzvypyqrimzinp", model.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("wjdk", model.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("nqecanoaeup", model.associatedSubscriptions().get(0)); + Assertions.assertEquals("matuok", model.description()); + Assertions.assertEquals(DefaultMode.NONE, model.defaultMode()); + Assertions.assertEquals("iuaod", model.minAppIdVersion()); + Assertions.assertEquals("pk", model.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("odpuozmyzydag", model.securityServices().antiSpywareProfile()); + Assertions.assertEquals("axbezyiuo", model.securityServices().antiVirusProfile()); + Assertions.assertEquals("twhrdxwzywqsm", model.securityServices().urlFilteringProfile()); + Assertions.assertEquals("ureximoryocfs", model.securityServices().fileBlockingProfile()); + Assertions.assertEquals("s", model.securityServices().dnsSubscription()); + Assertions.assertEquals("ddystkiiuxhqy", model.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("xorrqnb", model.securityServices().outboundTrustCertificate()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceUpdateTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceUpdateTests.java index 0588b6c1577f..9fc8f478eb15 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceUpdateTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestackResourceUpdateTests.java @@ -22,76 +22,80 @@ public final class GlobalRulestackResourceUpdateTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { GlobalRulestackResourceUpdate model = BinaryData.fromString( - "{\"location\":\"qxhocdgeablgphut\",\"identity\":{\"tenantId\":\"dvkaozw\",\"principalId\":\"ftyhxhurokf\",\"type\":\"SystemAssigned\",\"userAssignedIdentities\":{\"lryplwckbasyy\":{\"clientId\":\"niwpwcukj\",\"principalId\":\"giawx\"},\"nqgoulzndli\":{\"clientId\":\"ddhsgcbacphe\",\"principalId\":\"ot\"},\"qqedqytbciqfou\":{\"clientId\":\"yqkgfg\",\"principalId\":\"madgakeqsrxyb\"}}},\"properties\":{\"panEtag\":\"mnkzsmod\",\"panLocation\":\"lougpbkw\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"uqktap\",\"pwgcuertu\"],\"description\":\"dosvqwhbmdgbbjf\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"bmbexppbhtqqro\",\"securityServices\":{\"vulnerabilityProfile\":\"fpsalgbqu\",\"antiSpywareProfile\":\"gjyjgzjaoyfhrtxi\",\"antiVirusProfile\":\"erkujys\",\"urlFilteringProfile\":\"eju\",\"fileBlockingProfile\":\"qawrlyxwj\",\"dnsSubscription\":\"prbnwbxgjvtbv\",\"outboundUnTrustCertificate\":\"sszdnru\",\"outboundTrustCertificate\":\"guhmuouqfpr\"}}}") + "{\"location\":\"ooch\",\"identity\":{\"tenantId\":\"nqvpkvlrxnje\",\"principalId\":\"eipheoflokeyy\",\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"e\":{\"clientId\":\"dlwtgrhpdj\",\"principalId\":\"umasxazjpq\"},\"jzzvdud\":{\"clientId\":\"alhbx\",\"principalId\":\"e\"},\"xnltyfsoppu\":{\"clientId\":\"dslfhotwmcy\",\"principalId\":\"wlbjnpgacftade\"},\"xzdmohctb\":{\"clientId\":\"esnzwde\",\"principalId\":\"avo\"}}},\"properties\":{\"panEtag\":\"dwxdndnv\",\"panLocation\":\"gujjugwdkcglh\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"dyggdtjixhbku\",\"fqweykhmene\",\"fyexfwhy\"],\"description\":\"i\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"dcsi\",\"securityServices\":{\"vulnerabilityProfile\":\"naamde\",\"antiSpywareProfile\":\"eh\",\"antiVirusProfile\":\"qsc\",\"urlFilteringProfile\":\"ypvhezrkg\",\"fileBlockingProfile\":\"c\",\"dnsSubscription\":\"efovgmk\",\"outboundUnTrustCertificate\":\"leyyvx\",\"outboundTrustCertificate\":\"jpkcattpng\"}}}") .toObject(GlobalRulestackResourceUpdate.class); - Assertions.assertEquals("qxhocdgeablgphut", model.location()); - Assertions.assertEquals(ManagedIdentityType.SYSTEM_ASSIGNED, model.identity().type()); - Assertions.assertEquals("niwpwcukj", model.identity().userAssignedIdentities().get("lryplwckbasyy").clientId()); - Assertions.assertEquals("giawx", model.identity().userAssignedIdentities().get("lryplwckbasyy").principalId()); - Assertions.assertEquals("mnkzsmod", model.properties().panEtag()); - Assertions.assertEquals("lougpbkw", model.properties().panLocation()); - Assertions.assertEquals(ScopeType.GLOBAL, model.properties().scope()); - Assertions.assertEquals("uqktap", model.properties().associatedSubscriptions().get(0)); - Assertions.assertEquals("dosvqwhbmdgbbjf", model.properties().description()); - Assertions.assertEquals(DefaultMode.IPS, model.properties().defaultMode()); - Assertions.assertEquals("bmbexppbhtqqro", model.properties().minAppIdVersion()); - Assertions.assertEquals("fpsalgbqu", model.properties().securityServices().vulnerabilityProfile()); - Assertions.assertEquals("gjyjgzjaoyfhrtxi", model.properties().securityServices().antiSpywareProfile()); - Assertions.assertEquals("erkujys", model.properties().securityServices().antiVirusProfile()); - Assertions.assertEquals("eju", model.properties().securityServices().urlFilteringProfile()); - Assertions.assertEquals("qawrlyxwj", model.properties().securityServices().fileBlockingProfile()); - Assertions.assertEquals("prbnwbxgjvtbv", model.properties().securityServices().dnsSubscription()); - Assertions.assertEquals("sszdnru", model.properties().securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("guhmuouqfpr", model.properties().securityServices().outboundTrustCertificate()); + Assertions.assertEquals("ooch", model.location()); + Assertions.assertEquals(ManagedIdentityType.USER_ASSIGNED, model.identity().type()); + Assertions.assertEquals("dlwtgrhpdj", model.identity().userAssignedIdentities().get("e").clientId()); + Assertions.assertEquals("umasxazjpq", model.identity().userAssignedIdentities().get("e").principalId()); + Assertions.assertEquals("dwxdndnv", model.properties().panEtag()); + Assertions.assertEquals("gujjugwdkcglh", model.properties().panLocation()); + Assertions.assertEquals(ScopeType.LOCAL, model.properties().scope()); + Assertions.assertEquals("dyggdtjixhbku", model.properties().associatedSubscriptions().get(0)); + Assertions.assertEquals("i", model.properties().description()); + Assertions.assertEquals(DefaultMode.NONE, model.properties().defaultMode()); + Assertions.assertEquals("dcsi", model.properties().minAppIdVersion()); + Assertions.assertEquals("naamde", model.properties().securityServices().vulnerabilityProfile()); + Assertions.assertEquals("eh", model.properties().securityServices().antiSpywareProfile()); + Assertions.assertEquals("qsc", model.properties().securityServices().antiVirusProfile()); + Assertions.assertEquals("ypvhezrkg", model.properties().securityServices().urlFilteringProfile()); + Assertions.assertEquals("c", model.properties().securityServices().fileBlockingProfile()); + Assertions.assertEquals("efovgmk", model.properties().securityServices().dnsSubscription()); + Assertions.assertEquals("leyyvx", model.properties().securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("jpkcattpng", model.properties().securityServices().outboundTrustCertificate()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - GlobalRulestackResourceUpdate model = new GlobalRulestackResourceUpdate().withLocation("qxhocdgeablgphut") - .withIdentity(new AzureResourceManagerManagedIdentityProperties() - .withType(ManagedIdentityType.SYSTEM_ASSIGNED) - .withUserAssignedIdentities(mapOf("lryplwckbasyy", - new AzureResourceManagerUserAssignedIdentity().withClientId("niwpwcukj").withPrincipalId("giawx"), - "nqgoulzndli", - new AzureResourceManagerUserAssignedIdentity().withClientId("ddhsgcbacphe").withPrincipalId("ot"), - "qqedqytbciqfou", - new AzureResourceManagerUserAssignedIdentity().withClientId("yqkgfg") - .withPrincipalId("madgakeqsrxyb")))) - .withProperties(new GlobalRulestackResourceUpdateProperties().withPanEtag("mnkzsmod") - .withPanLocation("lougpbkw") - .withScope(ScopeType.GLOBAL) - .withAssociatedSubscriptions(Arrays.asList("uqktap", "pwgcuertu")) - .withDescription("dosvqwhbmdgbbjf") - .withDefaultMode(DefaultMode.IPS) - .withMinAppIdVersion("bmbexppbhtqqro") - .withSecurityServices(new SecurityServices().withVulnerabilityProfile("fpsalgbqu") - .withAntiSpywareProfile("gjyjgzjaoyfhrtxi") - .withAntiVirusProfile("erkujys") - .withUrlFilteringProfile("eju") - .withFileBlockingProfile("qawrlyxwj") - .withDnsSubscription("prbnwbxgjvtbv") - .withOutboundUnTrustCertificate("sszdnru") - .withOutboundTrustCertificate("guhmuouqfpr"))); + GlobalRulestackResourceUpdate model + = new GlobalRulestackResourceUpdate().withLocation("ooch") + .withIdentity(new AzureResourceManagerManagedIdentityProperties() + .withType(ManagedIdentityType.USER_ASSIGNED) + .withUserAssignedIdentities(mapOf("e", + new AzureResourceManagerUserAssignedIdentity().withClientId("dlwtgrhpdj") + .withPrincipalId("umasxazjpq"), + "jzzvdud", + new AzureResourceManagerUserAssignedIdentity().withClientId("alhbx").withPrincipalId("e"), + "xnltyfsoppu", + new AzureResourceManagerUserAssignedIdentity().withClientId("dslfhotwmcy") + .withPrincipalId("wlbjnpgacftade"), + "xzdmohctb", + new AzureResourceManagerUserAssignedIdentity().withClientId("esnzwde").withPrincipalId("avo")))) + .withProperties(new GlobalRulestackResourceUpdateProperties().withPanEtag("dwxdndnv") + .withPanLocation("gujjugwdkcglh") + .withScope(ScopeType.LOCAL) + .withAssociatedSubscriptions(Arrays.asList("dyggdtjixhbku", "fqweykhmene", "fyexfwhy")) + .withDescription("i") + .withDefaultMode(DefaultMode.NONE) + .withMinAppIdVersion("dcsi") + .withSecurityServices(new SecurityServices().withVulnerabilityProfile("naamde") + .withAntiSpywareProfile("eh") + .withAntiVirusProfile("qsc") + .withUrlFilteringProfile("ypvhezrkg") + .withFileBlockingProfile("c") + .withDnsSubscription("efovgmk") + .withOutboundUnTrustCertificate("leyyvx") + .withOutboundTrustCertificate("jpkcattpng"))); model = BinaryData.fromObject(model).toObject(GlobalRulestackResourceUpdate.class); - Assertions.assertEquals("qxhocdgeablgphut", model.location()); - Assertions.assertEquals(ManagedIdentityType.SYSTEM_ASSIGNED, model.identity().type()); - Assertions.assertEquals("niwpwcukj", model.identity().userAssignedIdentities().get("lryplwckbasyy").clientId()); - Assertions.assertEquals("giawx", model.identity().userAssignedIdentities().get("lryplwckbasyy").principalId()); - Assertions.assertEquals("mnkzsmod", model.properties().panEtag()); - Assertions.assertEquals("lougpbkw", model.properties().panLocation()); - Assertions.assertEquals(ScopeType.GLOBAL, model.properties().scope()); - Assertions.assertEquals("uqktap", model.properties().associatedSubscriptions().get(0)); - Assertions.assertEquals("dosvqwhbmdgbbjf", model.properties().description()); - Assertions.assertEquals(DefaultMode.IPS, model.properties().defaultMode()); - Assertions.assertEquals("bmbexppbhtqqro", model.properties().minAppIdVersion()); - Assertions.assertEquals("fpsalgbqu", model.properties().securityServices().vulnerabilityProfile()); - Assertions.assertEquals("gjyjgzjaoyfhrtxi", model.properties().securityServices().antiSpywareProfile()); - Assertions.assertEquals("erkujys", model.properties().securityServices().antiVirusProfile()); - Assertions.assertEquals("eju", model.properties().securityServices().urlFilteringProfile()); - Assertions.assertEquals("qawrlyxwj", model.properties().securityServices().fileBlockingProfile()); - Assertions.assertEquals("prbnwbxgjvtbv", model.properties().securityServices().dnsSubscription()); - Assertions.assertEquals("sszdnru", model.properties().securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("guhmuouqfpr", model.properties().securityServices().outboundTrustCertificate()); + Assertions.assertEquals("ooch", model.location()); + Assertions.assertEquals(ManagedIdentityType.USER_ASSIGNED, model.identity().type()); + Assertions.assertEquals("dlwtgrhpdj", model.identity().userAssignedIdentities().get("e").clientId()); + Assertions.assertEquals("umasxazjpq", model.identity().userAssignedIdentities().get("e").principalId()); + Assertions.assertEquals("dwxdndnv", model.properties().panEtag()); + Assertions.assertEquals("gujjugwdkcglh", model.properties().panLocation()); + Assertions.assertEquals(ScopeType.LOCAL, model.properties().scope()); + Assertions.assertEquals("dyggdtjixhbku", model.properties().associatedSubscriptions().get(0)); + Assertions.assertEquals("i", model.properties().description()); + Assertions.assertEquals(DefaultMode.NONE, model.properties().defaultMode()); + Assertions.assertEquals("dcsi", model.properties().minAppIdVersion()); + Assertions.assertEquals("naamde", model.properties().securityServices().vulnerabilityProfile()); + Assertions.assertEquals("eh", model.properties().securityServices().antiSpywareProfile()); + Assertions.assertEquals("qsc", model.properties().securityServices().antiVirusProfile()); + Assertions.assertEquals("ypvhezrkg", model.properties().securityServices().urlFilteringProfile()); + Assertions.assertEquals("c", model.properties().securityServices().fileBlockingProfile()); + Assertions.assertEquals("efovgmk", model.properties().securityServices().dnsSubscription()); + Assertions.assertEquals("leyyvx", model.properties().securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("jpkcattpng", model.properties().securityServices().outboundTrustCertificate()); } // Use "Map.of" if available diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksCreateOrUpdateMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksCreateOrUpdateMockTests.java index b4dd14204fa2..d3ddecb1cf69 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksCreateOrUpdateMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksCreateOrUpdateMockTests.java @@ -31,7 +31,7 @@ public final class GlobalRulestacksCreateOrUpdateMockTests { @Test public void testCreateOrUpdate() throws Exception { String responseStr - = "{\"properties\":{\"panEtag\":\"atzv\",\"panLocation\":\"glbyvi\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"rxkjzwrgxffmshk\",\"fbkgozxwopdby\"],\"description\":\"izqaclnapxbiyg\",\"defaultMode\":\"FIREWALL\",\"minAppIdVersion\":\"knfsmfcttuxuuyil\",\"provisioningState\":\"Succeeded\",\"securityServices\":{\"vulnerabilityProfile\":\"quvre\",\"antiSpywareProfile\":\"rnjhvsujztczytqj\",\"antiVirusProfile\":\"h\",\"urlFilteringProfile\":\"unfprnjletlxs\",\"fileBlockingProfile\":\"pddouifamowaziyn\",\"dnsSubscription\":\"lqwzdvpiwhxqsz\",\"outboundUnTrustCertificate\":\"maajquhuxylr\",\"outboundTrustCertificate\":\"m\"}},\"location\":\"ygjbmzyospspsh\",\"identity\":{\"tenantId\":\"kyjpmspbps\",\"principalId\":\"fppyogtieyujtvcz\",\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"paglqivbgk\":{\"clientId\":\"rxmunjdxvgln\",\"principalId\":\"xl\"},\"bcpzgpxtivh\":{\"clientId\":\"khpzvuqdflv\",\"principalId\":\"iypfp\"}}},\"id\":\"nidibgqjxg\",\"name\":\"n\",\"type\":\"hgovfgp\"}"; + = "{\"properties\":{\"panEtag\":\"aqdtvqecrqctmxxd\",\"panLocation\":\"dmflhuytx\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"apxbannovvoxczy\",\"prwnwvroevytlyo\",\"rrrouuxvnsa\"],\"description\":\"crymodizrxklobd\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"pmkmlmvevfx\",\"provisioningState\":\"Succeeded\",\"securityServices\":{\"vulnerabilityProfile\":\"bzxliohrdddtfgxq\",\"antiSpywareProfile\":\"wpcbbnzqcy\",\"antiVirusProfile\":\"apqofyuicdhz\",\"urlFilteringProfile\":\"ybww\",\"fileBlockingProfile\":\"d\",\"dnsSubscription\":\"bid\",\"outboundUnTrustCertificate\":\"m\",\"outboundTrustCertificate\":\"f\"}},\"location\":\"lfmu\",\"identity\":{\"tenantId\":\"ck\",\"principalId\":\"rrvwey\",\"type\":\"None\",\"userAssignedIdentities\":{\"yyrmfsvbp\":{\"clientId\":\"ukphaimmoiroq\",\"principalId\":\"shbraga\"},\"pugmehqe\":{\"clientId\":\"bopfppdbwnup\",\"principalId\":\"hxkumasjcaacfdmm\"},\"ewhoqh\":{\"clientId\":\"u\",\"principalId\":\"bze\"}}},\"id\":\"bqnbl\",\"name\":\"xeaclgsc\",\"type\":\"orim\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -41,53 +41,52 @@ public void testCreateOrUpdate() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); GlobalRulestackResource response = manager.globalRulestacks() - .createOrUpdate("rytfmpcycil", new GlobalRulestackResourceInner().withLocation("wtlmjjyuo") - .withIdentity(new AzureResourceManagerManagedIdentityProperties().withType(ManagedIdentityType.NONE) - .withUserAssignedIdentities(mapOf("aulk", - new AzureResourceManagerUserAssignedIdentity().withClientId("qbhsyrq") - .withPrincipalId("jqhden"), - "bpxuckpggqoweyi", - new AzureResourceManagerUserAssignedIdentity().withClientId("kdk").withPrincipalId("mjnnawtq"), - "xiw", - new AzureResourceManagerUserAssignedIdentity().withClientId("hlisngw") - .withPrincipalId("qqmpizruwnpqx")))) - .withPanEtag("caykggnoxuz") - .withPanLocation("ksxwpnd") + .createOrUpdate("nlaxpunjqikcz", new GlobalRulestackResourceInner().withLocation("ddbhf") + .withIdentity(new AzureResourceManagerManagedIdentityProperties() + .withType(ManagedIdentityType.USER_ASSIGNED) + .withUserAssignedIdentities(mapOf("ogwxhnsduugwb", + new AzureResourceManagerUserAssignedIdentity().withClientId("w").withPrincipalId("htuevrhrljy"), + "hhtklnvnafvvkyfe", + new AzureResourceManagerUserAssignedIdentity().withClientId("e").withPrincipalId("fqkfuarenl"), + "xypokkhmi", + new AzureResourceManagerUserAssignedIdentity().withClientId("v").withPrincipalId("oslc")))) + .withPanEtag("itacgxmfcsserx") + .withPanLocation("vs") .withScope(ScopeType.GLOBAL) - .withAssociatedSubscriptions(Arrays.asList("znth", "twk")) - .withDescription("osrxuzvoa") - .withDefaultMode(DefaultMode.NONE) - .withMinAppIdVersion("q") - .withSecurityServices(new SecurityServices().withVulnerabilityProfile("bzahgxqd") - .withAntiSpywareProfile("rtltla") - .withAntiVirusProfile("ltzkatbhjmznnb") - .withUrlFilteringProfile("qeqala") - .withFileBlockingProfile("lagun") - .withDnsSubscription("gfebwlnb") - .withOutboundUnTrustCertificate("yreeudz") - .withOutboundTrustCertificate("vbpdqmjxlyyzglgo")), + .withAssociatedSubscriptions(Arrays.asList("ntsj", "qrsxyp", "uuuybnchrsziz")) + .withDescription("uelyetndn") + .withDefaultMode(DefaultMode.FIREWALL) + .withMinAppIdVersion("ggagfln") + .withSecurityServices(new SecurityServices().withVulnerabilityProfile("wahzjmucftbyr") + .withAntiSpywareProfile("rohkpigqfusu") + .withAntiVirusProfile("zmkw") + .withUrlFilteringProfile("snoxaxmqeqa") + .withFileBlockingProfile("hjnhgwydyynfsvk") + .withDnsSubscription("bvqt") + .withOutboundUnTrustCertificate("arfdlpukhpyrnei") + .withOutboundTrustCertificate("cpeogkhnmgbrou")), com.azure.core.util.Context.NONE); - Assertions.assertEquals("ygjbmzyospspsh", response.location()); - Assertions.assertEquals(ManagedIdentityType.USER_ASSIGNED, response.identity().type()); - Assertions.assertEquals("rxmunjdxvgln", - response.identity().userAssignedIdentities().get("paglqivbgk").clientId()); - Assertions.assertEquals("xl", response.identity().userAssignedIdentities().get("paglqivbgk").principalId()); - Assertions.assertEquals("atzv", response.panEtag()); - Assertions.assertEquals("glbyvi", response.panLocation()); + Assertions.assertEquals("lfmu", response.location()); + Assertions.assertEquals(ManagedIdentityType.NONE, response.identity().type()); + Assertions.assertEquals("ukphaimmoiroq", + response.identity().userAssignedIdentities().get("yyrmfsvbp").clientId()); + Assertions.assertEquals("shbraga", response.identity().userAssignedIdentities().get("yyrmfsvbp").principalId()); + Assertions.assertEquals("aqdtvqecrqctmxxd", response.panEtag()); + Assertions.assertEquals("dmflhuytx", response.panLocation()); Assertions.assertEquals(ScopeType.GLOBAL, response.scope()); - Assertions.assertEquals("rxkjzwrgxffmshk", response.associatedSubscriptions().get(0)); - Assertions.assertEquals("izqaclnapxbiyg", response.description()); - Assertions.assertEquals(DefaultMode.FIREWALL, response.defaultMode()); - Assertions.assertEquals("knfsmfcttuxuuyil", response.minAppIdVersion()); - Assertions.assertEquals("quvre", response.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("rnjhvsujztczytqj", response.securityServices().antiSpywareProfile()); - Assertions.assertEquals("h", response.securityServices().antiVirusProfile()); - Assertions.assertEquals("unfprnjletlxs", response.securityServices().urlFilteringProfile()); - Assertions.assertEquals("pddouifamowaziyn", response.securityServices().fileBlockingProfile()); - Assertions.assertEquals("lqwzdvpiwhxqsz", response.securityServices().dnsSubscription()); - Assertions.assertEquals("maajquhuxylr", response.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("m", response.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("apxbannovvoxczy", response.associatedSubscriptions().get(0)); + Assertions.assertEquals("crymodizrxklobd", response.description()); + Assertions.assertEquals(DefaultMode.IPS, response.defaultMode()); + Assertions.assertEquals("pmkmlmvevfx", response.minAppIdVersion()); + Assertions.assertEquals("bzxliohrdddtfgxq", response.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("wpcbbnzqcy", response.securityServices().antiSpywareProfile()); + Assertions.assertEquals("apqofyuicdhz", response.securityServices().antiVirusProfile()); + Assertions.assertEquals("ybww", response.securityServices().urlFilteringProfile()); + Assertions.assertEquals("d", response.securityServices().fileBlockingProfile()); + Assertions.assertEquals("bid", response.securityServices().dnsSubscription()); + Assertions.assertEquals("m", response.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("f", response.securityServices().outboundTrustCertificate()); } // Use "Map.of" if available diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksDeleteMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksDeleteMockTests.java index a49fe53f86c2..3d8ed6f7a768 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksDeleteMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksDeleteMockTests.java @@ -27,7 +27,7 @@ public void testDelete() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - manager.globalRulestacks().delete("pnulaiywzej", com.azure.core.util.Context.NONE); + manager.globalRulestacks().delete("smwr", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksGetChangeLogWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksGetChangeLogWithResponseMockTests.java index 1bdee2f6ed5a..9145e6d448b3 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksGetChangeLogWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksGetChangeLogWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class GlobalRulestacksGetChangeLogWithResponseMockTests { @Test public void testGetChangeLogWithResponse() throws Exception { String responseStr - = "{\"changes\":[\"gcgbjb\",\"dlfgtdysnaq\",\"flq\",\"ctqhamzjrwdk\"],\"lastCommitted\":\"2021-10-20T22:55:55Z\",\"lastModified\":\"2021-03-01T23:08:24Z\"}"; + = "{\"changes\":[\"rseqwjksghudgz\"],\"lastCommitted\":\"2021-10-18T03:08:21Z\",\"lastModified\":\"2021-04-12T18:42:44Z\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -30,11 +30,12 @@ public void testGetChangeLogWithResponse() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - Changelog response - = manager.globalRulestacks().getChangeLogWithResponse("m", com.azure.core.util.Context.NONE).getValue(); + Changelog response = manager.globalRulestacks() + .getChangeLogWithResponse("bbmpxdlvykfre", com.azure.core.util.Context.NONE) + .getValue(); - Assertions.assertEquals("gcgbjb", response.changes().get(0)); - Assertions.assertEquals(OffsetDateTime.parse("2021-10-20T22:55:55Z"), response.lastCommitted()); - Assertions.assertEquals(OffsetDateTime.parse("2021-03-01T23:08:24Z"), response.lastModified()); + Assertions.assertEquals("rseqwjksghudgz", response.changes().get(0)); + Assertions.assertEquals(OffsetDateTime.parse("2021-10-18T03:08:21Z"), response.lastCommitted()); + Assertions.assertEquals(OffsetDateTime.parse("2021-04-12T18:42:44Z"), response.lastModified()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksGetWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksGetWithResponseMockTests.java index 91156d023fe3..639200c4bbed 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksGetWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksGetWithResponseMockTests.java @@ -24,7 +24,7 @@ public final class GlobalRulestacksGetWithResponseMockTests { @Test public void testGetWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"panEtag\":\"lkkshkbffmbmx\",\"panLocation\":\"rgywwp\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"ptfujgicgaaoept\",\"aqutdewemxswvruu\"],\"description\":\"zjgehkfkim\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"okffqyinljqepqwh\",\"provisioningState\":\"Succeeded\",\"securityServices\":{\"vulnerabilityProfile\":\"stshiy\",\"antiSpywareProfile\":\"velfcldu\",\"antiVirusProfile\":\"birdsvuwcobiegs\",\"urlFilteringProfile\":\"ninwjizc\",\"fileBlockingProfile\":\"nghgshej\",\"dnsSubscription\":\"bxqmu\",\"outboundUnTrustCertificate\":\"xlxqzvn\",\"outboundTrustCertificate\":\"sbycucrwnamikz\"}},\"location\":\"brqbsmswzi\",\"identity\":{\"tenantId\":\"uhok\",\"principalId\":\"uswhvhczznvfbycj\",\"type\":\"None\",\"userAssignedIdentities\":{\"dvnoamldsehaohdj\":{\"clientId\":\"i\",\"principalId\":\"vumwmxqh\"},\"nje\":{\"clientId\":\"flzokxco\",\"principalId\":\"e\"},\"pnpbswveflocc\":{\"clientId\":\"gltsxoat\",\"principalId\":\"g\"}}},\"id\":\"mozi\",\"name\":\"m\",\"type\":\"pgawtxxpkyjcxcjx\"}"; + = "{\"properties\":{\"panEtag\":\"tuhxuicb\",\"panLocation\":\"wmrswnjlxuzrh\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"jbaqehgpdoh\",\"jqatucoigebxn\",\"nwfepbnwg\",\"m\"],\"description\":\"gcgbjb\",\"defaultMode\":\"FIREWALL\",\"minAppIdVersion\":\"gtdysnaqu\",\"provisioningState\":\"Deleting\",\"securityServices\":{\"vulnerabilityProfile\":\"tqhamzjrw\",\"antiSpywareProfile\":\"qzeqyjleziunjxdf\",\"antiVirusProfile\":\"ntkwcegy\",\"urlFilteringProfile\":\"lbnseqac\",\"fileBlockingProfile\":\"vpilg\",\"dnsSubscription\":\"oq\",\"outboundUnTrustCertificate\":\"gmditgueiookjbs\",\"outboundTrustCertificate\":\"rtdtpdelq\"}},\"location\":\"cslmotoebnfxo\",\"identity\":{\"tenantId\":\"jkgd\",\"principalId\":\"azftxejwabmdujtm\",\"type\":\"None\",\"userAssignedIdentities\":{\"uwkffdjktsysid\":{\"clientId\":\"xcmjurbu\",\"principalId\":\"lkyqltqsrog\"},\"ikayiansharuj\":{\"clientId\":\"c\",\"principalId\":\"lxnfuijtkbusqogs\"},\"ttvwkpqh\":{\"clientId\":\"iqxf\",\"principalId\":\"j\"}}},\"id\":\"enuygbq\",\"name\":\"qqekewvnqvcdlgu\",\"type\":\"ucmfdj\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -34,27 +34,28 @@ public void testGetWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); GlobalRulestackResource response - = manager.globalRulestacks().getWithResponse("deqvhp", com.azure.core.util.Context.NONE).getValue(); + = manager.globalRulestacks().getWithResponse("ecjxe", com.azure.core.util.Context.NONE).getValue(); - Assertions.assertEquals("brqbsmswzi", response.location()); + Assertions.assertEquals("cslmotoebnfxo", response.location()); Assertions.assertEquals(ManagedIdentityType.NONE, response.identity().type()); - Assertions.assertEquals("i", response.identity().userAssignedIdentities().get("dvnoamldsehaohdj").clientId()); - Assertions.assertEquals("vumwmxqh", - response.identity().userAssignedIdentities().get("dvnoamldsehaohdj").principalId()); - Assertions.assertEquals("lkkshkbffmbmx", response.panEtag()); - Assertions.assertEquals("rgywwp", response.panLocation()); - Assertions.assertEquals(ScopeType.LOCAL, response.scope()); - Assertions.assertEquals("ptfujgicgaaoept", response.associatedSubscriptions().get(0)); - Assertions.assertEquals("zjgehkfkim", response.description()); - Assertions.assertEquals(DefaultMode.NONE, response.defaultMode()); - Assertions.assertEquals("okffqyinljqepqwh", response.minAppIdVersion()); - Assertions.assertEquals("stshiy", response.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("velfcldu", response.securityServices().antiSpywareProfile()); - Assertions.assertEquals("birdsvuwcobiegs", response.securityServices().antiVirusProfile()); - Assertions.assertEquals("ninwjizc", response.securityServices().urlFilteringProfile()); - Assertions.assertEquals("nghgshej", response.securityServices().fileBlockingProfile()); - Assertions.assertEquals("bxqmu", response.securityServices().dnsSubscription()); - Assertions.assertEquals("xlxqzvn", response.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("sbycucrwnamikz", response.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("xcmjurbu", + response.identity().userAssignedIdentities().get("uwkffdjktsysid").clientId()); + Assertions.assertEquals("lkyqltqsrog", + response.identity().userAssignedIdentities().get("uwkffdjktsysid").principalId()); + Assertions.assertEquals("tuhxuicb", response.panEtag()); + Assertions.assertEquals("wmrswnjlxuzrh", response.panLocation()); + Assertions.assertEquals(ScopeType.GLOBAL, response.scope()); + Assertions.assertEquals("jbaqehgpdoh", response.associatedSubscriptions().get(0)); + Assertions.assertEquals("gcgbjb", response.description()); + Assertions.assertEquals(DefaultMode.FIREWALL, response.defaultMode()); + Assertions.assertEquals("gtdysnaqu", response.minAppIdVersion()); + Assertions.assertEquals("tqhamzjrw", response.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("qzeqyjleziunjxdf", response.securityServices().antiSpywareProfile()); + Assertions.assertEquals("ntkwcegy", response.securityServices().antiVirusProfile()); + Assertions.assertEquals("lbnseqac", response.securityServices().urlFilteringProfile()); + Assertions.assertEquals("vpilg", response.securityServices().fileBlockingProfile()); + Assertions.assertEquals("oq", response.securityServices().dnsSubscription()); + Assertions.assertEquals("gmditgueiookjbs", response.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("rtdtpdelq", response.securityServices().outboundTrustCertificate()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListAdvancedSecurityObjectsWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListAdvancedSecurityObjectsWithResponseMockTests.java index bb07ba8ac8fb..66d213956cac 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListAdvancedSecurityObjectsWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListAdvancedSecurityObjectsWithResponseMockTests.java @@ -22,7 +22,7 @@ public final class GlobalRulestacksListAdvancedSecurityObjectsWithResponseMockTe @Test public void testListAdvancedSecurityObjectsWithResponse() throws Exception { String responseStr - = "{\"value\":{\"type\":\"lbnseqac\",\"entry\":[{\"name\":\"vpilg\",\"description\":\"oq\"},{\"name\":\"agmdit\",\"description\":\"eiookjbsah\"},{\"name\":\"tdtpdelqacslmo\",\"description\":\"ebnfxofvc\"}]},\"nextLink\":\"gdirazf\"}"; + = "{\"value\":{\"type\":\"rhpw\",\"entry\":[{\"name\":\"ddei\",\"description\":\"wzovgk\"},{\"name\":\"um\",\"description\":\"kjcjcaztbwsnsqow\"}]},\"nextLink\":\"comlikytwvczc\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,13 +32,13 @@ public void testListAdvancedSecurityObjectsWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); AdvSecurityObjectListResponse response = manager.globalRulestacks() - .listAdvancedSecurityObjectsWithResponse("jleziunjx", AdvSecurityObjectTypeEnum.URL_CUSTOM, "zantkwceg", - 1902347173, com.azure.core.util.Context.NONE) + .listAdvancedSecurityObjectsWithResponse("ggsvoujkxibdaf", AdvSecurityObjectTypeEnum.URL_CUSTOM, + "kmdyomkxfbvfbh", 200922130, com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("lbnseqac", response.value().type()); - Assertions.assertEquals("vpilg", response.value().entry().get(0).name()); - Assertions.assertEquals("oq", response.value().entry().get(0).description()); - Assertions.assertEquals("gdirazf", response.nextLink()); + Assertions.assertEquals("rhpw", response.value().type()); + Assertions.assertEquals("ddei", response.value().entry().get(0).name()); + Assertions.assertEquals("wzovgk", response.value().entry().get(0).description()); + Assertions.assertEquals("comlikytwvczc", response.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListAppIdsWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListAppIdsWithResponseMockTests.java index 6158bdfe9449..1c9fe45d3004 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListAppIdsWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListAppIdsWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class GlobalRulestacksListAppIdsWithResponseMockTests { @Test public void testListAppIdsWithResponse() throws Exception { String responseStr - = "{\"value\":[\"tsysi\",\"fvcl\",\"lxnfuijtkbusqogs\",\"ikayiansharuj\"],\"nextLink\":\"iqxf\"}"; + = "{\"value\":[\"oe\",\"swankltytmh\",\"roznnhdrlktgj\",\"sggux\"],\"nextLink\":\"mlwywaeeczg\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,11 +31,11 @@ public void testListAppIdsWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); ListAppIdResponse response = manager.globalRulestacks() - .listAppIdsWithResponse("xejw", "bmdujtmvcopexc", "jurbuhhlkyqltqsr", "gtuwkff", 369277903, + .listAppIdsWithResponse("wka", "ve", "yfdvlvhbwrnfxtgd", "pqthehnmnaoya", 428574071, com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("tsysi", response.value().get(0)); - Assertions.assertEquals("iqxf", response.nextLink()); + Assertions.assertEquals("oe", response.value().get(0)); + Assertions.assertEquals("mlwywaeeczg", response.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListFirewallsWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListFirewallsWithResponseMockTests.java index 9fd1f942ff47..8c243d9abc1e 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListFirewallsWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListFirewallsWithResponseMockTests.java @@ -20,7 +20,7 @@ public final class GlobalRulestacksListFirewallsWithResponseMockTests { @Test public void testListFirewallsWithResponse() throws Exception { - String responseStr = "{\"value\":[\"wnlaxpu\",\"jqi\"],\"nextLink\":\"zvvitacgxmfcs\"}"; + String responseStr = "{\"value\":[\"t\"],\"nextLink\":\"wxvgpiudeugfsxze\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -29,10 +29,11 @@ public void testListFirewallsWithResponse() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - ListFirewallsResponse response - = manager.globalRulestacks().listFirewallsWithResponse("f", com.azure.core.util.Context.NONE).getValue(); + ListFirewallsResponse response = manager.globalRulestacks() + .listFirewallsWithResponse("oewbid", com.azure.core.util.Context.NONE) + .getValue(); - Assertions.assertEquals("wnlaxpu", response.value().get(0)); - Assertions.assertEquals("zvvitacgxmfcs", response.nextLink()); + Assertions.assertEquals("t", response.value().get(0)); + Assertions.assertEquals("wxvgpiudeugfsxze", response.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListMockTests.java index 585ba3123c5b..ea43da24e6d4 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListMockTests.java @@ -25,7 +25,7 @@ public final class GlobalRulestacksListMockTests { @Test public void testList() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"panEtag\":\"hs\",\"panLocation\":\"koj\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"npdwr\",\"qafgfugsnnfhyet\",\"fypococtfjgti\"],\"description\":\"jvzuy\",\"defaultMode\":\"FIREWALL\",\"minAppIdVersion\":\"lmuowo\",\"provisioningState\":\"NotSpecified\",\"securityServices\":{\"vulnerabilityProfile\":\"ropions\",\"antiSpywareProfile\":\"nw\",\"antiVirusProfile\":\"gajinnixjawrtmj\",\"urlFilteringProfile\":\"myccx\",\"fileBlockingProfile\":\"hcoxov\",\"dnsSubscription\":\"khenlus\",\"outboundUnTrustCertificate\":\"rd\",\"outboundTrustCertificate\":\"xtxrdcqtjvidt\"}},\"location\":\"gepuslvyjtc\",\"identity\":{\"tenantId\":\"kasizie\",\"principalId\":\"uughtuqfecjxeyg\",\"type\":\"None\",\"userAssignedIdentities\":{\"rhwpus\":{\"clientId\":\"ic\",\"principalId\":\"ewmrswnjlxu\"}}},\"id\":\"baqehgpdoh\",\"name\":\"jqatucoigebxn\",\"type\":\"nwfepbnwg\"}]}"; + = "{\"value\":[{\"properties\":{\"panEtag\":\"cdxfzzzwyjafitl\",\"panLocation\":\"uy\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"gmltxdw\"],\"description\":\"ozusgz\",\"defaultMode\":\"FIREWALL\",\"minAppIdVersion\":\"n\",\"provisioningState\":\"Accepted\",\"securityServices\":{\"vulnerabilityProfile\":\"afolpymwamxqzrag\",\"antiSpywareProfile\":\"dphtv\",\"antiVirusProfile\":\"lajv\",\"urlFilteringProfile\":\"jchcsrlzknmzla\",\"fileBlockingProfile\":\"updwv\",\"dnsSubscription\":\"hcnzqt\",\"outboundUnTrustCertificate\":\"hmqrhvthlaiwdc\",\"outboundTrustCertificate\":\"mlzzhzdtxetlgyd\"}},\"location\":\"hqvlnnpxybafiqg\",\"identity\":{\"tenantId\":\"rbgjekglkl\",\"principalId\":\"ulidwc\",\"type\":\"SystemAssigned\",\"userAssignedIdentities\":{\"pzhz\":{\"clientId\":\"gj\",\"principalId\":\"fhjirwgdnqzbrfk\"},\"lkeuac\":{\"clientId\":\"ksjcitdigs\",\"principalId\":\"dglj\"},\"lurlpshhkvp\":{\"clientId\":\"omflrytswfp\",\"principalId\":\"dgycxnmskwhqjjy\"},\"wimuvqej\":{\"clientId\":\"wqslsrhmpqvw\",\"principalId\":\"kondcb\"}}},\"id\":\"ovyrrleaesinu\",\"name\":\"tljqobbpih\",\"type\":\"hcecybmrqbr\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -37,27 +37,29 @@ public void testList() throws Exception { PagedIterable response = manager.globalRulestacks().list(com.azure.core.util.Context.NONE); - Assertions.assertEquals("gepuslvyjtc", response.iterator().next().location()); - Assertions.assertEquals(ManagedIdentityType.NONE, response.iterator().next().identity().type()); - Assertions.assertEquals("ic", - response.iterator().next().identity().userAssignedIdentities().get("rhwpus").clientId()); - Assertions.assertEquals("ewmrswnjlxu", - response.iterator().next().identity().userAssignedIdentities().get("rhwpus").principalId()); - Assertions.assertEquals("hs", response.iterator().next().panEtag()); - Assertions.assertEquals("koj", response.iterator().next().panLocation()); + Assertions.assertEquals("hqvlnnpxybafiqg", response.iterator().next().location()); + Assertions.assertEquals(ManagedIdentityType.SYSTEM_ASSIGNED, response.iterator().next().identity().type()); + Assertions.assertEquals("gj", + response.iterator().next().identity().userAssignedIdentities().get("pzhz").clientId()); + Assertions.assertEquals("fhjirwgdnqzbrfk", + response.iterator().next().identity().userAssignedIdentities().get("pzhz").principalId()); + Assertions.assertEquals("cdxfzzzwyjafitl", response.iterator().next().panEtag()); + Assertions.assertEquals("uy", response.iterator().next().panLocation()); Assertions.assertEquals(ScopeType.LOCAL, response.iterator().next().scope()); - Assertions.assertEquals("npdwr", response.iterator().next().associatedSubscriptions().get(0)); - Assertions.assertEquals("jvzuy", response.iterator().next().description()); + Assertions.assertEquals("gmltxdw", response.iterator().next().associatedSubscriptions().get(0)); + Assertions.assertEquals("ozusgz", response.iterator().next().description()); Assertions.assertEquals(DefaultMode.FIREWALL, response.iterator().next().defaultMode()); - Assertions.assertEquals("lmuowo", response.iterator().next().minAppIdVersion()); - Assertions.assertEquals("ropions", response.iterator().next().securityServices().vulnerabilityProfile()); - Assertions.assertEquals("nw", response.iterator().next().securityServices().antiSpywareProfile()); - Assertions.assertEquals("gajinnixjawrtmj", response.iterator().next().securityServices().antiVirusProfile()); - Assertions.assertEquals("myccx", response.iterator().next().securityServices().urlFilteringProfile()); - Assertions.assertEquals("hcoxov", response.iterator().next().securityServices().fileBlockingProfile()); - Assertions.assertEquals("khenlus", response.iterator().next().securityServices().dnsSubscription()); - Assertions.assertEquals("rd", response.iterator().next().securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("xtxrdcqtjvidt", + Assertions.assertEquals("n", response.iterator().next().minAppIdVersion()); + Assertions.assertEquals("afolpymwamxqzrag", + response.iterator().next().securityServices().vulnerabilityProfile()); + Assertions.assertEquals("dphtv", response.iterator().next().securityServices().antiSpywareProfile()); + Assertions.assertEquals("lajv", response.iterator().next().securityServices().antiVirusProfile()); + Assertions.assertEquals("jchcsrlzknmzla", response.iterator().next().securityServices().urlFilteringProfile()); + Assertions.assertEquals("updwv", response.iterator().next().securityServices().fileBlockingProfile()); + Assertions.assertEquals("hcnzqt", response.iterator().next().securityServices().dnsSubscription()); + Assertions.assertEquals("hmqrhvthlaiwdc", + response.iterator().next().securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("mlzzhzdtxetlgyd", response.iterator().next().securityServices().outboundTrustCertificate()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListPredefinedUrlCategoriesWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListPredefinedUrlCategoriesWithResponseMockTests.java index acade788d4dd..5d2f1ac93a81 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListPredefinedUrlCategoriesWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListPredefinedUrlCategoriesWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class GlobalRulestacksListPredefinedUrlCategoriesWithResponseMockTe @Test public void testListPredefinedUrlCategoriesWithResponse() throws Exception { String responseStr - = "{\"value\":[{\"action\":\"lwntsjgqrs\",\"name\":\"y\"},{\"action\":\"ruuuybnch\",\"name\":\"szizoyuelyetndnb\"},{\"action\":\"qyggagfl\",\"name\":\"lgmtrwahzjmucf\"}],\"nextLink\":\"yrplrohkpigqfus\"}"; + = "{\"value\":[{\"action\":\"rutznabaobnsluj\",\"name\":\"jltymkmvguihy\"},{\"action\":\"arts\",\"name\":\"phkixkykxdssjpe\"},{\"action\":\"mucfxhikkf\",\"name\":\"rmymyincqlhr\"},{\"action\":\"s\",\"name\":\"sl\"}],\"nextLink\":\"iiovgqcgxu\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,11 +31,11 @@ public void testListPredefinedUrlCategoriesWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PredefinedUrlCategoriesResponse response = manager.globalRulestacks() - .listPredefinedUrlCategoriesWithResponse("er", "htvs", 817459269, com.azure.core.util.Context.NONE) + .listPredefinedUrlCategoriesWithResponse("paxwkufyk", "vuhx", 1071780641, com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("lwntsjgqrs", response.value().get(0).action()); - Assertions.assertEquals("y", response.value().get(0).name()); - Assertions.assertEquals("yrplrohkpigqfus", response.nextLink()); + Assertions.assertEquals("rutznabaobnsluj", response.value().get(0).action()); + Assertions.assertEquals("jltymkmvguihy", response.value().get(0).name()); + Assertions.assertEquals("iiovgqcgxu", response.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListSecurityServicesWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListSecurityServicesWithResponseMockTests.java index 058d46a397d6..888dd22a6bb3 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListSecurityServicesWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksListSecurityServicesWithResponseMockTests.java @@ -22,7 +22,7 @@ public final class GlobalRulestacksListSecurityServicesWithResponseMockTests { @Test public void testListSecurityServicesWithResponse() throws Exception { String responseStr - = "{\"value\":{\"type\":\"hjnhgwydyynfsvk\",\"entry\":[{\"name\":\"bvqt\",\"description\":\"arfdlpukhpyrnei\"}]},\"nextLink\":\"cpeogkhnmgbrou\"}"; + = "{\"value\":{\"type\":\"ranblwphqlkccu\",\"entry\":[{\"name\":\"ygqwahoiu\",\"description\":\"gniiprglvaw\"},{\"name\":\"wzdufypivlsbb\",\"description\":\"mcub\"}]},\"nextLink\":\"ifoxxkubvphav\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,13 +32,13 @@ public void testListSecurityServicesWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); SecurityServicesResponse response = manager.globalRulestacks() - .listSecurityServicesWithResponse("ckzmkwklsnox", SecurityServicesTypeEnum.FILE_BLOCKING, "mqeq", - 1409659836, com.azure.core.util.Context.NONE) + .listSecurityServicesWithResponse("gqkctotiowlxte", SecurityServicesTypeEnum.FILE_BLOCKING, "ptjgwdt", + 1879687901, com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("hjnhgwydyynfsvk", response.value().type()); - Assertions.assertEquals("bvqt", response.value().entry().get(0).name()); - Assertions.assertEquals("arfdlpukhpyrnei", response.value().entry().get(0).description()); - Assertions.assertEquals("cpeogkhnmgbrou", response.nextLink()); + Assertions.assertEquals("ranblwphqlkccu", response.value().type()); + Assertions.assertEquals("ygqwahoiu", response.value().entry().get(0).name()); + Assertions.assertEquals("gniiprglvaw", response.value().entry().get(0).description()); + Assertions.assertEquals("ifoxxkubvphav", response.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksRevertWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksRevertWithResponseMockTests.java index 71ef17529971..4a90fac35acb 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksRevertWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksRevertWithResponseMockTests.java @@ -27,7 +27,7 @@ public void testRevertWithResponse() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - manager.globalRulestacks().revertWithResponse("ddbhf", com.azure.core.util.Context.NONE); + manager.globalRulestacks().revertWithResponse("mhbrbqgvg", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksUpdateWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksUpdateWithResponseMockTests.java index 85d31bc9ad1f..053b379b856d 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksUpdateWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/GlobalRulestacksUpdateWithResponseMockTests.java @@ -32,7 +32,7 @@ public final class GlobalRulestacksUpdateWithResponseMockTests { @Test public void testUpdateWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"panEtag\":\"buzphdugn\",\"panLocation\":\"knpgoxgjiuq\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"z\",\"pqwjedm\",\"rrxxgewpktvq\",\"lkm\"],\"description\":\"zoyhlfbcgwg\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"oebqinjipn\",\"provisioningState\":\"Updating\",\"securityServices\":{\"vulnerabilityProfile\":\"qlafcbahhpzpofoi\",\"antiSpywareProfile\":\"w\",\"antiVirusProfile\":\"ilkmk\",\"urlFilteringProfile\":\"olvdnd\",\"fileBlockingProfile\":\"auo\",\"dnsSubscription\":\"huartv\",\"outboundUnTrustCertificate\":\"ukyefchnmnahmnxh\",\"outboundTrustCertificate\":\"jqirwrw\"}},\"location\":\"ooxf\",\"identity\":{\"tenantId\":\"hx\",\"principalId\":\"snewmozqvbub\",\"type\":\"None\",\"userAssignedIdentities\":{\"dvmfqhppub\":{\"clientId\":\"sycxhxzgaz\",\"principalId\":\"abo\"}}},\"id\":\"sepdfgk\",\"name\":\"tdherngbtcjuahok\",\"type\":\"tobkauxofshfph\"}"; + = "{\"properties\":{\"panEtag\":\"qotoihiqakydiwfb\",\"panLocation\":\"wpzdqtvhcspo\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"sipi\"],\"description\":\"gbebjf\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"oichdlpnfpubnt\",\"provisioningState\":\"Succeeded\",\"securityServices\":{\"vulnerabilityProfile\":\"viqsowsaaelcattc\",\"antiSpywareProfile\":\"hplrvkmjcwmjvlg\",\"antiVirusProfile\":\"gcvkyyli\",\"urlFilteringProfile\":\"zbj\",\"fileBlockingProfile\":\"fxsfuztlvtmv\",\"dnsSubscription\":\"bwidql\",\"outboundUnTrustCertificate\":\"ukoveofi\",\"outboundTrustCertificate\":\"vjfn\"}},\"location\":\"jmvl\",\"identity\":{\"tenantId\":\"giblkujrllf\",\"principalId\":\"uidjpuuyjucej\",\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"juzkdbqz\":{\"clientId\":\"ovvtzejetjkln\",\"principalId\":\"k\"}}},\"id\":\"xrzvhqjwtrhtgvgz\",\"name\":\"c\",\"type\":\"rkolawjm\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -43,51 +43,52 @@ public void testUpdateWithResponse() throws Exception { GlobalRulestackResource response = manager.globalRulestacks() - .updateWithResponse("kqmhhaowjr", - new GlobalRulestackResourceUpdate().withLocation("vuporqzdfuydzv") - .withIdentity(new AzureResourceManagerManagedIdentityProperties() - .withType(ManagedIdentityType.USER_ASSIGNED) - .withUserAssignedIdentities(mapOf("icrmnzh", - new AzureResourceManagerUserAssignedIdentity().withClientId("sz") - .withPrincipalId("iwtglxxhljfpg")))) - .withProperties(new GlobalRulestackResourceUpdateProperties().withPanEtag("qgjsxvpqcbfrmbod") - .withPanLocation("s") - .withScope(ScopeType.GLOBAL) - .withAssociatedSubscriptions(Arrays.asList("iibakcl", "c", "fr")) - .withDescription("ousxauzlwvsgmw") - .withDefaultMode(DefaultMode.NONE) - .withMinAppIdVersion("zizvuxmmk") - .withSecurityServices(new SecurityServices().withVulnerabilityProfile("thnwpzte") - .withAntiSpywareProfile("vmribiat") - .withAntiVirusProfile("plucfotangcfhnyk") - .withUrlFilteringProfile("ugswvx") - .withFileBlockingProfile("mzqwmvtxnjmxmcu") - .withDnsSubscription("dtcvcl") - .withOutboundUnTrustCertificate("npdkv") - .withOutboundTrustCertificate("abuiy"))), + .updateWithResponse("rsrrmoucsofldp", new GlobalRulestackResourceUpdate().withLocation("iyfc") + .withIdentity(new AzureResourceManagerManagedIdentityProperties().withType(ManagedIdentityType.NONE) + .withUserAssignedIdentities(mapOf("tmhqykiz", + new AzureResourceManagerUserAssignedIdentity().withClientId("rfsiowlkjxn") + .withPrincipalId("vwgf"), + "w", + new AzureResourceManagerUserAssignedIdentity().withClientId("ksaoafcluqvox") + .withPrincipalId("cjimryvwgcwwpbmz")))) + .withProperties(new GlobalRulestackResourceUpdateProperties().withPanEtag("dsxwefoh") + .withPanLocation("bvopwndyqle") + .withScope(ScopeType.GLOBAL) + .withAssociatedSubscriptions(Arrays.asList("mtkhlowkxxpvbr", "fjmzsyzfho", "lhikcyychunsj")) + .withDescription("jrtwsz") + .withDefaultMode(DefaultMode.FIREWALL) + .withMinAppIdVersion("icphvtrrmhw") + .withSecurityServices(new SecurityServices().withVulnerabilityProfile("dpyflubhv") + .withAntiSpywareProfile("lrocuyzlwh") + .withAntiVirusProfile("emhooclutnpq") + .withUrlFilteringProfile("mczjkm") + .withFileBlockingProfile("kyujxsglhsrrr") + .withDnsSubscription("jylmbkzudnigr") + .withOutboundUnTrustCertificate("hotj") + .withOutboundTrustCertificate("lpxuzzjgnrefq"))), com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("ooxf", response.location()); - Assertions.assertEquals(ManagedIdentityType.NONE, response.identity().type()); - Assertions.assertEquals("sycxhxzgaz", - response.identity().userAssignedIdentities().get("dvmfqhppub").clientId()); - Assertions.assertEquals("abo", response.identity().userAssignedIdentities().get("dvmfqhppub").principalId()); - Assertions.assertEquals("buzphdugn", response.panEtag()); - Assertions.assertEquals("knpgoxgjiuq", response.panLocation()); + Assertions.assertEquals("jmvl", response.location()); + Assertions.assertEquals(ManagedIdentityType.SYSTEM_AND_USER_ASSIGNED, response.identity().type()); + Assertions.assertEquals("ovvtzejetjkln", + response.identity().userAssignedIdentities().get("juzkdbqz").clientId()); + Assertions.assertEquals("k", response.identity().userAssignedIdentities().get("juzkdbqz").principalId()); + Assertions.assertEquals("qotoihiqakydiwfb", response.panEtag()); + Assertions.assertEquals("wpzdqtvhcspo", response.panLocation()); Assertions.assertEquals(ScopeType.GLOBAL, response.scope()); - Assertions.assertEquals("z", response.associatedSubscriptions().get(0)); - Assertions.assertEquals("zoyhlfbcgwg", response.description()); + Assertions.assertEquals("sipi", response.associatedSubscriptions().get(0)); + Assertions.assertEquals("gbebjf", response.description()); Assertions.assertEquals(DefaultMode.NONE, response.defaultMode()); - Assertions.assertEquals("oebqinjipn", response.minAppIdVersion()); - Assertions.assertEquals("qlafcbahhpzpofoi", response.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("w", response.securityServices().antiSpywareProfile()); - Assertions.assertEquals("ilkmk", response.securityServices().antiVirusProfile()); - Assertions.assertEquals("olvdnd", response.securityServices().urlFilteringProfile()); - Assertions.assertEquals("auo", response.securityServices().fileBlockingProfile()); - Assertions.assertEquals("huartv", response.securityServices().dnsSubscription()); - Assertions.assertEquals("ukyefchnmnahmnxh", response.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("jqirwrw", response.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("oichdlpnfpubnt", response.minAppIdVersion()); + Assertions.assertEquals("viqsowsaaelcattc", response.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("hplrvkmjcwmjvlg", response.securityServices().antiSpywareProfile()); + Assertions.assertEquals("gcvkyyli", response.securityServices().antiVirusProfile()); + Assertions.assertEquals("zbj", response.securityServices().urlFilteringProfile()); + Assertions.assertEquals("fxsfuztlvtmv", response.securityServices().fileBlockingProfile()); + Assertions.assertEquals("bwidql", response.securityServices().dnsSubscription()); + Assertions.assertEquals("ukoveofi", response.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("vjfn", response.securityServices().outboundTrustCertificate()); } // Use "Map.of" if available diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/IpAddressSpaceTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/IpAddressSpaceTests.java index 0cf9601d9f70..e94d5585d44d 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/IpAddressSpaceTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/IpAddressSpaceTests.java @@ -11,18 +11,17 @@ public final class IpAddressSpaceTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { - IpAddressSpace model - = BinaryData.fromString("{\"resourceId\":\"mrfhirctymox\",\"addressSpace\":\"tpipiwyczuhx\"}") - .toObject(IpAddressSpace.class); - Assertions.assertEquals("mrfhirctymox", model.resourceId()); - Assertions.assertEquals("tpipiwyczuhx", model.addressSpace()); + IpAddressSpace model = BinaryData.fromString("{\"resourceId\":\"pjpqqmtedltmmji\",\"addressSpace\":\"eozphv\"}") + .toObject(IpAddressSpace.class); + Assertions.assertEquals("pjpqqmtedltmmji", model.resourceId()); + Assertions.assertEquals("eozphv", model.addressSpace()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - IpAddressSpace model = new IpAddressSpace().withResourceId("mrfhirctymox").withAddressSpace("tpipiwyczuhx"); + IpAddressSpace model = new IpAddressSpace().withResourceId("pjpqqmtedltmmji").withAddressSpace("eozphv"); model = BinaryData.fromObject(model).toObject(IpAddressSpace.class); - Assertions.assertEquals("mrfhirctymox", model.resourceId()); - Assertions.assertEquals("tpipiwyczuhx", model.addressSpace()); + Assertions.assertEquals("pjpqqmtedltmmji", model.resourceId()); + Assertions.assertEquals("eozphv", model.addressSpace()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/IpAddressTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/IpAddressTests.java index e991a61399fc..10f2debb3f41 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/IpAddressTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/IpAddressTests.java @@ -11,17 +11,17 @@ public final class IpAddressTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { - IpAddress model = BinaryData.fromString("{\"resourceId\":\"pqjlihhyusps\",\"address\":\"sdvlmfwdgzxulucv\"}") + IpAddress model = BinaryData.fromString("{\"resourceId\":\"uyqncygupkvipmd\",\"address\":\"wx\"}") .toObject(IpAddress.class); - Assertions.assertEquals("pqjlihhyusps", model.resourceId()); - Assertions.assertEquals("sdvlmfwdgzxulucv", model.address()); + Assertions.assertEquals("uyqncygupkvipmd", model.resourceId()); + Assertions.assertEquals("wx", model.address()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - IpAddress model = new IpAddress().withResourceId("pqjlihhyusps").withAddress("sdvlmfwdgzxulucv"); + IpAddress model = new IpAddress().withResourceId("uyqncygupkvipmd").withAddress("wx"); model = BinaryData.fromObject(model).toObject(IpAddress.class); - Assertions.assertEquals("pqjlihhyusps", model.resourceId()); - Assertions.assertEquals("sdvlmfwdgzxulucv", model.address()); + Assertions.assertEquals("uyqncygupkvipmd", model.resourceId()); + Assertions.assertEquals("wx", model.address()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ListAppIdResponseInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ListAppIdResponseInnerTests.java index 6eada06461df..b436570b7d02 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ListAppIdResponseInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ListAppIdResponseInnerTests.java @@ -11,9 +11,10 @@ public final class ListAppIdResponseInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { - ListAppIdResponseInner model = BinaryData.fromString("{\"value\":[\"injep\"],\"nextLink\":\"tmryw\"}") - .toObject(ListAppIdResponseInner.class); - Assertions.assertEquals("injep", model.value().get(0)); - Assertions.assertEquals("tmryw", model.nextLink()); + ListAppIdResponseInner model + = BinaryData.fromString("{\"value\":[\"runmp\",\"ttdbhrbnl\",\"nkxmyskpbhenbtk\"],\"nextLink\":\"ywn\"}") + .toObject(ListAppIdResponseInner.class); + Assertions.assertEquals("runmp", model.value().get(0)); + Assertions.assertEquals("ywn", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ListFirewallsResponseInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ListFirewallsResponseInnerTests.java index 98189172429e..f3da1cb1203a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ListFirewallsResponseInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ListFirewallsResponseInnerTests.java @@ -12,9 +12,10 @@ public final class ListFirewallsResponseInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { ListFirewallsResponseInner model = BinaryData - .fromString("{\"value\":[\"sicohoqqnwvlry\",\"vwhheunmmqhgyx\",\"konocu\"],\"nextLink\":\"klyaxuconu\"}") + .fromString( + "{\"value\":[\"haaxdbabphl\",\"rqlfktsthsucocmn\",\"yazttbtwwrqpue\"],\"nextLink\":\"kzywbiex\"}") .toObject(ListFirewallsResponseInner.class); - Assertions.assertEquals("sicohoqqnwvlry", model.value().get(0)); - Assertions.assertEquals("klyaxuconu", model.nextLink()); + Assertions.assertEquals("haaxdbabphl", model.value().get(0)); + Assertions.assertEquals("kzywbiex", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesDeleteMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesDeleteMockTests.java index 32ab2ce3a848..2e42bbe891ba 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesDeleteMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesDeleteMockTests.java @@ -27,7 +27,7 @@ public void testDelete() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - manager.localRules().delete("vrbnyrukoil", "ciduwjle", "pjlh", com.azure.core.util.Context.NONE); + manager.localRules().delete("giudjpxpq", "ttqhnmhkrezsds", "xheq", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesGetCountersWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesGetCountersWithResponseMockTests.java index f16ea1dc687b..607491cf5137 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesGetCountersWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesGetCountersWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class LocalRulesGetCountersWithResponseMockTests { @Test public void testGetCountersWithResponse() throws Exception { String responseStr - = "{\"priority\":\"vlzw\",\"ruleStackName\":\"gmfalkzazmgoked\",\"ruleListName\":\"qafkmkrokzrth\",\"firewallName\":\"twpqrtva\",\"ruleName\":\"znq\",\"hitCount\":873197720,\"appSeen\":{\"count\":1482907808,\"appSeenList\":[{\"title\":\"eagmceituug\",\"category\":\"dhfpjstlzmbl\",\"subCategory\":\"yjdeolctaebfs\",\"risk\":\"rledjcu\",\"tag\":\"tb\",\"technology\":\"tqi\",\"standardPorts\":\"d\"},{\"title\":\"zvsgeafgfosehxlz\",\"category\":\"xezppk\",\"subCategory\":\"waaeskyfjl\",\"risk\":\"zeqtoyrplixlajml\",\"tag\":\"pq\",\"technology\":\"evhamfowg\",\"standardPorts\":\"btmkekxpkzwaq\"},{\"title\":\"ofqovchiqbplv\",\"category\":\"idu\",\"subCategory\":\"ztekxbyjgmsfep\",\"risk\":\"yihpqadagrh\",\"tag\":\"dicxdw\",\"technology\":\"jfowxwy\",\"standardPorts\":\"vcxjsgbipcukdvek\"},{\"title\":\"buhoduchv\",\"category\":\"scrdp\",\"subCategory\":\"bfdyjduss\",\"risk\":\"yszekbhwlka\",\"tag\":\"ggkrehbf\",\"technology\":\"n\",\"standardPorts\":\"ybff\"}]},\"timestamp\":\"2020-12-23T02:51:33Z\",\"requestTimestamp\":\"2021-06-08T15:40:26Z\",\"lastUpdatedTimestamp\":\"2021-06-15T23:31:14Z\"}"; + = "{\"priority\":\"secnadbuwqrgxf\",\"ruleStackName\":\"mqiyn\",\"ruleListName\":\"oellnkkiiwvmt\",\"firewallName\":\"xpymdjfuaxro\",\"ruleName\":\"vqpilrguncanldu\",\"hitCount\":755481767,\"appSeen\":{\"count\":1576544822,\"appSeenList\":[{\"title\":\"bm\",\"category\":\"aqklxy\",\"subCategory\":\"x\",\"risk\":\"qvfqepdxc\",\"tag\":\"tuubwyvpjb\",\"technology\":\"wcpjqduqgi\",\"standardPorts\":\"exkydfb\"},{\"title\":\"lj\",\"category\":\"vhuerkjddvrglieg\",\"subCategory\":\"tcvbiiftk\",\"risk\":\"dwgdn\",\"tag\":\"efgmwdhcebuv\",\"technology\":\"zldbglzoutbaaqg\",\"standardPorts\":\"ekaj\"}]},\"timestamp\":\"2021-04-26T06:57:51Z\",\"requestTimestamp\":\"2021-02-13T11:10:25Z\",\"lastUpdatedTimestamp\":\"2021-04-10T19:34:34Z\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,26 +31,25 @@ public void testGetCountersWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); RuleCounter response = manager.localRules() - .getCountersWithResponse("akw", "eivmak", "hysowljuxlkbect", "tfjmskdchmaiub", - com.azure.core.util.Context.NONE) + .getCountersWithResponse("tbxxniuisd", "hg", "d", "zpa", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("vlzw", response.priority()); - Assertions.assertEquals("gmfalkzazmgoked", response.ruleStackName()); - Assertions.assertEquals("qafkmkrokzrth", response.ruleListName()); - Assertions.assertEquals("twpqrtva", response.firewallName()); - Assertions.assertEquals("znq", response.ruleName()); - Assertions.assertEquals(873197720, response.hitCount()); - Assertions.assertEquals(1482907808, response.appSeen().count()); - Assertions.assertEquals("eagmceituug", response.appSeen().appSeenList().get(0).title()); - Assertions.assertEquals("dhfpjstlzmbl", response.appSeen().appSeenList().get(0).category()); - Assertions.assertEquals("yjdeolctaebfs", response.appSeen().appSeenList().get(0).subCategory()); - Assertions.assertEquals("rledjcu", response.appSeen().appSeenList().get(0).risk()); - Assertions.assertEquals("tb", response.appSeen().appSeenList().get(0).tag()); - Assertions.assertEquals("tqi", response.appSeen().appSeenList().get(0).technology()); - Assertions.assertEquals("d", response.appSeen().appSeenList().get(0).standardPorts()); - Assertions.assertEquals(OffsetDateTime.parse("2020-12-23T02:51:33Z"), response.timestamp()); - Assertions.assertEquals(OffsetDateTime.parse("2021-06-08T15:40:26Z"), response.requestTimestamp()); - Assertions.assertEquals(OffsetDateTime.parse("2021-06-15T23:31:14Z"), response.lastUpdatedTimestamp()); + Assertions.assertEquals("secnadbuwqrgxf", response.priority()); + Assertions.assertEquals("mqiyn", response.ruleStackName()); + Assertions.assertEquals("oellnkkiiwvmt", response.ruleListName()); + Assertions.assertEquals("xpymdjfuaxro", response.firewallName()); + Assertions.assertEquals("vqpilrguncanldu", response.ruleName()); + Assertions.assertEquals(755481767, response.hitCount()); + Assertions.assertEquals(1576544822, response.appSeen().count()); + Assertions.assertEquals("bm", response.appSeen().appSeenList().get(0).title()); + Assertions.assertEquals("aqklxy", response.appSeen().appSeenList().get(0).category()); + Assertions.assertEquals("x", response.appSeen().appSeenList().get(0).subCategory()); + Assertions.assertEquals("qvfqepdxc", response.appSeen().appSeenList().get(0).risk()); + Assertions.assertEquals("tuubwyvpjb", response.appSeen().appSeenList().get(0).tag()); + Assertions.assertEquals("wcpjqduqgi", response.appSeen().appSeenList().get(0).technology()); + Assertions.assertEquals("exkydfb", response.appSeen().appSeenList().get(0).standardPorts()); + Assertions.assertEquals(OffsetDateTime.parse("2021-04-26T06:57:51Z"), response.timestamp()); + Assertions.assertEquals(OffsetDateTime.parse("2021-02-13T11:10:25Z"), response.requestTimestamp()); + Assertions.assertEquals(OffsetDateTime.parse("2021-04-10T19:34:34Z"), response.lastUpdatedTimestamp()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesRefreshCountersWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesRefreshCountersWithResponseMockTests.java index 60693d311dbd..9390a36ce369 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesRefreshCountersWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesRefreshCountersWithResponseMockTests.java @@ -28,7 +28,7 @@ public void testRefreshCountersWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); manager.localRules() - .refreshCountersWithResponse("eoagsqta", "dusr", "xxfavsqwudohzilf", "nl", + .refreshCountersWithResponse("orbjg", "nzjotvmr", "khlobvvjbhvhdi", "ayfluiyuosnu", com.azure.core.util.Context.NONE); } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesResetCountersWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesResetCountersWithResponseMockTests.java index 020def082407..a52ee3236995 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesResetCountersWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulesResetCountersWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class LocalRulesResetCountersWithResponseMockTests { @Test public void testResetCountersWithResponse() throws Exception { String responseStr - = "{\"priority\":\"vgohtw\",\"ruleStackName\":\"qilrixysfn\",\"ruleListName\":\"sqywwwmhkru\",\"firewallName\":\"edrympmlqo\",\"ruleName\":\"hzdue\"}"; + = "{\"priority\":\"j\",\"ruleStackName\":\"cta\",\"ruleListName\":\"yvrtp\",\"firewallName\":\"emhzc\",\"ruleName\":\"repdqhqyhwq\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,13 +31,13 @@ public void testResetCountersWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); RuleCounterReset response = manager.localRules() - .resetCountersWithResponse("kpsimsfeypofqp", "bh", "qgsdr", "mttjxophgerh", + .resetCountersWithResponse("dtelvhyibdrqrs", "hbuubpy", "owtjo", "ztfwfqchvcz", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("qilrixysfn", response.ruleStackName()); - Assertions.assertEquals("sqywwwmhkru", response.ruleListName()); - Assertions.assertEquals("edrympmlqo", response.firewallName()); - Assertions.assertEquals("hzdue", response.ruleName()); + Assertions.assertEquals("cta", response.ruleStackName()); + Assertions.assertEquals("yvrtp", response.ruleListName()); + Assertions.assertEquals("emhzc", response.firewallName()); + Assertions.assertEquals("repdqhqyhwq", response.ruleName()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceInnerTests.java index d2915c8c9e46..9b4a95438923 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceInnerTests.java @@ -21,79 +21,82 @@ public final class LocalRulestackResourceInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { LocalRulestackResourceInner model = BinaryData.fromString( - "{\"properties\":{\"panEtag\":\"wmn\",\"panLocation\":\"ttijfybvpoekrs\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"huzqgn\",\"dgkynscliqhzvhxn\",\"omtkub\"],\"description\":\"ppnvdxz\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"frbbc\",\"provisioningState\":\"Updating\",\"securityServices\":{\"vulnerabilityProfile\":\"tltdhlfkqojpy\",\"antiSpywareProfile\":\"gtrd\",\"antiVirusProfile\":\"ifmzzsd\",\"urlFilteringProfile\":\"brn\",\"fileBlockingProfile\":\"u\",\"dnsSubscription\":\"prafwgckhoc\",\"outboundUnTrustCertificate\":\"d\",\"outboundTrustCertificate\":\"fwafqrouda\"}},\"identity\":{\"tenantId\":\"vehhrvkbunzozu\",\"principalId\":\"cxgkmoyxcdyui\",\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"fukiscvwmzhw\":{\"clientId\":\"nbzydvfvfcj\",\"principalId\":\"eoisrvhmgor\"}}},\"location\":\"efaxvxilc\",\"tags\":{\"jfzqlqhycavodgg\":\"nhnzeyqxt\",\"nlrariaawiuagy\":\"dbeesmie\"},\"id\":\"wqfbylyrfgiagt\",\"name\":\"ojocqwogf\",\"type\":\"zjvusfzldmo\"}") + "{\"properties\":{\"panEtag\":\"lmywwtkgkxnyed\",\"panLocation\":\"gyvudtjuewbc\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"whcjyxcc\",\"bvpa\",\"akkud\"],\"description\":\"xgwjplmagstcyoh\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"rkdbdgiogsjkmnwq\",\"provisioningState\":\"Deleted\",\"securityServices\":{\"vulnerabilityProfile\":\"iyhddvi\",\"antiSpywareProfile\":\"egfnmntfpmvmemfn\",\"antiVirusProfile\":\"dwvvba\",\"urlFilteringProfile\":\"lllchpodb\",\"fileBlockingProfile\":\"vwrdnhfukuvsj\",\"dnsSubscription\":\"wsmystuluqypf\",\"outboundUnTrustCertificate\":\"lerchpq\",\"outboundTrustCertificate\":\"f\"}},\"identity\":{\"tenantId\":\"abwidfcxsspuun\",\"principalId\":\"xyh\",\"type\":\"SystemAssigned\",\"userAssignedIdentities\":{\"xkzb\":{\"clientId\":\"drihpfhoqcaaewda\",\"principalId\":\"djvlpj\"},\"xonbzoggculapz\":{\"clientId\":\"sgeivsiy\",\"principalId\":\"kdncj\"},\"jlyjtlvofq\":{\"clientId\":\"rpgogtqxep\",\"principalId\":\"lbfu\"},\"xfzwi\":{\"clientId\":\"vfcibyfmowux\",\"principalId\":\"jpvd\"}}},\"location\":\"wzjbh\",\"tags\":{\"mbtrnegvmnvu\":\"xjrk\",\"bkkd\":\"eqvldspast\"},\"id\":\"flvestmjlxrrilo\",\"name\":\"apeewchpxlkt\",\"type\":\"kuziycsle\"}") .toObject(LocalRulestackResourceInner.class); - Assertions.assertEquals("efaxvxilc", model.location()); - Assertions.assertEquals("nhnzeyqxt", model.tags().get("jfzqlqhycavodgg")); - Assertions.assertEquals(ManagedIdentityType.SYSTEM_AND_USER_ASSIGNED, model.identity().type()); - Assertions.assertEquals("nbzydvfvfcj", - model.identity().userAssignedIdentities().get("fukiscvwmzhw").clientId()); - Assertions.assertEquals("eoisrvhmgor", - model.identity().userAssignedIdentities().get("fukiscvwmzhw").principalId()); - Assertions.assertEquals("wmn", model.panEtag()); - Assertions.assertEquals("ttijfybvpoekrs", model.panLocation()); - Assertions.assertEquals(ScopeType.GLOBAL, model.scope()); - Assertions.assertEquals("huzqgn", model.associatedSubscriptions().get(0)); - Assertions.assertEquals("ppnvdxz", model.description()); - Assertions.assertEquals(DefaultMode.IPS, model.defaultMode()); - Assertions.assertEquals("frbbc", model.minAppIdVersion()); - Assertions.assertEquals("tltdhlfkqojpy", model.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("gtrd", model.securityServices().antiSpywareProfile()); - Assertions.assertEquals("ifmzzsd", model.securityServices().antiVirusProfile()); - Assertions.assertEquals("brn", model.securityServices().urlFilteringProfile()); - Assertions.assertEquals("u", model.securityServices().fileBlockingProfile()); - Assertions.assertEquals("prafwgckhoc", model.securityServices().dnsSubscription()); - Assertions.assertEquals("d", model.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("fwafqrouda", model.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("wzjbh", model.location()); + Assertions.assertEquals("xjrk", model.tags().get("mbtrnegvmnvu")); + Assertions.assertEquals(ManagedIdentityType.SYSTEM_ASSIGNED, model.identity().type()); + Assertions.assertEquals("drihpfhoqcaaewda", model.identity().userAssignedIdentities().get("xkzb").clientId()); + Assertions.assertEquals("djvlpj", model.identity().userAssignedIdentities().get("xkzb").principalId()); + Assertions.assertEquals("lmywwtkgkxnyed", model.panEtag()); + Assertions.assertEquals("gyvudtjuewbc", model.panLocation()); + Assertions.assertEquals(ScopeType.LOCAL, model.scope()); + Assertions.assertEquals("whcjyxcc", model.associatedSubscriptions().get(0)); + Assertions.assertEquals("xgwjplmagstcyoh", model.description()); + Assertions.assertEquals(DefaultMode.NONE, model.defaultMode()); + Assertions.assertEquals("rkdbdgiogsjkmnwq", model.minAppIdVersion()); + Assertions.assertEquals("iyhddvi", model.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("egfnmntfpmvmemfn", model.securityServices().antiSpywareProfile()); + Assertions.assertEquals("dwvvba", model.securityServices().antiVirusProfile()); + Assertions.assertEquals("lllchpodb", model.securityServices().urlFilteringProfile()); + Assertions.assertEquals("vwrdnhfukuvsj", model.securityServices().fileBlockingProfile()); + Assertions.assertEquals("wsmystuluqypf", model.securityServices().dnsSubscription()); + Assertions.assertEquals("lerchpq", model.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("f", model.securityServices().outboundTrustCertificate()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - LocalRulestackResourceInner model = new LocalRulestackResourceInner().withLocation("efaxvxilc") - .withTags(mapOf("jfzqlqhycavodgg", "nhnzeyqxt", "nlrariaawiuagy", "dbeesmie")) + LocalRulestackResourceInner model = new LocalRulestackResourceInner().withLocation("wzjbh") + .withTags(mapOf("mbtrnegvmnvu", "xjrk", "bkkd", "eqvldspast")) .withIdentity(new AzureResourceManagerManagedIdentityProperties() - .withType(ManagedIdentityType.SYSTEM_AND_USER_ASSIGNED) - .withUserAssignedIdentities(mapOf("fukiscvwmzhw", - new AzureResourceManagerUserAssignedIdentity().withClientId("nbzydvfvfcj") - .withPrincipalId("eoisrvhmgor")))) - .withPanEtag("wmn") - .withPanLocation("ttijfybvpoekrs") - .withScope(ScopeType.GLOBAL) - .withAssociatedSubscriptions(Arrays.asList("huzqgn", "dgkynscliqhzvhxn", "omtkub")) - .withDescription("ppnvdxz") - .withDefaultMode(DefaultMode.IPS) - .withMinAppIdVersion("frbbc") - .withSecurityServices(new SecurityServices().withVulnerabilityProfile("tltdhlfkqojpy") - .withAntiSpywareProfile("gtrd") - .withAntiVirusProfile("ifmzzsd") - .withUrlFilteringProfile("brn") - .withFileBlockingProfile("u") - .withDnsSubscription("prafwgckhoc") - .withOutboundUnTrustCertificate("d") - .withOutboundTrustCertificate("fwafqrouda")); + .withType(ManagedIdentityType.SYSTEM_ASSIGNED) + .withUserAssignedIdentities(mapOf("xkzb", + new AzureResourceManagerUserAssignedIdentity().withClientId("drihpfhoqcaaewda") + .withPrincipalId("djvlpj"), + "xonbzoggculapz", + new AzureResourceManagerUserAssignedIdentity().withClientId("sgeivsiy").withPrincipalId("kdncj"), + "jlyjtlvofq", + new AzureResourceManagerUserAssignedIdentity().withClientId("rpgogtqxep").withPrincipalId("lbfu"), + "xfzwi", + new AzureResourceManagerUserAssignedIdentity().withClientId("vfcibyfmowux") + .withPrincipalId("jpvd")))) + .withPanEtag("lmywwtkgkxnyed") + .withPanLocation("gyvudtjuewbc") + .withScope(ScopeType.LOCAL) + .withAssociatedSubscriptions(Arrays.asList("whcjyxcc", "bvpa", "akkud")) + .withDescription("xgwjplmagstcyoh") + .withDefaultMode(DefaultMode.NONE) + .withMinAppIdVersion("rkdbdgiogsjkmnwq") + .withSecurityServices(new SecurityServices().withVulnerabilityProfile("iyhddvi") + .withAntiSpywareProfile("egfnmntfpmvmemfn") + .withAntiVirusProfile("dwvvba") + .withUrlFilteringProfile("lllchpodb") + .withFileBlockingProfile("vwrdnhfukuvsj") + .withDnsSubscription("wsmystuluqypf") + .withOutboundUnTrustCertificate("lerchpq") + .withOutboundTrustCertificate("f")); model = BinaryData.fromObject(model).toObject(LocalRulestackResourceInner.class); - Assertions.assertEquals("efaxvxilc", model.location()); - Assertions.assertEquals("nhnzeyqxt", model.tags().get("jfzqlqhycavodgg")); - Assertions.assertEquals(ManagedIdentityType.SYSTEM_AND_USER_ASSIGNED, model.identity().type()); - Assertions.assertEquals("nbzydvfvfcj", - model.identity().userAssignedIdentities().get("fukiscvwmzhw").clientId()); - Assertions.assertEquals("eoisrvhmgor", - model.identity().userAssignedIdentities().get("fukiscvwmzhw").principalId()); - Assertions.assertEquals("wmn", model.panEtag()); - Assertions.assertEquals("ttijfybvpoekrs", model.panLocation()); - Assertions.assertEquals(ScopeType.GLOBAL, model.scope()); - Assertions.assertEquals("huzqgn", model.associatedSubscriptions().get(0)); - Assertions.assertEquals("ppnvdxz", model.description()); - Assertions.assertEquals(DefaultMode.IPS, model.defaultMode()); - Assertions.assertEquals("frbbc", model.minAppIdVersion()); - Assertions.assertEquals("tltdhlfkqojpy", model.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("gtrd", model.securityServices().antiSpywareProfile()); - Assertions.assertEquals("ifmzzsd", model.securityServices().antiVirusProfile()); - Assertions.assertEquals("brn", model.securityServices().urlFilteringProfile()); - Assertions.assertEquals("u", model.securityServices().fileBlockingProfile()); - Assertions.assertEquals("prafwgckhoc", model.securityServices().dnsSubscription()); - Assertions.assertEquals("d", model.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("fwafqrouda", model.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("wzjbh", model.location()); + Assertions.assertEquals("xjrk", model.tags().get("mbtrnegvmnvu")); + Assertions.assertEquals(ManagedIdentityType.SYSTEM_ASSIGNED, model.identity().type()); + Assertions.assertEquals("drihpfhoqcaaewda", model.identity().userAssignedIdentities().get("xkzb").clientId()); + Assertions.assertEquals("djvlpj", model.identity().userAssignedIdentities().get("xkzb").principalId()); + Assertions.assertEquals("lmywwtkgkxnyed", model.panEtag()); + Assertions.assertEquals("gyvudtjuewbc", model.panLocation()); + Assertions.assertEquals(ScopeType.LOCAL, model.scope()); + Assertions.assertEquals("whcjyxcc", model.associatedSubscriptions().get(0)); + Assertions.assertEquals("xgwjplmagstcyoh", model.description()); + Assertions.assertEquals(DefaultMode.NONE, model.defaultMode()); + Assertions.assertEquals("rkdbdgiogsjkmnwq", model.minAppIdVersion()); + Assertions.assertEquals("iyhddvi", model.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("egfnmntfpmvmemfn", model.securityServices().antiSpywareProfile()); + Assertions.assertEquals("dwvvba", model.securityServices().antiVirusProfile()); + Assertions.assertEquals("lllchpodb", model.securityServices().urlFilteringProfile()); + Assertions.assertEquals("vwrdnhfukuvsj", model.securityServices().fileBlockingProfile()); + Assertions.assertEquals("wsmystuluqypf", model.securityServices().dnsSubscription()); + Assertions.assertEquals("lerchpq", model.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("f", model.securityServices().outboundTrustCertificate()); } // Use "Map.of" if available diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceListResultTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceListResultTests.java index f56599609924..30bfb2935c89 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceListResultTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceListResultTests.java @@ -15,30 +15,30 @@ public final class LocalRulestackResourceListResultTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { LocalRulestackResourceListResult model = BinaryData.fromString( - "{\"value\":[{\"properties\":{\"panEtag\":\"z\",\"panLocation\":\"cse\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"pjhlf\",\"swpchwahfbousn\",\"epgfew\",\"twly\"],\"description\":\"ncxykxhdjhlimm\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"h\",\"provisioningState\":\"Failed\",\"securityServices\":{\"vulnerabilityProfile\":\"xvxcjzhq\",\"antiSpywareProfile\":\"xfpxtgqscja\",\"antiVirusProfile\":\"t\",\"urlFilteringProfile\":\"hdqazkmtgguwp\",\"fileBlockingProfile\":\"r\",\"dnsSubscription\":\"civmmg\",\"outboundUnTrustCertificate\":\"cf\",\"outboundTrustCertificate\":\"rxgkne\"}},\"identity\":{\"tenantId\":\"inzqodfvpgs\",\"principalId\":\"xgsg\",\"type\":\"None\",\"userAssignedIdentities\":{\"vetnwsdtutn\":{\"clientId\":\"djtxvzflbq\",\"principalId\":\"aqvlgafcqusr\"},\"kuqgsjjxundxgket\":{\"clientId\":\"duy\",\"principalId\":\"uzhyrmewipmvekdx\"},\"gpmuneqsxvmhfbuz\":{\"clientId\":\"hhzjhfj\",\"principalId\":\"vvmu\"}}},\"location\":\"ihsasb\",\"tags\":{\"uemsly\":\"ypoh\"},\"id\":\"sqy\",\"name\":\"pfoobr\",\"type\":\"ttymsjny\"},{\"properties\":{\"panEtag\":\"dnfwqzdzg\",\"panLocation\":\"la\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"qlyvijo\",\"wivkxo\"],\"description\":\"un\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"rtikvcpwpg\",\"provisioningState\":\"Canceled\",\"securityServices\":{\"vulnerabilityProfile\":\"vtsoxf\",\"antiSpywareProfile\":\"enxpmyyefr\",\"antiVirusProfile\":\"pdnqqskawaoqvmmb\",\"urlFilteringProfile\":\"qfr\",\"fileBlockingProfile\":\"lkzmegnitgvkxl\",\"dnsSubscription\":\"qdrfegcealzxwhc\",\"outboundUnTrustCertificate\":\"symoyq\",\"outboundTrustCertificate\":\"wigdi\"}},\"identity\":{\"tenantId\":\"bxgomfaj\",\"principalId\":\"asqvd\",\"type\":\"None\",\"userAssignedIdentities\":{\"skgfmocwahpq\":{\"clientId\":\"uxakjsqzhzbezk\",\"principalId\":\"msidxasicddyvv\"}}},\"location\":\"tjeaahhvjhh\",\"tags\":{\"idjks\":\"zybbj\"},\"id\":\"xkyxvxevblbj\",\"name\":\"dnlj\",\"type\":\"age\"}],\"nextLink\":\"ulxunsmjbnkpp\"}") + "{\"value\":[{\"properties\":{\"panEtag\":\"faxvxil\",\"panLocation\":\"tg\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"yqxtjjfzql\",\"hycav\",\"dggxdbeesmi\"],\"description\":\"nlrariaawiuagy\",\"defaultMode\":\"FIREWALL\",\"minAppIdVersion\":\"bylyrfgia\",\"provisioningState\":\"Creating\",\"securityServices\":{\"vulnerabilityProfile\":\"ocqwogfnzjvus\",\"antiSpywareProfile\":\"ld\",\"antiVirusProfile\":\"zuxylfsbtkadpyso\",\"urlFilteringProfile\":\"btgkbugrjqctoj\",\"fileBlockingProfile\":\"isofieypefojyqd\",\"dnsSubscription\":\"u\",\"outboundUnTrustCertificate\":\"cp\",\"outboundTrustCertificate\":\"wkhihihlhzdsqt\"}},\"identity\":{\"tenantId\":\"rgnowcjhfgm\",\"principalId\":\"cact\",\"type\":\"SystemAssigned\",\"userAssignedIdentities\":{\"uwifzmpjwyiv\":{\"clientId\":\"e\",\"principalId\":\"wcluqovekqvgq\"},\"kvyklxubyjaffmm\":{\"clientId\":\"kfxcvhrfs\",\"principalId\":\"uagrttikteusqc\"}}},\"location\":\"lcqcuubgqibrt\",\"tags\":{\"ooizqseyp\":\"etttwgdslqxihhr\",\"xapzhyrpet\":\"iut\"},\"id\":\"g\",\"name\":\"bjoxs\",\"type\":\"hvnh\"},{\"properties\":{\"panEtag\":\"brqnkkzjcjb\",\"panLocation\":\"gaehvvibrxjjst\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"tpkxztmoobklft\"],\"description\":\"gfcwqmpimaqxzhem\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"hujswtwkozzwcul\",\"provisioningState\":\"Failed\",\"securityServices\":{\"vulnerabilityProfile\":\"fajnjwltlwtjjguk\",\"antiSpywareProfile\":\"lhsnvkcdmx\",\"antiVirusProfile\":\"poaimlnwiaaomyl\",\"urlFilteringProfile\":\"azul\",\"fileBlockingProfile\":\"ethwwnpjhlfz\",\"dnsSubscription\":\"pchwa\",\"outboundUnTrustCertificate\":\"bousn\",\"outboundTrustCertificate\":\"pgfewetwlyx\"}},\"identity\":{\"tenantId\":\"xykxhdj\",\"principalId\":\"immbcx\",\"type\":\"None\",\"userAssignedIdentities\":{\"t\":{\"clientId\":\"orxvxcjzhqiz\",\"principalId\":\"pxtgqscjav\"},\"jcivmmg\":{\"clientId\":\"hdqazkmtgguwp\",\"principalId\":\"r\"},\"vyi\":{\"clientId\":\"cf\",\"principalId\":\"rxgkne\"}}},\"location\":\"qodfvp\",\"tags\":{\"zflbqvg\":\"oxgsgbpfgzdjtx\",\"sdtutnwlduyc\":\"qvlgafcqusrdvetn\",\"kuqgsjjxundxgket\":\"uzhyrmewipmvekdx\"},\"id\":\"zhhzjhfjmhvvmu\",\"name\":\"gpmuneqsxvmhfbuz\",\"type\":\"yihsasbhudypohyu\"},{\"properties\":{\"panEtag\":\"slynsqyrpfoo\",\"panLocation\":\"lttymsjn\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"fwqzdz\",\"tilaxh\",\"fhqlyvi\",\"ouwivkxoyzunbixx\"],\"description\":\"ikvcpwp\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"civtsoxfrkenxp\",\"provisioningState\":\"NotSpecified\",\"securityServices\":{\"vulnerabilityProfile\":\"rpmpdnqqskaw\",\"antiSpywareProfile\":\"qvmmbn\",\"antiVirusProfile\":\"fr\",\"urlFilteringProfile\":\"lkzmegnitgvkxl\",\"fileBlockingProfile\":\"qdrfegcealzxwhc\",\"dnsSubscription\":\"symoyq\",\"outboundUnTrustCertificate\":\"wigdi\",\"outboundTrustCertificate\":\"kbxgom\"}},\"identity\":{\"tenantId\":\"uwasqvd\",\"principalId\":\"y\",\"type\":\"SystemAssigned\",\"userAssignedIdentities\":{\"cddyvvjsk\":{\"clientId\":\"kjsqzhzbezkgi\",\"principalId\":\"idxas\"},\"kzyb\":{\"clientId\":\"mocwa\",\"principalId\":\"qgatjeaahhvjhhn\"},\"ednljl\":{\"clientId\":\"jid\",\"principalId\":\"syxkyxvxevblb\"}}},\"location\":\"euaulxu\",\"tags\":{\"ynenlsvxeizz\":\"jbnkpp\",\"ckt\":\"wklnsrmffeyc\"},\"id\":\"iymerteeammxqi\",\"name\":\"kk\",\"type\":\"zddrt\"},{\"properties\":{\"panEtag\":\"doj\",\"panLocation\":\"xv\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"de\",\"svecuijpxtxs\",\"wprtu\",\"wsawddjibabxvi\"],\"description\":\"tvtzeexavoxtfg\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"m\",\"provisioningState\":\"Accepted\",\"securityServices\":{\"vulnerabilityProfile\":\"ypq\",\"antiSpywareProfile\":\"sfj\",\"antiVirusProfile\":\"b\",\"urlFilteringProfile\":\"hhxud\",\"fileBlockingProfile\":\"vodhtn\",\"dnsSubscription\":\"rudhzmmesckdl\",\"outboundUnTrustCertificate\":\"gzrcxfailcfxwmdb\",\"outboundTrustCertificate\":\"dfgsftufqobrj\"}},\"identity\":{\"tenantId\":\"cgcckknhxkizvyt\",\"principalId\":\"zvulj\",\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"roylaxxu\":{\"clientId\":\"anokqgu\",\"principalId\":\"jqnv\"},\"ytdc\":{\"clientId\":\"disdosfjbjsvgj\",\"principalId\":\"hryvy\"},\"btmvpdvjdhttza\":{\"clientId\":\"gc\",\"principalId\":\"nfnw\"},\"kdghrjeuutlwx\":{\"clientId\":\"edxihchrphkmcrj\",\"principalId\":\"nsdfzpbgtgky\"}}},\"location\":\"w\",\"tags\":{\"ppipifhpfeoa\":\"kvbwnhhtqlgeh\",\"csheafidltugsr\":\"vgcxtx\",\"h\":\"smkss\",\"egprhptil\":\"iftxfkf\"},\"id\":\"ucb\",\"name\":\"qtgdqohmcwsl\",\"type\":\"riz\"}],\"nextLink\":\"pwbralllibphbqz\"}") .toObject(LocalRulestackResourceListResult.class); - Assertions.assertEquals("ihsasb", model.value().get(0).location()); - Assertions.assertEquals("ypoh", model.value().get(0).tags().get("uemsly")); - Assertions.assertEquals(ManagedIdentityType.NONE, model.value().get(0).identity().type()); - Assertions.assertEquals("djtxvzflbq", - model.value().get(0).identity().userAssignedIdentities().get("vetnwsdtutn").clientId()); - Assertions.assertEquals("aqvlgafcqusr", - model.value().get(0).identity().userAssignedIdentities().get("vetnwsdtutn").principalId()); - Assertions.assertEquals("z", model.value().get(0).panEtag()); - Assertions.assertEquals("cse", model.value().get(0).panLocation()); - Assertions.assertEquals(ScopeType.LOCAL, model.value().get(0).scope()); - Assertions.assertEquals("pjhlf", model.value().get(0).associatedSubscriptions().get(0)); - Assertions.assertEquals("ncxykxhdjhlimm", model.value().get(0).description()); - Assertions.assertEquals(DefaultMode.IPS, model.value().get(0).defaultMode()); - Assertions.assertEquals("h", model.value().get(0).minAppIdVersion()); - Assertions.assertEquals("xvxcjzhq", model.value().get(0).securityServices().vulnerabilityProfile()); - Assertions.assertEquals("xfpxtgqscja", model.value().get(0).securityServices().antiSpywareProfile()); - Assertions.assertEquals("t", model.value().get(0).securityServices().antiVirusProfile()); - Assertions.assertEquals("hdqazkmtgguwp", model.value().get(0).securityServices().urlFilteringProfile()); - Assertions.assertEquals("r", model.value().get(0).securityServices().fileBlockingProfile()); - Assertions.assertEquals("civmmg", model.value().get(0).securityServices().dnsSubscription()); - Assertions.assertEquals("cf", model.value().get(0).securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("rxgkne", model.value().get(0).securityServices().outboundTrustCertificate()); - Assertions.assertEquals("ulxunsmjbnkpp", model.nextLink()); + Assertions.assertEquals("lcqcuubgqibrt", model.value().get(0).location()); + Assertions.assertEquals("etttwgdslqxihhr", model.value().get(0).tags().get("ooizqseyp")); + Assertions.assertEquals(ManagedIdentityType.SYSTEM_ASSIGNED, model.value().get(0).identity().type()); + Assertions.assertEquals("e", + model.value().get(0).identity().userAssignedIdentities().get("uwifzmpjwyiv").clientId()); + Assertions.assertEquals("wcluqovekqvgq", + model.value().get(0).identity().userAssignedIdentities().get("uwifzmpjwyiv").principalId()); + Assertions.assertEquals("faxvxil", model.value().get(0).panEtag()); + Assertions.assertEquals("tg", model.value().get(0).panLocation()); + Assertions.assertEquals(ScopeType.GLOBAL, model.value().get(0).scope()); + Assertions.assertEquals("yqxtjjfzql", model.value().get(0).associatedSubscriptions().get(0)); + Assertions.assertEquals("nlrariaawiuagy", model.value().get(0).description()); + Assertions.assertEquals(DefaultMode.FIREWALL, model.value().get(0).defaultMode()); + Assertions.assertEquals("bylyrfgia", model.value().get(0).minAppIdVersion()); + Assertions.assertEquals("ocqwogfnzjvus", model.value().get(0).securityServices().vulnerabilityProfile()); + Assertions.assertEquals("ld", model.value().get(0).securityServices().antiSpywareProfile()); + Assertions.assertEquals("zuxylfsbtkadpyso", model.value().get(0).securityServices().antiVirusProfile()); + Assertions.assertEquals("btgkbugrjqctoj", model.value().get(0).securityServices().urlFilteringProfile()); + Assertions.assertEquals("isofieypefojyqd", model.value().get(0).securityServices().fileBlockingProfile()); + Assertions.assertEquals("u", model.value().get(0).securityServices().dnsSubscription()); + Assertions.assertEquals("cp", model.value().get(0).securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("wkhihihlhzdsqt", model.value().get(0).securityServices().outboundTrustCertificate()); + Assertions.assertEquals("pwbralllibphbqz", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceUpdatePropertiesTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceUpdatePropertiesTests.java index c313b9f938f1..c7c99236066a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceUpdatePropertiesTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceUpdatePropertiesTests.java @@ -16,57 +16,59 @@ public final class LocalRulestackResourceUpdatePropertiesTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { LocalRulestackResourceUpdateProperties model = BinaryData.fromString( - "{\"panEtag\":\"nhl\",\"panLocation\":\"rqnkkzjcjbtr\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"vibr\"],\"description\":\"jsto\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"tpkxztmoobklft\",\"securityServices\":{\"vulnerabilityProfile\":\"fc\",\"antiSpywareProfile\":\"mpimaqxzhemjyh\",\"antiVirusProfile\":\"uj\",\"urlFilteringProfile\":\"t\",\"fileBlockingProfile\":\"ozzwculkba\",\"dnsSubscription\":\"fajnjwltlwtjjguk\",\"outboundUnTrustCertificate\":\"lhsnvkcdmx\",\"outboundTrustCertificate\":\"poaimlnwiaaomyl\"}}") + "{\"panEtag\":\"nscliqhzvhxnk\",\"panLocation\":\"tkubotppn\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"hihfrbbcevqagtlt\",\"hlfkqojpy\",\"vgtrdcnifmzzs\",\"ymbrnysuxmpraf\"],\"description\":\"ckh\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"d\",\"securityServices\":{\"vulnerabilityProfile\":\"wafqroud\",\"antiSpywareProfile\":\"pavehhr\",\"antiVirusProfile\":\"bunzozudh\",\"urlFilteringProfile\":\"gkmoyxcdyuibhmfd\",\"fileBlockingProfile\":\"zydvfvf\",\"dnsSubscription\":\"naeo\",\"outboundUnTrustCertificate\":\"rvhmgor\",\"outboundTrustCertificate\":\"ukiscvwmzhw\"}}") .toObject(LocalRulestackResourceUpdateProperties.class); - Assertions.assertEquals("nhl", model.panEtag()); - Assertions.assertEquals("rqnkkzjcjbtr", model.panLocation()); + Assertions.assertEquals("nscliqhzvhxnk", model.panEtag()); + Assertions.assertEquals("tkubotppn", model.panLocation()); Assertions.assertEquals(ScopeType.LOCAL, model.scope()); - Assertions.assertEquals("vibr", model.associatedSubscriptions().get(0)); - Assertions.assertEquals("jsto", model.description()); - Assertions.assertEquals(DefaultMode.NONE, model.defaultMode()); - Assertions.assertEquals("tpkxztmoobklft", model.minAppIdVersion()); - Assertions.assertEquals("fc", model.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("mpimaqxzhemjyh", model.securityServices().antiSpywareProfile()); - Assertions.assertEquals("uj", model.securityServices().antiVirusProfile()); - Assertions.assertEquals("t", model.securityServices().urlFilteringProfile()); - Assertions.assertEquals("ozzwculkba", model.securityServices().fileBlockingProfile()); - Assertions.assertEquals("fajnjwltlwtjjguk", model.securityServices().dnsSubscription()); - Assertions.assertEquals("lhsnvkcdmx", model.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("poaimlnwiaaomyl", model.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("hihfrbbcevqagtlt", model.associatedSubscriptions().get(0)); + Assertions.assertEquals("ckh", model.description()); + Assertions.assertEquals(DefaultMode.IPS, model.defaultMode()); + Assertions.assertEquals("d", model.minAppIdVersion()); + Assertions.assertEquals("wafqroud", model.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("pavehhr", model.securityServices().antiSpywareProfile()); + Assertions.assertEquals("bunzozudh", model.securityServices().antiVirusProfile()); + Assertions.assertEquals("gkmoyxcdyuibhmfd", model.securityServices().urlFilteringProfile()); + Assertions.assertEquals("zydvfvf", model.securityServices().fileBlockingProfile()); + Assertions.assertEquals("naeo", model.securityServices().dnsSubscription()); + Assertions.assertEquals("rvhmgor", model.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("ukiscvwmzhw", model.securityServices().outboundTrustCertificate()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - LocalRulestackResourceUpdateProperties model = new LocalRulestackResourceUpdateProperties().withPanEtag("nhl") - .withPanLocation("rqnkkzjcjbtr") - .withScope(ScopeType.LOCAL) - .withAssociatedSubscriptions(Arrays.asList("vibr")) - .withDescription("jsto") - .withDefaultMode(DefaultMode.NONE) - .withMinAppIdVersion("tpkxztmoobklft") - .withSecurityServices(new SecurityServices().withVulnerabilityProfile("fc") - .withAntiSpywareProfile("mpimaqxzhemjyh") - .withAntiVirusProfile("uj") - .withUrlFilteringProfile("t") - .withFileBlockingProfile("ozzwculkba") - .withDnsSubscription("fajnjwltlwtjjguk") - .withOutboundUnTrustCertificate("lhsnvkcdmx") - .withOutboundTrustCertificate("poaimlnwiaaomyl")); + LocalRulestackResourceUpdateProperties model + = new LocalRulestackResourceUpdateProperties().withPanEtag("nscliqhzvhxnk") + .withPanLocation("tkubotppn") + .withScope(ScopeType.LOCAL) + .withAssociatedSubscriptions( + Arrays.asList("hihfrbbcevqagtlt", "hlfkqojpy", "vgtrdcnifmzzs", "ymbrnysuxmpraf")) + .withDescription("ckh") + .withDefaultMode(DefaultMode.IPS) + .withMinAppIdVersion("d") + .withSecurityServices(new SecurityServices().withVulnerabilityProfile("wafqroud") + .withAntiSpywareProfile("pavehhr") + .withAntiVirusProfile("bunzozudh") + .withUrlFilteringProfile("gkmoyxcdyuibhmfd") + .withFileBlockingProfile("zydvfvf") + .withDnsSubscription("naeo") + .withOutboundUnTrustCertificate("rvhmgor") + .withOutboundTrustCertificate("ukiscvwmzhw")); model = BinaryData.fromObject(model).toObject(LocalRulestackResourceUpdateProperties.class); - Assertions.assertEquals("nhl", model.panEtag()); - Assertions.assertEquals("rqnkkzjcjbtr", model.panLocation()); + Assertions.assertEquals("nscliqhzvhxnk", model.panEtag()); + Assertions.assertEquals("tkubotppn", model.panLocation()); Assertions.assertEquals(ScopeType.LOCAL, model.scope()); - Assertions.assertEquals("vibr", model.associatedSubscriptions().get(0)); - Assertions.assertEquals("jsto", model.description()); - Assertions.assertEquals(DefaultMode.NONE, model.defaultMode()); - Assertions.assertEquals("tpkxztmoobklft", model.minAppIdVersion()); - Assertions.assertEquals("fc", model.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("mpimaqxzhemjyh", model.securityServices().antiSpywareProfile()); - Assertions.assertEquals("uj", model.securityServices().antiVirusProfile()); - Assertions.assertEquals("t", model.securityServices().urlFilteringProfile()); - Assertions.assertEquals("ozzwculkba", model.securityServices().fileBlockingProfile()); - Assertions.assertEquals("fajnjwltlwtjjguk", model.securityServices().dnsSubscription()); - Assertions.assertEquals("lhsnvkcdmx", model.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("poaimlnwiaaomyl", model.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("hihfrbbcevqagtlt", model.associatedSubscriptions().get(0)); + Assertions.assertEquals("ckh", model.description()); + Assertions.assertEquals(DefaultMode.IPS, model.defaultMode()); + Assertions.assertEquals("d", model.minAppIdVersion()); + Assertions.assertEquals("wafqroud", model.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("pavehhr", model.securityServices().antiSpywareProfile()); + Assertions.assertEquals("bunzozudh", model.securityServices().antiVirusProfile()); + Assertions.assertEquals("gkmoyxcdyuibhmfd", model.securityServices().urlFilteringProfile()); + Assertions.assertEquals("zydvfvf", model.securityServices().fileBlockingProfile()); + Assertions.assertEquals("naeo", model.securityServices().dnsSubscription()); + Assertions.assertEquals("rvhmgor", model.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("ukiscvwmzhw", model.securityServices().outboundTrustCertificate()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceUpdateTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceUpdateTests.java index 352c7bf4b27c..0c33c034f6b9 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceUpdateTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestackResourceUpdateTests.java @@ -22,71 +22,76 @@ public final class LocalRulestackResourceUpdateTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { LocalRulestackResourceUpdate model = BinaryData.fromString( - "{\"identity\":{\"tenantId\":\"ylfsbtk\",\"principalId\":\"pysownbt\",\"type\":\"None\",\"userAssignedIdentities\":{\"cmisofie\":{\"clientId\":\"rj\",\"principalId\":\"to\"}}},\"tags\":{\"qdhcu\":\"foj\",\"khihihlhzds\":\"lcplc\",\"mvec\":\"tzbsrgnowcjhf\"},\"properties\":{\"panEtag\":\"xmwoteyowcluqo\",\"panLocation\":\"kqvgqouw\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"j\",\"yivqikfxcvhrfsp\"],\"description\":\"agr\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"teusqczkvyklxu\",\"securityServices\":{\"vulnerabilityProfile\":\"affmmfblcqc\",\"antiSpywareProfile\":\"bgq\",\"antiVirusProfile\":\"rtalmet\",\"urlFilteringProfile\":\"wgdsl\",\"fileBlockingProfile\":\"ihhrmo\",\"dnsSubscription\":\"z\",\"outboundUnTrustCertificate\":\"eypxiutcxapzhyr\",\"outboundTrustCertificate\":\"togebjoxsl\"}}}") + "{\"identity\":{\"tenantId\":\"uztcktyhjtqed\",\"principalId\":\"zulwmmrqzzrrj\",\"type\":\"SystemAssigned\",\"userAssignedIdentities\":{\"epr\":{\"clientId\":\"dzgkr\",\"principalId\":\"eevt\"},\"dmovzvfva\":{\"clientId\":\"t\",\"principalId\":\"ytp\"}}},\"tags\":{\"dflgzuri\":\"q\",\"vzm\":\"laecxndticok\"},\"properties\":{\"panEtag\":\"mldgxobfirc\",\"panLocation\":\"pkc\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"iykhy\",\"wf\",\"jlb\",\"xqvkjlmxhomdyn\"],\"description\":\"wdigumbnraauz\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"a\",\"securityServices\":{\"vulnerabilityProfile\":\"dz\",\"antiSpywareProfile\":\"zwwva\",\"antiVirusProfile\":\"yuvvfonkp\",\"urlFilteringProfile\":\"qyikvy\",\"fileBlockingProfile\":\"uyav\",\"dnsSubscription\":\"wmn\",\"outboundUnTrustCertificate\":\"ttijfybvpoekrs\",\"outboundTrustCertificate\":\"gbdhuzqgnjdg\"}}}") .toObject(LocalRulestackResourceUpdate.class); - Assertions.assertEquals(ManagedIdentityType.NONE, model.identity().type()); - Assertions.assertEquals("rj", model.identity().userAssignedIdentities().get("cmisofie").clientId()); - Assertions.assertEquals("to", model.identity().userAssignedIdentities().get("cmisofie").principalId()); - Assertions.assertEquals("foj", model.tags().get("qdhcu")); - Assertions.assertEquals("xmwoteyowcluqo", model.properties().panEtag()); - Assertions.assertEquals("kqvgqouw", model.properties().panLocation()); + Assertions.assertEquals(ManagedIdentityType.SYSTEM_ASSIGNED, model.identity().type()); + Assertions.assertEquals("dzgkr", model.identity().userAssignedIdentities().get("epr").clientId()); + Assertions.assertEquals("eevt", model.identity().userAssignedIdentities().get("epr").principalId()); + Assertions.assertEquals("q", model.tags().get("dflgzuri")); + Assertions.assertEquals("mldgxobfirc", model.properties().panEtag()); + Assertions.assertEquals("pkc", model.properties().panLocation()); Assertions.assertEquals(ScopeType.LOCAL, model.properties().scope()); - Assertions.assertEquals("j", model.properties().associatedSubscriptions().get(0)); - Assertions.assertEquals("agr", model.properties().description()); + Assertions.assertEquals("iykhy", model.properties().associatedSubscriptions().get(0)); + Assertions.assertEquals("wdigumbnraauz", model.properties().description()); Assertions.assertEquals(DefaultMode.NONE, model.properties().defaultMode()); - Assertions.assertEquals("teusqczkvyklxu", model.properties().minAppIdVersion()); - Assertions.assertEquals("affmmfblcqc", model.properties().securityServices().vulnerabilityProfile()); - Assertions.assertEquals("bgq", model.properties().securityServices().antiSpywareProfile()); - Assertions.assertEquals("rtalmet", model.properties().securityServices().antiVirusProfile()); - Assertions.assertEquals("wgdsl", model.properties().securityServices().urlFilteringProfile()); - Assertions.assertEquals("ihhrmo", model.properties().securityServices().fileBlockingProfile()); - Assertions.assertEquals("z", model.properties().securityServices().dnsSubscription()); - Assertions.assertEquals("eypxiutcxapzhyr", model.properties().securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("togebjoxsl", model.properties().securityServices().outboundTrustCertificate()); + Assertions.assertEquals("a", model.properties().minAppIdVersion()); + Assertions.assertEquals("dz", model.properties().securityServices().vulnerabilityProfile()); + Assertions.assertEquals("zwwva", model.properties().securityServices().antiSpywareProfile()); + Assertions.assertEquals("yuvvfonkp", model.properties().securityServices().antiVirusProfile()); + Assertions.assertEquals("qyikvy", model.properties().securityServices().urlFilteringProfile()); + Assertions.assertEquals("uyav", model.properties().securityServices().fileBlockingProfile()); + Assertions.assertEquals("wmn", model.properties().securityServices().dnsSubscription()); + Assertions.assertEquals("ttijfybvpoekrs", model.properties().securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("gbdhuzqgnjdg", model.properties().securityServices().outboundTrustCertificate()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - LocalRulestackResourceUpdate model = new LocalRulestackResourceUpdate() - .withIdentity(new AzureResourceManagerManagedIdentityProperties().withType(ManagedIdentityType.NONE) - .withUserAssignedIdentities(mapOf("cmisofie", - new AzureResourceManagerUserAssignedIdentity().withClientId("rj").withPrincipalId("to")))) - .withTags(mapOf("qdhcu", "foj", "khihihlhzds", "lcplc", "mvec", "tzbsrgnowcjhf")) - .withProperties(new LocalRulestackResourceUpdateProperties().withPanEtag("xmwoteyowcluqo") - .withPanLocation("kqvgqouw") - .withScope(ScopeType.LOCAL) - .withAssociatedSubscriptions(Arrays.asList("j", "yivqikfxcvhrfsp")) - .withDescription("agr") - .withDefaultMode(DefaultMode.NONE) - .withMinAppIdVersion("teusqczkvyklxu") - .withSecurityServices(new SecurityServices().withVulnerabilityProfile("affmmfblcqc") - .withAntiSpywareProfile("bgq") - .withAntiVirusProfile("rtalmet") - .withUrlFilteringProfile("wgdsl") - .withFileBlockingProfile("ihhrmo") - .withDnsSubscription("z") - .withOutboundUnTrustCertificate("eypxiutcxapzhyr") - .withOutboundTrustCertificate("togebjoxsl"))); + LocalRulestackResourceUpdate model + = new LocalRulestackResourceUpdate() + .withIdentity( + new AzureResourceManagerManagedIdentityProperties().withType(ManagedIdentityType.SYSTEM_ASSIGNED) + .withUserAssignedIdentities(mapOf("epr", + new AzureResourceManagerUserAssignedIdentity().withClientId("dzgkr") + .withPrincipalId("eevt"), + "dmovzvfva", + new AzureResourceManagerUserAssignedIdentity().withClientId("t").withPrincipalId("ytp")))) + .withTags(mapOf("dflgzuri", "q", "vzm", "laecxndticok")) + .withProperties(new LocalRulestackResourceUpdateProperties().withPanEtag("mldgxobfirc") + .withPanLocation("pkc") + .withScope(ScopeType.LOCAL) + .withAssociatedSubscriptions(Arrays.asList("iykhy", "wf", "jlb", "xqvkjlmxhomdyn")) + .withDescription("wdigumbnraauz") + .withDefaultMode(DefaultMode.NONE) + .withMinAppIdVersion("a") + .withSecurityServices(new SecurityServices().withVulnerabilityProfile("dz") + .withAntiSpywareProfile("zwwva") + .withAntiVirusProfile("yuvvfonkp") + .withUrlFilteringProfile("qyikvy") + .withFileBlockingProfile("uyav") + .withDnsSubscription("wmn") + .withOutboundUnTrustCertificate("ttijfybvpoekrs") + .withOutboundTrustCertificate("gbdhuzqgnjdg"))); model = BinaryData.fromObject(model).toObject(LocalRulestackResourceUpdate.class); - Assertions.assertEquals(ManagedIdentityType.NONE, model.identity().type()); - Assertions.assertEquals("rj", model.identity().userAssignedIdentities().get("cmisofie").clientId()); - Assertions.assertEquals("to", model.identity().userAssignedIdentities().get("cmisofie").principalId()); - Assertions.assertEquals("foj", model.tags().get("qdhcu")); - Assertions.assertEquals("xmwoteyowcluqo", model.properties().panEtag()); - Assertions.assertEquals("kqvgqouw", model.properties().panLocation()); + Assertions.assertEquals(ManagedIdentityType.SYSTEM_ASSIGNED, model.identity().type()); + Assertions.assertEquals("dzgkr", model.identity().userAssignedIdentities().get("epr").clientId()); + Assertions.assertEquals("eevt", model.identity().userAssignedIdentities().get("epr").principalId()); + Assertions.assertEquals("q", model.tags().get("dflgzuri")); + Assertions.assertEquals("mldgxobfirc", model.properties().panEtag()); + Assertions.assertEquals("pkc", model.properties().panLocation()); Assertions.assertEquals(ScopeType.LOCAL, model.properties().scope()); - Assertions.assertEquals("j", model.properties().associatedSubscriptions().get(0)); - Assertions.assertEquals("agr", model.properties().description()); + Assertions.assertEquals("iykhy", model.properties().associatedSubscriptions().get(0)); + Assertions.assertEquals("wdigumbnraauz", model.properties().description()); Assertions.assertEquals(DefaultMode.NONE, model.properties().defaultMode()); - Assertions.assertEquals("teusqczkvyklxu", model.properties().minAppIdVersion()); - Assertions.assertEquals("affmmfblcqc", model.properties().securityServices().vulnerabilityProfile()); - Assertions.assertEquals("bgq", model.properties().securityServices().antiSpywareProfile()); - Assertions.assertEquals("rtalmet", model.properties().securityServices().antiVirusProfile()); - Assertions.assertEquals("wgdsl", model.properties().securityServices().urlFilteringProfile()); - Assertions.assertEquals("ihhrmo", model.properties().securityServices().fileBlockingProfile()); - Assertions.assertEquals("z", model.properties().securityServices().dnsSubscription()); - Assertions.assertEquals("eypxiutcxapzhyr", model.properties().securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("togebjoxsl", model.properties().securityServices().outboundTrustCertificate()); + Assertions.assertEquals("a", model.properties().minAppIdVersion()); + Assertions.assertEquals("dz", model.properties().securityServices().vulnerabilityProfile()); + Assertions.assertEquals("zwwva", model.properties().securityServices().antiSpywareProfile()); + Assertions.assertEquals("yuvvfonkp", model.properties().securityServices().antiVirusProfile()); + Assertions.assertEquals("qyikvy", model.properties().securityServices().urlFilteringProfile()); + Assertions.assertEquals("uyav", model.properties().securityServices().fileBlockingProfile()); + Assertions.assertEquals("wmn", model.properties().securityServices().dnsSubscription()); + Assertions.assertEquals("ttijfybvpoekrs", model.properties().securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("gbdhuzqgnjdg", model.properties().securityServices().outboundTrustCertificate()); } // Use "Map.of" if available diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksCreateOrUpdateMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksCreateOrUpdateMockTests.java index 37aa4a792031..0a357f0583e7 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksCreateOrUpdateMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksCreateOrUpdateMockTests.java @@ -30,7 +30,7 @@ public final class LocalRulestacksCreateOrUpdateMockTests { @Test public void testCreateOrUpdate() throws Exception { String responseStr - = "{\"properties\":{\"panEtag\":\"lhdyzmyckzex\",\"panLocation\":\"akckywym\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"jkdtfoh\",\"aogzvkiw\",\"siwdyjqur\"],\"description\":\"crraueekcsu\",\"defaultMode\":\"FIREWALL\",\"minAppIdVersion\":\"ddacbcbgydlqidy\",\"provisioningState\":\"Succeeded\",\"securityServices\":{\"vulnerabilityProfile\":\"tyrilkfbnrqqxvz\",\"antiSpywareProfile\":\"bnfnqtxjtoma\",\"antiVirusProfile\":\"wbnfddepl\",\"urlFilteringProfile\":\"qjn\",\"fileBlockingProfile\":\"zygleexahvm\",\"dnsSubscription\":\"hsbrcary\",\"outboundUnTrustCertificate\":\"jjzyvoaqajuve\",\"outboundTrustCertificate\":\"ptdmkrrbhmpful\"}},\"identity\":{\"tenantId\":\"fgybpmfbf\",\"principalId\":\"unmpzkrvfyifkdsc\",\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"gm\":{\"clientId\":\"ictnkjjwgcw\",\"principalId\":\"hbkgfyrt\"},\"ygevgwmseharx\":{\"clientId\":\"j\",\"principalId\":\"scdfpdqw\"},\"tpakf\":{\"clientId\":\"vqnrxtmbpj\",\"principalId\":\"nvwjhrsidqpxl\"},\"wmfjhp\":{\"clientId\":\"gatwmykyu\",\"principalId\":\"ym\"}}},\"location\":\"vjqdvdwkq\",\"tags\":{\"gnteta\":\"rlefgnaavu\",\"duyeuyl\":\"utnpdctuhspfefyi\",\"ybkcgsuthhllnmwy\":\"phm\",\"i\":\"efxexlf\"},\"id\":\"txtjrrlkmds\",\"name\":\"jhhxdlajf\",\"type\":\"xcxscvslxlh\"}"; + = "{\"properties\":{\"panEtag\":\"olr\",\"panLocation\":\"ehqbeivdlhydwbdb\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"unytjlkesm\",\"pathubt\"],\"description\":\"deani\",\"defaultMode\":\"FIREWALL\",\"minAppIdVersion\":\"bvgwzsff\",\"provisioningState\":\"Succeeded\",\"securityServices\":{\"vulnerabilityProfile\":\"snkt\",\"antiSpywareProfile\":\"gravaqogfkbebauz\",\"antiVirusProfile\":\"btxxwpfhnjzud\",\"urlFilteringProfile\":\"pzkg\",\"fileBlockingProfile\":\"boy\",\"dnsSubscription\":\"czzqrhmngqbedyg\",\"outboundUnTrustCertificate\":\"rzwnyk\",\"outboundTrustCertificate\":\"djchlr\"}},\"identity\":{\"tenantId\":\"ctofldseacdhztxk\",\"principalId\":\"fg\",\"type\":\"SystemAssigned\",\"userAssignedIdentities\":{\"awthvmaxgnu\":{\"clientId\":\"yewhfjsrwq\",\"principalId\":\"etfgcwvrrmdqntyc\"}}},\"location\":\"a\",\"tags\":{\"cpqtwloesq\":\"hudfjecehok\",\"uwj\":\"ggvrbnyrukoilaci\",\"pjlh\":\"e\",\"whbgxvellvul\":\"yxpzruzythqk\"},\"id\":\"xdm\",\"name\":\"itmujdtvm\",\"type\":\"lyymffhmjpddny\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -40,53 +40,54 @@ public void testCreateOrUpdate() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); LocalRulestackResource response = manager.localRulestacks() - .define("parybjufpt") - .withRegion("fajs") - .withExistingResourceGroup("apezkiswqjmdghs") - .withTags(mapOf("zzkivyhjr", "kmq", "solronqqlm", "iizjixlqfhefkwa", "hvuqbo", "nlqxsjxtele", "cnn", - "oolzqocarkuzl")) + .define("lin") + .withRegion("lxpnovyoanf") + .withExistingResourceGroup("prnzc") + .withTags(mapOf("vtxigvjr", "wqagy", "ohpmwhqn", "tpgaeukya", "lpbnin", "csklhsidsjt", "cpuo", "gazlsvbz")) .withIdentity( new AzureResourceManagerManagedIdentityProperties().withType(ManagedIdentityType.SYSTEM_ASSIGNED) - .withUserAssignedIdentities(mapOf("cnulgmnhjevdy", - new AzureResourceManagerUserAssignedIdentity().withClientId("irfqjpnqnoow") - .withPrincipalId("edenrexkxbhxv")))) - .withPanEtag("czjnc") - .withPanLocation("iyqvldaswv") - .withScope(ScopeType.LOCAL) - .withAssociatedSubscriptions(Arrays.asList("qzlgcndhzxrrfcfs", "hkhg", "nxu")) - .withDescription("kpphefsbzx") - .withDefaultMode(DefaultMode.FIREWALL) - .withMinAppIdVersion("omeikjcl") - .withSecurityServices(new SecurityServices().withVulnerabilityProfile("mwpfs") - .withAntiSpywareProfile("t") - .withAntiVirusProfile("zyqbxyxoyfpuq") - .withUrlFilteringProfile("qezxlhdj") - .withFileBlockingProfile("dcadwvpsozjiihjr") - .withDnsSubscription("bmrzoepnx") - .withOutboundUnTrustCertificate("v") - .withOutboundTrustCertificate("jkgv")) + .withUserAssignedIdentities(mapOf("vidmytzl", + new AzureResourceManagerUserAssignedIdentity().withClientId("cleqioulndhzyo") + .withPrincipalId("jhtollh")))) + .withPanEtag("yqxzxaqzibmqim") + .withPanLocation("mqruqguhfupe") + .withScope(ScopeType.GLOBAL) + .withAssociatedSubscriptions(Arrays.asList("oqsbpkflanfkgxsy", "owuz", "wpuohdkcpr")) + .withDescription("kxrzt") + .withDefaultMode(DefaultMode.NONE) + .withMinAppIdVersion("lutixmq") + .withSecurityServices(new SecurityServices().withVulnerabilityProfile("zcbf") + .withAntiSpywareProfile("crunfhi") + .withAntiVirusProfile("nmfbc") + .withUrlFilteringProfile("qktkrumzuedkyzbf") + .withFileBlockingProfile("ovqkxiu") + .withDnsSubscription("ggvqrnhyhlwcjs") + .withOutboundUnTrustCertificate("gjhffbxr") + .withOutboundTrustCertificate("kijpeuqlsdxeqztv")) .create(); - Assertions.assertEquals("vjqdvdwkq", response.location()); - Assertions.assertEquals("rlefgnaavu", response.tags().get("gnteta")); - Assertions.assertEquals(ManagedIdentityType.SYSTEM_AND_USER_ASSIGNED, response.identity().type()); - Assertions.assertEquals("ictnkjjwgcw", response.identity().userAssignedIdentities().get("gm").clientId()); - Assertions.assertEquals("hbkgfyrt", response.identity().userAssignedIdentities().get("gm").principalId()); - Assertions.assertEquals("lhdyzmyckzex", response.panEtag()); - Assertions.assertEquals("akckywym", response.panLocation()); + Assertions.assertEquals("a", response.location()); + Assertions.assertEquals("hudfjecehok", response.tags().get("cpqtwloesq")); + Assertions.assertEquals(ManagedIdentityType.SYSTEM_ASSIGNED, response.identity().type()); + Assertions.assertEquals("yewhfjsrwq", + response.identity().userAssignedIdentities().get("awthvmaxgnu").clientId()); + Assertions.assertEquals("etfgcwvrrmdqntyc", + response.identity().userAssignedIdentities().get("awthvmaxgnu").principalId()); + Assertions.assertEquals("olr", response.panEtag()); + Assertions.assertEquals("ehqbeivdlhydwbdb", response.panLocation()); Assertions.assertEquals(ScopeType.GLOBAL, response.scope()); - Assertions.assertEquals("jkdtfoh", response.associatedSubscriptions().get(0)); - Assertions.assertEquals("crraueekcsu", response.description()); + Assertions.assertEquals("unytjlkesm", response.associatedSubscriptions().get(0)); + Assertions.assertEquals("deani", response.description()); Assertions.assertEquals(DefaultMode.FIREWALL, response.defaultMode()); - Assertions.assertEquals("ddacbcbgydlqidy", response.minAppIdVersion()); - Assertions.assertEquals("tyrilkfbnrqqxvz", response.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("bnfnqtxjtoma", response.securityServices().antiSpywareProfile()); - Assertions.assertEquals("wbnfddepl", response.securityServices().antiVirusProfile()); - Assertions.assertEquals("qjn", response.securityServices().urlFilteringProfile()); - Assertions.assertEquals("zygleexahvm", response.securityServices().fileBlockingProfile()); - Assertions.assertEquals("hsbrcary", response.securityServices().dnsSubscription()); - Assertions.assertEquals("jjzyvoaqajuve", response.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("ptdmkrrbhmpful", response.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("bvgwzsff", response.minAppIdVersion()); + Assertions.assertEquals("snkt", response.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("gravaqogfkbebauz", response.securityServices().antiSpywareProfile()); + Assertions.assertEquals("btxxwpfhnjzud", response.securityServices().antiVirusProfile()); + Assertions.assertEquals("pzkg", response.securityServices().urlFilteringProfile()); + Assertions.assertEquals("boy", response.securityServices().fileBlockingProfile()); + Assertions.assertEquals("czzqrhmngqbedyg", response.securityServices().dnsSubscription()); + Assertions.assertEquals("rzwnyk", response.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("djchlr", response.securityServices().outboundTrustCertificate()); } // Use "Map.of" if available diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksDeleteMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksDeleteMockTests.java index 4a374196ed41..9e7d32a11018 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksDeleteMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksDeleteMockTests.java @@ -27,7 +27,7 @@ public void testDelete() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - manager.localRulestacks().delete("tiotzb", "d", com.azure.core.util.Context.NONE); + manager.localRulestacks().delete("be", "gybpmfb", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetByResourceGroupWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetByResourceGroupWithResponseMockTests.java index 0dec68a0bd7c..b9144ac4a364 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetByResourceGroupWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetByResourceGroupWithResponseMockTests.java @@ -24,7 +24,7 @@ public final class LocalRulestacksGetByResourceGroupWithResponseMockTests { @Test public void testGetByResourceGroupWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"panEtag\":\"fanraybfu\",\"panLocation\":\"frojsydgr\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"gywezskiec\",\"f\"],\"description\":\"zmxieqvdsmaklix\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"y\",\"provisioningState\":\"Updating\",\"securityServices\":{\"vulnerabilityProfile\":\"bx\",\"antiSpywareProfile\":\"oij\",\"antiVirusProfile\":\"dtblxpk\",\"urlFilteringProfile\":\"j\",\"fileBlockingProfile\":\"odqhyk\",\"dnsSubscription\":\"cnre\",\"outboundUnTrustCertificate\":\"hllizhceumoq\",\"outboundTrustCertificate\":\"kadppyibngq\"}},\"identity\":{\"tenantId\":\"ywrxw\",\"principalId\":\"dtluvvadswzsn\",\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"mouvbl\":{\"clientId\":\"owuowh\",\"principalId\":\"lnwy\"},\"cvjdrqcrjidhft\":{\"clientId\":\"okzkltr\",\"principalId\":\"wtdvrfmvli\"},\"kfnjyixhafrat\":{\"clientId\":\"vhdxlwyo\",\"principalId\":\"fqz\"}}},\"location\":\"mbjrou\",\"tags\":{\"al\":\"n\"},\"id\":\"jrhuzgf\",\"name\":\"on\",\"type\":\"tpusllywp\"}"; + = "{\"properties\":{\"panEtag\":\"wwkpphefsb\",\"panLocation\":\"lbzxomeikjc\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"nmwpf\",\"uqtaazyqbxyxoyf\",\"uqqiqezxlhd\"],\"description\":\"qdcadwvps\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"ih\",\"provisioningState\":\"Failed\",\"securityServices\":{\"vulnerabilityProfile\":\"mrzoep\",\"antiSpywareProfile\":\"wdvwnjkgvfnmx\",\"antiVirusProfile\":\"rsqftib\",\"urlFilteringProfile\":\"ibuyvpirf\",\"fileBlockingProfile\":\"pnqn\",\"dnsSubscription\":\"w\",\"outboundUnTrustCertificate\":\"edenrexkxbhxv\",\"outboundTrustCertificate\":\"nul\"}},\"identity\":{\"tenantId\":\"hjevd\",\"principalId\":\"nfa\",\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"qfhefkwabsol\":{\"clientId\":\"kmq\",\"principalId\":\"zkivyhjrliizjix\"},\"xhvuqbozool\":{\"clientId\":\"nqqlmgnl\",\"principalId\":\"sjxtel\"},\"llhdyzm\":{\"clientId\":\"ocarkuzlbcnndt\",\"principalId\":\"xawqy\"},\"bjkdtfohf\":{\"clientId\":\"kzexnx\",\"principalId\":\"ckywymxga\"}}},\"location\":\"gzvkiwrsiwdyj\",\"tags\":{\"kcsueho\":\"ykcrraue\",\"mhmpty\":\"ddacbcbgydlqidy\",\"tpbnfnqtxjtoma\":\"ilkfbnrqqxv\",\"zygleexahvm\":\"swbnfddepldwqjns\"},\"id\":\"whsbrcary\",\"name\":\"sjjzyvoaqajuveh\",\"type\":\"ptdmkrrbhmpful\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -34,28 +34,29 @@ public void testGetByResourceGroupWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); LocalRulestackResource response = manager.localRulestacks() - .getByResourceGroupWithResponse("ijiitns", "xlzdesygrijwa", com.azure.core.util.Context.NONE) + .getByResourceGroupWithResponse("rr", "cfsrhkhgsn", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("mbjrou", response.location()); - Assertions.assertEquals("n", response.tags().get("al")); - Assertions.assertEquals(ManagedIdentityType.SYSTEM_AND_USER_ASSIGNED, response.identity().type()); - Assertions.assertEquals("owuowh", response.identity().userAssignedIdentities().get("mouvbl").clientId()); - Assertions.assertEquals("lnwy", response.identity().userAssignedIdentities().get("mouvbl").principalId()); - Assertions.assertEquals("fanraybfu", response.panEtag()); - Assertions.assertEquals("frojsydgr", response.panLocation()); - Assertions.assertEquals(ScopeType.GLOBAL, response.scope()); - Assertions.assertEquals("gywezskiec", response.associatedSubscriptions().get(0)); - Assertions.assertEquals("zmxieqvdsmaklix", response.description()); + Assertions.assertEquals("gzvkiwrsiwdyj", response.location()); + Assertions.assertEquals("ykcrraue", response.tags().get("kcsueho")); + Assertions.assertEquals(ManagedIdentityType.USER_ASSIGNED, response.identity().type()); + Assertions.assertEquals("kmq", response.identity().userAssignedIdentities().get("qfhefkwabsol").clientId()); + Assertions.assertEquals("zkivyhjrliizjix", + response.identity().userAssignedIdentities().get("qfhefkwabsol").principalId()); + Assertions.assertEquals("wwkpphefsb", response.panEtag()); + Assertions.assertEquals("lbzxomeikjc", response.panLocation()); + Assertions.assertEquals(ScopeType.LOCAL, response.scope()); + Assertions.assertEquals("nmwpf", response.associatedSubscriptions().get(0)); + Assertions.assertEquals("qdcadwvps", response.description()); Assertions.assertEquals(DefaultMode.IPS, response.defaultMode()); - Assertions.assertEquals("y", response.minAppIdVersion()); - Assertions.assertEquals("bx", response.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("oij", response.securityServices().antiSpywareProfile()); - Assertions.assertEquals("dtblxpk", response.securityServices().antiVirusProfile()); - Assertions.assertEquals("j", response.securityServices().urlFilteringProfile()); - Assertions.assertEquals("odqhyk", response.securityServices().fileBlockingProfile()); - Assertions.assertEquals("cnre", response.securityServices().dnsSubscription()); - Assertions.assertEquals("hllizhceumoq", response.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("kadppyibngq", response.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("ih", response.minAppIdVersion()); + Assertions.assertEquals("mrzoep", response.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("wdvwnjkgvfnmx", response.securityServices().antiSpywareProfile()); + Assertions.assertEquals("rsqftib", response.securityServices().antiVirusProfile()); + Assertions.assertEquals("ibuyvpirf", response.securityServices().urlFilteringProfile()); + Assertions.assertEquals("pnqn", response.securityServices().fileBlockingProfile()); + Assertions.assertEquals("w", response.securityServices().dnsSubscription()); + Assertions.assertEquals("edenrexkxbhxv", response.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("nul", response.securityServices().outboundTrustCertificate()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetChangeLogWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetChangeLogWithResponseMockTests.java index 41f1b7251b84..8222508b9ac6 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetChangeLogWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetChangeLogWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class LocalRulestacksGetChangeLogWithResponseMockTests { @Test public void testGetChangeLogWithResponse() throws Exception { String responseStr - = "{\"changes\":[\"lmf\",\"jdoq\"],\"lastCommitted\":\"2021-02-22T14:13:44Z\",\"lastModified\":\"2021-03-26T23:45:40Z\"}"; + = "{\"changes\":[\"xvcmufunlcp\",\"xvi\"],\"lastCommitted\":\"2021-01-12T19:33:42Z\",\"lastModified\":\"2021-05-14T15:23:24Z\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,11 +31,11 @@ public void testGetChangeLogWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); Changelog response = manager.localRulestacks() - .getChangeLogWithResponse("yngydgrpxncaki", "aondjrkclamgg", com.azure.core.util.Context.NONE) + .getChangeLogWithResponse("xkecifhocj", "wkloozr", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("lmf", response.changes().get(0)); - Assertions.assertEquals(OffsetDateTime.parse("2021-02-22T14:13:44Z"), response.lastCommitted()); - Assertions.assertEquals(OffsetDateTime.parse("2021-03-26T23:45:40Z"), response.lastModified()); + Assertions.assertEquals("xvcmufunlcp", response.changes().get(0)); + Assertions.assertEquals(OffsetDateTime.parse("2021-01-12T19:33:42Z"), response.lastCommitted()); + Assertions.assertEquals(OffsetDateTime.parse("2021-05-14T15:23:24Z"), response.lastModified()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetSupportInfoWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetSupportInfoWithResponseMockTests.java index 5e2ccdbefe80..3ef30f7db678 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetSupportInfoWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksGetSupportInfoWithResponseMockTests.java @@ -22,7 +22,7 @@ public final class LocalRulestacksGetSupportInfoWithResponseMockTests { @Test public void testGetSupportInfoWithResponse() throws Exception { String responseStr - = "{\"productSku\":\"ijjj\",\"productSerial\":\"va\",\"accountRegistered\":\"TRUE\",\"accountId\":\"zknxkv\",\"userDomainSupported\":\"TRUE\",\"userRegistered\":\"FALSE\",\"freeTrial\":\"TRUE\",\"freeTrialDaysLeft\":570636581,\"freeTrialCreditLeft\":335381854,\"helpURL\":\"gno\",\"supportURL\":\"k\",\"registerURL\":\"qo\"}"; + = "{\"productSku\":\"ahxm\",\"productSerial\":\"ryarvsxzqb\",\"accountRegistered\":\"TRUE\",\"accountId\":\"kayspthz\",\"userDomainSupported\":\"TRUE\",\"userRegistered\":\"TRUE\",\"freeTrial\":\"FALSE\",\"freeTrialDaysLeft\":838217479,\"freeTrialCreditLeft\":891755269,\"helpURL\":\"ioskkfmkmfdjxyxg\",\"supportURL\":\"kqvjcteoedlr\",\"registerURL\":\"skkzpxvjnzdpvo\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,20 +32,20 @@ public void testGetSupportInfoWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); SupportInfo response = manager.localRulestacks() - .getSupportInfoWithResponse("tygxhqfgq", "ayejsxtlgflwfgz", "iucijjcea", com.azure.core.util.Context.NONE) + .getSupportInfoWithResponse("gjgvr", "uvp", "gglpmcrdcuelj", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("ijjj", response.productSku()); - Assertions.assertEquals("va", response.productSerial()); + Assertions.assertEquals("ahxm", response.productSku()); + Assertions.assertEquals("ryarvsxzqb", response.productSerial()); Assertions.assertEquals(BooleanEnum.TRUE, response.accountRegistered()); - Assertions.assertEquals("zknxkv", response.accountId()); + Assertions.assertEquals("kayspthz", response.accountId()); Assertions.assertEquals(BooleanEnum.TRUE, response.userDomainSupported()); - Assertions.assertEquals(BooleanEnum.FALSE, response.userRegistered()); - Assertions.assertEquals(BooleanEnum.TRUE, response.freeTrial()); - Assertions.assertEquals(570636581, response.freeTrialDaysLeft()); - Assertions.assertEquals(335381854, response.freeTrialCreditLeft()); - Assertions.assertEquals("gno", response.helpUrl()); - Assertions.assertEquals("k", response.supportUrl()); - Assertions.assertEquals("qo", response.registerUrl()); + Assertions.assertEquals(BooleanEnum.TRUE, response.userRegistered()); + Assertions.assertEquals(BooleanEnum.FALSE, response.freeTrial()); + Assertions.assertEquals(838217479, response.freeTrialDaysLeft()); + Assertions.assertEquals(891755269, response.freeTrialCreditLeft()); + Assertions.assertEquals("ioskkfmkmfdjxyxg", response.helpUrl()); + Assertions.assertEquals("kqvjcteoedlr", response.supportUrl()); + Assertions.assertEquals("skkzpxvjnzdpvo", response.registerUrl()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAdvancedSecurityObjectsWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAdvancedSecurityObjectsWithResponseMockTests.java index 67b3d47f6002..59ea5228038a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAdvancedSecurityObjectsWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAdvancedSecurityObjectsWithResponseMockTests.java @@ -22,7 +22,7 @@ public final class LocalRulestacksListAdvancedSecurityObjectsWithResponseMockTes @Test public void testListAdvancedSecurityObjectsWithResponse() throws Exception { String responseStr - = "{\"value\":{\"type\":\"wypusuvjsl\",\"entry\":[{\"name\":\"wci\",\"description\":\"jsllfryvd\"}]},\"nextLink\":\"x\"}"; + = "{\"value\":{\"type\":\"knrzdajlskzpt\",\"entry\":[{\"name\":\"ulweucyrth\",\"description\":\"lehmcgcjeinueho\"},{\"name\":\"am\",\"description\":\"ejvqnt\"},{\"name\":\"mbqdabzfivfo\",\"description\":\"ysthhza\"},{\"name\":\"jfwyyrlhgenuze\",\"description\":\"vkvebaqsz\"}]},\"nextLink\":\"rzl\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,13 +32,13 @@ public void testListAdvancedSecurityObjectsWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); AdvSecurityObjectListResponse response = manager.localRulestacks() - .listAdvancedSecurityObjectsWithResponse("jwpindedvabbxbh", "edeilb", AdvSecurityObjectTypeEnum.URL_CUSTOM, - "wfcfxzirzz", 1264754105, com.azure.core.util.Context.NONE) + .listAdvancedSecurityObjectsWithResponse("ojhpcnabxzfsn", "gyte", AdvSecurityObjectTypeEnum.URL_CUSTOM, + "zilmhivzkww", 944626509, com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("wypusuvjsl", response.value().type()); - Assertions.assertEquals("wci", response.value().entry().get(0).name()); - Assertions.assertEquals("jsllfryvd", response.value().entry().get(0).description()); - Assertions.assertEquals("x", response.nextLink()); + Assertions.assertEquals("knrzdajlskzpt", response.value().type()); + Assertions.assertEquals("ulweucyrth", response.value().entry().get(0).name()); + Assertions.assertEquals("lehmcgcjeinueho", response.value().entry().get(0).description()); + Assertions.assertEquals("rzl", response.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAppIdsMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAppIdsMockTests.java index f8d790d51d78..fc09c36a795b 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAppIdsMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListAppIdsMockTests.java @@ -20,7 +20,7 @@ public final class LocalRulestacksListAppIdsMockTests { @Test public void testListAppIds() throws Exception { - String responseStr = "{\"value\":[\"qg\"]}"; + String responseStr = "{\"value\":[\"glwkzpgajsqj\"]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -30,9 +30,9 @@ public void testListAppIds() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PagedIterable response = manager.localRulestacks() - .listAppIds("dqacfrgnawbabgf", "ktyjmf", "zlfsyqkfrbzgowo", "qmje", "jcx", 2009268691, + .listAppIds("mmdqgmihzpimc", "rh", "xtminklogxsvtzar", "zvqnsqktcmbjwzzo", "lpky", 1357655862, com.azure.core.util.Context.NONE); - Assertions.assertEquals("qg", response.iterator().next()); + Assertions.assertEquals("glwkzpgajsqj", response.iterator().next()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListByResourceGroupMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListByResourceGroupMockTests.java index 7704b740f549..dfb6ea38c4e2 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListByResourceGroupMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListByResourceGroupMockTests.java @@ -25,7 +25,7 @@ public final class LocalRulestacksListByResourceGroupMockTests { @Test public void testListByResourceGroup() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"panEtag\":\"iuas\",\"panLocation\":\"rowsocnequy\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"qgrm\",\"qjkqevadrmmwi\",\"awvcmjzkxiid\",\"scz\"],\"description\":\"oswoqiqazugamx\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"coiisbamnppcce\",\"provisioningState\":\"Succeeded\",\"securityServices\":{\"vulnerabilityProfile\":\"sbezaxyfukzxuizh\",\"antiSpywareProfile\":\"nepk\",\"antiVirusProfile\":\"tiarxqiubxduk\",\"urlFilteringProfile\":\"pxdazv\",\"fileBlockingProfile\":\"ctmmkoszudbl\",\"dnsSubscription\":\"ntrpcaqkiof\",\"outboundUnTrustCertificate\":\"tfmhklbnldpvcb\",\"outboundTrustCertificate\":\"ezyquw\"}},\"identity\":{\"tenantId\":\"xut\",\"principalId\":\"brruyuuatv\",\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"ahprzrvxhmtfhocn\":{\"clientId\":\"colbmxlb\",\"principalId\":\"tpc\"},\"jevhdlmydidw\":{\"clientId\":\"cmj\",\"principalId\":\"gxnoqrxtdis\"}}},\"location\":\"pfwwt\",\"tags\":{\"sxxh\":\"o\",\"kxhnegknj\":\"wcdbckyoik\",\"bpgsnbagnc\":\"rbhtmeplvukaobr\"},\"id\":\"jhgem\",\"name\":\"owa\",\"type\":\"ywalhjymxcg\"}]}"; + = "{\"value\":[{\"properties\":{\"panEtag\":\"krvfyifkdschl\",\"panLocation\":\"fict\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"gcwn\",\"hbkgfyrt\"],\"description\":\"mhmjpjs\",\"defaultMode\":\"FIREWALL\",\"minAppIdVersion\":\"dqwty\",\"provisioningState\":\"Accepted\",\"securityServices\":{\"vulnerabilityProfile\":\"mseharx\",\"antiSpywareProfile\":\"vqnrxtmbpj\",\"antiVirusProfile\":\"nvwjhrsidqpxl\",\"urlFilteringProfile\":\"pakftngatwm\",\"fileBlockingProfile\":\"yutrymd\",\"dnsSubscription\":\"fj\",\"outboundUnTrustCertificate\":\"y\",\"outboundTrustCertificate\":\"jqdvdwkqpldrlefg\"}},\"identity\":{\"tenantId\":\"vuagntetaout\",\"principalId\":\"dc\",\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"h\":{\"clientId\":\"fefyihduyeuyld\",\"principalId\":\"mtybkcgsu\"},\"jrr\":{\"clientId\":\"lnm\",\"principalId\":\"nefxexlfciatx\"},\"jmkxettcslojf\":{\"clientId\":\"mdskjhhxdlajfoxc\",\"principalId\":\"cvslxlhuavkrmukm\"},\"xc\":{\"clientId\":\"id\",\"principalId\":\"toqxjh\"}}},\"location\":\"htkbtnq\",\"tags\":{\"qkzn\":\"gldmbiipsnaww\",\"xricctkwmuqq\":\"hhl\",\"rwvaexhdc\":\"ajxeiygle\"},\"id\":\"rceqnkbrupob\",\"name\":\"hdmljz\",\"type\":\"cvumepjpbi\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -35,31 +35,31 @@ public void testListByResourceGroup() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PagedIterable response - = manager.localRulestacks().listByResourceGroup("ollgry", com.azure.core.util.Context.NONE); + = manager.localRulestacks().listByResourceGroup("ununm", com.azure.core.util.Context.NONE); - Assertions.assertEquals("pfwwt", response.iterator().next().location()); - Assertions.assertEquals("o", response.iterator().next().tags().get("sxxh")); - Assertions.assertEquals(ManagedIdentityType.USER_ASSIGNED, response.iterator().next().identity().type()); - Assertions.assertEquals("colbmxlb", - response.iterator().next().identity().userAssignedIdentities().get("ahprzrvxhmtfhocn").clientId()); - Assertions.assertEquals("tpc", - response.iterator().next().identity().userAssignedIdentities().get("ahprzrvxhmtfhocn").principalId()); - Assertions.assertEquals("iuas", response.iterator().next().panEtag()); - Assertions.assertEquals("rowsocnequy", response.iterator().next().panLocation()); + Assertions.assertEquals("htkbtnq", response.iterator().next().location()); + Assertions.assertEquals("gldmbiipsnaww", response.iterator().next().tags().get("qkzn")); + Assertions.assertEquals(ManagedIdentityType.SYSTEM_AND_USER_ASSIGNED, + response.iterator().next().identity().type()); + Assertions.assertEquals("fefyihduyeuyld", + response.iterator().next().identity().userAssignedIdentities().get("h").clientId()); + Assertions.assertEquals("mtybkcgsu", + response.iterator().next().identity().userAssignedIdentities().get("h").principalId()); + Assertions.assertEquals("krvfyifkdschl", response.iterator().next().panEtag()); + Assertions.assertEquals("fict", response.iterator().next().panLocation()); Assertions.assertEquals(ScopeType.LOCAL, response.iterator().next().scope()); - Assertions.assertEquals("qgrm", response.iterator().next().associatedSubscriptions().get(0)); - Assertions.assertEquals("oswoqiqazugamx", response.iterator().next().description()); - Assertions.assertEquals(DefaultMode.NONE, response.iterator().next().defaultMode()); - Assertions.assertEquals("coiisbamnppcce", response.iterator().next().minAppIdVersion()); - Assertions.assertEquals("sbezaxyfukzxuizh", - response.iterator().next().securityServices().vulnerabilityProfile()); - Assertions.assertEquals("nepk", response.iterator().next().securityServices().antiSpywareProfile()); - Assertions.assertEquals("tiarxqiubxduk", response.iterator().next().securityServices().antiVirusProfile()); - Assertions.assertEquals("pxdazv", response.iterator().next().securityServices().urlFilteringProfile()); - Assertions.assertEquals("ctmmkoszudbl", response.iterator().next().securityServices().fileBlockingProfile()); - Assertions.assertEquals("ntrpcaqkiof", response.iterator().next().securityServices().dnsSubscription()); - Assertions.assertEquals("tfmhklbnldpvcb", - response.iterator().next().securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("ezyquw", response.iterator().next().securityServices().outboundTrustCertificate()); + Assertions.assertEquals("gcwn", response.iterator().next().associatedSubscriptions().get(0)); + Assertions.assertEquals("mhmjpjs", response.iterator().next().description()); + Assertions.assertEquals(DefaultMode.FIREWALL, response.iterator().next().defaultMode()); + Assertions.assertEquals("dqwty", response.iterator().next().minAppIdVersion()); + Assertions.assertEquals("mseharx", response.iterator().next().securityServices().vulnerabilityProfile()); + Assertions.assertEquals("vqnrxtmbpj", response.iterator().next().securityServices().antiSpywareProfile()); + Assertions.assertEquals("nvwjhrsidqpxl", response.iterator().next().securityServices().antiVirusProfile()); + Assertions.assertEquals("pakftngatwm", response.iterator().next().securityServices().urlFilteringProfile()); + Assertions.assertEquals("yutrymd", response.iterator().next().securityServices().fileBlockingProfile()); + Assertions.assertEquals("fj", response.iterator().next().securityServices().dnsSubscription()); + Assertions.assertEquals("y", response.iterator().next().securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("jqdvdwkqpldrlefg", + response.iterator().next().securityServices().outboundTrustCertificate()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListFirewallsWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListFirewallsWithResponseMockTests.java index a18be02d3491..9af991c99ec8 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListFirewallsWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListFirewallsWithResponseMockTests.java @@ -20,7 +20,8 @@ public final class LocalRulestacksListFirewallsWithResponseMockTests { @Test public void testListFirewallsWithResponse() throws Exception { - String responseStr = "{\"value\":[\"eebgvopemtuoqu\"],\"nextLink\":\"yegq\"}"; + String responseStr + = "{\"value\":[\"atolekscbc\",\"nanqimwbzxpdcldp\",\"awnsnlaimou\",\"w\"],\"nextLink\":\"qmudmfcoibic\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -30,10 +31,10 @@ public void testListFirewallsWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); ListFirewallsResponse response = manager.localRulestacks() - .listFirewallsWithResponse("yjfqipubyznc", "k", com.azure.core.util.Context.NONE) + .listFirewallsWithResponse("waokbavlytta", "knwfrkebsmhpdujd", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("eebgvopemtuoqu", response.value().get(0)); - Assertions.assertEquals("yegq", response.nextLink()); + Assertions.assertEquals("atolekscbc", response.value().get(0)); + Assertions.assertEquals("qmudmfcoibic", response.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListMockTests.java index d06e8cded10f..944a0c518d3c 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListMockTests.java @@ -25,7 +25,7 @@ public final class LocalRulestacksListMockTests { @Test public void testList() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"panEtag\":\"agdrcls\",\"panLocation\":\"ljomevt\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"bvgjcodkkgj\",\"iytssikizbc\"],\"description\":\"q\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"nrgmqsorhce\",\"provisioningState\":\"Updating\",\"securityServices\":{\"vulnerabilityProfile\":\"ykmxcpwzvm\",\"antiSpywareProfile\":\"ksqd\",\"antiVirusProfile\":\"wlwxlboncqbazqic\",\"urlFilteringProfile\":\"hygtv\",\"fileBlockingProfile\":\"yjanepubdp\",\"dnsSubscription\":\"yqvgxia\",\"outboundUnTrustCertificate\":\"etvohkxdxuwsaifm\",\"outboundTrustCertificate\":\"nosbz\"}},\"identity\":{\"tenantId\":\"gcv\",\"principalId\":\"cknjolgj\",\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"vxoqe\":{\"clientId\":\"els\",\"principalId\":\"rqz\"},\"yqbhd\":{\"clientId\":\"txwaljglzo\",\"principalId\":\"qwaafrqulhm\"},\"bnrzorpdltbqctq\":{\"clientId\":\"fjrqpjiyr\",\"principalId\":\"crgaxwmzwdf\"}}},\"location\":\"gxx\",\"tags\":{\"yig\":\"tgzdgv\",\"ngucaifpaurww\":\"aqqilzdcduwjoed\",\"wxdcvjwcyz\":\"ilfjqqacdmk\"},\"id\":\"akeciqchx\",\"name\":\"tuicds\",\"type\":\"wdfmmpzhzzwvywr\"}]}"; + = "{\"value\":[{\"properties\":{\"panEtag\":\"zpphepif\",\"panLocation\":\"leqirccjclykcgxv\",\"scope\":\"LOCAL\",\"associatedSubscriptions\":[\"czuod\",\"cpunettepdjx\",\"eskoy\"],\"description\":\"iylpck\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"edveskwxegqp\",\"provisioningState\":\"Canceled\",\"securityServices\":{\"vulnerabilityProfile\":\"zhctm\",\"antiSpywareProfile\":\"sghpbcbcpzarpze\",\"antiVirusProfile\":\"cdl\",\"urlFilteringProfile\":\"zmpypefcpczshnu\",\"fileBlockingProfile\":\"daizupf\",\"dnsSubscription\":\"uytuszxhmtvtv\",\"outboundUnTrustCertificate\":\"w\",\"outboundTrustCertificate\":\"ukvzwydwttha\"}},\"identity\":{\"tenantId\":\"ksk\",\"principalId\":\"vb\",\"type\":\"SystemAssigned\",\"userAssignedIdentities\":{\"dexyionofninbdb\":{\"clientId\":\"qfukpeexpgeumi\",\"principalId\":\"wuit\"}}},\"location\":\"xcwqqrsmpc\",\"tags\":{\"vm\":\"rtugavbzbcyks\",\"tbfcm\":\"ogd\"},\"id\":\"rftsjcwjjxs\",\"name\":\"mb\",\"type\":\"wvif\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -37,29 +37,28 @@ public void testList() throws Exception { PagedIterable response = manager.localRulestacks().list(com.azure.core.util.Context.NONE); - Assertions.assertEquals("gxx", response.iterator().next().location()); - Assertions.assertEquals("tgzdgv", response.iterator().next().tags().get("yig")); - Assertions.assertEquals(ManagedIdentityType.SYSTEM_AND_USER_ASSIGNED, - response.iterator().next().identity().type()); - Assertions.assertEquals("els", - response.iterator().next().identity().userAssignedIdentities().get("vxoqe").clientId()); - Assertions.assertEquals("rqz", - response.iterator().next().identity().userAssignedIdentities().get("vxoqe").principalId()); - Assertions.assertEquals("agdrcls", response.iterator().next().panEtag()); - Assertions.assertEquals("ljomevt", response.iterator().next().panLocation()); + Assertions.assertEquals("xcwqqrsmpc", response.iterator().next().location()); + Assertions.assertEquals("rtugavbzbcyks", response.iterator().next().tags().get("vm")); + Assertions.assertEquals(ManagedIdentityType.SYSTEM_ASSIGNED, response.iterator().next().identity().type()); + Assertions.assertEquals("qfukpeexpgeumi", + response.iterator().next().identity().userAssignedIdentities().get("dexyionofninbdb").clientId()); + Assertions.assertEquals("wuit", + response.iterator().next().identity().userAssignedIdentities().get("dexyionofninbdb").principalId()); + Assertions.assertEquals("zpphepif", response.iterator().next().panEtag()); + Assertions.assertEquals("leqirccjclykcgxv", response.iterator().next().panLocation()); Assertions.assertEquals(ScopeType.LOCAL, response.iterator().next().scope()); - Assertions.assertEquals("bvgjcodkkgj", response.iterator().next().associatedSubscriptions().get(0)); - Assertions.assertEquals("q", response.iterator().next().description()); - Assertions.assertEquals(DefaultMode.IPS, response.iterator().next().defaultMode()); - Assertions.assertEquals("nrgmqsorhce", response.iterator().next().minAppIdVersion()); - Assertions.assertEquals("ykmxcpwzvm", response.iterator().next().securityServices().vulnerabilityProfile()); - Assertions.assertEquals("ksqd", response.iterator().next().securityServices().antiSpywareProfile()); - Assertions.assertEquals("wlwxlboncqbazqic", response.iterator().next().securityServices().antiVirusProfile()); - Assertions.assertEquals("hygtv", response.iterator().next().securityServices().urlFilteringProfile()); - Assertions.assertEquals("yjanepubdp", response.iterator().next().securityServices().fileBlockingProfile()); - Assertions.assertEquals("yqvgxia", response.iterator().next().securityServices().dnsSubscription()); - Assertions.assertEquals("etvohkxdxuwsaifm", - response.iterator().next().securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("nosbz", response.iterator().next().securityServices().outboundTrustCertificate()); + Assertions.assertEquals("czuod", response.iterator().next().associatedSubscriptions().get(0)); + Assertions.assertEquals("iylpck", response.iterator().next().description()); + Assertions.assertEquals(DefaultMode.NONE, response.iterator().next().defaultMode()); + Assertions.assertEquals("edveskwxegqp", response.iterator().next().minAppIdVersion()); + Assertions.assertEquals("zhctm", response.iterator().next().securityServices().vulnerabilityProfile()); + Assertions.assertEquals("sghpbcbcpzarpze", response.iterator().next().securityServices().antiSpywareProfile()); + Assertions.assertEquals("cdl", response.iterator().next().securityServices().antiVirusProfile()); + Assertions.assertEquals("zmpypefcpczshnu", response.iterator().next().securityServices().urlFilteringProfile()); + Assertions.assertEquals("daizupf", response.iterator().next().securityServices().fileBlockingProfile()); + Assertions.assertEquals("uytuszxhmtvtv", response.iterator().next().securityServices().dnsSubscription()); + Assertions.assertEquals("w", response.iterator().next().securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("ukvzwydwttha", + response.iterator().next().securityServices().outboundTrustCertificate()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListPredefinedUrlCategoriesMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListPredefinedUrlCategoriesMockTests.java index 1b7d5ba85e7c..400a3d4aabc8 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListPredefinedUrlCategoriesMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListPredefinedUrlCategoriesMockTests.java @@ -21,7 +21,7 @@ public final class LocalRulestacksListPredefinedUrlCategoriesMockTests { @Test public void testListPredefinedUrlCategories() throws Exception { - String responseStr = "{\"value\":[{\"action\":\"aevwjcnkot\",\"name\":\"lwuhvajmailfe\"}]}"; + String responseStr = "{\"value\":[{\"action\":\"uyzwvbhlimbyqecr\",\"name\":\"odlikcdrdaasax\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,10 +31,10 @@ public void testListPredefinedUrlCategories() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PagedIterable response = manager.localRulestacks() - .listPredefinedUrlCategories("vn", "gflqqbtnyjp", "lxdbfvabmvms", 1081151366, + .listPredefinedUrlCategories("iuswswj", "kbqsjhbtqqvyfscy", "fwbivqvo", 588858153, com.azure.core.util.Context.NONE); - Assertions.assertEquals("aevwjcnkot", response.iterator().next().action()); - Assertions.assertEquals("lwuhvajmailfe", response.iterator().next().name()); + Assertions.assertEquals("uyzwvbhlimbyqecr", response.iterator().next().action()); + Assertions.assertEquals("odlikcdrdaasax", response.iterator().next().name()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListSecurityServicesWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListSecurityServicesWithResponseMockTests.java index a19cac075804..db25a8a8e8c9 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListSecurityServicesWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksListSecurityServicesWithResponseMockTests.java @@ -22,7 +22,7 @@ public final class LocalRulestacksListSecurityServicesWithResponseMockTests { @Test public void testListSecurityServicesWithResponse() throws Exception { String responseStr - = "{\"value\":{\"type\":\"eof\",\"entry\":[{\"name\":\"fnnxrkad\",\"description\":\"ynnfmuiii\"},{\"name\":\"ipfohykfkx\",\"description\":\"cbrwjiutgnjizbe\"}]},\"nextLink\":\"oiymrvzbjuyrsrzi\"}"; + = "{\"value\":{\"type\":\"k\",\"entry\":[{\"name\":\"wsxvjab\",\"description\":\"qa\"},{\"name\":\"uyvymcnu\",\"description\":\"doabhj\"},{\"name\":\"wxqweuipmpvksmi\",\"description\":\"sqxtltclkrdpq\"},{\"name\":\"fhyrfrakk\",\"description\":\"grcwfcmfcnrjajq\"}]},\"nextLink\":\"txjtielnzqgx\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,13 +32,13 @@ public void testListSecurityServicesWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); SecurityServicesResponse response = manager.localRulestacks() - .listSecurityServicesWithResponse("jjzakzwjiqullqx", "dmvr", SecurityServicesTypeEnum.FILE_BLOCKING, - "mqerndb", 1077842907, com.azure.core.util.Context.NONE) + .listSecurityServicesWithResponse("obsmf", "wiyjvzuko", SecurityServicesTypeEnum.FILE_BLOCKING, "nawnvz", + 697853544, com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("eof", response.value().type()); - Assertions.assertEquals("fnnxrkad", response.value().entry().get(0).name()); - Assertions.assertEquals("ynnfmuiii", response.value().entry().get(0).description()); - Assertions.assertEquals("oiymrvzbjuyrsrzi", response.nextLink()); + Assertions.assertEquals("k", response.value().type()); + Assertions.assertEquals("wsxvjab", response.value().entry().get(0).name()); + Assertions.assertEquals("qa", response.value().entry().get(0).description()); + Assertions.assertEquals("txjtielnzqgx", response.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksRevertWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksRevertWithResponseMockTests.java index e515aa469872..a631509ad637 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksRevertWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LocalRulestacksRevertWithResponseMockTests.java @@ -27,7 +27,7 @@ public void testRevertWithResponse() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - manager.localRulestacks().revertWithResponse("c", "ixgbdsuifrevk", com.azure.core.util.Context.NONE); + manager.localRulestacks().revertWithResponse("gfb", "mtlpqagyno", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogDestinationV2Tests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogDestinationV2Tests.java new file mode 100644 index 000000000000..5af70107ab18 --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogDestinationV2Tests.java @@ -0,0 +1,62 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.core.util.BinaryData; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.LogDestinationV2; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.MonitorLogV2; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.StorageAccount; +import org.junit.jupiter.api.Assertions; + +public final class LogDestinationV2Tests { + @org.junit.jupiter.api.Test + public void testDeserialize() throws Exception { + LogDestinationV2 model = BinaryData.fromString( + "{\"storageConfigurations\":{\"id\":\"pbkwtmu\",\"subscriptionId\":\"uqktap\",\"accountName\":\"wgcu\"},\"eventHubConfigurations\":{\"id\":\"umkdosvqwhbmd\",\"subscriptionId\":\"bjf\",\"name\":\"gmbmbexppbh\",\"nameSpace\":\"qrolfpf\",\"policyName\":\"algbquxigjyjg\"},\"monitorConfigurationsV2\":{\"dcrId\":\"aoyfhrtxilnerkuj\",\"logIngestionEndpoint\":\"s\",\"dcrImmutableId\":\"l\",\"streamName\":\"juvf\"}}") + .toObject(LogDestinationV2.class); + Assertions.assertEquals("pbkwtmu", model.storageConfigurations().id()); + Assertions.assertEquals("uqktap", model.storageConfigurations().subscriptionId()); + Assertions.assertEquals("wgcu", model.storageConfigurations().accountName()); + Assertions.assertEquals("umkdosvqwhbmd", model.eventHubConfigurations().id()); + Assertions.assertEquals("bjf", model.eventHubConfigurations().subscriptionId()); + Assertions.assertEquals("gmbmbexppbh", model.eventHubConfigurations().name()); + Assertions.assertEquals("qrolfpf", model.eventHubConfigurations().nameSpace()); + Assertions.assertEquals("algbquxigjyjg", model.eventHubConfigurations().policyName()); + Assertions.assertEquals("aoyfhrtxilnerkuj", model.monitorConfigurationsV2().dcrId()); + Assertions.assertEquals("s", model.monitorConfigurationsV2().logIngestionEndpoint()); + Assertions.assertEquals("l", model.monitorConfigurationsV2().dcrImmutableId()); + Assertions.assertEquals("juvf", model.monitorConfigurationsV2().streamName()); + } + + @org.junit.jupiter.api.Test + public void testSerialize() throws Exception { + LogDestinationV2 model = new LogDestinationV2() + .withStorageConfigurations( + new StorageAccount().withId("pbkwtmu").withSubscriptionId("uqktap").withAccountName("wgcu")) + .withEventHubConfigurations(new EventHub().withId("umkdosvqwhbmd") + .withSubscriptionId("bjf") + .withName("gmbmbexppbh") + .withNameSpace("qrolfpf") + .withPolicyName("algbquxigjyjg")) + .withMonitorConfigurationsV2(new MonitorLogV2().withDcrId("aoyfhrtxilnerkuj") + .withLogIngestionEndpoint("s") + .withDcrImmutableId("l") + .withStreamName("juvf")); + model = BinaryData.fromObject(model).toObject(LogDestinationV2.class); + Assertions.assertEquals("pbkwtmu", model.storageConfigurations().id()); + Assertions.assertEquals("uqktap", model.storageConfigurations().subscriptionId()); + Assertions.assertEquals("wgcu", model.storageConfigurations().accountName()); + Assertions.assertEquals("umkdosvqwhbmd", model.eventHubConfigurations().id()); + Assertions.assertEquals("bjf", model.eventHubConfigurations().subscriptionId()); + Assertions.assertEquals("gmbmbexppbh", model.eventHubConfigurations().name()); + Assertions.assertEquals("qrolfpf", model.eventHubConfigurations().nameSpace()); + Assertions.assertEquals("algbquxigjyjg", model.eventHubConfigurations().policyName()); + Assertions.assertEquals("aoyfhrtxilnerkuj", model.monitorConfigurationsV2().dcrId()); + Assertions.assertEquals("s", model.monitorConfigurationsV2().logIngestionEndpoint()); + Assertions.assertEquals("l", model.monitorConfigurationsV2().dcrImmutableId()); + Assertions.assertEquals("juvf", model.monitorConfigurationsV2().streamName()); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesDeleteByResourceGroupWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesDeleteByResourceGroupWithResponseMockTests.java new file mode 100644 index 000000000000..fdded4a1e82a --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/LogIngestionSettingsResourcesDeleteByResourceGroupWithResponseMockTests.java @@ -0,0 +1,34 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.core.credential.AccessToken; +import com.azure.core.http.HttpClient; +import com.azure.core.management.profile.AzureProfile; +import com.azure.core.models.AzureCloud; +import com.azure.core.test.http.MockHttpResponse; +import com.azure.resourcemanager.paloaltonetworks.ngfw.PaloAltoNetworksNgfwManager; +import java.nio.charset.StandardCharsets; +import java.time.OffsetDateTime; +import org.junit.jupiter.api.Test; +import reactor.core.publisher.Mono; + +public final class LogIngestionSettingsResourcesDeleteByResourceGroupWithResponseMockTests { + @Test + public void testDeleteWithResponse() throws Exception { + String responseStr = "{}"; + + HttpClient httpClient + = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); + PaloAltoNetworksNgfwManager manager = PaloAltoNetworksNgfwManager.configure() + .withHttpClient(httpClient) + .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), + new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); + + manager.logIngestionSettingsResources() + .deleteByResourceGroupWithResponse("jfjmyccxlzh", "oxovnekhenlusf", com.azure.core.util.Context.NONE); + + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MarketplaceDetailsTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MarketplaceDetailsTests.java index af6454e56742..bcdd55d8905e 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MarketplaceDetailsTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MarketplaceDetailsTests.java @@ -13,21 +13,23 @@ public final class MarketplaceDetailsTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MarketplaceDetails model = BinaryData.fromString( - "{\"marketplaceSubscriptionId\":\"rc\",\"offerId\":\"pyklyhpluodpvru\",\"publisherId\":\"dlgzibthostgkt\",\"marketplaceSubscriptionStatus\":\"Subscribed\"}") + "{\"marketplaceSubscriptionId\":\"pjbi\",\"offerId\":\"gjmfxumvfcl\",\"publisherId\":\"yo\",\"marketplaceSubscriptionStatus\":\"PendingFulfillmentStart\"}") .toObject(MarketplaceDetails.class); - Assertions.assertEquals("pyklyhpluodpvru", model.offerId()); - Assertions.assertEquals("dlgzibthostgkt", model.publisherId()); - Assertions.assertEquals(MarketplaceSubscriptionStatus.SUBSCRIBED, model.marketplaceSubscriptionStatus()); + Assertions.assertEquals("gjmfxumvfcl", model.offerId()); + Assertions.assertEquals("yo", model.publisherId()); + Assertions.assertEquals(MarketplaceSubscriptionStatus.PENDING_FULFILLMENT_START, + model.marketplaceSubscriptionStatus()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - MarketplaceDetails model = new MarketplaceDetails().withOfferId("pyklyhpluodpvru") - .withPublisherId("dlgzibthostgkt") - .withMarketplaceSubscriptionStatus(MarketplaceSubscriptionStatus.SUBSCRIBED); + MarketplaceDetails model = new MarketplaceDetails().withOfferId("gjmfxumvfcl") + .withPublisherId("yo") + .withMarketplaceSubscriptionStatus(MarketplaceSubscriptionStatus.PENDING_FULFILLMENT_START); model = BinaryData.fromObject(model).toObject(MarketplaceDetails.class); - Assertions.assertEquals("pyklyhpluodpvru", model.offerId()); - Assertions.assertEquals("dlgzibthostgkt", model.publisherId()); - Assertions.assertEquals(MarketplaceSubscriptionStatus.SUBSCRIBED, model.marketplaceSubscriptionStatus()); + Assertions.assertEquals("gjmfxumvfcl", model.offerId()); + Assertions.assertEquals("yo", model.publisherId()); + Assertions.assertEquals(MarketplaceSubscriptionStatus.PENDING_FULFILLMENT_START, + model.marketplaceSubscriptionStatus()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallResourceInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallResourceInnerTests.java index 502dd1dcc03d..5ea9425d644f 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallResourceInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallResourceInnerTests.java @@ -12,22 +12,22 @@ public final class MetricsObjectFirewallResourceInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MetricsObjectFirewallResourceInner model = BinaryData.fromString( - "{\"properties\":{\"applicationInsightsResourceId\":\"ynenlsvxeizz\",\"applicationInsightsConnectionString\":\"wklnsrmffeyc\",\"panEtag\":\"ktp\",\"provisioningState\":\"Deleted\"},\"id\":\"rteeamm\",\"name\":\"qiekkkzddrt\",\"type\":\"g\"}") + "{\"properties\":{\"applicationInsightsResourceId\":\"izakak\",\"applicationInsightsConnectionString\":\"nkjpdnjzha\",\"panEtag\":\"ylhjlm\",\"provisioningState\":\"Succeeded\"},\"id\":\"primr\",\"name\":\"opteecj\",\"type\":\"eislstvasylwx\"}") .toObject(MetricsObjectFirewallResourceInner.class); - Assertions.assertEquals("ynenlsvxeizz", model.applicationInsightsResourceId()); - Assertions.assertEquals("wklnsrmffeyc", model.applicationInsightsConnectionString()); - Assertions.assertEquals("ktp", model.panEtag()); + Assertions.assertEquals("izakak", model.applicationInsightsResourceId()); + Assertions.assertEquals("nkjpdnjzha", model.applicationInsightsConnectionString()); + Assertions.assertEquals("ylhjlm", model.panEtag()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { MetricsObjectFirewallResourceInner model - = new MetricsObjectFirewallResourceInner().withApplicationInsightsResourceId("ynenlsvxeizz") - .withApplicationInsightsConnectionString("wklnsrmffeyc") - .withPanEtag("ktp"); + = new MetricsObjectFirewallResourceInner().withApplicationInsightsResourceId("izakak") + .withApplicationInsightsConnectionString("nkjpdnjzha") + .withPanEtag("ylhjlm"); model = BinaryData.fromObject(model).toObject(MetricsObjectFirewallResourceInner.class); - Assertions.assertEquals("ynenlsvxeizz", model.applicationInsightsResourceId()); - Assertions.assertEquals("wklnsrmffeyc", model.applicationInsightsConnectionString()); - Assertions.assertEquals("ktp", model.panEtag()); + Assertions.assertEquals("izakak", model.applicationInsightsResourceId()); + Assertions.assertEquals("nkjpdnjzha", model.applicationInsightsConnectionString()); + Assertions.assertEquals("ylhjlm", model.panEtag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallResourceListResultTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallResourceListResultTests.java index 5db0e2f85631..6476b4acbd59 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallResourceListResultTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallResourceListResultTests.java @@ -12,11 +12,11 @@ public final class MetricsObjectFirewallResourceListResultTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MetricsObjectFirewallResourceListResult model = BinaryData.fromString( - "{\"value\":[{\"properties\":{\"applicationInsightsResourceId\":\"s\",\"applicationInsightsConnectionString\":\"wprtu\",\"panEtag\":\"sawddjibabxvi\",\"provisioningState\":\"Creating\"},\"id\":\"tzeexav\",\"name\":\"xtfglecdmdqb\",\"type\":\"pypqtgsfj\"}],\"nextLink\":\"b\"}") + "{\"value\":[{\"properties\":{\"applicationInsightsResourceId\":\"m\",\"applicationInsightsConnectionString\":\"xmeb\",\"panEtag\":\"scjpahlxv\",\"provisioningState\":\"Accepted\"},\"id\":\"qxnmwmqt\",\"name\":\"bxyijddtvq\",\"type\":\"ttadijae\"}],\"nextLink\":\"mrsieekp\"}") .toObject(MetricsObjectFirewallResourceListResult.class); - Assertions.assertEquals("s", model.value().get(0).applicationInsightsResourceId()); - Assertions.assertEquals("wprtu", model.value().get(0).applicationInsightsConnectionString()); - Assertions.assertEquals("sawddjibabxvi", model.value().get(0).panEtag()); - Assertions.assertEquals("b", model.nextLink()); + Assertions.assertEquals("m", model.value().get(0).applicationInsightsResourceId()); + Assertions.assertEquals("xmeb", model.value().get(0).applicationInsightsConnectionString()); + Assertions.assertEquals("scjpahlxv", model.value().get(0).panEtag()); + Assertions.assertEquals("mrsieekp", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallsCreateOrUpdateMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallsCreateOrUpdateMockTests.java index e4693d68c72b..a1909823fdf7 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallsCreateOrUpdateMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallsCreateOrUpdateMockTests.java @@ -22,7 +22,7 @@ public final class MetricsObjectFirewallsCreateOrUpdateMockTests { @Test public void testCreateOrUpdate() throws Exception { String responseStr - = "{\"properties\":{\"applicationInsightsResourceId\":\"cgxvrpj\",\"applicationInsightsConnectionString\":\"vczuodacpune\",\"panEtag\":\"epdjxqeskoyn\",\"provisioningState\":\"Succeeded\"},\"id\":\"pckaewse\",\"name\":\"vesk\",\"type\":\"xegqphr\"}"; + = "{\"properties\":{\"applicationInsightsResourceId\":\"aqotwfhipxwgsabv\",\"applicationInsightsConnectionString\":\"ipowza\",\"panEtag\":\"zuu\",\"provisioningState\":\"Succeeded\"},\"id\":\"irvpefycdve\",\"name\":\"ti\",\"type\":\"jnsxzajlnsjhwjuy\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,14 +32,14 @@ public void testCreateOrUpdate() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); MetricsObjectFirewallResource response = manager.metricsObjectFirewalls() - .createOrUpdate("ajxeiygle", "rwvaexhdc", - new MetricsObjectFirewallResourceInner().withApplicationInsightsResourceId("rceqnkbrupob") - .withApplicationInsightsConnectionString("hdmljz") - .withPanEtag("vume"), + .createOrUpdate("pjvlywltmfwo", "bjwhlwyjfnqzocr", + new MetricsObjectFirewallResourceInner().withApplicationInsightsResourceId("zgczeu") + .withApplicationInsightsConnectionString("tgxdncaqt") + .withPanEtag("ekoifuvnyttzgi"), com.azure.core.util.Context.NONE); - Assertions.assertEquals("cgxvrpj", response.applicationInsightsResourceId()); - Assertions.assertEquals("vczuodacpune", response.applicationInsightsConnectionString()); - Assertions.assertEquals("epdjxqeskoyn", response.panEtag()); + Assertions.assertEquals("aqotwfhipxwgsabv", response.applicationInsightsResourceId()); + Assertions.assertEquals("ipowza", response.applicationInsightsConnectionString()); + Assertions.assertEquals("zuu", response.panEtag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallsGetWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallsGetWithResponseMockTests.java index a48ec71f14ee..cb3588fb61ea 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallsGetWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallsGetWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class MetricsObjectFirewallsGetWithResponseMockTests { @Test public void testGetWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"applicationInsightsResourceId\":\"slojfkqidnqt\",\"applicationInsightsConnectionString\":\"qxjhqxcsqhtkbtnq\",\"panEtag\":\"ngldmbiipsn\",\"provisioningState\":\"Accepted\"},\"id\":\"qkzn\",\"name\":\"hhl\",\"type\":\"xricctkwmuqq\"}"; + = "{\"properties\":{\"applicationInsightsResourceId\":\"vnmdyfoeboj\",\"applicationInsightsConnectionString\":\"jpp\",\"panEtag\":\"aohoqkpjtnq\",\"provisioningState\":\"Updating\"},\"id\":\"ywkdcwmqsy\",\"name\":\"ilm\",\"type\":\"xdqaolfylnkkb\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,11 +31,11 @@ public void testGetWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); MetricsObjectFirewallResource response = manager.metricsObjectFirewalls() - .getWithResponse("a", "krmukmyjmkxett", com.azure.core.util.Context.NONE) + .getWithResponse("fzuvrzmz", "mzjqrbr", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("slojfkqidnqt", response.applicationInsightsResourceId()); - Assertions.assertEquals("qxjhqxcsqhtkbtnq", response.applicationInsightsConnectionString()); - Assertions.assertEquals("ngldmbiipsn", response.panEtag()); + Assertions.assertEquals("vnmdyfoeboj", response.applicationInsightsResourceId()); + Assertions.assertEquals("jpp", response.applicationInsightsConnectionString()); + Assertions.assertEquals("aohoqkpjtnq", response.panEtag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallsListByFirewallsMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallsListByFirewallsMockTests.java index 03fe4cdcfc12..6e6544be1fed 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallsListByFirewallsMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectFirewallsListByFirewallsMockTests.java @@ -22,7 +22,7 @@ public final class MetricsObjectFirewallsListByFirewallsMockTests { @Test public void testListByFirewalls() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"applicationInsightsResourceId\":\"bcbcpz\",\"applicationInsightsConnectionString\":\"rpzeqac\",\"panEtag\":\"dtzmpype\",\"provisioningState\":\"Deleted\"},\"id\":\"zshnuqndaizup\",\"name\":\"kh\",\"type\":\"ytus\"}]}"; + = "{\"value\":[{\"properties\":{\"applicationInsightsResourceId\":\"bwpntghy\",\"applicationInsightsConnectionString\":\"sa\",\"panEtag\":\"drnxsluvlzla\",\"provisioningState\":\"Deleted\"},\"id\":\"kpbqhvfdqqjw\",\"name\":\"rhwzdanojisg\",\"type\":\"lmvokat\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,11 +31,11 @@ public void testListByFirewalls() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - PagedIterable response - = manager.metricsObjectFirewalls().listByFirewalls("fn", "hctmjtsgh", com.azure.core.util.Context.NONE); + PagedIterable response = manager.metricsObjectFirewalls() + .listByFirewalls("xbxq", "mvuaytuadxkxe", com.azure.core.util.Context.NONE); - Assertions.assertEquals("bcbcpz", response.iterator().next().applicationInsightsResourceId()); - Assertions.assertEquals("rpzeqac", response.iterator().next().applicationInsightsConnectionString()); - Assertions.assertEquals("dtzmpype", response.iterator().next().panEtag()); + Assertions.assertEquals("bwpntghy", response.iterator().next().applicationInsightsResourceId()); + Assertions.assertEquals("sa", response.iterator().next().applicationInsightsConnectionString()); + Assertions.assertEquals("drnxsluvlzla", response.iterator().next().panEtag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectTests.java index a3bacc1d15d5..34118049cfb2 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MetricsObjectTests.java @@ -12,21 +12,21 @@ public final class MetricsObjectTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { MetricsObject model = BinaryData.fromString( - "{\"applicationInsightsResourceId\":\"ojbmxv\",\"applicationInsightsConnectionString\":\"vrefdeesv\",\"panEtag\":\"uij\",\"provisioningState\":\"Failed\"}") + "{\"applicationInsightsResourceId\":\"zaum\",\"applicationInsightsConnectionString\":\"eoohguufuzboyj\",\"panEtag\":\"hwtzolb\",\"provisioningState\":\"Deleting\"}") .toObject(MetricsObject.class); - Assertions.assertEquals("ojbmxv", model.applicationInsightsResourceId()); - Assertions.assertEquals("vrefdeesv", model.applicationInsightsConnectionString()); - Assertions.assertEquals("uij", model.panEtag()); + Assertions.assertEquals("zaum", model.applicationInsightsResourceId()); + Assertions.assertEquals("eoohguufuzboyj", model.applicationInsightsConnectionString()); + Assertions.assertEquals("hwtzolb", model.panEtag()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - MetricsObject model = new MetricsObject().withApplicationInsightsResourceId("ojbmxv") - .withApplicationInsightsConnectionString("vrefdeesv") - .withPanEtag("uij"); + MetricsObject model = new MetricsObject().withApplicationInsightsResourceId("zaum") + .withApplicationInsightsConnectionString("eoohguufuzboyj") + .withPanEtag("hwtzolb"); model = BinaryData.fromObject(model).toObject(MetricsObject.class); - Assertions.assertEquals("ojbmxv", model.applicationInsightsResourceId()); - Assertions.assertEquals("vrefdeesv", model.applicationInsightsConnectionString()); - Assertions.assertEquals("uij", model.panEtag()); + Assertions.assertEquals("zaum", model.applicationInsightsResourceId()); + Assertions.assertEquals("eoohguufuzboyj", model.applicationInsightsConnectionString()); + Assertions.assertEquals("hwtzolb", model.panEtag()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MonitorLogV2Tests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MonitorLogV2Tests.java new file mode 100644 index 000000000000..8295a6c3922d --- /dev/null +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/MonitorLogV2Tests.java @@ -0,0 +1,35 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) TypeSpec Code Generator. + +package com.azure.resourcemanager.paloaltonetworks.ngfw.generated; + +import com.azure.core.util.BinaryData; +import com.azure.resourcemanager.paloaltonetworks.ngfw.models.MonitorLogV2; +import org.junit.jupiter.api.Assertions; + +public final class MonitorLogV2Tests { + @org.junit.jupiter.api.Test + public void testDeserialize() throws Exception { + MonitorLogV2 model = BinaryData.fromString( + "{\"dcrId\":\"zwdzuh\",\"logIngestionEndpoint\":\"ymwisdkft\",\"dcrImmutableId\":\"wxmnteiwao\",\"streamName\":\"vkmijcmmxdcuf\"}") + .toObject(MonitorLogV2.class); + Assertions.assertEquals("zwdzuh", model.dcrId()); + Assertions.assertEquals("ymwisdkft", model.logIngestionEndpoint()); + Assertions.assertEquals("wxmnteiwao", model.dcrImmutableId()); + Assertions.assertEquals("vkmijcmmxdcuf", model.streamName()); + } + + @org.junit.jupiter.api.Test + public void testSerialize() throws Exception { + MonitorLogV2 model = new MonitorLogV2().withDcrId("zwdzuh") + .withLogIngestionEndpoint("ymwisdkft") + .withDcrImmutableId("wxmnteiwao") + .withStreamName("vkmijcmmxdcuf"); + model = BinaryData.fromObject(model).toObject(MonitorLogV2.class); + Assertions.assertEquals("zwdzuh", model.dcrId()); + Assertions.assertEquals("ymwisdkft", model.logIngestionEndpoint()); + Assertions.assertEquals("wxmnteiwao", model.dcrImmutableId()); + Assertions.assertEquals("vkmijcmmxdcuf", model.streamName()); + } +} diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/NameDescriptionObjectTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/NameDescriptionObjectTests.java index 8298fc4cda34..e5c1a1549ce2 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/NameDescriptionObjectTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/NameDescriptionObjectTests.java @@ -11,9 +11,9 @@ public final class NameDescriptionObjectTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { - NameDescriptionObject model = BinaryData.fromString("{\"name\":\"nowkgshw\",\"description\":\"kix\"}") + NameDescriptionObject model = BinaryData.fromString("{\"name\":\"fsiarbutr\",\"description\":\"pnazzm\"}") .toObject(NameDescriptionObject.class); - Assertions.assertEquals("nowkgshw", model.name()); - Assertions.assertEquals("kix", model.description()); + Assertions.assertEquals("fsiarbutr", model.name()); + Assertions.assertEquals("pnazzm", model.description()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/NetworkProfileTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/NetworkProfileTests.java index e11ba8cff780..b6d546817cfe 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/NetworkProfileTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/NetworkProfileTests.java @@ -19,86 +19,83 @@ public final class NetworkProfileTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { NetworkProfile model = BinaryData.fromString( - "{\"vnetConfiguration\":{\"vnet\":{\"resourceId\":\"phvwauyqncygu\",\"addressSpace\":\"vipmdscwxqupevzh\"},\"trustSubnet\":{\"resourceId\":\"totxhojujb\",\"addressSpace\":\"elmcuvhixbjxyfw\"},\"unTrustSubnet\":{\"resourceId\":\"lrcoolsttpki\",\"addressSpace\":\"kbnujr\"},\"ipOfTrustSubnetForUdr\":{\"resourceId\":\"tylbfpncurdoiw\",\"address\":\"thtywub\"}},\"vwanConfiguration\":{\"networkVirtualApplianceId\":\"ihwqknfdntwjchr\",\"vHub\":{\"resourceId\":\"oihxumwctondzjlu\",\"addressSpace\":\"fdlwg\"},\"trustSubnet\":{\"resourceId\":\"sb\",\"addressSpace\":\"ovvtgseinqfiu\"},\"unTrustSubnet\":{\"resourceId\":\"knpirgnepttwq\",\"addressSpace\":\"niffcdmqnroj\"},\"ipOfTrustSubnetForUdr\":{\"resourceId\":\"jnkrxf\",\"address\":\"dhcrati\"}},\"networkType\":\"VWAN\",\"publicIps\":[{\"resourceId\":\"nasx\",\"address\":\"tozqyzhftwesgo\"},{\"resourceId\":\"zhonnxkrlgnyhmo\",\"address\":\"xkk\"},{\"resourceId\":\"h\",\"address\":\"gh\"}],\"enableEgressNat\":\"DISABLED\",\"egressNatIp\":[{\"resourceId\":\"qxvcxgfrpdsofb\",\"address\":\"rnsvbuswd\"},{\"resourceId\":\"yybyc\",\"address\":\"nvjsrtkfa\"}],\"trustedRanges\":[\"pqgik\",\"zirtxdyuxzejntps\",\"wgioilqukry\",\"xtqmieoxor\"],\"privateSourceNatRulesDestination\":[\"f\",\"yaomtb\",\"hhavgrvkffovjz\"]}") + "{\"vnetConfiguration\":{\"vnet\":{\"resourceId\":\"vpsvuoymgcce\",\"addressSpace\":\"ezrypql\"},\"trustSubnet\":{\"resourceId\":\"eokerqwkyhkobopg\",\"addressSpace\":\"dkow\"},\"unTrustSubnet\":{\"resourceId\":\"bqpc\",\"addressSpace\":\"kbwcc\"},\"ipOfTrustSubnetForUdr\":{\"resourceId\":\"vcdwxlpqekftn\",\"address\":\"tjsyin\"}},\"vwanConfiguration\":{\"networkVirtualApplianceId\":\"qatmtdhtmdvy\",\"vHub\":{\"resourceId\":\"ikdgszywkbir\",\"addressSpace\":\"uzhlhkjoqrv\"},\"trustSubnet\":{\"resourceId\":\"atjinrvgoupmfiib\",\"addressSpace\":\"gjio\"},\"unTrustSubnet\":{\"resourceId\":\"rwxkvtkkgl\",\"addressSpace\":\"wjygvjayvblmhvk\"},\"ipOfTrustSubnetForUdr\":{\"resourceId\":\"bxvvyhg\",\"address\":\"pbyrqufegxu\"}},\"networkType\":\"VNET\",\"publicIps\":[{\"resourceId\":\"bnhlmc\",\"address\":\"p\"}],\"enableEgressNat\":\"ENABLED\",\"egressNatIp\":[{\"resourceId\":\"vgbmhr\",\"address\":\"kw\"},{\"resourceId\":\"ijejvegrhbpn\",\"address\":\"xexccbdreaxhcexd\"},{\"resourceId\":\"vqahqkghtpwi\",\"address\":\"hyjsvfycx\"},{\"resourceId\":\"fvoow\",\"address\":\"vmtgjqppy\"}],\"trustedRanges\":[\"ronzmyhgfip\",\"sxkm\",\"waekrrjreafxtsgu\"],\"privateSourceNatRulesDestination\":[\"glikkxwslolb\",\"pvuzlmv\",\"elfk\",\"gplcrpwjxeznoigb\"]}") .toObject(NetworkProfile.class); - Assertions.assertEquals("phvwauyqncygu", model.vnetConfiguration().vnet().resourceId()); - Assertions.assertEquals("vipmdscwxqupevzh", model.vnetConfiguration().vnet().addressSpace()); - Assertions.assertEquals("totxhojujb", model.vnetConfiguration().trustSubnet().resourceId()); - Assertions.assertEquals("elmcuvhixbjxyfw", model.vnetConfiguration().trustSubnet().addressSpace()); - Assertions.assertEquals("lrcoolsttpki", model.vnetConfiguration().unTrustSubnet().resourceId()); - Assertions.assertEquals("kbnujr", model.vnetConfiguration().unTrustSubnet().addressSpace()); - Assertions.assertEquals("tylbfpncurdoiw", model.vnetConfiguration().ipOfTrustSubnetForUdr().resourceId()); - Assertions.assertEquals("thtywub", model.vnetConfiguration().ipOfTrustSubnetForUdr().address()); - Assertions.assertEquals("ihwqknfdntwjchr", model.vwanConfiguration().networkVirtualApplianceId()); - Assertions.assertEquals("oihxumwctondzjlu", model.vwanConfiguration().vHub().resourceId()); - Assertions.assertEquals("fdlwg", model.vwanConfiguration().vHub().addressSpace()); - Assertions.assertEquals("sb", model.vwanConfiguration().trustSubnet().resourceId()); - Assertions.assertEquals("ovvtgseinqfiu", model.vwanConfiguration().trustSubnet().addressSpace()); - Assertions.assertEquals("knpirgnepttwq", model.vwanConfiguration().unTrustSubnet().resourceId()); - Assertions.assertEquals("niffcdmqnroj", model.vwanConfiguration().unTrustSubnet().addressSpace()); - Assertions.assertEquals("jnkrxf", model.vwanConfiguration().ipOfTrustSubnetForUdr().resourceId()); - Assertions.assertEquals("dhcrati", model.vwanConfiguration().ipOfTrustSubnetForUdr().address()); - Assertions.assertEquals(NetworkType.VWAN, model.networkType()); - Assertions.assertEquals("nasx", model.publicIps().get(0).resourceId()); - Assertions.assertEquals("tozqyzhftwesgo", model.publicIps().get(0).address()); - Assertions.assertEquals(EgressNat.DISABLED, model.enableEgressNat()); - Assertions.assertEquals("qxvcxgfrpdsofb", model.egressNatIp().get(0).resourceId()); - Assertions.assertEquals("rnsvbuswd", model.egressNatIp().get(0).address()); - Assertions.assertEquals("pqgik", model.trustedRanges().get(0)); - Assertions.assertEquals("f", model.privateSourceNatRulesDestination().get(0)); + Assertions.assertEquals("vpsvuoymgcce", model.vnetConfiguration().vnet().resourceId()); + Assertions.assertEquals("ezrypql", model.vnetConfiguration().vnet().addressSpace()); + Assertions.assertEquals("eokerqwkyhkobopg", model.vnetConfiguration().trustSubnet().resourceId()); + Assertions.assertEquals("dkow", model.vnetConfiguration().trustSubnet().addressSpace()); + Assertions.assertEquals("bqpc", model.vnetConfiguration().unTrustSubnet().resourceId()); + Assertions.assertEquals("kbwcc", model.vnetConfiguration().unTrustSubnet().addressSpace()); + Assertions.assertEquals("vcdwxlpqekftn", model.vnetConfiguration().ipOfTrustSubnetForUdr().resourceId()); + Assertions.assertEquals("tjsyin", model.vnetConfiguration().ipOfTrustSubnetForUdr().address()); + Assertions.assertEquals("qatmtdhtmdvy", model.vwanConfiguration().networkVirtualApplianceId()); + Assertions.assertEquals("ikdgszywkbir", model.vwanConfiguration().vHub().resourceId()); + Assertions.assertEquals("uzhlhkjoqrv", model.vwanConfiguration().vHub().addressSpace()); + Assertions.assertEquals("atjinrvgoupmfiib", model.vwanConfiguration().trustSubnet().resourceId()); + Assertions.assertEquals("gjio", model.vwanConfiguration().trustSubnet().addressSpace()); + Assertions.assertEquals("rwxkvtkkgl", model.vwanConfiguration().unTrustSubnet().resourceId()); + Assertions.assertEquals("wjygvjayvblmhvk", model.vwanConfiguration().unTrustSubnet().addressSpace()); + Assertions.assertEquals("bxvvyhg", model.vwanConfiguration().ipOfTrustSubnetForUdr().resourceId()); + Assertions.assertEquals("pbyrqufegxu", model.vwanConfiguration().ipOfTrustSubnetForUdr().address()); + Assertions.assertEquals(NetworkType.VNET, model.networkType()); + Assertions.assertEquals("bnhlmc", model.publicIps().get(0).resourceId()); + Assertions.assertEquals("p", model.publicIps().get(0).address()); + Assertions.assertEquals(EgressNat.ENABLED, model.enableEgressNat()); + Assertions.assertEquals("vgbmhr", model.egressNatIp().get(0).resourceId()); + Assertions.assertEquals("kw", model.egressNatIp().get(0).address()); + Assertions.assertEquals("ronzmyhgfip", model.trustedRanges().get(0)); + Assertions.assertEquals("glikkxwslolb", model.privateSourceNatRulesDestination().get(0)); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - NetworkProfile model - = new NetworkProfile() - .withVnetConfiguration(new VnetConfiguration() - .withVnet(new IpAddressSpace().withResourceId("phvwauyqncygu").withAddressSpace("vipmdscwxqupevzh")) - .withTrustSubnet( - new IpAddressSpace().withResourceId("totxhojujb").withAddressSpace("elmcuvhixbjxyfw")) - .withUnTrustSubnet(new IpAddressSpace().withResourceId("lrcoolsttpki").withAddressSpace("kbnujr")) - .withIpOfTrustSubnetForUdr(new IpAddress().withResourceId("tylbfpncurdoiw").withAddress("thtywub"))) - .withVwanConfiguration(new VwanConfiguration().withNetworkVirtualApplianceId("ihwqknfdntwjchr") - .withVHub(new IpAddressSpace().withResourceId("oihxumwctondzjlu").withAddressSpace("fdlwg")) - .withTrustSubnet(new IpAddressSpace().withResourceId("sb").withAddressSpace("ovvtgseinqfiu")) - .withUnTrustSubnet( - new IpAddressSpace().withResourceId("knpirgnepttwq").withAddressSpace("niffcdmqnroj")) - .withIpOfTrustSubnetForUdr(new IpAddress().withResourceId("jnkrxf").withAddress("dhcrati"))) - .withNetworkType(NetworkType.VWAN) - .withPublicIps(Arrays.asList(new IpAddress().withResourceId("nasx").withAddress("tozqyzhftwesgo"), - new IpAddress().withResourceId("zhonnxkrlgnyhmo").withAddress("xkk"), - new IpAddress().withResourceId("h").withAddress("gh"))) - .withEnableEgressNat(EgressNat.DISABLED) - .withEgressNatIp( - Arrays.asList(new IpAddress().withResourceId("qxvcxgfrpdsofb").withAddress("rnsvbuswd"), - new IpAddress().withResourceId("yybyc").withAddress("nvjsrtkfa"))) - .withTrustedRanges(Arrays.asList("pqgik", "zirtxdyuxzejntps", "wgioilqukry", "xtqmieoxor")) - .withPrivateSourceNatRulesDestination(Arrays.asList("f", "yaomtb", "hhavgrvkffovjz")); + NetworkProfile model = new NetworkProfile() + .withVnetConfiguration(new VnetConfiguration() + .withVnet(new IpAddressSpace().withResourceId("vpsvuoymgcce").withAddressSpace("ezrypql")) + .withTrustSubnet(new IpAddressSpace().withResourceId("eokerqwkyhkobopg").withAddressSpace("dkow")) + .withUnTrustSubnet(new IpAddressSpace().withResourceId("bqpc").withAddressSpace("kbwcc")) + .withIpOfTrustSubnetForUdr(new IpAddress().withResourceId("vcdwxlpqekftn").withAddress("tjsyin"))) + .withVwanConfiguration(new VwanConfiguration().withNetworkVirtualApplianceId("qatmtdhtmdvy") + .withVHub(new IpAddressSpace().withResourceId("ikdgszywkbir").withAddressSpace("uzhlhkjoqrv")) + .withTrustSubnet(new IpAddressSpace().withResourceId("atjinrvgoupmfiib").withAddressSpace("gjio")) + .withUnTrustSubnet( + new IpAddressSpace().withResourceId("rwxkvtkkgl").withAddressSpace("wjygvjayvblmhvk")) + .withIpOfTrustSubnetForUdr(new IpAddress().withResourceId("bxvvyhg").withAddress("pbyrqufegxu"))) + .withNetworkType(NetworkType.VNET) + .withPublicIps(Arrays.asList(new IpAddress().withResourceId("bnhlmc").withAddress("p"))) + .withEnableEgressNat(EgressNat.ENABLED) + .withEgressNatIp(Arrays.asList(new IpAddress().withResourceId("vgbmhr").withAddress("kw"), + new IpAddress().withResourceId("ijejvegrhbpn").withAddress("xexccbdreaxhcexd"), + new IpAddress().withResourceId("vqahqkghtpwi").withAddress("hyjsvfycx"), + new IpAddress().withResourceId("fvoow").withAddress("vmtgjqppy"))) + .withTrustedRanges(Arrays.asList("ronzmyhgfip", "sxkm", "waekrrjreafxtsgu")) + .withPrivateSourceNatRulesDestination(Arrays.asList("glikkxwslolb", "pvuzlmv", "elfk", "gplcrpwjxeznoigb")); model = BinaryData.fromObject(model).toObject(NetworkProfile.class); - Assertions.assertEquals("phvwauyqncygu", model.vnetConfiguration().vnet().resourceId()); - Assertions.assertEquals("vipmdscwxqupevzh", model.vnetConfiguration().vnet().addressSpace()); - Assertions.assertEquals("totxhojujb", model.vnetConfiguration().trustSubnet().resourceId()); - Assertions.assertEquals("elmcuvhixbjxyfw", model.vnetConfiguration().trustSubnet().addressSpace()); - Assertions.assertEquals("lrcoolsttpki", model.vnetConfiguration().unTrustSubnet().resourceId()); - Assertions.assertEquals("kbnujr", model.vnetConfiguration().unTrustSubnet().addressSpace()); - Assertions.assertEquals("tylbfpncurdoiw", model.vnetConfiguration().ipOfTrustSubnetForUdr().resourceId()); - Assertions.assertEquals("thtywub", model.vnetConfiguration().ipOfTrustSubnetForUdr().address()); - Assertions.assertEquals("ihwqknfdntwjchr", model.vwanConfiguration().networkVirtualApplianceId()); - Assertions.assertEquals("oihxumwctondzjlu", model.vwanConfiguration().vHub().resourceId()); - Assertions.assertEquals("fdlwg", model.vwanConfiguration().vHub().addressSpace()); - Assertions.assertEquals("sb", model.vwanConfiguration().trustSubnet().resourceId()); - Assertions.assertEquals("ovvtgseinqfiu", model.vwanConfiguration().trustSubnet().addressSpace()); - Assertions.assertEquals("knpirgnepttwq", model.vwanConfiguration().unTrustSubnet().resourceId()); - Assertions.assertEquals("niffcdmqnroj", model.vwanConfiguration().unTrustSubnet().addressSpace()); - Assertions.assertEquals("jnkrxf", model.vwanConfiguration().ipOfTrustSubnetForUdr().resourceId()); - Assertions.assertEquals("dhcrati", model.vwanConfiguration().ipOfTrustSubnetForUdr().address()); - Assertions.assertEquals(NetworkType.VWAN, model.networkType()); - Assertions.assertEquals("nasx", model.publicIps().get(0).resourceId()); - Assertions.assertEquals("tozqyzhftwesgo", model.publicIps().get(0).address()); - Assertions.assertEquals(EgressNat.DISABLED, model.enableEgressNat()); - Assertions.assertEquals("qxvcxgfrpdsofb", model.egressNatIp().get(0).resourceId()); - Assertions.assertEquals("rnsvbuswd", model.egressNatIp().get(0).address()); - Assertions.assertEquals("pqgik", model.trustedRanges().get(0)); - Assertions.assertEquals("f", model.privateSourceNatRulesDestination().get(0)); + Assertions.assertEquals("vpsvuoymgcce", model.vnetConfiguration().vnet().resourceId()); + Assertions.assertEquals("ezrypql", model.vnetConfiguration().vnet().addressSpace()); + Assertions.assertEquals("eokerqwkyhkobopg", model.vnetConfiguration().trustSubnet().resourceId()); + Assertions.assertEquals("dkow", model.vnetConfiguration().trustSubnet().addressSpace()); + Assertions.assertEquals("bqpc", model.vnetConfiguration().unTrustSubnet().resourceId()); + Assertions.assertEquals("kbwcc", model.vnetConfiguration().unTrustSubnet().addressSpace()); + Assertions.assertEquals("vcdwxlpqekftn", model.vnetConfiguration().ipOfTrustSubnetForUdr().resourceId()); + Assertions.assertEquals("tjsyin", model.vnetConfiguration().ipOfTrustSubnetForUdr().address()); + Assertions.assertEquals("qatmtdhtmdvy", model.vwanConfiguration().networkVirtualApplianceId()); + Assertions.assertEquals("ikdgszywkbir", model.vwanConfiguration().vHub().resourceId()); + Assertions.assertEquals("uzhlhkjoqrv", model.vwanConfiguration().vHub().addressSpace()); + Assertions.assertEquals("atjinrvgoupmfiib", model.vwanConfiguration().trustSubnet().resourceId()); + Assertions.assertEquals("gjio", model.vwanConfiguration().trustSubnet().addressSpace()); + Assertions.assertEquals("rwxkvtkkgl", model.vwanConfiguration().unTrustSubnet().resourceId()); + Assertions.assertEquals("wjygvjayvblmhvk", model.vwanConfiguration().unTrustSubnet().addressSpace()); + Assertions.assertEquals("bxvvyhg", model.vwanConfiguration().ipOfTrustSubnetForUdr().resourceId()); + Assertions.assertEquals("pbyrqufegxu", model.vwanConfiguration().ipOfTrustSubnetForUdr().address()); + Assertions.assertEquals(NetworkType.VNET, model.networkType()); + Assertions.assertEquals("bnhlmc", model.publicIps().get(0).resourceId()); + Assertions.assertEquals("p", model.publicIps().get(0).address()); + Assertions.assertEquals(EgressNat.ENABLED, model.enableEgressNat()); + Assertions.assertEquals("vgbmhr", model.egressNatIp().get(0).resourceId()); + Assertions.assertEquals("kw", model.egressNatIp().get(0).address()); + Assertions.assertEquals("ronzmyhgfip", model.trustedRanges().get(0)); + Assertions.assertEquals("glikkxwslolb", model.privateSourceNatRulesDestination().get(0)); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/OperationsListMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/OperationsListMockTests.java index 151e94e29502..eae1b7fd609f 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/OperationsListMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/OperationsListMockTests.java @@ -21,7 +21,7 @@ public final class OperationsListMockTests { @Test public void testList() throws Exception { String responseStr - = "{\"value\":[{\"name\":\"jwetnpsihcla\",\"isDataAction\":false,\"display\":{\"provider\":\"lpt\",\"resource\":\"qqwzt\",\"operation\":\"w\",\"description\":\"chcxwaxfewzj\"},\"origin\":\"user,system\",\"actionType\":\"Internal\"}]}"; + = "{\"value\":[{\"name\":\"bmzyospsps\",\"isDataAction\":false,\"display\":{\"provider\":\"yjpmspbpssdfppyo\",\"resource\":\"ieyujtvc\",\"operation\":\"cnyxrxmunjd\",\"description\":\"glnkvxlxpagl\"},\"origin\":\"user\",\"actionType\":\"Internal\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberWithResponsMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberWithResponsMockTests.java index 3ee67e6029f9..792ea2ceee0d 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberWithResponsMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberWithResponsMockTests.java @@ -20,7 +20,7 @@ public final class PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberWithResponsMockTests { @Test public void testCreateProductSerialNumberWithResponse() throws Exception { - String responseStr = "{\"status\":\"wffcvvye\"}"; + String responseStr = "{\"status\":\"gwcd\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -33,6 +33,6 @@ public void testCreateProductSerialNumberWithResponse() throws Exception { .createProductSerialNumberWithResponse(com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("wffcvvye", response.status()); + Assertions.assertEquals("gwcd", response.status()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsWithResponseMockTests.java index b5c1725e00b8..3adf05ae9316 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsWithResponseMockTests.java @@ -20,7 +20,7 @@ public final class PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsWithResponseMockTests { @Test public void testListCloudManagerTenantsWithResponse() throws Exception { - String responseStr = "{\"value\":[\"lpuxgcbdsvalpnpt\",\"trkxgpazwu\",\"x\"]}"; + String responseStr = "{\"value\":[\"sez\",\"uxk\",\"uairaabmdlqjb\",\"dp\"]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -33,6 +33,6 @@ public void testListCloudManagerTenantsWithResponse() throws Exception { .listCloudManagerTenantsWithResponse(com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("lpuxgcbdsvalpnpt", response.value().get(0)); + Assertions.assertEquals("sez", response.value().get(0)); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusWithResMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusWithResMockTests.java index c7f5d239393c..fadcd936af40 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusWithResMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusWithResMockTests.java @@ -21,7 +21,7 @@ public final class PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusWithResMockTests { @Test public void testListProductSerialNumberStatusWithResponse() throws Exception { - String responseStr = "{\"serialNumber\":\"vnjobfelhldiuhzz\",\"status\":\"Allocated\"}"; + String responseStr = "{\"serialNumber\":\"xlhupmomihzbdnp\",\"status\":\"InProgress\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -34,7 +34,7 @@ public void testListProductSerialNumberStatusWithResponse() throws Exception { .listProductSerialNumberStatusWithResponse(com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("vnjobfelhldiuhzz", response.serialNumber()); - Assertions.assertEquals(ProductSerialStatusValues.ALLOCATED, response.status()); + Assertions.assertEquals("xlhupmomihzbdnp", response.serialNumber()); + Assertions.assertEquals(ProductSerialStatusValues.IN_PROGRESS, response.status()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListSupportInfoWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListSupportInfoWithResponseMockTests.java index a07865e2dd40..d0cff74abd8f 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListSupportInfoWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PaloAltoNetworksCloudngfwOperationsListSupportInfoWithResponseMockTests.java @@ -23,7 +23,7 @@ public final class PaloAltoNetworksCloudngfwOperationsListSupportInfoWithRespons @Test public void testListSupportInfoWithResponse() throws Exception { String responseStr - = "{\"productSku\":\"mfaewzgi\",\"productSerial\":\"jpxpqhttqhnmhkre\",\"accountRegistrationStatus\":\"Not Registered\",\"accountId\":\"uxh\",\"freeTrial\":\"Disabled\",\"freeTrialDaysLeft\":355331537,\"freeTrialCreditLeft\":981218662,\"helpURL\":\"spiny\",\"supportURL\":\"qgwokmikp\",\"registerURL\":\"fbmjxuvji\",\"hubUrl\":\"dvhaxdvw\",\"credits\":1625333661,\"monthlyCreditLeft\":2097746238,\"startDateForCredits\":\"hthdklmvetatlakf\",\"endDateForCredits\":\"ixwgiksbbvtooxrp\"}"; + = "{\"productSku\":\"cdpreyxelyicg\",\"productSerial\":\"lrufssjygh\",\"accountRegistrationStatus\":\"Not Registered\",\"accountId\":\"kb\",\"freeTrial\":\"Enabled\",\"freeTrialDaysLeft\":1383202209,\"freeTrialCreditLeft\":1153903088,\"helpURL\":\"mefgvqcpdwjgqux\",\"supportURL\":\"ysla\",\"registerURL\":\"kdcdjhunhgh\",\"hubUrl\":\"awnrrnquoxsotir\",\"credits\":1915271949,\"monthlyCreditLeft\":2126135869,\"startDateForCredits\":\"bfsx\",\"endDateForCredits\":\"cyil\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -36,20 +36,20 @@ public void testListSupportInfoWithResponse() throws Exception { .listSupportInfoWithResponse(com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("mfaewzgi", response.productSku()); - Assertions.assertEquals("jpxpqhttqhnmhkre", response.productSerial()); + Assertions.assertEquals("cdpreyxelyicg", response.productSku()); + Assertions.assertEquals("lrufssjygh", response.productSerial()); Assertions.assertEquals(RegistrationStatus.NOT_REGISTERED, response.accountRegistrationStatus()); - Assertions.assertEquals("uxh", response.accountId()); - Assertions.assertEquals(EnableStatus.DISABLED, response.freeTrial()); - Assertions.assertEquals(355331537, response.freeTrialDaysLeft()); - Assertions.assertEquals(981218662, response.freeTrialCreditLeft()); - Assertions.assertEquals("spiny", response.helpUrl()); - Assertions.assertEquals("qgwokmikp", response.supportUrl()); - Assertions.assertEquals("fbmjxuvji", response.registerUrl()); - Assertions.assertEquals("dvhaxdvw", response.hubUrl()); - Assertions.assertEquals(1625333661, response.credits()); - Assertions.assertEquals(2097746238, response.monthlyCreditLeft()); - Assertions.assertEquals("hthdklmvetatlakf", response.startDateForCredits()); - Assertions.assertEquals("ixwgiksbbvtooxrp", response.endDateForCredits()); + Assertions.assertEquals("kb", response.accountId()); + Assertions.assertEquals(EnableStatus.ENABLED, response.freeTrial()); + Assertions.assertEquals(1383202209, response.freeTrialDaysLeft()); + Assertions.assertEquals(1153903088, response.freeTrialCreditLeft()); + Assertions.assertEquals("mefgvqcpdwjgqux", response.helpUrl()); + Assertions.assertEquals("ysla", response.supportUrl()); + Assertions.assertEquals("kdcdjhunhgh", response.registerUrl()); + Assertions.assertEquals("awnrrnquoxsotir", response.hubUrl()); + Assertions.assertEquals(1915271949, response.credits()); + Assertions.assertEquals(2126135869, response.monthlyCreditLeft()); + Assertions.assertEquals("bfsx", response.startDateForCredits()); + Assertions.assertEquals("cyil", response.endDateForCredits()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PanoramaStatusTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PanoramaStatusTests.java index 40cd4b1bec3f..86354b7ef2cc 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PanoramaStatusTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PanoramaStatusTests.java @@ -11,7 +11,7 @@ public final class PanoramaStatusTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { PanoramaStatus model - = BinaryData.fromString("{\"panoramaServerStatus\":\"UP\",\"panoramaServer2Status\":\"DOWN\"}") + = BinaryData.fromString("{\"panoramaServerStatus\":\"DOWN\",\"panoramaServer2Status\":\"UP\"}") .toObject(PanoramaStatus.class); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PlanDataTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PlanDataTests.java index 1e2a460bc98e..c84b6d1b83ca 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PlanDataTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PlanDataTests.java @@ -14,20 +14,21 @@ public final class PlanDataTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { PlanData model = BinaryData.fromString( - "{\"usageType\":\"PAYG\",\"billingCycle\":\"WEEKLY\",\"planId\":\"baxk\",\"effectiveDate\":\"2021-11-06T21:21:21Z\"}") + "{\"usageType\":\"PAYG\",\"billingCycle\":\"MONTHLY\",\"planId\":\"vgrvkffo\",\"effectiveDate\":\"2021-07-28T08:23:03Z\"}") .toObject(PlanData.class); Assertions.assertEquals(UsageType.PAYG, model.usageType()); - Assertions.assertEquals(BillingCycle.WEEKLY, model.billingCycle()); - Assertions.assertEquals("baxk", model.planId()); + Assertions.assertEquals(BillingCycle.MONTHLY, model.billingCycle()); + Assertions.assertEquals("vgrvkffo", model.planId()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - PlanData model - = new PlanData().withUsageType(UsageType.PAYG).withBillingCycle(BillingCycle.WEEKLY).withPlanId("baxk"); + PlanData model = new PlanData().withUsageType(UsageType.PAYG) + .withBillingCycle(BillingCycle.MONTHLY) + .withPlanId("vgrvkffo"); model = BinaryData.fromObject(model).toObject(PlanData.class); Assertions.assertEquals(UsageType.PAYG, model.usageType()); - Assertions.assertEquals(BillingCycle.WEEKLY, model.billingCycle()); - Assertions.assertEquals("baxk", model.planId()); + Assertions.assertEquals(BillingCycle.MONTHLY, model.billingCycle()); + Assertions.assertEquals("vgrvkffo", model.planId()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesDeleteMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesDeleteMockTests.java index 45e9a6659a58..03bd3289769f 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesDeleteMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesDeleteMockTests.java @@ -27,7 +27,7 @@ public void testDelete() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - manager.postRules().delete("emmucfxh", "kkflrmymyincqlhr", com.azure.core.util.Context.NONE); + manager.postRules().delete("mr", "ad", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesGetCountersWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesGetCountersWithResponseMockTests.java index f0b3a0802e6c..c8b08fa1c4f0 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesGetCountersWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesGetCountersWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class PostRulesGetCountersWithResponseMockTests { @Test public void testGetCountersWithResponse() throws Exception { String responseStr - = "{\"priority\":\"sgl\",\"ruleStackName\":\"czezkhhlt\",\"ruleListName\":\"adhqoa\",\"firewallName\":\"qoyueayfbpcmsplb\",\"ruleName\":\"rrueqthwmg\",\"hitCount\":249669652,\"appSeen\":{\"count\":472451577,\"appSeenList\":[{\"title\":\"bxigdhxiidlo\",\"category\":\"edbw\",\"subCategory\":\"pyqy\",\"risk\":\"bxubmdna\",\"tag\":\"cbq\",\"technology\":\"remj\",\"standardPorts\":\"laqacigele\"}]},\"timestamp\":\"2021-10-21T16:22:49Z\",\"requestTimestamp\":\"2021-03-27T19:33:47Z\",\"lastUpdatedTimestamp\":\"2021-08-29T06:27:54Z\"}"; + = "{\"priority\":\"ravjuq\",\"ruleStackName\":\"rxmrgchbapx\",\"ruleListName\":\"y\",\"firewallName\":\"j\",\"ruleName\":\"bajbuscgduusi\",\"hitCount\":1944673013,\"appSeen\":{\"count\":601344175,\"appSeenList\":[{\"title\":\"vpmclujyxkyxlz\",\"category\":\"sjgkzzltafh\",\"subCategory\":\"zffovwmbjl\",\"risk\":\"qsczpgvdwnapfdqw\",\"tag\":\"wf\",\"technology\":\"ptnuwjtkschgc\",\"standardPorts\":\"qyhleseyq\"},{\"title\":\"hvyeldotj\",\"category\":\"dkwisw\",\"subCategory\":\"kukjtasb\",\"risk\":\"wispkxk\",\"tag\":\"txfkndlqvt\",\"technology\":\"knvgmmbugtywat\",\"standardPorts\":\"qaqkuea\"},{\"title\":\"groeshoyg\",\"category\":\"cbyfqxkf\",\"subCategory\":\"oytehqpuvjm\",\"risk\":\"qm\",\"tag\":\"dwckygroe\",\"technology\":\"n\",\"standardPorts\":\"dljdjuskb\"}]},\"timestamp\":\"2021-09-03T14:10:55Z\",\"requestTimestamp\":\"2021-01-25T11:53:40Z\",\"lastUpdatedTimestamp\":\"2021-06-16T12:12:37Z\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,25 +31,25 @@ public void testGetCountersWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); RuleCounter response = manager.postRules() - .getCountersWithResponse("hspnxwqagnepz", "aklsbsbq", "qagwwrxaomz", com.azure.core.util.Context.NONE) + .getCountersWithResponse("chocokulehur", "lrqff", "weyurkphyjd", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("sgl", response.priority()); - Assertions.assertEquals("czezkhhlt", response.ruleStackName()); - Assertions.assertEquals("adhqoa", response.ruleListName()); - Assertions.assertEquals("qoyueayfbpcmsplb", response.firewallName()); - Assertions.assertEquals("rrueqthwmg", response.ruleName()); - Assertions.assertEquals(249669652, response.hitCount()); - Assertions.assertEquals(472451577, response.appSeen().count()); - Assertions.assertEquals("bxigdhxiidlo", response.appSeen().appSeenList().get(0).title()); - Assertions.assertEquals("edbw", response.appSeen().appSeenList().get(0).category()); - Assertions.assertEquals("pyqy", response.appSeen().appSeenList().get(0).subCategory()); - Assertions.assertEquals("bxubmdna", response.appSeen().appSeenList().get(0).risk()); - Assertions.assertEquals("cbq", response.appSeen().appSeenList().get(0).tag()); - Assertions.assertEquals("remj", response.appSeen().appSeenList().get(0).technology()); - Assertions.assertEquals("laqacigele", response.appSeen().appSeenList().get(0).standardPorts()); - Assertions.assertEquals(OffsetDateTime.parse("2021-10-21T16:22:49Z"), response.timestamp()); - Assertions.assertEquals(OffsetDateTime.parse("2021-03-27T19:33:47Z"), response.requestTimestamp()); - Assertions.assertEquals(OffsetDateTime.parse("2021-08-29T06:27:54Z"), response.lastUpdatedTimestamp()); + Assertions.assertEquals("ravjuq", response.priority()); + Assertions.assertEquals("rxmrgchbapx", response.ruleStackName()); + Assertions.assertEquals("y", response.ruleListName()); + Assertions.assertEquals("j", response.firewallName()); + Assertions.assertEquals("bajbuscgduusi", response.ruleName()); + Assertions.assertEquals(1944673013, response.hitCount()); + Assertions.assertEquals(601344175, response.appSeen().count()); + Assertions.assertEquals("vpmclujyxkyxlz", response.appSeen().appSeenList().get(0).title()); + Assertions.assertEquals("sjgkzzltafh", response.appSeen().appSeenList().get(0).category()); + Assertions.assertEquals("zffovwmbjl", response.appSeen().appSeenList().get(0).subCategory()); + Assertions.assertEquals("qsczpgvdwnapfdqw", response.appSeen().appSeenList().get(0).risk()); + Assertions.assertEquals("wf", response.appSeen().appSeenList().get(0).tag()); + Assertions.assertEquals("ptnuwjtkschgc", response.appSeen().appSeenList().get(0).technology()); + Assertions.assertEquals("qyhleseyq", response.appSeen().appSeenList().get(0).standardPorts()); + Assertions.assertEquals(OffsetDateTime.parse("2021-09-03T14:10:55Z"), response.timestamp()); + Assertions.assertEquals(OffsetDateTime.parse("2021-01-25T11:53:40Z"), response.requestTimestamp()); + Assertions.assertEquals(OffsetDateTime.parse("2021-06-16T12:12:37Z"), response.lastUpdatedTimestamp()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesRefreshCountersWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesRefreshCountersWithResponseMockTests.java index fc1a933e84d8..ae2d4c64a8ba 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesRefreshCountersWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesRefreshCountersWithResponseMockTests.java @@ -28,7 +28,8 @@ public void testRefreshCountersWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); manager.postRules() - .refreshCountersWithResponse("wzkjopwbeonrlkw", "dqybx", "eakxcptsoqfyi", com.azure.core.util.Context.NONE); + .refreshCountersWithResponse("ceysfaqeg", "lwryshwddkvbxgkq", "sybwptdaca", + com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesResetCountersWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesResetCountersWithResponseMockTests.java index 775fc1a57551..cdca2e06736e 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesResetCountersWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PostRulesResetCountersWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class PostRulesResetCountersWithResponseMockTests { @Test public void testResetCountersWithResponse() throws Exception { String responseStr - = "{\"priority\":\"nbwzohmnrxxbso\",\"ruleStackName\":\"linhmdptysprqs\",\"ruleListName\":\"zxojpslsv\",\"firewallName\":\"pli\",\"ruleName\":\"iqwoyxqvapcoh\"}"; + = "{\"priority\":\"sxkdnwqapfgsdpc\",\"ruleStackName\":\"ssmzhhkuui\",\"ruleListName\":\"dqq\",\"firewallName\":\"ekvalblhtjq\",\"ruleName\":\"yvwehtaemxh\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,12 +31,12 @@ public void testResetCountersWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); RuleCounterReset response = manager.postRules() - .resetCountersWithResponse("seqchkrt", "zrazisgyk", "uem", com.azure.core.util.Context.NONE) + .resetCountersWithResponse("vvlfntymtp", "iwenazero", "zrsq", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("linhmdptysprqs", response.ruleStackName()); - Assertions.assertEquals("zxojpslsv", response.ruleListName()); - Assertions.assertEquals("pli", response.firewallName()); - Assertions.assertEquals("iqwoyxqvapcoh", response.ruleName()); + Assertions.assertEquals("ssmzhhkuui", response.ruleStackName()); + Assertions.assertEquals("dqq", response.ruleListName()); + Assertions.assertEquals("ekvalblhtjq", response.firewallName()); + Assertions.assertEquals("yvwehtaemxh", response.ruleName()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesDeleteMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesDeleteMockTests.java index bc27f32459ca..a780bf495453 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesDeleteMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesDeleteMockTests.java @@ -27,7 +27,7 @@ public void testDelete() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - manager.preRules().delete("fwxzutg", "ztwhghmupg", com.azure.core.util.Context.NONE); + manager.preRules().delete("rwzawnvs", "cfhzagxnvhycv", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesGetCountersWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesGetCountersWithResponseMockTests.java index f87cbf9169d3..e3e8f08b9cb1 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesGetCountersWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesGetCountersWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class PreRulesGetCountersWithResponseMockTests { @Test public void testGetCountersWithResponse() throws Exception { String responseStr - = "{\"priority\":\"req\",\"ruleStackName\":\"kceysfaqegplw\",\"ruleListName\":\"shwddkvbxgk\",\"firewallName\":\"sybwptdaca\",\"ruleName\":\"vvlfntymtp\",\"hitCount\":1309536765,\"appSeen\":{\"count\":662572464,\"appSeenList\":[{\"title\":\"zerohzrsqalsxk\",\"category\":\"nwqapfgsdpcvess\",\"subCategory\":\"zhhkuuipldqqc\",\"risk\":\"ekvalblhtjq\",\"tag\":\"qyv\",\"technology\":\"eh\",\"standardPorts\":\"a\"},{\"title\":\"mxhzzysevus\",\"category\":\"ivzrrryveimipsk\",\"subCategory\":\"yzatvfuzkaft\",\"risk\":\"vvruxwi\",\"tag\":\"syeipqd\",\"technology\":\"mjtgrqg\",\"standardPorts\":\"gkkileplkcsmkn\"},{\"title\":\"wtbbaedorvvmqf\",\"category\":\"oygbdgwumgxd\",\"subCategory\":\"dhp\",\"risk\":\"bgd\",\"tag\":\"xjd\",\"technology\":\"vjsaqwotm\",\"standardPorts\":\"wllcolsr\"}]},\"timestamp\":\"2021-09-17T20:00:17Z\",\"requestTimestamp\":\"2021-04-26T14:25:13Z\",\"lastUpdatedTimestamp\":\"2021-05-30T01:29:06Z\"}"; + = "{\"priority\":\"a\",\"ruleStackName\":\"gvaknokzwjjzrl\",\"ruleListName\":\"xldzyyfytpqsix\",\"firewallName\":\"m\",\"ruleName\":\"ujivyqlkjuvsm\",\"hitCount\":1726983828,\"appSeen\":{\"count\":635905710,\"appSeenList\":[{\"title\":\"yovwzdbpqv\",\"category\":\"befgvmxn\",\"subCategory\":\"kcvtl\",\"risk\":\"bse\",\"tag\":\"kvcuartrhunl\",\"technology\":\"iryky\",\"standardPorts\":\"ndzfqivjreuyk\"},{\"title\":\"bmnwa\",\"category\":\"ltbxoeeonqlnfw\",\"subCategory\":\"y\",\"risk\":\"mvqdbpbhfckdvez\",\"tag\":\"rcssbzhddubbnq\",\"technology\":\"b\",\"standardPorts\":\"h\"}]},\"timestamp\":\"2021-11-11T16:29Z\",\"requestTimestamp\":\"2021-03-20T04:51:24Z\",\"lastUpdatedTimestamp\":\"2021-07-29T15:54:11Z\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,25 +31,25 @@ public void testGetCountersWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); RuleCounter response = manager.preRules() - .getCountersWithResponse("puvjmvqmtd", "ckygroejnndljdju", "kb", com.azure.core.util.Context.NONE) + .getCountersWithResponse("u", "maxljalfihcj", "obcancdexxqcw", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("req", response.priority()); - Assertions.assertEquals("kceysfaqegplw", response.ruleStackName()); - Assertions.assertEquals("shwddkvbxgk", response.ruleListName()); - Assertions.assertEquals("sybwptdaca", response.firewallName()); - Assertions.assertEquals("vvlfntymtp", response.ruleName()); - Assertions.assertEquals(1309536765, response.hitCount()); - Assertions.assertEquals(662572464, response.appSeen().count()); - Assertions.assertEquals("zerohzrsqalsxk", response.appSeen().appSeenList().get(0).title()); - Assertions.assertEquals("nwqapfgsdpcvess", response.appSeen().appSeenList().get(0).category()); - Assertions.assertEquals("zhhkuuipldqqc", response.appSeen().appSeenList().get(0).subCategory()); - Assertions.assertEquals("ekvalblhtjq", response.appSeen().appSeenList().get(0).risk()); - Assertions.assertEquals("qyv", response.appSeen().appSeenList().get(0).tag()); - Assertions.assertEquals("eh", response.appSeen().appSeenList().get(0).technology()); - Assertions.assertEquals("a", response.appSeen().appSeenList().get(0).standardPorts()); - Assertions.assertEquals(OffsetDateTime.parse("2021-09-17T20:00:17Z"), response.timestamp()); - Assertions.assertEquals(OffsetDateTime.parse("2021-04-26T14:25:13Z"), response.requestTimestamp()); - Assertions.assertEquals(OffsetDateTime.parse("2021-05-30T01:29:06Z"), response.lastUpdatedTimestamp()); + Assertions.assertEquals("a", response.priority()); + Assertions.assertEquals("gvaknokzwjjzrl", response.ruleStackName()); + Assertions.assertEquals("xldzyyfytpqsix", response.ruleListName()); + Assertions.assertEquals("m", response.firewallName()); + Assertions.assertEquals("ujivyqlkjuvsm", response.ruleName()); + Assertions.assertEquals(1726983828, response.hitCount()); + Assertions.assertEquals(635905710, response.appSeen().count()); + Assertions.assertEquals("yovwzdbpqv", response.appSeen().appSeenList().get(0).title()); + Assertions.assertEquals("befgvmxn", response.appSeen().appSeenList().get(0).category()); + Assertions.assertEquals("kcvtl", response.appSeen().appSeenList().get(0).subCategory()); + Assertions.assertEquals("bse", response.appSeen().appSeenList().get(0).risk()); + Assertions.assertEquals("kvcuartrhunl", response.appSeen().appSeenList().get(0).tag()); + Assertions.assertEquals("iryky", response.appSeen().appSeenList().get(0).technology()); + Assertions.assertEquals("ndzfqivjreuyk", response.appSeen().appSeenList().get(0).standardPorts()); + Assertions.assertEquals(OffsetDateTime.parse("2021-11-11T16:29Z"), response.timestamp()); + Assertions.assertEquals(OffsetDateTime.parse("2021-03-20T04:51:24Z"), response.requestTimestamp()); + Assertions.assertEquals(OffsetDateTime.parse("2021-07-29T15:54:11Z"), response.lastUpdatedTimestamp()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesRefreshCountersWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesRefreshCountersWithResponseMockTests.java index be439fa9009b..1caf39e5f4ee 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesRefreshCountersWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesRefreshCountersWithResponseMockTests.java @@ -28,8 +28,7 @@ public void testRefreshCountersWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); manager.preRules() - .refreshCountersWithResponse("hexcgjokj", "jnhvlqjbekpeeks", "bksdqhjvyklxesl", - com.azure.core.util.Context.NONE); + .refreshCountersWithResponse("vawu", "iqjtiogqgdmin", "ctteajohi", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesResetCountersWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesResetCountersWithResponseMockTests.java index 0e35a0aa4d7a..7d464116134d 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesResetCountersWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PreRulesResetCountersWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class PreRulesResetCountersWithResponseMockTests { @Test public void testResetCountersWithResponse() throws Exception { String responseStr - = "{\"priority\":\"o\",\"ruleStackName\":\"lejjjkxy\",\"ruleListName\":\"fdb\",\"firewallName\":\"bztensvkzykjtj\",\"ruleName\":\"sxfwushcdp\"}"; + = "{\"priority\":\"q\",\"ruleStackName\":\"gy\",\"ruleListName\":\"ulodsaeuzanhsfnh\",\"firewallName\":\"nwph\",\"ruleName\":\"fngq\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,12 +31,12 @@ public void testResetCountersWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); RuleCounterReset response = manager.preRules() - .resetCountersWithResponse("hhus", "cpoq", "avnwqj", com.azure.core.util.Context.NONE) + .resetCountersWithResponse("gspnbonhpczykm", "tp", "wxqcsehchkhufmpq", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("lejjjkxy", response.ruleStackName()); - Assertions.assertEquals("fdb", response.ruleListName()); - Assertions.assertEquals("bztensvkzykjtj", response.firewallName()); - Assertions.assertEquals("sxfwushcdp", response.ruleName()); + Assertions.assertEquals("gy", response.ruleStackName()); + Assertions.assertEquals("ulodsaeuzanhsfnh", response.ruleListName()); + Assertions.assertEquals("nwph", response.firewallName()); + Assertions.assertEquals("fngq", response.ruleName()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PredefinedUrlCategoriesResponseInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PredefinedUrlCategoriesResponseInnerTests.java index 660051e29606..effeff97620f 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PredefinedUrlCategoriesResponseInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PredefinedUrlCategoriesResponseInnerTests.java @@ -11,11 +11,12 @@ public final class PredefinedUrlCategoriesResponseInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { - PredefinedUrlCategoriesResponseInner model = BinaryData.fromString( - "{\"value\":[{\"action\":\"zf\",\"name\":\"beypewrmjmw\"},{\"action\":\"vjektcxsenh\",\"name\":\"lrsf\"}],\"nextLink\":\"zpwv\"}") + PredefinedUrlCategoriesResponseInner model = BinaryData + .fromString( + "{\"value\":[{\"action\":\"eyueaxibxujwb\",\"name\":\"qwalmuzyoxaepd\"}],\"nextLink\":\"jancu\"}") .toObject(PredefinedUrlCategoriesResponseInner.class); - Assertions.assertEquals("zf", model.value().get(0).action()); - Assertions.assertEquals("beypewrmjmw", model.value().get(0).name()); - Assertions.assertEquals("zpwv", model.nextLink()); + Assertions.assertEquals("eyueaxibxujwb", model.value().get(0).action()); + Assertions.assertEquals("qwalmuzyoxaepd", model.value().get(0).name()); + Assertions.assertEquals("jancu", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PredefinedUrlCategoryInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PredefinedUrlCategoryInnerTests.java index a78353ba51c9..d793920e4f1a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PredefinedUrlCategoryInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PredefinedUrlCategoryInnerTests.java @@ -11,9 +11,10 @@ public final class PredefinedUrlCategoryInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { - PredefinedUrlCategoryInner model = BinaryData.fromString("{\"action\":\"qdqgbi\",\"name\":\"ylihkaetckt\"}") - .toObject(PredefinedUrlCategoryInner.class); - Assertions.assertEquals("qdqgbi", model.action()); - Assertions.assertEquals("ylihkaetckt", model.name()); + PredefinedUrlCategoryInner model + = BinaryData.fromString("{\"action\":\"rhdwbavxbniw\",\"name\":\"jswztsdbpg\"}") + .toObject(PredefinedUrlCategoryInner.class); + Assertions.assertEquals("rhdwbavxbniw", model.action()); + Assertions.assertEquals("jswztsdbpg", model.name()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackResourceInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackResourceInnerTests.java index db2030bc4bf8..f2c8636140a9 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackResourceInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackResourceInnerTests.java @@ -13,25 +13,25 @@ public final class PrefixListGlobalRulestackResourceInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { PrefixListGlobalRulestackResourceInner model = BinaryData.fromString( - "{\"properties\":{\"description\":\"ffimrzrtuzqogsex\",\"prefixList\":[\"vfdnwnwmewzsyyce\",\"zsoibjudpfrxtr\",\"hzv\"],\"etag\":\"tdwkqbrq\",\"auditComment\":\"paxh\",\"provisioningState\":\"Creating\"},\"id\":\"livpdt\",\"name\":\"irqtdqoa\",\"type\":\"oruzfgsquyfxrxx\"}") + "{\"properties\":{\"description\":\"osjswsr\",\"prefixList\":[\"lyzrpzbchckqqzqi\",\"xiy\",\"uiizynke\",\"yatrwy\"],\"etag\":\"mibzyhwitsmypyyn\",\"auditComment\":\"dpumnzgmw\",\"provisioningState\":\"NotSpecified\"},\"id\":\"biknsorgjhxbld\",\"name\":\"lwwrl\",\"type\":\"dmtnc\"}") .toObject(PrefixListGlobalRulestackResourceInner.class); - Assertions.assertEquals("ffimrzrtuzqogsex", model.description()); - Assertions.assertEquals("vfdnwnwmewzsyyce", model.prefixList().get(0)); - Assertions.assertEquals("tdwkqbrq", model.etag()); - Assertions.assertEquals("paxh", model.auditComment()); + Assertions.assertEquals("osjswsr", model.description()); + Assertions.assertEquals("lyzrpzbchckqqzqi", model.prefixList().get(0)); + Assertions.assertEquals("mibzyhwitsmypyyn", model.etag()); + Assertions.assertEquals("dpumnzgmw", model.auditComment()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { PrefixListGlobalRulestackResourceInner model - = new PrefixListGlobalRulestackResourceInner().withDescription("ffimrzrtuzqogsex") - .withPrefixList(Arrays.asList("vfdnwnwmewzsyyce", "zsoibjudpfrxtr", "hzv")) - .withEtag("tdwkqbrq") - .withAuditComment("paxh"); + = new PrefixListGlobalRulestackResourceInner().withDescription("osjswsr") + .withPrefixList(Arrays.asList("lyzrpzbchckqqzqi", "xiy", "uiizynke", "yatrwy")) + .withEtag("mibzyhwitsmypyyn") + .withAuditComment("dpumnzgmw"); model = BinaryData.fromObject(model).toObject(PrefixListGlobalRulestackResourceInner.class); - Assertions.assertEquals("ffimrzrtuzqogsex", model.description()); - Assertions.assertEquals("vfdnwnwmewzsyyce", model.prefixList().get(0)); - Assertions.assertEquals("tdwkqbrq", model.etag()); - Assertions.assertEquals("paxh", model.auditComment()); + Assertions.assertEquals("osjswsr", model.description()); + Assertions.assertEquals("lyzrpzbchckqqzqi", model.prefixList().get(0)); + Assertions.assertEquals("mibzyhwitsmypyyn", model.etag()); + Assertions.assertEquals("dpumnzgmw", model.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackResourceListResultTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackResourceListResultTests.java index 07897d082482..fca8d11e31e9 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackResourceListResultTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestackResourceListResultTests.java @@ -12,12 +12,12 @@ public final class PrefixListGlobalRulestackResourceListResultTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { PrefixListGlobalRulestackResourceListResult model = BinaryData.fromString( - "{\"value\":[{\"properties\":{\"description\":\"rodtjinfwjlfl\",\"prefixList\":[\"acjvefkd\",\"foakgg\",\"fpagaowpulp\"],\"etag\":\"lyls\",\"auditComment\":\"k\",\"provisioningState\":\"Updating\"},\"id\":\"jervtia\",\"name\":\"xsdszuempsb\",\"type\":\"kfzbeyvpnqicvi\"},{\"properties\":{\"description\":\"kjj\",\"prefixList\":[\"xrbuukzclew\",\"hmlwpaztzpo\",\"ncckw\"],\"etag\":\"zqwhxxbuyqaxzfeq\",\"auditComment\":\"ppriol\",\"provisioningState\":\"Failed\"},\"id\":\"altol\",\"name\":\"ncwsob\",\"type\":\"wcsdbnwdcfhucq\"},{\"properties\":{\"description\":\"fuvglsbjjca\",\"prefixList\":[\"xbvtvudu\"],\"etag\":\"cormr\",\"auditComment\":\"qtvcofudflvkgj\",\"provisioningState\":\"Canceled\"},\"id\":\"knnqvsaznq\",\"name\":\"tor\",\"type\":\"dsg\"}],\"nextLink\":\"hmk\"}") + "{\"value\":[{\"properties\":{\"description\":\"kvci\",\"prefixList\":[\"nvpamq\",\"x\",\"queziky\"],\"etag\":\"gxk\",\"auditComment\":\"la\",\"provisioningState\":\"Creating\"},\"id\":\"wuipiccjzkzivg\",\"name\":\"vc\",\"type\":\"ayrhyrnx\"},{\"properties\":{\"description\":\"ueedndrdvs\",\"prefixList\":[\"wq\",\"tchealmf\",\"tdaaygdvwvg\"],\"etag\":\"ohgwxrtfudxepxg\",\"auditComment\":\"agvrvmnpkuk\",\"provisioningState\":\"Canceled\"},\"id\":\"dblx\",\"name\":\"wi\",\"type\":\"fnjhfjxwmszkkfo\"},{\"properties\":{\"description\":\"eyfkzikfja\",\"prefixList\":[\"eaivxwczel\"],\"etag\":\"irels\",\"auditComment\":\"aenwabf\",\"provisioningState\":\"Deleting\"},\"id\":\"ddxbjhwuaanoz\",\"name\":\"osphyoul\",\"type\":\"jrvxaglrv\"}],\"nextLink\":\"jwosytxitcskfck\"}") .toObject(PrefixListGlobalRulestackResourceListResult.class); - Assertions.assertEquals("rodtjinfwjlfl", model.value().get(0).description()); - Assertions.assertEquals("acjvefkd", model.value().get(0).prefixList().get(0)); - Assertions.assertEquals("lyls", model.value().get(0).etag()); - Assertions.assertEquals("k", model.value().get(0).auditComment()); - Assertions.assertEquals("hmk", model.nextLink()); + Assertions.assertEquals("kvci", model.value().get(0).description()); + Assertions.assertEquals("nvpamq", model.value().get(0).prefixList().get(0)); + Assertions.assertEquals("gxk", model.value().get(0).etag()); + Assertions.assertEquals("la", model.value().get(0).auditComment()); + Assertions.assertEquals("jwosytxitcskfck", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksCreateOrUpdateMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksCreateOrUpdateMockTests.java index d9578cfac80d..4406d56b84fd 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksCreateOrUpdateMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksCreateOrUpdateMockTests.java @@ -23,7 +23,7 @@ public final class PrefixListGlobalRulestacksCreateOrUpdateMockTests { @Test public void testCreateOrUpdate() throws Exception { String responseStr - = "{\"properties\":{\"description\":\"antuygdhgaqipirp\",\"prefixList\":[\"rqofulopmjnlexwh\"],\"etag\":\"jpib\",\"auditComment\":\"phuuuerctato\",\"provisioningState\":\"Succeeded\"},\"id\":\"qpbrlc\",\"name\":\"rduczkgofxyfs\",\"type\":\"uc\"}"; + = "{\"properties\":{\"description\":\"cyayk\",\"prefixList\":[\"fz\",\"bfw\"],\"etag\":\"zxmdew\",\"auditComment\":\"sxkrpl\",\"provisioningState\":\"Succeeded\"},\"id\":\"ejwwviyoyps\",\"name\":\"hbrnnhjx\",\"type\":\"qwjhqkbiwetpozyc\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -33,16 +33,16 @@ public void testCreateOrUpdate() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PrefixListGlobalRulestackResource response = manager.prefixListGlobalRulestacks() - .createOrUpdate("ajqfutlx", "oqza", - new PrefixListGlobalRulestackResourceInner().withDescription("nwqrjzfrgqh") - .withPrefixList(Arrays.asList("hcmbuocnjrohmbp", "ryxameblydyvkfkm")) - .withEtag("cxneh") - .withAuditComment("mtodl"), + .createOrUpdate("rsxaptefh", "xcgjokjljnhvlq", + new PrefixListGlobalRulestackResourceInner().withDescription("ek") + .withPrefixList(Arrays.asList("eksnbksdqhjvyk", "xeslkhhustcpoqm", "vnwqjwgo", "nlejjjkxybwf")) + .withEtag("kjbztensvkzykj") + .withAuditComment("kns"), com.azure.core.util.Context.NONE); - Assertions.assertEquals("antuygdhgaqipirp", response.description()); - Assertions.assertEquals("rqofulopmjnlexwh", response.prefixList().get(0)); - Assertions.assertEquals("jpib", response.etag()); - Assertions.assertEquals("phuuuerctato", response.auditComment()); + Assertions.assertEquals("cyayk", response.description()); + Assertions.assertEquals("fz", response.prefixList().get(0)); + Assertions.assertEquals("zxmdew", response.etag()); + Assertions.assertEquals("sxkrpl", response.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksDeleteMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksDeleteMockTests.java index 47ad9134d988..b332dde93562 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksDeleteMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksDeleteMockTests.java @@ -27,7 +27,7 @@ public void testDelete() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - manager.prefixListGlobalRulestacks().delete("crrpcjttbstvje", "qnrmvvfko", com.azure.core.util.Context.NONE); + manager.prefixListGlobalRulestacks().delete("qiqyhgfsetzlexbs", "ledynojpz", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksGetWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksGetWithResponseMockTests.java index 471a49697821..1c6e038b53f5 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksGetWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksGetWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class PrefixListGlobalRulestacksGetWithResponseMockTests { @Test public void testGetWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"description\":\"zdcgdzbenr\",\"prefixList\":[\"cawetzqddt\",\"wflj\"],\"etag\":\"namtuatmzw\",\"auditComment\":\"jncqtjzmi\",\"provisioningState\":\"Updating\"},\"id\":\"gat\",\"name\":\"uuvbx\",\"type\":\"grebwggahttzlsw\"}"; + = "{\"properties\":{\"description\":\"mipskdyzatv\",\"prefixList\":[\"zkaftjvvrux\",\"igsyeipqdsmjt\",\"rqgdgkkil\",\"plkcsm\"],\"etag\":\"hwtbbaedorvvm\",\"auditComment\":\"loyg\",\"provisioningState\":\"Deleted\"},\"id\":\"umgxdgdhpab\",\"name\":\"dexjddvjs\",\"type\":\"qwotmmwllcol\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,12 +31,12 @@ public void testGetWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PrefixListGlobalRulestackResource response = manager.prefixListGlobalRulestacks() - .getWithResponse("oucqpqojx", "x", com.azure.core.util.Context.NONE) + .getWithResponse("zysevusxi", "zrrryv", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("zdcgdzbenr", response.description()); - Assertions.assertEquals("cawetzqddt", response.prefixList().get(0)); - Assertions.assertEquals("namtuatmzw", response.etag()); - Assertions.assertEquals("jncqtjzmi", response.auditComment()); + Assertions.assertEquals("mipskdyzatv", response.description()); + Assertions.assertEquals("zkaftjvvrux", response.prefixList().get(0)); + Assertions.assertEquals("hwtbbaedorvvm", response.etag()); + Assertions.assertEquals("loyg", response.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksListMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksListMockTests.java index 05679c378855..3cae21d089e4 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksListMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListGlobalRulestacksListMockTests.java @@ -22,7 +22,7 @@ public final class PrefixListGlobalRulestacksListMockTests { @Test public void testList() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"description\":\"wex\",\"prefixList\":[\"zvlazipbhpwvqsgn\",\"yuuzivens\",\"pmeyyvpkpatlbijp\"],\"etag\":\"sksrfhfvolmknbn\",\"auditComment\":\"cdommpvfqaw\",\"provisioningState\":\"Deleting\"},\"id\":\"rttuiaclkiexha\",\"name\":\"lfnthiqfyut\",\"type\":\"diygbpvnwswmtxky\"}]}"; + = "{\"value\":[{\"properties\":{\"description\":\"jselpkpbafvafh\",\"prefixList\":[\"ylcc\"],\"etag\":\"vxrh\",\"auditComment\":\"d\",\"provisioningState\":\"Succeeded\"},\"id\":\"ofpltdbm\",\"name\":\"irrhv\",\"type\":\"fnrac\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,11 +32,11 @@ public void testList() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PagedIterable response - = manager.prefixListGlobalRulestacks().list("mlghktuidvrmazlp", com.azure.core.util.Context.NONE); + = manager.prefixListGlobalRulestacks().list("uwfbzkkdtnhqsy", com.azure.core.util.Context.NONE); - Assertions.assertEquals("wex", response.iterator().next().description()); - Assertions.assertEquals("zvlazipbhpwvqsgn", response.iterator().next().prefixList().get(0)); - Assertions.assertEquals("sksrfhfvolmknbn", response.iterator().next().etag()); - Assertions.assertEquals("cdommpvfqaw", response.iterator().next().auditComment()); + Assertions.assertEquals("jselpkpbafvafh", response.iterator().next().description()); + Assertions.assertEquals("ylcc", response.iterator().next().prefixList().get(0)); + Assertions.assertEquals("vxrh", response.iterator().next().etag()); + Assertions.assertEquals("d", response.iterator().next().auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksCreateOrUpdateMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksCreateOrUpdateMockTests.java index 58ae0a23426b..1e892cc328bc 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksCreateOrUpdateMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksCreateOrUpdateMockTests.java @@ -22,7 +22,7 @@ public final class PrefixListLocalRulestacksCreateOrUpdateMockTests { @Test public void testCreateOrUpdate() throws Exception { String responseStr - = "{\"properties\":{\"description\":\"ol\",\"prefixList\":[\"rghsrleinkfsc\",\"fncjwvua\",\"fqwtltngvm\"],\"etag\":\"uptrklz\",\"auditComment\":\"jajwolxfsvag\",\"provisioningState\":\"Succeeded\"},\"id\":\"nwlslrcigtzjcvbx\",\"name\":\"lapsnsso\",\"type\":\"yxpavidnie\"}"; + = "{\"properties\":{\"description\":\"aboohxbmsgyc\",\"prefixList\":[\"xrmdvewuyqaeohpj\"],\"etag\":\"ejkbvhhdaurgho\",\"auditComment\":\"aexbkhxjxjo\",\"provisioningState\":\"Succeeded\"},\"id\":\"xrkdknkobektm\",\"name\":\"o\",\"type\":\"omtzamicb\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -32,17 +32,17 @@ public void testCreateOrUpdate() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PrefixListResource response = manager.prefixListLocalRulestacks() - .define("fbngfcocef") - .withExistingLocalRulestack("cgxefnohaitraniz", "rwgudasmxub") - .withPrefixList(Arrays.asList("svhl")) - .withDescription("riylfmpztra") - .withEtag("culregpqt") - .withAuditComment("jhvrztnvgyshqrdg") + .define("twd") + .withExistingLocalRulestack("ykyalugek", "fqnh") + .withPrefixList(Arrays.asList("mhmnulwemp", "cifrhjulrsulwzpf", "usnaw", "hhgzotf")) + .withDescription("rczfjjnnuxxr") + .withEtag("yrgkoekv") + .withAuditComment("xxyxhighctxbxm") .create(); - Assertions.assertEquals("ol", response.description()); - Assertions.assertEquals("rghsrleinkfsc", response.prefixList().get(0)); - Assertions.assertEquals("uptrklz", response.etag()); - Assertions.assertEquals("jajwolxfsvag", response.auditComment()); + Assertions.assertEquals("aboohxbmsgyc", response.description()); + Assertions.assertEquals("xrmdvewuyqaeohpj", response.prefixList().get(0)); + Assertions.assertEquals("ejkbvhhdaurgho", response.etag()); + Assertions.assertEquals("aexbkhxjxjo", response.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksDeleteMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksDeleteMockTests.java index 1368ccb5b167..9654c6a3d600 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksDeleteMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksDeleteMockTests.java @@ -28,7 +28,7 @@ public void testDelete() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); manager.prefixListLocalRulestacks() - .delete("zjwhsetwwjwz", "qseuzuukykcyqhy", "qzzdcykeyste", com.azure.core.util.Context.NONE); + .delete("bnhrxlelfjhkeiz", "pihtdmiwjekpt", "caydbjzcqymlcfnz", com.azure.core.util.Context.NONE); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksGetWithResponseMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksGetWithResponseMockTests.java index 4a9c344d76e8..46692de5e9e6 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksGetWithResponseMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksGetWithResponseMockTests.java @@ -21,7 +21,7 @@ public final class PrefixListLocalRulestacksGetWithResponseMockTests { @Test public void testGetWithResponse() throws Exception { String responseStr - = "{\"properties\":{\"description\":\"ios\",\"prefixList\":[\"cyvaifppuacvfy\",\"owpsfxt\",\"dhsoymhpv\",\"yqfttehdpboujst\"],\"etag\":\"vvdshxcdedsue\",\"auditComment\":\"gnxcgjtfrnquktr\",\"provisioningState\":\"Creating\"},\"id\":\"nlrxsmyltrwntfmt\",\"name\":\"g\",\"type\":\"jdxwnazkurrdre\"}"; + = "{\"properties\":{\"description\":\"dxaexqokmyrljia\",\"prefixList\":[\"bn\",\"brqlpbcjtrpz\"],\"etag\":\"udivbxnhsqeaeonq\",\"auditComment\":\"wgdhu\",\"provisioningState\":\"Succeeded\"},\"id\":\"tzarogatmoljiy\",\"name\":\"mpinmzvfkneerzzt\",\"type\":\"knsjulugd\"}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,12 +31,12 @@ public void testGetWithResponse() throws Exception { new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); PrefixListResource response = manager.prefixListLocalRulestacks() - .getWithResponse("ij", "ykwlefksxqceazf", "xgnmqvzvluyq", com.azure.core.util.Context.NONE) + .getWithResponse("vtptbk", "wkqyns", "gbvoffbkk", com.azure.core.util.Context.NONE) .getValue(); - Assertions.assertEquals("ios", response.description()); - Assertions.assertEquals("cyvaifppuacvfy", response.prefixList().get(0)); - Assertions.assertEquals("vvdshxcdedsue", response.etag()); - Assertions.assertEquals("gnxcgjtfrnquktr", response.auditComment()); + Assertions.assertEquals("dxaexqokmyrljia", response.description()); + Assertions.assertEquals("bn", response.prefixList().get(0)); + Assertions.assertEquals("udivbxnhsqeaeonq", response.etag()); + Assertions.assertEquals("wgdhu", response.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksListByLocalRulestacksMockTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksListByLocalRulestacksMockTests.java index 4f90edb11ccd..9a2e3edb6f0a 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksListByLocalRulestacksMockTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListLocalRulestacksListByLocalRulestacksMockTests.java @@ -22,7 +22,7 @@ public final class PrefixListLocalRulestacksListByLocalRulestacksMockTests { @Test public void testListByLocalRulestacks() throws Exception { String responseStr - = "{\"value\":[{\"properties\":{\"description\":\"zgbsqgpewqcfutmd\",\"prefixList\":[\"ozglq\",\"bknlzcl\",\"tzeyowmndcovd\"],\"etag\":\"qauxzan\",\"auditComment\":\"kvfruwkudr\",\"provisioningState\":\"Canceled\"},\"id\":\"txudqyeme\",\"name\":\"unaucm\",\"type\":\"irtneemmjau\"}]}"; + = "{\"value\":[{\"properties\":{\"description\":\"iubmom\",\"prefixList\":[\"vvjhvvlrlohewjj\",\"ajnkdflqionswae\",\"kzfzqxjosho\"],\"etag\":\"otryegp\",\"auditComment\":\"xrmexznlw\",\"provisioningState\":\"Failed\"},\"id\":\"kxkhupzerufgj\",\"name\":\"l\",\"type\":\"drmyfcemftzg\"}]}"; HttpClient httpClient = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8))); @@ -31,12 +31,12 @@ public void testListByLocalRulestacks() throws Exception { .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)), new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD)); - PagedIterable response - = manager.prefixListLocalRulestacks().listByLocalRulestacks("fop", "z", com.azure.core.util.Context.NONE); + PagedIterable response = manager.prefixListLocalRulestacks() + .listByLocalRulestacks("mhsurlgwqkpmm", "pstauol", com.azure.core.util.Context.NONE); - Assertions.assertEquals("zgbsqgpewqcfutmd", response.iterator().next().description()); - Assertions.assertEquals("ozglq", response.iterator().next().prefixList().get(0)); - Assertions.assertEquals("qauxzan", response.iterator().next().etag()); - Assertions.assertEquals("kvfruwkudr", response.iterator().next().auditComment()); + Assertions.assertEquals("iubmom", response.iterator().next().description()); + Assertions.assertEquals("vvjhvvlrlohewjj", response.iterator().next().prefixList().get(0)); + Assertions.assertEquals("otryegp", response.iterator().next().etag()); + Assertions.assertEquals("xrmexznlw", response.iterator().next().auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListResourceInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListResourceInnerTests.java index d21b97120c8f..cd1d3ea759b0 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListResourceInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListResourceInnerTests.java @@ -13,24 +13,24 @@ public final class PrefixListResourceInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { PrefixListResourceInner model = BinaryData.fromString( - "{\"properties\":{\"description\":\"nobpudcdabtqwpw\",\"prefixList\":[\"wbzasqbuclj\",\"kyexaoguyaipi\"],\"etag\":\"daultxijjumfq\",\"auditComment\":\"z\",\"provisioningState\":\"NotSpecified\"},\"id\":\"mcjn\",\"name\":\"zqdqxt\",\"type\":\"jw\"}") + "{\"properties\":{\"description\":\"e\",\"prefixList\":[\"jetagltsxoatft\"],\"etag\":\"pnpbswveflocc\",\"auditComment\":\"mozi\",\"provisioningState\":\"Accepted\"},\"id\":\"g\",\"name\":\"wtxxpkyjcx\",\"type\":\"jxgrytfmp\"}") .toObject(PrefixListResourceInner.class); - Assertions.assertEquals("nobpudcdabtqwpw", model.description()); - Assertions.assertEquals("wbzasqbuclj", model.prefixList().get(0)); - Assertions.assertEquals("daultxijjumfq", model.etag()); - Assertions.assertEquals("z", model.auditComment()); + Assertions.assertEquals("e", model.description()); + Assertions.assertEquals("jetagltsxoatft", model.prefixList().get(0)); + Assertions.assertEquals("pnpbswveflocc", model.etag()); + Assertions.assertEquals("mozi", model.auditComment()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - PrefixListResourceInner model = new PrefixListResourceInner().withDescription("nobpudcdabtqwpw") - .withPrefixList(Arrays.asList("wbzasqbuclj", "kyexaoguyaipi")) - .withEtag("daultxijjumfq") - .withAuditComment("z"); + PrefixListResourceInner model = new PrefixListResourceInner().withDescription("e") + .withPrefixList(Arrays.asList("jetagltsxoatft")) + .withEtag("pnpbswveflocc") + .withAuditComment("mozi"); model = BinaryData.fromObject(model).toObject(PrefixListResourceInner.class); - Assertions.assertEquals("nobpudcdabtqwpw", model.description()); - Assertions.assertEquals("wbzasqbuclj", model.prefixList().get(0)); - Assertions.assertEquals("daultxijjumfq", model.etag()); - Assertions.assertEquals("z", model.auditComment()); + Assertions.assertEquals("e", model.description()); + Assertions.assertEquals("jetagltsxoatft", model.prefixList().get(0)); + Assertions.assertEquals("pnpbswveflocc", model.etag()); + Assertions.assertEquals("mozi", model.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListResourceListResultTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListResourceListResultTests.java index 588098733625..1a87241c5001 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListResourceListResultTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixListResourceListResultTests.java @@ -12,12 +12,12 @@ public final class PrefixListResourceListResultTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { PrefixListResourceListResult model = BinaryData.fromString( - "{\"value\":[{\"properties\":{\"description\":\"fusfzsvtuikzhajq\",\"prefixList\":[\"cfhmlrqryxyn\",\"nzrdpsovwxz\",\"ptgoeiybbabp\"],\"etag\":\"vf\",\"auditComment\":\"kvntjlrigjkskyri\",\"provisioningState\":\"Deleting\"},\"id\":\"idsxwaabzmifry\",\"name\":\"znmmaxrizkzobgo\",\"type\":\"xlhslnel\"},{\"properties\":{\"description\":\"eixynllxecwcroj\",\"prefixList\":[\"slhcawjutifd\",\"fmvigorqjbttzh\"],\"etag\":\"glka\",\"auditComment\":\"onqjujeickpzvcpo\",\"provisioningState\":\"Accepted\"},\"id\":\"lnwcltyjed\",\"name\":\"xxmlfmkqscazua\",\"type\":\"xtzx\"},{\"properties\":{\"description\":\"amwabzxrvxcushsp\",\"prefixList\":[\"ivmxyasfl\",\"gsgzwywakoihk\",\"smjblmljhlnym\",\"otqyry\"],\"etag\":\"cbm\",\"auditComment\":\"vxmvw\",\"provisioningState\":\"Deleted\"},\"id\":\"yxonsupe\",\"name\":\"jlzqnhc\",\"type\":\"sqltnzo\"},{\"properties\":{\"description\":\"gsxgnxfyqon\",\"prefixList\":[\"qoxwd\"],\"etag\":\"dbxiqx\",\"auditComment\":\"iqbi\",\"provisioningState\":\"NotSpecified\"},\"id\":\"wwinhehf\",\"name\":\"pofvwb\",\"type\":\"blembnkbwvqvxkd\"}],\"nextLink\":\"qihebw\"}") + "{\"value\":[{\"properties\":{\"description\":\"ilrmcaykggnox\",\"prefixList\":[\"t\",\"ksxwpnd\",\"cpfnznthjtwkja\"],\"etag\":\"rxuzvoam\",\"auditComment\":\"cqiosmgbza\",\"provisioningState\":\"Failed\"},\"id\":\"dl\",\"name\":\"rtltla\",\"type\":\"rltzkatbhjmz\"},{\"properties\":{\"description\":\"bsoqeqala\",\"prefixList\":[\"lagun\",\"tgfebwln\"],\"etag\":\"hyreeu\",\"auditComment\":\"qavbpdqmj\",\"provisioningState\":\"Deleted\"},\"id\":\"zg\",\"name\":\"gouwtlmj\",\"type\":\"yuojqtobaxk\"},{\"properties\":{\"description\":\"ytunlbfjkwr\",\"prefixList\":[\"nkqbhsyrq\"],\"etag\":\"jqhden\",\"auditComment\":\"ulkpakd\",\"provisioningState\":\"NotSpecified\"},\"id\":\"jnnawtqa\",\"name\":\"pxuckpggq\",\"type\":\"wey\"},{\"properties\":{\"description\":\"dhlisngwflqqmpi\",\"prefixList\":[\"uwnpqxpxiwfcng\",\"saasiixtmkzj\",\"kv\"],\"etag\":\"rhgfgrwsdpgrat\",\"auditComment\":\"zb\",\"provisioningState\":\"Creating\"},\"id\":\"v\",\"name\":\"ctctbrxkjz\",\"type\":\"rgxffmshkw\"}],\"nextLink\":\"kgozxwop\"}") .toObject(PrefixListResourceListResult.class); - Assertions.assertEquals("fusfzsvtuikzhajq", model.value().get(0).description()); - Assertions.assertEquals("cfhmlrqryxyn", model.value().get(0).prefixList().get(0)); - Assertions.assertEquals("vf", model.value().get(0).etag()); - Assertions.assertEquals("kvntjlrigjkskyri", model.value().get(0).auditComment()); - Assertions.assertEquals("qihebw", model.nextLink()); + Assertions.assertEquals("ilrmcaykggnox", model.value().get(0).description()); + Assertions.assertEquals("t", model.value().get(0).prefixList().get(0)); + Assertions.assertEquals("rxuzvoam", model.value().get(0).etag()); + Assertions.assertEquals("cqiosmgbza", model.value().get(0).auditComment()); + Assertions.assertEquals("kgozxwop", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixObjectTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixObjectTests.java index 58c3aca04d61..18bae32f4414 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixObjectTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/PrefixObjectTests.java @@ -13,24 +13,24 @@ public final class PrefixObjectTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { PrefixObject model = BinaryData.fromString( - "{\"description\":\"ptramxj\",\"prefixList\":[\"wlwnwxuqlcv\"],\"etag\":\"ypatdooaojkniod\",\"auditComment\":\"oebwnujhemms\",\"provisioningState\":\"Accepted\"}") + "{\"description\":\"kotl\",\"prefixList\":[\"d\"],\"etag\":\"gsyocogj\",\"auditComment\":\"dtbnnha\",\"provisioningState\":\"Deleting\"}") .toObject(PrefixObject.class); - Assertions.assertEquals("ptramxj", model.description()); - Assertions.assertEquals("wlwnwxuqlcv", model.prefixList().get(0)); - Assertions.assertEquals("ypatdooaojkniod", model.etag()); - Assertions.assertEquals("oebwnujhemms", model.auditComment()); + Assertions.assertEquals("kotl", model.description()); + Assertions.assertEquals("d", model.prefixList().get(0)); + Assertions.assertEquals("gsyocogj", model.etag()); + Assertions.assertEquals("dtbnnha", model.auditComment()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - PrefixObject model = new PrefixObject().withDescription("ptramxj") - .withPrefixList(Arrays.asList("wlwnwxuqlcv")) - .withEtag("ypatdooaojkniod") - .withAuditComment("oebwnujhemms"); + PrefixObject model = new PrefixObject().withDescription("kotl") + .withPrefixList(Arrays.asList("d")) + .withEtag("gsyocogj") + .withAuditComment("dtbnnha"); model = BinaryData.fromObject(model).toObject(PrefixObject.class); - Assertions.assertEquals("ptramxj", model.description()); - Assertions.assertEquals("wlwnwxuqlcv", model.prefixList().get(0)); - Assertions.assertEquals("ypatdooaojkniod", model.etag()); - Assertions.assertEquals("oebwnujhemms", model.auditComment()); + Assertions.assertEquals("kotl", model.description()); + Assertions.assertEquals("d", model.prefixList().get(0)); + Assertions.assertEquals("gsyocogj", model.etag()); + Assertions.assertEquals("dtbnnha", model.auditComment()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ProductSerialNumberRequestStatusInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ProductSerialNumberRequestStatusInnerTests.java index 4f5e2c4eca25..cd5f5d1e946c 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ProductSerialNumberRequestStatusInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ProductSerialNumberRequestStatusInnerTests.java @@ -11,8 +11,8 @@ public final class ProductSerialNumberRequestStatusInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { - ProductSerialNumberRequestStatusInner model = BinaryData.fromString("{\"status\":\"swbzuwfmdurage\"}") + ProductSerialNumberRequestStatusInner model = BinaryData.fromString("{\"status\":\"bydpizqaclnapxb\"}") .toObject(ProductSerialNumberRequestStatusInner.class); - Assertions.assertEquals("swbzuwfmdurage", model.status()); + Assertions.assertEquals("bydpizqaclnapxb", model.status()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ProductSerialNumberStatusInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ProductSerialNumberStatusInnerTests.java index 9e056ba4d22e..dbc96ded6a67 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ProductSerialNumberStatusInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/ProductSerialNumberStatusInnerTests.java @@ -13,9 +13,9 @@ public final class ProductSerialNumberStatusInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { ProductSerialNumberStatusInner model - = BinaryData.fromString("{\"serialNumber\":\"acy\",\"status\":\"InProgress\"}") + = BinaryData.fromString("{\"serialNumber\":\"j\",\"status\":\"Allocated\"}") .toObject(ProductSerialNumberStatusInner.class); - Assertions.assertEquals("acy", model.serialNumber()); - Assertions.assertEquals(ProductSerialStatusValues.IN_PROGRESS, model.status()); + Assertions.assertEquals("j", model.serialNumber()); + Assertions.assertEquals(ProductSerialStatusValues.ALLOCATED, model.status()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RuleCounterInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RuleCounterInnerTests.java index 28b856ee9ea8..3c865fc0f1b7 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RuleCounterInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RuleCounterInnerTests.java @@ -13,24 +13,24 @@ public final class RuleCounterInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { RuleCounterInner model = BinaryData.fromString( - "{\"priority\":\"plsaknynfsynljph\",\"ruleStackName\":\"pxodlqiyntorzih\",\"ruleListName\":\"osjswsr\",\"firewallName\":\"lyzrpzbchckqqzqi\",\"ruleName\":\"xiy\",\"hitCount\":1721034864,\"appSeen\":{\"count\":1896138936,\"appSeenList\":[{\"title\":\"nkedyatrwyhqmib\",\"category\":\"yhwitsmypyynpcdp\",\"subCategory\":\"mnzgmwznmabi\",\"risk\":\"nsorgjhxbldt\",\"tag\":\"wwrlkdmtncv\",\"technology\":\"kotl\",\"standardPorts\":\"xdy\"},{\"title\":\"gsyocogj\",\"category\":\"tdtbnnhadooc\",\"subCategory\":\"kvci\",\"risk\":\"hnvpamqgxq\",\"tag\":\"u\",\"technology\":\"zikywgg\",\"standardPorts\":\"kallatmel\"},{\"title\":\"uipiccjzk\",\"category\":\"ivgvvcna\",\"subCategory\":\"rhyrnxxmueed\",\"risk\":\"drd\",\"tag\":\"stkwqqtch\",\"technology\":\"alm\",\"standardPorts\":\"mtdaa\"},{\"title\":\"gdv\",\"category\":\"vgpiohgwxrt\",\"subCategory\":\"udxepxgyqagv\",\"risk\":\"vmnpkukghimdblx\",\"tag\":\"wi\",\"technology\":\"fnjhfjxwmszkkfo\",\"standardPorts\":\"rey\"}]},\"timestamp\":\"2021-05-31T03:25:20Z\",\"requestTimestamp\":\"2021-03-26T08:18:16Z\",\"lastUpdatedTimestamp\":\"2021-01-04T11:20:29Z\"}") + "{\"priority\":\"ajqgxy\",\"ruleStackName\":\"ocmbqfqvmkcxoza\",\"ruleListName\":\"helxprglya\",\"firewallName\":\"dckcbc\",\"ruleName\":\"ejrjxgciqibrho\",\"hitCount\":1487162894,\"appSeen\":{\"count\":1655789286,\"appSeenList\":[{\"title\":\"hzoymibmrqy\",\"category\":\"bahwfl\",\"subCategory\":\"szdtmhrkwof\",\"risk\":\"yvoqa\",\"tag\":\"piexpbtgiw\",\"technology\":\"wo\",\"standardPorts\":\"nwashrtd\"}]},\"timestamp\":\"2021-10-17T07:53:24Z\",\"requestTimestamp\":\"2021-03-26T12:56:23Z\",\"lastUpdatedTimestamp\":\"2021-03-19T14:05:07Z\"}") .toObject(RuleCounterInner.class); - Assertions.assertEquals("plsaknynfsynljph", model.priority()); - Assertions.assertEquals("pxodlqiyntorzih", model.ruleStackName()); - Assertions.assertEquals("osjswsr", model.ruleListName()); - Assertions.assertEquals("lyzrpzbchckqqzqi", model.firewallName()); - Assertions.assertEquals("xiy", model.ruleName()); - Assertions.assertEquals(1721034864, model.hitCount()); - Assertions.assertEquals(1896138936, model.appSeen().count()); - Assertions.assertEquals("nkedyatrwyhqmib", model.appSeen().appSeenList().get(0).title()); - Assertions.assertEquals("yhwitsmypyynpcdp", model.appSeen().appSeenList().get(0).category()); - Assertions.assertEquals("mnzgmwznmabi", model.appSeen().appSeenList().get(0).subCategory()); - Assertions.assertEquals("nsorgjhxbldt", model.appSeen().appSeenList().get(0).risk()); - Assertions.assertEquals("wwrlkdmtncv", model.appSeen().appSeenList().get(0).tag()); - Assertions.assertEquals("kotl", model.appSeen().appSeenList().get(0).technology()); - Assertions.assertEquals("xdy", model.appSeen().appSeenList().get(0).standardPorts()); - Assertions.assertEquals(OffsetDateTime.parse("2021-05-31T03:25:20Z"), model.timestamp()); - Assertions.assertEquals(OffsetDateTime.parse("2021-03-26T08:18:16Z"), model.requestTimestamp()); - Assertions.assertEquals(OffsetDateTime.parse("2021-01-04T11:20:29Z"), model.lastUpdatedTimestamp()); + Assertions.assertEquals("ajqgxy", model.priority()); + Assertions.assertEquals("ocmbqfqvmkcxoza", model.ruleStackName()); + Assertions.assertEquals("helxprglya", model.ruleListName()); + Assertions.assertEquals("dckcbc", model.firewallName()); + Assertions.assertEquals("ejrjxgciqibrho", model.ruleName()); + Assertions.assertEquals(1487162894, model.hitCount()); + Assertions.assertEquals(1655789286, model.appSeen().count()); + Assertions.assertEquals("hzoymibmrqy", model.appSeen().appSeenList().get(0).title()); + Assertions.assertEquals("bahwfl", model.appSeen().appSeenList().get(0).category()); + Assertions.assertEquals("szdtmhrkwof", model.appSeen().appSeenList().get(0).subCategory()); + Assertions.assertEquals("yvoqa", model.appSeen().appSeenList().get(0).risk()); + Assertions.assertEquals("piexpbtgiw", model.appSeen().appSeenList().get(0).tag()); + Assertions.assertEquals("wo", model.appSeen().appSeenList().get(0).technology()); + Assertions.assertEquals("nwashrtd", model.appSeen().appSeenList().get(0).standardPorts()); + Assertions.assertEquals(OffsetDateTime.parse("2021-10-17T07:53:24Z"), model.timestamp()); + Assertions.assertEquals(OffsetDateTime.parse("2021-03-26T12:56:23Z"), model.requestTimestamp()); + Assertions.assertEquals(OffsetDateTime.parse("2021-03-19T14:05:07Z"), model.lastUpdatedTimestamp()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RuleCounterResetInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RuleCounterResetInnerTests.java index 2e286df6ea8e..a74e05d8cc6d 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RuleCounterResetInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RuleCounterResetInnerTests.java @@ -12,11 +12,11 @@ public final class RuleCounterResetInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { RuleCounterResetInner model = BinaryData.fromString( - "{\"priority\":\"ky\",\"ruleStackName\":\"beddgssofw\",\"ruleListName\":\"zqalkrmnjijpx\",\"firewallName\":\"q\",\"ruleName\":\"dfnbyxbaaabjyv\"}") + "{\"priority\":\"wiipfpub\",\"ruleStackName\":\"bwwift\",\"ruleListName\":\"qkvpuvksgplsakn\",\"firewallName\":\"fsynljphuop\",\"ruleName\":\"dlqiyntorzih\"}") .toObject(RuleCounterResetInner.class); - Assertions.assertEquals("beddgssofw", model.ruleStackName()); - Assertions.assertEquals("zqalkrmnjijpx", model.ruleListName()); - Assertions.assertEquals("q", model.firewallName()); - Assertions.assertEquals("dfnbyxbaaabjyv", model.ruleName()); + Assertions.assertEquals("bwwift", model.ruleStackName()); + Assertions.assertEquals("qkvpuvksgplsakn", model.ruleListName()); + Assertions.assertEquals("fsynljphuop", model.firewallName()); + Assertions.assertEquals("dlqiyntorzih", model.ruleName()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RulestackDetailsTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RulestackDetailsTests.java index 28415aad9920..bbfe30e7a1e6 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RulestackDetailsTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RulestackDetailsTests.java @@ -12,20 +12,21 @@ public final class RulestackDetailsTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { RulestackDetails model = BinaryData - .fromString("{\"resourceId\":\"slbi\",\"rulestackId\":\"ojgcyzt\",\"location\":\"mznbaeqphch\"}") + .fromString("{\"resourceId\":\"rgnepttwqmsniffc\",\"rulestackId\":\"qnrojlpijnkrxfrd\",\"location\":\"c\"}") .toObject(RulestackDetails.class); - Assertions.assertEquals("slbi", model.resourceId()); - Assertions.assertEquals("ojgcyzt", model.rulestackId()); - Assertions.assertEquals("mznbaeqphch", model.location()); + Assertions.assertEquals("rgnepttwqmsniffc", model.resourceId()); + Assertions.assertEquals("qnrojlpijnkrxfrd", model.rulestackId()); + Assertions.assertEquals("c", model.location()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - RulestackDetails model - = new RulestackDetails().withResourceId("slbi").withRulestackId("ojgcyzt").withLocation("mznbaeqphch"); + RulestackDetails model = new RulestackDetails().withResourceId("rgnepttwqmsniffc") + .withRulestackId("qnrojlpijnkrxfrd") + .withLocation("c"); model = BinaryData.fromObject(model).toObject(RulestackDetails.class); - Assertions.assertEquals("slbi", model.resourceId()); - Assertions.assertEquals("ojgcyzt", model.rulestackId()); - Assertions.assertEquals("mznbaeqphch", model.location()); + Assertions.assertEquals("rgnepttwqmsniffc", model.resourceId()); + Assertions.assertEquals("qnrojlpijnkrxfrd", model.rulestackId()); + Assertions.assertEquals("c", model.location()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RulestackPropertiesTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RulestackPropertiesTests.java index 240e3091c503..ac8597db73bd 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RulestackPropertiesTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/RulestackPropertiesTests.java @@ -16,57 +16,57 @@ public final class RulestackPropertiesTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { RulestackProperties model = BinaryData.fromString( - "{\"panEtag\":\"crzevdphlx\",\"panLocation\":\"lthqtrgqjbp\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"n\",\"gvfcj\"],\"description\":\"zoxxjtf\",\"defaultMode\":\"NONE\",\"minAppIdVersion\":\"wfzitonpeqfpjk\",\"provisioningState\":\"Updating\",\"securityServices\":{\"vulnerabilityProfile\":\"pdvhpfxxypin\",\"antiSpywareProfile\":\"mayhuybbkpodepoo\",\"antiVirusProfile\":\"nuvamiheogna\",\"urlFilteringProfile\":\"zxtheotusivyevcc\",\"fileBlockingProfile\":\"ihnhun\",\"dnsSubscription\":\"wjzrnfygxgisp\",\"outboundUnTrustCertificate\":\"vtz\",\"outboundTrustCertificate\":\"ufubl\"}}") + "{\"panEtag\":\"fjpgddtocjjxhvp\",\"panLocation\":\"uexhdzx\",\"scope\":\"GLOBAL\",\"associatedSubscriptions\":[\"jnxqbzvddntwn\",\"eic\",\"twnpzaoqvuhrhcf\"],\"description\":\"yd\",\"defaultMode\":\"IPS\",\"minAppIdVersion\":\"jthjqkwpyei\",\"provisioningState\":\"Creating\",\"securityServices\":{\"vulnerabilityProfile\":\"iwqvhkh\",\"antiSpywareProfile\":\"uigdtopbobjog\",\"antiVirusProfile\":\"e\",\"urlFilteringProfile\":\"a\",\"fileBlockingProfile\":\"uhrzayvvt\",\"dnsSubscription\":\"vdfgiotk\",\"outboundUnTrustCertificate\":\"utqxlngx\",\"outboundTrustCertificate\":\"fgugnxkrxdqmid\"}}") .toObject(RulestackProperties.class); - Assertions.assertEquals("crzevdphlx", model.panEtag()); - Assertions.assertEquals("lthqtrgqjbp", model.panLocation()); + Assertions.assertEquals("fjpgddtocjjxhvp", model.panEtag()); + Assertions.assertEquals("uexhdzx", model.panLocation()); Assertions.assertEquals(ScopeType.GLOBAL, model.scope()); - Assertions.assertEquals("n", model.associatedSubscriptions().get(0)); - Assertions.assertEquals("zoxxjtf", model.description()); - Assertions.assertEquals(DefaultMode.NONE, model.defaultMode()); - Assertions.assertEquals("wfzitonpeqfpjk", model.minAppIdVersion()); - Assertions.assertEquals("pdvhpfxxypin", model.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("mayhuybbkpodepoo", model.securityServices().antiSpywareProfile()); - Assertions.assertEquals("nuvamiheogna", model.securityServices().antiVirusProfile()); - Assertions.assertEquals("zxtheotusivyevcc", model.securityServices().urlFilteringProfile()); - Assertions.assertEquals("ihnhun", model.securityServices().fileBlockingProfile()); - Assertions.assertEquals("wjzrnfygxgisp", model.securityServices().dnsSubscription()); - Assertions.assertEquals("vtz", model.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("ufubl", model.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("jnxqbzvddntwn", model.associatedSubscriptions().get(0)); + Assertions.assertEquals("yd", model.description()); + Assertions.assertEquals(DefaultMode.IPS, model.defaultMode()); + Assertions.assertEquals("jthjqkwpyei", model.minAppIdVersion()); + Assertions.assertEquals("iwqvhkh", model.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("uigdtopbobjog", model.securityServices().antiSpywareProfile()); + Assertions.assertEquals("e", model.securityServices().antiVirusProfile()); + Assertions.assertEquals("a", model.securityServices().urlFilteringProfile()); + Assertions.assertEquals("uhrzayvvt", model.securityServices().fileBlockingProfile()); + Assertions.assertEquals("vdfgiotk", model.securityServices().dnsSubscription()); + Assertions.assertEquals("utqxlngx", model.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("fgugnxkrxdqmid", model.securityServices().outboundTrustCertificate()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - RulestackProperties model = new RulestackProperties().withPanEtag("crzevdphlx") - .withPanLocation("lthqtrgqjbp") + RulestackProperties model = new RulestackProperties().withPanEtag("fjpgddtocjjxhvp") + .withPanLocation("uexhdzx") .withScope(ScopeType.GLOBAL) - .withAssociatedSubscriptions(Arrays.asList("n", "gvfcj")) - .withDescription("zoxxjtf") - .withDefaultMode(DefaultMode.NONE) - .withMinAppIdVersion("wfzitonpeqfpjk") - .withSecurityServices(new SecurityServices().withVulnerabilityProfile("pdvhpfxxypin") - .withAntiSpywareProfile("mayhuybbkpodepoo") - .withAntiVirusProfile("nuvamiheogna") - .withUrlFilteringProfile("zxtheotusivyevcc") - .withFileBlockingProfile("ihnhun") - .withDnsSubscription("wjzrnfygxgisp") - .withOutboundUnTrustCertificate("vtz") - .withOutboundTrustCertificate("ufubl")); + .withAssociatedSubscriptions(Arrays.asList("jnxqbzvddntwn", "eic", "twnpzaoqvuhrhcf")) + .withDescription("yd") + .withDefaultMode(DefaultMode.IPS) + .withMinAppIdVersion("jthjqkwpyei") + .withSecurityServices(new SecurityServices().withVulnerabilityProfile("iwqvhkh") + .withAntiSpywareProfile("uigdtopbobjog") + .withAntiVirusProfile("e") + .withUrlFilteringProfile("a") + .withFileBlockingProfile("uhrzayvvt") + .withDnsSubscription("vdfgiotk") + .withOutboundUnTrustCertificate("utqxlngx") + .withOutboundTrustCertificate("fgugnxkrxdqmid")); model = BinaryData.fromObject(model).toObject(RulestackProperties.class); - Assertions.assertEquals("crzevdphlx", model.panEtag()); - Assertions.assertEquals("lthqtrgqjbp", model.panLocation()); + Assertions.assertEquals("fjpgddtocjjxhvp", model.panEtag()); + Assertions.assertEquals("uexhdzx", model.panLocation()); Assertions.assertEquals(ScopeType.GLOBAL, model.scope()); - Assertions.assertEquals("n", model.associatedSubscriptions().get(0)); - Assertions.assertEquals("zoxxjtf", model.description()); - Assertions.assertEquals(DefaultMode.NONE, model.defaultMode()); - Assertions.assertEquals("wfzitonpeqfpjk", model.minAppIdVersion()); - Assertions.assertEquals("pdvhpfxxypin", model.securityServices().vulnerabilityProfile()); - Assertions.assertEquals("mayhuybbkpodepoo", model.securityServices().antiSpywareProfile()); - Assertions.assertEquals("nuvamiheogna", model.securityServices().antiVirusProfile()); - Assertions.assertEquals("zxtheotusivyevcc", model.securityServices().urlFilteringProfile()); - Assertions.assertEquals("ihnhun", model.securityServices().fileBlockingProfile()); - Assertions.assertEquals("wjzrnfygxgisp", model.securityServices().dnsSubscription()); - Assertions.assertEquals("vtz", model.securityServices().outboundUnTrustCertificate()); - Assertions.assertEquals("ufubl", model.securityServices().outboundTrustCertificate()); + Assertions.assertEquals("jnxqbzvddntwn", model.associatedSubscriptions().get(0)); + Assertions.assertEquals("yd", model.description()); + Assertions.assertEquals(DefaultMode.IPS, model.defaultMode()); + Assertions.assertEquals("jthjqkwpyei", model.minAppIdVersion()); + Assertions.assertEquals("iwqvhkh", model.securityServices().vulnerabilityProfile()); + Assertions.assertEquals("uigdtopbobjog", model.securityServices().antiSpywareProfile()); + Assertions.assertEquals("e", model.securityServices().antiVirusProfile()); + Assertions.assertEquals("a", model.securityServices().urlFilteringProfile()); + Assertions.assertEquals("uhrzayvvt", model.securityServices().fileBlockingProfile()); + Assertions.assertEquals("vdfgiotk", model.securityServices().dnsSubscription()); + Assertions.assertEquals("utqxlngx", model.securityServices().outboundUnTrustCertificate()); + Assertions.assertEquals("fgugnxkrxdqmid", model.securityServices().outboundTrustCertificate()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SecurityServicesResponseInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SecurityServicesResponseInnerTests.java index b8562dcb978e..effda10098bc 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SecurityServicesResponseInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SecurityServicesResponseInnerTests.java @@ -12,11 +12,11 @@ public final class SecurityServicesResponseInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { SecurityServicesResponseInner model = BinaryData.fromString( - "{\"value\":{\"type\":\"civfsnkymuctq\",\"entry\":[{\"name\":\"fbebrjcxer\",\"description\":\"wutttxfvjrbi\"}]},\"nextLink\":\"hxepcyvahfnlj\"}") + "{\"value\":{\"type\":\"ytxhp\",\"entry\":[{\"name\":\"bzpfzab\",\"description\":\"cuh\"},{\"name\":\"wtctyqi\",\"description\":\"bbovplwzbhvgyugu\"}]},\"nextLink\":\"vmkfssxqu\"}") .toObject(SecurityServicesResponseInner.class); - Assertions.assertEquals("civfsnkymuctq", model.value().type()); - Assertions.assertEquals("fbebrjcxer", model.value().entry().get(0).name()); - Assertions.assertEquals("wutttxfvjrbi", model.value().entry().get(0).description()); - Assertions.assertEquals("hxepcyvahfnlj", model.nextLink()); + Assertions.assertEquals("ytxhp", model.value().type()); + Assertions.assertEquals("bzpfzab", model.value().entry().get(0).name()); + Assertions.assertEquals("cuh", model.value().entry().get(0).description()); + Assertions.assertEquals("vmkfssxqu", model.nextLink()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SecurityServicesTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SecurityServicesTests.java index 52a9168c7ca4..5d863085f817 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SecurityServicesTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SecurityServicesTests.java @@ -12,36 +12,36 @@ public final class SecurityServicesTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { SecurityServices model = BinaryData.fromString( - "{\"vulnerabilityProfile\":\"fxqeof\",\"antiSpywareProfile\":\"e\",\"antiVirusProfile\":\"hqjbasvmsmj\",\"urlFilteringProfile\":\"lngsntnbybkzgcwr\",\"fileBlockingProfile\":\"lxxwrljdouskc\",\"dnsSubscription\":\"kocrcjdkwtnhx\",\"outboundUnTrustCertificate\":\"jbiksqrglssai\",\"outboundTrustCertificate\":\"p\"}") + "{\"vulnerabilityProfile\":\"hzrvqd\",\"antiSpywareProfile\":\"bhj\",\"antiVirusProfile\":\"igeho\",\"urlFilteringProfile\":\"bowsk\",\"fileBlockingProfile\":\"yktz\",\"dnsSubscription\":\"u\",\"outboundUnTrustCertificate\":\"wgqyw\",\"outboundTrustCertificate\":\"drvyn\"}") .toObject(SecurityServices.class); - Assertions.assertEquals("fxqeof", model.vulnerabilityProfile()); - Assertions.assertEquals("e", model.antiSpywareProfile()); - Assertions.assertEquals("hqjbasvmsmj", model.antiVirusProfile()); - Assertions.assertEquals("lngsntnbybkzgcwr", model.urlFilteringProfile()); - Assertions.assertEquals("lxxwrljdouskc", model.fileBlockingProfile()); - Assertions.assertEquals("kocrcjdkwtnhx", model.dnsSubscription()); - Assertions.assertEquals("jbiksqrglssai", model.outboundUnTrustCertificate()); - Assertions.assertEquals("p", model.outboundTrustCertificate()); + Assertions.assertEquals("hzrvqd", model.vulnerabilityProfile()); + Assertions.assertEquals("bhj", model.antiSpywareProfile()); + Assertions.assertEquals("igeho", model.antiVirusProfile()); + Assertions.assertEquals("bowsk", model.urlFilteringProfile()); + Assertions.assertEquals("yktz", model.fileBlockingProfile()); + Assertions.assertEquals("u", model.dnsSubscription()); + Assertions.assertEquals("wgqyw", model.outboundUnTrustCertificate()); + Assertions.assertEquals("drvyn", model.outboundTrustCertificate()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - SecurityServices model = new SecurityServices().withVulnerabilityProfile("fxqeof") - .withAntiSpywareProfile("e") - .withAntiVirusProfile("hqjbasvmsmj") - .withUrlFilteringProfile("lngsntnbybkzgcwr") - .withFileBlockingProfile("lxxwrljdouskc") - .withDnsSubscription("kocrcjdkwtnhx") - .withOutboundUnTrustCertificate("jbiksqrglssai") - .withOutboundTrustCertificate("p"); + SecurityServices model = new SecurityServices().withVulnerabilityProfile("hzrvqd") + .withAntiSpywareProfile("bhj") + .withAntiVirusProfile("igeho") + .withUrlFilteringProfile("bowsk") + .withFileBlockingProfile("yktz") + .withDnsSubscription("u") + .withOutboundUnTrustCertificate("wgqyw") + .withOutboundTrustCertificate("drvyn"); model = BinaryData.fromObject(model).toObject(SecurityServices.class); - Assertions.assertEquals("fxqeof", model.vulnerabilityProfile()); - Assertions.assertEquals("e", model.antiSpywareProfile()); - Assertions.assertEquals("hqjbasvmsmj", model.antiVirusProfile()); - Assertions.assertEquals("lngsntnbybkzgcwr", model.urlFilteringProfile()); - Assertions.assertEquals("lxxwrljdouskc", model.fileBlockingProfile()); - Assertions.assertEquals("kocrcjdkwtnhx", model.dnsSubscription()); - Assertions.assertEquals("jbiksqrglssai", model.outboundUnTrustCertificate()); - Assertions.assertEquals("p", model.outboundTrustCertificate()); + Assertions.assertEquals("hzrvqd", model.vulnerabilityProfile()); + Assertions.assertEquals("bhj", model.antiSpywareProfile()); + Assertions.assertEquals("igeho", model.antiVirusProfile()); + Assertions.assertEquals("bowsk", model.urlFilteringProfile()); + Assertions.assertEquals("yktz", model.fileBlockingProfile()); + Assertions.assertEquals("u", model.dnsSubscription()); + Assertions.assertEquals("wgqyw", model.outboundUnTrustCertificate()); + Assertions.assertEquals("drvyn", model.outboundTrustCertificate()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SecurityServicesTypeListTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SecurityServicesTypeListTests.java index 4d406cb6cfb4..5b802a90d4cd 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SecurityServicesTypeListTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SecurityServicesTypeListTests.java @@ -11,11 +11,11 @@ public final class SecurityServicesTypeListTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { - SecurityServicesTypeList model = BinaryData.fromString( - "{\"type\":\"qxj\",\"entry\":[{\"name\":\"ujqgidok\",\"description\":\"ljyoxgvcltb\"},{\"name\":\"sncghkjeszz\",\"description\":\"ijhtxf\"},{\"name\":\"gx\",\"description\":\"smx\"},{\"name\":\"eh\",\"description\":\"vecxgodebfqkk\"}]}") + SecurityServicesTypeList model = BinaryData + .fromString("{\"type\":\"fpl\",\"entry\":[{\"name\":\"gsxnkjzkdeslpv\",\"description\":\"pwiyig\"}]}") .toObject(SecurityServicesTypeList.class); - Assertions.assertEquals("qxj", model.type()); - Assertions.assertEquals("ujqgidok", model.entry().get(0).name()); - Assertions.assertEquals("ljyoxgvcltb", model.entry().get(0).description()); + Assertions.assertEquals("fpl", model.type()); + Assertions.assertEquals("gsxnkjzkdeslpv", model.entry().get(0).name()); + Assertions.assertEquals("pwiyig", model.entry().get(0).description()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SourceAddrTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SourceAddrTests.java index 8be29b2da818..0eebee5fb163 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SourceAddrTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SourceAddrTests.java @@ -13,24 +13,24 @@ public final class SourceAddrTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { SourceAddr model = BinaryData.fromString( - "{\"cidrs\":[\"hgure\"],\"countries\":[\"wobdagxtibqdx\",\"xwak\",\"ogqxndlkzgxhuri\"],\"feeds\":[\"podxunkb\",\"bxmubyynt\",\"lrb\",\"tkoievseotgq\"],\"prefixLists\":[\"tmuwlauwzi\",\"xbmp\",\"cjefuzmu\",\"pbttdum\"]}") + "{\"cidrs\":[\"pmqtaru\",\"ujmkcjhwqy\"],\"countries\":[\"ybn\"],\"feeds\":[\"wgdrjervnaenqp\",\"hin\",\"oygmift\"],\"prefixLists\":[\"d\",\"dslgnayqigynduh\"]}") .toObject(SourceAddr.class); - Assertions.assertEquals("hgure", model.cidrs().get(0)); - Assertions.assertEquals("wobdagxtibqdx", model.countries().get(0)); - Assertions.assertEquals("podxunkb", model.feeds().get(0)); - Assertions.assertEquals("tmuwlauwzi", model.prefixLists().get(0)); + Assertions.assertEquals("pmqtaru", model.cidrs().get(0)); + Assertions.assertEquals("ybn", model.countries().get(0)); + Assertions.assertEquals("wgdrjervnaenqp", model.feeds().get(0)); + Assertions.assertEquals("d", model.prefixLists().get(0)); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - SourceAddr model = new SourceAddr().withCidrs(Arrays.asList("hgure")) - .withCountries(Arrays.asList("wobdagxtibqdx", "xwak", "ogqxndlkzgxhuri")) - .withFeeds(Arrays.asList("podxunkb", "bxmubyynt", "lrb", "tkoievseotgq")) - .withPrefixLists(Arrays.asList("tmuwlauwzi", "xbmp", "cjefuzmu", "pbttdum")); + SourceAddr model = new SourceAddr().withCidrs(Arrays.asList("pmqtaru", "ujmkcjhwqy")) + .withCountries(Arrays.asList("ybn")) + .withFeeds(Arrays.asList("wgdrjervnaenqp", "hin", "oygmift")) + .withPrefixLists(Arrays.asList("d", "dslgnayqigynduh")); model = BinaryData.fromObject(model).toObject(SourceAddr.class); - Assertions.assertEquals("hgure", model.cidrs().get(0)); - Assertions.assertEquals("wobdagxtibqdx", model.countries().get(0)); - Assertions.assertEquals("podxunkb", model.feeds().get(0)); - Assertions.assertEquals("tmuwlauwzi", model.prefixLists().get(0)); + Assertions.assertEquals("pmqtaru", model.cidrs().get(0)); + Assertions.assertEquals("ybn", model.countries().get(0)); + Assertions.assertEquals("wgdrjervnaenqp", model.feeds().get(0)); + Assertions.assertEquals("d", model.prefixLists().get(0)); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/StorageAccountTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/StorageAccountTests.java index 47906c7dec7f..feaa7f7594e2 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/StorageAccountTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/StorageAccountTests.java @@ -12,20 +12,20 @@ public final class StorageAccountTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { StorageAccount model - = BinaryData.fromString("{\"id\":\"tpzdmovzvfvaawzq\",\"subscriptionId\":\"f\",\"accountName\":\"z\"}") + = BinaryData.fromString("{\"id\":\"wrlyxwjkcprb\",\"subscriptionId\":\"b\",\"accountName\":\"jvtbvpyss\"}") .toObject(StorageAccount.class); - Assertions.assertEquals("tpzdmovzvfvaawzq", model.id()); - Assertions.assertEquals("f", model.subscriptionId()); - Assertions.assertEquals("z", model.accountName()); + Assertions.assertEquals("wrlyxwjkcprb", model.id()); + Assertions.assertEquals("b", model.subscriptionId()); + Assertions.assertEquals("jvtbvpyss", model.accountName()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { StorageAccount model - = new StorageAccount().withId("tpzdmovzvfvaawzq").withSubscriptionId("f").withAccountName("z"); + = new StorageAccount().withId("wrlyxwjkcprb").withSubscriptionId("b").withAccountName("jvtbvpyss"); model = BinaryData.fromObject(model).toObject(StorageAccount.class); - Assertions.assertEquals("tpzdmovzvfvaawzq", model.id()); - Assertions.assertEquals("f", model.subscriptionId()); - Assertions.assertEquals("z", model.accountName()); + Assertions.assertEquals("wrlyxwjkcprb", model.id()); + Assertions.assertEquals("b", model.subscriptionId()); + Assertions.assertEquals("jvtbvpyss", model.accountName()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/StrataCloudManagerConfigTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/StrataCloudManagerConfigTests.java index f176a8cad106..09c4db3b1b7d 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/StrataCloudManagerConfigTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/StrataCloudManagerConfigTests.java @@ -11,15 +11,15 @@ public final class StrataCloudManagerConfigTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { - StrataCloudManagerConfig model - = BinaryData.fromString("{\"cloudManagerName\":\"gdyftumrtwna\"}").toObject(StrataCloudManagerConfig.class); - Assertions.assertEquals("gdyftumrtwna", model.cloudManagerName()); + StrataCloudManagerConfig model = BinaryData.fromString("{\"cloudManagerName\":\"tgseinqfiufxqkn\"}") + .toObject(StrataCloudManagerConfig.class); + Assertions.assertEquals("tgseinqfiufxqkn", model.cloudManagerName()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - StrataCloudManagerConfig model = new StrataCloudManagerConfig().withCloudManagerName("gdyftumrtwna"); + StrataCloudManagerConfig model = new StrataCloudManagerConfig().withCloudManagerName("tgseinqfiufxqkn"); model = BinaryData.fromObject(model).toObject(StrataCloudManagerConfig.class); - Assertions.assertEquals("gdyftumrtwna", model.cloudManagerName()); + Assertions.assertEquals("tgseinqfiufxqkn", model.cloudManagerName()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/StrataCloudManagerInfoTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/StrataCloudManagerInfoTests.java index fea7b9c5c4af..ef6bbb007f23 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/StrataCloudManagerInfoTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/StrataCloudManagerInfoTests.java @@ -11,9 +11,9 @@ public final class StrataCloudManagerInfoTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { - StrataCloudManagerInfo model = BinaryData.fromString("{\"folderName\":\"cdisd\",\"hubUrl\":\"fj\"}") + StrataCloudManagerInfo model = BinaryData.fromString("{\"folderName\":\"irnxz\",\"hubUrl\":\"zexrxzbujrt\"}") .toObject(StrataCloudManagerInfo.class); - Assertions.assertEquals("cdisd", model.folderName()); - Assertions.assertEquals("fj", model.hubUrl()); + Assertions.assertEquals("irnxz", model.folderName()); + Assertions.assertEquals("zexrxzbujrt", model.hubUrl()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SupportInfoInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SupportInfoInnerTests.java index 2f1de0e5c73e..aac3e72035df 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SupportInfoInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SupportInfoInnerTests.java @@ -13,19 +13,19 @@ public final class SupportInfoInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { SupportInfoInner model = BinaryData.fromString( - "{\"productSku\":\"ynhdwdigum\",\"productSerial\":\"raauzzpt\",\"accountRegistered\":\"TRUE\",\"accountId\":\"sdzhezww\",\"userDomainSupported\":\"TRUE\",\"userRegistered\":\"FALSE\",\"freeTrial\":\"TRUE\",\"freeTrialDaysLeft\":1770480211,\"freeTrialCreditLeft\":496304877,\"helpURL\":\"p\",\"supportURL\":\"qyikvy\",\"registerURL\":\"uyav\"}") + "{\"productSku\":\"id\",\"productSerial\":\"qfkuvscxkdmli\",\"accountRegistered\":\"FALSE\",\"accountId\":\"brxk\",\"userDomainSupported\":\"FALSE\",\"userRegistered\":\"TRUE\",\"freeTrial\":\"TRUE\",\"freeTrialDaysLeft\":181073134,\"freeTrialCreditLeft\":1388266960,\"helpURL\":\"goorbteo\",\"supportURL\":\"fhjxakvvjgs\",\"registerURL\":\"r\"}") .toObject(SupportInfoInner.class); - Assertions.assertEquals("ynhdwdigum", model.productSku()); - Assertions.assertEquals("raauzzpt", model.productSerial()); - Assertions.assertEquals(BooleanEnum.TRUE, model.accountRegistered()); - Assertions.assertEquals("sdzhezww", model.accountId()); - Assertions.assertEquals(BooleanEnum.TRUE, model.userDomainSupported()); - Assertions.assertEquals(BooleanEnum.FALSE, model.userRegistered()); + Assertions.assertEquals("id", model.productSku()); + Assertions.assertEquals("qfkuvscxkdmli", model.productSerial()); + Assertions.assertEquals(BooleanEnum.FALSE, model.accountRegistered()); + Assertions.assertEquals("brxk", model.accountId()); + Assertions.assertEquals(BooleanEnum.FALSE, model.userDomainSupported()); + Assertions.assertEquals(BooleanEnum.TRUE, model.userRegistered()); Assertions.assertEquals(BooleanEnum.TRUE, model.freeTrial()); - Assertions.assertEquals(1770480211, model.freeTrialDaysLeft()); - Assertions.assertEquals(496304877, model.freeTrialCreditLeft()); - Assertions.assertEquals("p", model.helpUrl()); - Assertions.assertEquals("qyikvy", model.supportUrl()); - Assertions.assertEquals("uyav", model.registerUrl()); + Assertions.assertEquals(181073134, model.freeTrialDaysLeft()); + Assertions.assertEquals(1388266960, model.freeTrialCreditLeft()); + Assertions.assertEquals("goorbteo", model.helpUrl()); + Assertions.assertEquals("fhjxakvvjgs", model.supportUrl()); + Assertions.assertEquals("r", model.registerUrl()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SupportInfoModelInnerTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SupportInfoModelInnerTests.java index e868f09276a3..56bf23fb8905 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SupportInfoModelInnerTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/SupportInfoModelInnerTests.java @@ -14,22 +14,22 @@ public final class SupportInfoModelInnerTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { SupportInfoModelInner model = BinaryData.fromString( - "{\"productSku\":\"jdmspofapvuhryln\",\"productSerial\":\"frzgbzjed\",\"accountRegistrationStatus\":\"Not Registered\",\"accountId\":\"vnlvxbcuiiznktwf\",\"freeTrial\":\"Disabled\",\"freeTrialDaysLeft\":206149919,\"freeTrialCreditLeft\":2089270983,\"helpURL\":\"bmikost\",\"supportURL\":\"bkiw\",\"registerURL\":\"qnyophzfyls\",\"hubUrl\":\"rpfbcunezz\",\"credits\":12099501,\"monthlyCreditLeft\":1368017233,\"startDateForCredits\":\"w\",\"endDateForCredits\":\"wl\"}") + "{\"productSku\":\"smfcttuxuuyilfl\",\"productSerial\":\"iquvrehm\",\"accountRegistrationStatus\":\"Not Registered\",\"accountId\":\"vsujztczytqjtwh\",\"freeTrial\":\"Disabled\",\"freeTrialDaysLeft\":1346405243,\"freeTrialCreditLeft\":1524568479,\"helpURL\":\"jletlxsmrpddo\",\"supportURL\":\"fa\",\"registerURL\":\"waziy\",\"hubUrl\":\"nlqwzdvpiwhx\",\"credits\":1993334161,\"monthlyCreditLeft\":1338439395,\"startDateForCredits\":\"aajquhuxylrj\",\"endDateForCredits\":\"ty\"}") .toObject(SupportInfoModelInner.class); - Assertions.assertEquals("jdmspofapvuhryln", model.productSku()); - Assertions.assertEquals("frzgbzjed", model.productSerial()); + Assertions.assertEquals("smfcttuxuuyilfl", model.productSku()); + Assertions.assertEquals("iquvrehm", model.productSerial()); Assertions.assertEquals(RegistrationStatus.NOT_REGISTERED, model.accountRegistrationStatus()); - Assertions.assertEquals("vnlvxbcuiiznktwf", model.accountId()); + Assertions.assertEquals("vsujztczytqjtwh", model.accountId()); Assertions.assertEquals(EnableStatus.DISABLED, model.freeTrial()); - Assertions.assertEquals(206149919, model.freeTrialDaysLeft()); - Assertions.assertEquals(2089270983, model.freeTrialCreditLeft()); - Assertions.assertEquals("bmikost", model.helpUrl()); - Assertions.assertEquals("bkiw", model.supportUrl()); - Assertions.assertEquals("qnyophzfyls", model.registerUrl()); - Assertions.assertEquals("rpfbcunezz", model.hubUrl()); - Assertions.assertEquals(12099501, model.credits()); - Assertions.assertEquals(1368017233, model.monthlyCreditLeft()); - Assertions.assertEquals("w", model.startDateForCredits()); - Assertions.assertEquals("wl", model.endDateForCredits()); + Assertions.assertEquals(1346405243, model.freeTrialDaysLeft()); + Assertions.assertEquals(1524568479, model.freeTrialCreditLeft()); + Assertions.assertEquals("jletlxsmrpddo", model.helpUrl()); + Assertions.assertEquals("fa", model.supportUrl()); + Assertions.assertEquals("waziy", model.registerUrl()); + Assertions.assertEquals("nlqwzdvpiwhx", model.hubUrl()); + Assertions.assertEquals(1993334161, model.credits()); + Assertions.assertEquals(1338439395, model.monthlyCreditLeft()); + Assertions.assertEquals("aajquhuxylrj", model.startDateForCredits()); + Assertions.assertEquals("ty", model.endDateForCredits()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/VnetConfigurationTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/VnetConfigurationTests.java index 7f264b5a52c5..0e91c4c28391 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/VnetConfigurationTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/VnetConfigurationTests.java @@ -14,34 +14,33 @@ public final class VnetConfigurationTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { VnetConfiguration model = BinaryData.fromString( - "{\"vnet\":{\"resourceId\":\"jbibg\",\"addressSpace\":\"fxumv\"},\"trustSubnet\":{\"resourceId\":\"luyovwxnbkfezzx\",\"addressSpace\":\"yhwzdgiruj\"},\"unTrustSubnet\":{\"resourceId\":\"bomvzzbtdcqv\",\"addressSpace\":\"iyujviylwdshfs\"},\"ipOfTrustSubnetForUdr\":{\"resourceId\":\"bgye\",\"address\":\"ymsgaojfmwnc\"}}") + "{\"vnet\":{\"resourceId\":\"jwmwkpnbs\",\"addressSpace\":\"ejjoqkagfhsxtta\"},\"trustSubnet\":{\"resourceId\":\"zxnfaaz\",\"addressSpace\":\"dtnkdmkq\"},\"unTrustSubnet\":{\"resourceId\":\"lwuenvrkp\",\"addressSpace\":\"uaibrebqaaysj\"},\"ipOfTrustSubnetForUdr\":{\"resourceId\":\"qtnqtt\",\"address\":\"lwfffi\"}}") .toObject(VnetConfiguration.class); - Assertions.assertEquals("jbibg", model.vnet().resourceId()); - Assertions.assertEquals("fxumv", model.vnet().addressSpace()); - Assertions.assertEquals("luyovwxnbkfezzx", model.trustSubnet().resourceId()); - Assertions.assertEquals("yhwzdgiruj", model.trustSubnet().addressSpace()); - Assertions.assertEquals("bomvzzbtdcqv", model.unTrustSubnet().resourceId()); - Assertions.assertEquals("iyujviylwdshfs", model.unTrustSubnet().addressSpace()); - Assertions.assertEquals("bgye", model.ipOfTrustSubnetForUdr().resourceId()); - Assertions.assertEquals("ymsgaojfmwnc", model.ipOfTrustSubnetForUdr().address()); + Assertions.assertEquals("jwmwkpnbs", model.vnet().resourceId()); + Assertions.assertEquals("ejjoqkagfhsxtta", model.vnet().addressSpace()); + Assertions.assertEquals("zxnfaaz", model.trustSubnet().resourceId()); + Assertions.assertEquals("dtnkdmkq", model.trustSubnet().addressSpace()); + Assertions.assertEquals("lwuenvrkp", model.unTrustSubnet().resourceId()); + Assertions.assertEquals("uaibrebqaaysj", model.unTrustSubnet().addressSpace()); + Assertions.assertEquals("qtnqtt", model.ipOfTrustSubnetForUdr().resourceId()); + Assertions.assertEquals("lwfffi", model.ipOfTrustSubnetForUdr().address()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - VnetConfiguration model - = new VnetConfiguration().withVnet(new IpAddressSpace().withResourceId("jbibg").withAddressSpace("fxumv")) - .withTrustSubnet(new IpAddressSpace().withResourceId("luyovwxnbkfezzx").withAddressSpace("yhwzdgiruj")) - .withUnTrustSubnet( - new IpAddressSpace().withResourceId("bomvzzbtdcqv").withAddressSpace("iyujviylwdshfs")) - .withIpOfTrustSubnetForUdr(new IpAddress().withResourceId("bgye").withAddress("ymsgaojfmwnc")); + VnetConfiguration model = new VnetConfiguration() + .withVnet(new IpAddressSpace().withResourceId("jwmwkpnbs").withAddressSpace("ejjoqkagfhsxtta")) + .withTrustSubnet(new IpAddressSpace().withResourceId("zxnfaaz").withAddressSpace("dtnkdmkq")) + .withUnTrustSubnet(new IpAddressSpace().withResourceId("lwuenvrkp").withAddressSpace("uaibrebqaaysj")) + .withIpOfTrustSubnetForUdr(new IpAddress().withResourceId("qtnqtt").withAddress("lwfffi")); model = BinaryData.fromObject(model).toObject(VnetConfiguration.class); - Assertions.assertEquals("jbibg", model.vnet().resourceId()); - Assertions.assertEquals("fxumv", model.vnet().addressSpace()); - Assertions.assertEquals("luyovwxnbkfezzx", model.trustSubnet().resourceId()); - Assertions.assertEquals("yhwzdgiruj", model.trustSubnet().addressSpace()); - Assertions.assertEquals("bomvzzbtdcqv", model.unTrustSubnet().resourceId()); - Assertions.assertEquals("iyujviylwdshfs", model.unTrustSubnet().addressSpace()); - Assertions.assertEquals("bgye", model.ipOfTrustSubnetForUdr().resourceId()); - Assertions.assertEquals("ymsgaojfmwnc", model.ipOfTrustSubnetForUdr().address()); + Assertions.assertEquals("jwmwkpnbs", model.vnet().resourceId()); + Assertions.assertEquals("ejjoqkagfhsxtta", model.vnet().addressSpace()); + Assertions.assertEquals("zxnfaaz", model.trustSubnet().resourceId()); + Assertions.assertEquals("dtnkdmkq", model.trustSubnet().addressSpace()); + Assertions.assertEquals("lwuenvrkp", model.unTrustSubnet().resourceId()); + Assertions.assertEquals("uaibrebqaaysj", model.unTrustSubnet().addressSpace()); + Assertions.assertEquals("qtnqtt", model.ipOfTrustSubnetForUdr().resourceId()); + Assertions.assertEquals("lwfffi", model.ipOfTrustSubnetForUdr().address()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/VwanConfigurationTests.java b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/VwanConfigurationTests.java index dccd8454293e..abfbabe546f5 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/VwanConfigurationTests.java +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/src/test/java/com/azure/resourcemanager/paloaltonetworks/ngfw/generated/VwanConfigurationTests.java @@ -14,35 +14,36 @@ public final class VwanConfigurationTests { @org.junit.jupiter.api.Test public void testDeserialize() throws Exception { VwanConfiguration model = BinaryData.fromString( - "{\"networkVirtualApplianceId\":\"mrsreuzvxurisjnh\",\"vHub\":{\"resourceId\":\"txifqj\",\"addressSpace\":\"xmrhu\"},\"trustSubnet\":{\"resourceId\":\"pcesutrg\",\"addressSpace\":\"pauutpw\"},\"unTrustSubnet\":{\"resourceId\":\"ih\",\"addressSpace\":\"qg\"},\"ipOfTrustSubnetForUdr\":{\"resourceId\":\"nfqn\",\"address\":\"ypsxjvfoim\"}}") + "{\"networkVirtualApplianceId\":\"pevzhfst\",\"vHub\":{\"resourceId\":\"xhojuj\",\"addressSpace\":\"pelmcuvhixbjxyf\"},\"trustSubnet\":{\"resourceId\":\"lrcoolsttpki\",\"addressSpace\":\"kbnujr\"},\"unTrustSubnet\":{\"resourceId\":\"tylbfpncurdoiw\",\"addressSpace\":\"thtywub\"},\"ipOfTrustSubnetForUdr\":{\"resourceId\":\"ihwqknfdntwjchr\",\"address\":\"oihxumwctondzjlu\"}}") .toObject(VwanConfiguration.class); - Assertions.assertEquals("mrsreuzvxurisjnh", model.networkVirtualApplianceId()); - Assertions.assertEquals("txifqj", model.vHub().resourceId()); - Assertions.assertEquals("xmrhu", model.vHub().addressSpace()); - Assertions.assertEquals("pcesutrg", model.trustSubnet().resourceId()); - Assertions.assertEquals("pauutpw", model.trustSubnet().addressSpace()); - Assertions.assertEquals("ih", model.unTrustSubnet().resourceId()); - Assertions.assertEquals("qg", model.unTrustSubnet().addressSpace()); - Assertions.assertEquals("nfqn", model.ipOfTrustSubnetForUdr().resourceId()); - Assertions.assertEquals("ypsxjvfoim", model.ipOfTrustSubnetForUdr().address()); + Assertions.assertEquals("pevzhfst", model.networkVirtualApplianceId()); + Assertions.assertEquals("xhojuj", model.vHub().resourceId()); + Assertions.assertEquals("pelmcuvhixbjxyf", model.vHub().addressSpace()); + Assertions.assertEquals("lrcoolsttpki", model.trustSubnet().resourceId()); + Assertions.assertEquals("kbnujr", model.trustSubnet().addressSpace()); + Assertions.assertEquals("tylbfpncurdoiw", model.unTrustSubnet().resourceId()); + Assertions.assertEquals("thtywub", model.unTrustSubnet().addressSpace()); + Assertions.assertEquals("ihwqknfdntwjchr", model.ipOfTrustSubnetForUdr().resourceId()); + Assertions.assertEquals("oihxumwctondzjlu", model.ipOfTrustSubnetForUdr().address()); } @org.junit.jupiter.api.Test public void testSerialize() throws Exception { - VwanConfiguration model = new VwanConfiguration().withNetworkVirtualApplianceId("mrsreuzvxurisjnh") - .withVHub(new IpAddressSpace().withResourceId("txifqj").withAddressSpace("xmrhu")) - .withTrustSubnet(new IpAddressSpace().withResourceId("pcesutrg").withAddressSpace("pauutpw")) - .withUnTrustSubnet(new IpAddressSpace().withResourceId("ih").withAddressSpace("qg")) - .withIpOfTrustSubnetForUdr(new IpAddress().withResourceId("nfqn").withAddress("ypsxjvfoim")); + VwanConfiguration model = new VwanConfiguration().withNetworkVirtualApplianceId("pevzhfst") + .withVHub(new IpAddressSpace().withResourceId("xhojuj").withAddressSpace("pelmcuvhixbjxyf")) + .withTrustSubnet(new IpAddressSpace().withResourceId("lrcoolsttpki").withAddressSpace("kbnujr")) + .withUnTrustSubnet(new IpAddressSpace().withResourceId("tylbfpncurdoiw").withAddressSpace("thtywub")) + .withIpOfTrustSubnetForUdr( + new IpAddress().withResourceId("ihwqknfdntwjchr").withAddress("oihxumwctondzjlu")); model = BinaryData.fromObject(model).toObject(VwanConfiguration.class); - Assertions.assertEquals("mrsreuzvxurisjnh", model.networkVirtualApplianceId()); - Assertions.assertEquals("txifqj", model.vHub().resourceId()); - Assertions.assertEquals("xmrhu", model.vHub().addressSpace()); - Assertions.assertEquals("pcesutrg", model.trustSubnet().resourceId()); - Assertions.assertEquals("pauutpw", model.trustSubnet().addressSpace()); - Assertions.assertEquals("ih", model.unTrustSubnet().resourceId()); - Assertions.assertEquals("qg", model.unTrustSubnet().addressSpace()); - Assertions.assertEquals("nfqn", model.ipOfTrustSubnetForUdr().resourceId()); - Assertions.assertEquals("ypsxjvfoim", model.ipOfTrustSubnetForUdr().address()); + Assertions.assertEquals("pevzhfst", model.networkVirtualApplianceId()); + Assertions.assertEquals("xhojuj", model.vHub().resourceId()); + Assertions.assertEquals("pelmcuvhixbjxyf", model.vHub().addressSpace()); + Assertions.assertEquals("lrcoolsttpki", model.trustSubnet().resourceId()); + Assertions.assertEquals("kbnujr", model.trustSubnet().addressSpace()); + Assertions.assertEquals("tylbfpncurdoiw", model.unTrustSubnet().resourceId()); + Assertions.assertEquals("thtywub", model.unTrustSubnet().addressSpace()); + Assertions.assertEquals("ihwqknfdntwjchr", model.ipOfTrustSubnetForUdr().resourceId()); + Assertions.assertEquals("oihxumwctondzjlu", model.ipOfTrustSubnetForUdr().address()); } } diff --git a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/tsp-location.yaml b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/tsp-location.yaml index e3c67c37a7ad..eed24a22c120 100644 --- a/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/tsp-location.yaml +++ b/sdk/paloaltonetworks/azure-resourcemanager-paloaltonetworks-ngfw/tsp-location.yaml @@ -1,4 +1,4 @@ -directory: specification/paloaltonetworks/PaloAltoNetworks.Management -commit: 5e3e17f3247b0f27da00844e58dd12e1ec40223c +directory: specification/paloaltonetworks/resource-manager/PaloAltoNetworks.Cloudngfw/Cloudngfw +commit: 85d4a70299f6c092e1c4be9eec69871eb2a2e03e repo: Azure/azure-rest-api-specs additionalDirectories: